.mobile-showcase{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:center;margin-top:48px}.mobile-features{display:flex;flex-direction:column;gap:20px}.mobile-feature-item{display:flex;gap:14px;align-items:flex-start}.mobile-feature-icon{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:rgba(0,224,198,.08);color:var(--accent)}.mobile-feature-icon svg{width:18px;height:18px}.mobile-feature-title{font-size:15px;font-weight:700;color:var(--text);margin:0 0 3px}.mobile-feature-desc{font-size:13px;color:var(--muted);margin:0;line-height:1.5}.mobile-phone-wrap{display:flex;flex-direction:column;align-items:center}.mobile-screen-tabs{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-bottom:16px}.mobile-screen-tab{padding:5px 12px;border-radius:16px;font-size:11px;font-weight:600;cursor:pointer;border:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.03);color:var(--muted);transition:all .2s ease}.mobile-screen-tab.active{border-color:rgba(0,224,198,.4);background:rgba(0,224,198,.1);color:var(--accent)}.mobile-phone-frame{width:280px;height:606px;border-radius:36px;border:3px solid rgba(255,255,255,.12);background:#0a0a0a;overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,.55),0 0 0 1px rgba(255,255,255,.04);position:relative}.mobile-screen-area{width:100%;height:100%;position:relative}.mobile-screen-slide{position:absolute;inset:0;opacity:0;transition:opacity .6s ease}.mobile-screen-slide.visible{opacity:1}.mobile-screen-img{width:100%;height:100%;object-fit:cover}.mobile-screen-caption{margin-top:16px;font-size:14px;color:var(--muted);text-align:center;line-height:1.6;max-width:320px;min-height:44px}.mobile-dots{display:flex;gap:6px;justify-content:center;margin-top:8px}.mobile-dot{width:8px;height:8px;border-radius:50%;border:none;background:rgba(255,255,255,.12);cursor:pointer;transition:all .2s ease;padding:0}.mobile-dot.active{background:var(--accent);box-shadow:0 0 8px rgba(0,224,198,.4)}.distribution-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.dist-channel{background:var(--panel-solid);border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:28px 24px;text-align:center}.dist-channel h3{font-size:17px;font-weight:700;margin:12px 0 8px;color:var(--text)}.dist-channel p{font-size:14px;color:var(--muted);line-height:1.65;margin:0}.dist-icon{width:48px;height:48px;border-radius:14px;background:rgba(0,224,198,.08);display:flex;align-items:center;justify-content:center;margin:0 auto;color:var(--accent)}.dist-svg-icon{width:24px;height:24px}.dual-desktop-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px}.dual-desktop-item{text-align:center}.screen-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:12px}.screen-caption{font-size:14px;color:var(--muted);line-height:1.6;margin-top:12px}@media (max-width:768px){.mobile-showcase{grid-template-columns:1fr;gap:32px}.mobile-features{order:2}.mobile-phone-wrap{order:1}.distribution-grid{grid-template-columns:1fr;gap:16px}.dual-desktop-grid{grid-template-columns:1fr;gap:24px}}@media (max-width:480px){.mobile-phone-frame{width:240px;height:520px;border-radius:28px}.mobile-screen-tabs{gap:4px}.mobile-screen-tab{padding:4px 8px;font-size:10px}.mobile-feature-icon{width:32px;height:32px}.mobile-feature-icon svg{width:16px;height:16px}.mobile-feature-title{font-size:14px}.mobile-feature-desc{font-size:12px}.dist-channel{padding:20px 16px}}.sponsor-mgmt-card{margin-top:48px;display:flex;align-items:center;gap:32px;max-width:800px;margin-left:auto;margin-right:auto;padding:24px 28px;border-radius:12px;border:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.02)}.sponsor-mgmt-thumb{flex:0 0 200px}@media (max-width:768px){.sponsor-mgmt-card{flex-direction:column;gap:16px;text-align:center;padding:20px}.sponsor-mgmt-thumb{flex:none;width:100%;max-width:300px}}@media (max-width:480px){.sponsor-mgmt-card{padding:16px}.sponsor-mgmt-thumb{max-width:240px}}