.hero{min-height:100vh;display:flex;align-items:center;padding-top:var(--nav-h);position:relative;overflow:hidden}.hero--v1{background:#fff;min-height:auto}.hero--v1 .hero-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}.hero--v1 .hero-bg-blob{position:absolute;border-radius:50%;pointer-events:none}.hero--v1 .blob-1{width:760px;height:760px;background:radial-gradient(circle,#178d7238 0%,#178d7214 35%,transparent 70%);top:-180px;right:-180px}.hero--v1 .blob-2{width:560px;height:560px;background:radial-gradient(circle,#4ed9b633 0%,#4ed9b614 40%,transparent 70%);bottom:-30px;left:-180px}.hero--v1 .hero-bg::before{content:"";position:absolute;top:50%;left:50%;width:580px;height:580px;border-radius:50%;background:radial-gradient(circle,#178d7224 0%,#4ed9b614 40%,transparent 70%);transform:translate(-50%,-50%);animation:heroCenterPulse 8s ease-in-out infinite;pointer-events:none}.hero--v1 .hero-bg::after{content:"";position:absolute;inset:0;background-image:linear-gradient(#0f1e1b08 1px,transparent 1px),linear-gradient(90deg,#0f1e1b08 1px,transparent 1px);background-size:32px 32px;-webkit-mask-image:radial-gradient(ellipse at center,#000 30%,transparent 70%);mask-image:radial-gradient(ellipse at center,#000 30%,transparent 70%);pointer-events:none}@keyframes heroCenterPulse{0%,100%{opacity:.55;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.08)}}.hero--v1 .hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:80px;align-items:start;padding:66px 0 80px}.hero--v1 .hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--green);background:var(--green-light);border-radius:99px;padding:5px 14px 5px 8px;margin-bottom:24px}.hero--v1 .hero-eyebrow .dot{width:20px;height:20px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center}.hero--v1 .hero-eyebrow .dot svg{width:11px;height:11px;color:#fff}.hero--v1 h1{font-size:clamp(32px,4.2vw,64px);font-weight:700;line-height:1.1;letter-spacing:-.025em;color:var(--text);margin-bottom:22px;text-wrap:pretty}.hero--v1 h1 .accent{color:var(--green)}.hero--v1 .hero-desc{font-size:23px;color:var(--text-muted);line-height:1.6;margin-bottom:36px;max-width:540px}.hero-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.hero-chip{display:inline-flex;align-items:center;padding:9px 20px;background:#e8edeb;border-radius:99px;font-size:14.5px;font-weight:600;color:var(--text);transition:background .15s}.hero-chip:hover{background:var(--green-light);color:var(--green-dark)}.hero--v1 .hero-cta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.hero--v1 .hero-trust{display:flex;align-items:center;gap:10px;margin-top:40px}.hero--v1 .hero-trust-text{font-size:13.5px;color:var(--text-muted)}.hero--v1 .hero-trust-text strong{color:var(--text)}.hero--v1 .hero-image-wrap{position:relative}.hero--v1 .hero-image-card{border-radius:20px;overflow:hidden;box-shadow:var(--shadow-md);border:1.5px solid var(--border)}.hero--v1 .hero-image-card img{width:100%}.hero--v1 .hero-badge{position:absolute;background:#fff;border-radius:14px;box-shadow:var(--shadow-md);padding:12px 16px;border:1px solid var(--border)}.hero--v1 .badge-plays{bottom:32px;left:-28px;display:flex;align-items:center;gap:10px}.hero--v1 .badge-plays .badge-icon{width:38px;height:38px;border-radius:10px;background:var(--green);display:flex;align-items:center;justify-content:center}.hero--v1 .badge-plays .badge-icon svg{width:18px;height:18px;color:#fff}.hero--v1 .badge-plays .badge-num{font-size:18px;font-weight:700;color:var(--text);line-height:1}.hero--v1 .badge-plays .badge-label{font-size:12px;color:var(--text-muted)}.hero--v1 .badge-app{top:24px;right:-20px;display:flex;align-items:center;gap:8px}.hero--v1 .badge-app .stars{color:#f59e0b;font-size:13px;letter-spacing:1px}.hero--v1 .badge-app .badge-num{font-size:17px;font-weight:700;color:var(--text)}.hero--v1 .badge-app .badge-label{font-size:12px;color:var(--text-muted)}.hero--v2{background:#0a1a16}.hero--v2 .hero-bg{position:absolute;inset:0;pointer-events:none}.hero--v2 .hero-bg-glow{position:absolute;width:900px;height:900px;border-radius:50%;background:radial-gradient(circle,#178d7238 0%,#178d721a 35%,transparent 70%);top:-300px;right:-200px;pointer-events:none}.hero--v2 .hero-bg-glow2{position:absolute;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,#4ed9b629 0%,#4ed9b60f 40%,transparent 70%);bottom:-30px;left:-30px;pointer-events:none}.hero--v2 .hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;min-height:calc(100vh - var(--nav-h));padding:80px 0}.hero--v2 .hero-tag{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--green-mid);background:#178d7226;border:1px solid #178d724d;border-radius:99px;padding:5px 14px;margin-bottom:24px}.hero--v2 h1{font-size:clamp(36px,4.5vw,58px);font-weight:700;line-height:1.1;letter-spacing:-.03em;color:#fff;margin-bottom:20px;text-wrap:pretty}.hero--v2 h1 .accent{color:var(--green-mid)}.hero--v2 .hero-desc{font-size:18px;color:#fff9;line-height:1.65;margin-bottom:36px;max-width:460px}.hero--v2 .hero-cta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.hero--v2 .hero-stats{display:flex;gap:32px;margin-top:48px;padding-top:32px;border-top:1px solid #ffffff14}.hero--v2 .stat-num{font-size:28px;font-weight:700;color:#fff;letter-spacing:-.02em}.hero--v2 .stat-label{font-size:13px;color:#ffffff80;margin-top:2px}.hero--v2 .hero-image-wrap{position:relative}.hero--v2 .hero-image-card{border-radius:20px;overflow:hidden;border:1px solid #ffffff14;box-shadow:0 12px 32px #178d7240}.hero--v2 .hero-image-card img{width:100%}.hero--v2 .hero-badge{position:absolute;background:#0f1e1be6;border:1px solid #ffffff1a;border-radius:14px;backdrop-filter:blur(12px);padding:12px 16px}.hero--v2 .badge-live{top:24px;left:-24px;display:flex;align-items:center;gap:8px}.hero--v2 .badge-live .live-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px #22c55e33;animation:pulse 2s infinite}.hero--v2 .badge-live .live-label{font-size:13px;font-weight:600;color:#fff}.hero--v2 .badge-live .live-count{font-size:12px;color:#ffffff80}.hero--v2 .badge-wave{bottom:28px;right:-20px}.hero--v2 .badge-wave .wave-label{font-size:12px;color:#ffffff80;margin-bottom:6px}.hero--v2 .wave-bars{display:flex;align-items:flex-end;gap:3px;height:28px}.hero--v2 .wave-bars span{display:block;width:4px;border-radius:2px;background:var(--green-mid);animation:waveBounce var(--d,1s) ease-in-out infinite alternate}@keyframes waveBounce{from{height:var(--min,6px)}to{height:var(--max,28px)}}@keyframes pulse{0%,100%{box-shadow:0 0 0 3px #22c55e33}50%{box-shadow:0 0 0 6px #22c55e1a}}.live-load-bar{position:absolute;left:0;top:0;width:0;animation:liveLoadBar 6.5s linear infinite}@keyframes liveLoadBar{0%{width:0;opacity:1}77%{width:100%;opacity:1}99.9%{width:100%;opacity:1}100%{width:0;opacity:1}}.live-refresh:hover{background:#ffffff2e!important}.live-refresh svg{transform-origin:center;animation:liveRefreshAuto 6.5s linear infinite}@keyframes liveRefreshAuto{0%,77%{transform:rotate(0)}100%{transform:rotate(-360deg)}}.live-refresh:active svg{animation:liveRefreshSpin .6s ease}@keyframes liveRefreshSpin{from{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes listenerIn{0%{opacity:0;transform:translateY(-8px) scale(.96)}100%{opacity:1;transform:translateY(0) scale(1)}}.hero--v3{background:var(--bg-soft);min-height:90vh}.hero--v3 .hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 70% 60% at 50% 0%,#178d7214 0%,transparent 70%);pointer-events:none}.hero--v3 .hero-inner{display:flex;flex-direction:column;align-items:center;text-align:center;padding:120px 0 80px}.hero--v3 .hero-tag{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--green);background:var(--green-light);border-radius:99px;padding:5px 14px;margin-bottom:28px;border:1px solid var(--border)}.hero--v3 h1{font-size:clamp(38px,5.5vw,70px);font-weight:700;line-height:1.05;letter-spacing:-.04em;color:var(--text);margin-bottom:22px;max-width:820px;text-wrap:pretty}.hero--v3 h1 .accent{color:var(--green)}.hero--v3 .hero-desc{font-size:19px;color:var(--text-muted);line-height:1.6;margin-bottom:36px;max-width:520px}.hero--v3 .hero-cta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:center}.hero--v3 .hero-image-wrap{margin-top:64px;width:100%;max-width:900px;position:relative}.hero--v3 .hero-image-card{border-radius:20px;overflow:hidden;box-shadow:0 12px 32px #0f1e1b2e;border:1.5px solid var(--border)}.hero--v3 .hero-image-card img{width:100%}.hero--v3 .hero-badges-row{position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);display:flex;gap:12px}.hero--v3 .hero-mini-badge{background:#fff;border:1.5px solid var(--border);border-radius:12px;padding:10px 16px;display:flex;align-items:center;gap:10px;white-space:nowrap;box-shadow:var(--shadow-sm)}.hero--v3 .hero-mini-badge svg{width:18px;height:18px;color:var(--green);flex-shrink:0}.hero--v3 .hero-mini-badge span{font-size:13px;font-weight:600;color:var(--text)}.brands-editorial{padding:96px 0;background:var(--bg)}.brands-editorial-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:72px;align-items:center}.brands-editorial-num{font-size:96px;font-weight:800;color:var(--green);letter-spacing:-.04em;line-height:1;margin-bottom:12px}.brands-editorial-text h2{font-size:32px;font-weight:800;letter-spacing:-.025em;line-height:1.1;margin-bottom:16px;color:var(--text)}.brands-editorial-text h2 .accent{color:var(--green)}.brands-editorial-text p{font-size:17px;color:var(--text-muted);line-height:1.55;max-width:360px}.brands-editorial-logos{display:grid;grid-template-columns:repeat(4,1fr);gap:36px 32px;align-items:center;justify-items:center}.brand-logo-mini{display:flex;align-items:center;justify-content:center}.brand-logo-mini img{display:block;height:96px;width:auto;max-width:100%;object-fit:contain}.brand-logo-mini:nth-child(n+9){display:none}@media (max-width: 768px){.brand-logo-mini:nth-child(9){display:flex}.brand-logo-mini:nth-child(n+10){display:none}}.brand-logo-name{font-size:20px;font-weight:800;color:var(--text);letter-spacing:-.03em}.brand-logo-name.serif{font-family:Georgia,serif;font-style:italic}.app-section{background:var(--bg)}.app-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.app-content .section-tag{margin-bottom:16px}.app-content h2{font-size:clamp(28px,3.5vw,44px);font-weight:700;line-height:1.15;letter-spacing:-.03em;margin-bottom:16px;text-wrap:pretty}.app-content h2 .accent{color:var(--green)}.app-content p{font-size:17px;color:var(--text-muted);line-height:1.65;margin-bottom:32px}.app-features{display:flex;flex-direction:column;gap:16px;margin-bottom:36px}.app-feature{display:flex;align-items:flex-start;gap:14px}.app-feature-icon{width:38px;height:38px;border-radius:10px;background:var(--green-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.app-feature-icon svg{width:18px;height:18px;color:var(--green)}.app-feature-text h4{font-size:15px;font-weight:600;margin-bottom:2px}.app-feature-text p{font-size:17px;color:var(--text-muted);margin:0;line-height:1.5}.app-store-btns{display:flex;gap:12px;flex-wrap:wrap}.app-store-btn{display:flex;align-items:center;gap:10px;background:var(--text);color:#fff;padding:11px 20px;border-radius:12px;transition:all .18s}.app-store-btn:hover{background:var(--green-dark);transform:translateY(-1px)}.app-store-btn svg{width:22px;height:22px;color:#fff;flex-shrink:0}.app-store-btn .store-text span{display:block;font-size:10px;opacity:.7}.app-store-btn .store-text strong{font-size:15px;font-weight:600}.app-image-wrap{position:relative;min-height:560px;display:flex;align-items:center;justify-content:center}.app-phones{position:relative;display:flex;gap:16px;align-items:flex-end;justify-content:center;z-index:1}.app-phone{border-radius:28px;overflow:hidden;flex-shrink:0;transition:transform .35s ease}.app-phone--main{width:225px;z-index:2}.app-phone--secondary{width:197px;margin-bottom:36px;z-index:1}.app-image-wrap:hover .app-phone--main{transform:translateY(-6px)}.app-image-wrap:hover .app-phone--secondary{transform:translateY(-4px)}.app-phone img{width:100%;height:auto;display:block}.app-stat-badge{position:absolute;top:12%;right:4%;background:#fff;border:1.5px solid var(--border);border-radius:14px;padding:12px 16px;box-shadow:var(--shadow-md);z-index:3}.app-stat-badge .stat-num{font-size:22px;font-weight:700;color:var(--green)}.app-stat-badge .stat-label{font-size:12px;color:var(--text-muted)}.usecases{background:var(--bg-soft)}.usecases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.usecase-card{background:#fff;border:1.5px solid var(--border);border-radius:var(--radius-md);padding:22px;transition:all .2s;cursor:default}.usecase-card:hover{border-color:var(--green);box-shadow:0 4px 24px #178d721f;transform:translateY(-2px)}.usecase-card .uc-icon{width:48px;height:48px;border-radius:12px;background:var(--green-light);display:flex;align-items:center;justify-content:center;margin-bottom:16px;transition:background .2s}.usecase-card:hover .uc-icon{background:var(--green)}.usecase-card .uc-icon svg{width:22px;height:22px;color:var(--green);transition:color .2s}.usecase-card:hover .uc-icon svg{color:#fff}.usecase-card h3{font-size:17px;font-weight:700;margin-bottom:6px;letter-spacing:-.01em}.usecase-card p{font-size:17px;color:var(--text-muted);line-height:1.55}.features-section{background:#fff;overflow:hidden}.features-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.features-tabs{display:flex;flex-direction:column;gap:4px}.feature-tab{display:flex;align-items:flex-start;gap:16px;padding:20px;border-radius:14px;cursor:pointer;transition:all .22s;border:1.5px solid transparent;position:relative;overflow:hidden}.feature-tab:hover{background:var(--bg-soft)}.feature-tab.active{background:var(--bg-soft);border-color:var(--border)}.feature-tab.active .ft-icon{background:var(--green)}.feature-tab.active .ft-icon svg{color:#fff}.feature-tab .ft-icon{width:44px;height:44px;border-radius:12px;background:var(--green-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .22s;margin-top:1px}.feature-tab .ft-icon svg{width:20px;height:20px;color:var(--green);transition:color .22s}.feature-tab .ft-body h4{font-size:17px;font-weight:700;color:var(--text);margin-bottom:4px;line-height:1.3}.feature-tab .ft-body p{font-size:16px;color:var(--text-muted);line-height:1.55}.feature-tab .ft-progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--border);opacity:0;transition:opacity .2s}.feature-tab.active .ft-progress{opacity:1}.feature-tab .ft-progress-bar{height:100%;background:var(--green);width:0;transition:width linear}.features-display{position:sticky;top:120px}.features-display-inner{position:relative;border-radius:20px;overflow:hidden;background:var(--bg-soft);border:1.5px solid var(--border);aspect-ratio:4/3;min-height:580px}.feature-slide{position:absolute;inset:0;opacity:0;transform:translateY(12px);transition:opacity .35s,transform .35s;pointer-events:none;display:flex;align-items:center;justify-content:center}.feature-slide.active{opacity:1;transform:translateY(0);pointer-events:auto}.feature-slide-content{width:100%;height:100%;display:flex;flex-direction:column}.feature-slide-header{padding:20px 24px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px;background:#fff}.feature-slide-header .slide-dot{width:10px;height:10px;border-radius:50%}.feature-slide-header .slide-title{font-size:13px;font-weight:600;color:var(--text-muted)}.feature-slide-body{flex:1;padding:16px 20px;display:flex;flex-direction:column;gap:10px;overflow:hidden}.slide-stat-row{display:flex;gap:12px}.slide-stat{flex:1;background:#fff;border:1px solid var(--border);border-radius:12px;padding:16px}.slide-stat .ss-num{font-size:26px;font-weight:700;color:var(--green);letter-spacing:-.02em}.slide-stat .ss-label{font-size:12px;color:var(--text-muted);margin-top:2px}.slide-bar-group{display:flex;flex-direction:column;gap:8px;background:#fff;border:1px solid var(--border);border-radius:12px;padding:16px}.slide-bar-item{display:flex;align-items:center;gap:10px}.slide-bar-item .bar-label{font-size:12px;color:var(--text-muted);width:80px;flex-shrink:0}.slide-bar-item .bar-track{flex:1;height:6px;background:var(--green-light);border-radius:3px;overflow:hidden}.slide-bar-item .bar-fill{height:100%;background:var(--green);border-radius:3px;transition:width 1s cubic-bezier(.4,0,.2,1)}.slide-wave{background:#fff;border:1px solid var(--border);border-radius:12px;padding:12px 16px;display:flex;align-items:flex-end;gap:3px;height:64px;flex-shrink:0}.slide-wave-bar{flex:1;border-radius:3px;background:var(--green-light);transition:height .6s cubic-bezier(.4,0,.2,1)}.slide-wave-bar.active-bar{background:var(--green)}.slide-map{background:#fff;border:1px solid var(--border);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:8px}.slide-map .map-title{font-size:12px;font-weight:600;color:var(--text-muted);margin-bottom:4px}.slide-map-visual{border-radius:8px;overflow:hidden;height:140px;flex-shrink:0;background:var(--green-light);display:flex;align-items:center;justify-content:center}.slide-listeners{background:#fff;border:1px solid var(--border);border-radius:12px;padding:8px 14px;display:flex;flex-direction:column;gap:2px}.slide-listeners-head{display:grid;grid-template-columns:28px 1fr 1.3fr 1.2fr;gap:10px;align-items:center;padding:6px 0 8px;border-bottom:1px solid var(--border);font-size:10.5px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.slide-listeners-head .ll-col-ip{grid-column:2}.slide-listeners-row{display:grid;grid-template-columns:28px 1fr 1.3fr 1.2fr;gap:10px;align-items:center;padding:7px 0;border-bottom:1px dashed #eef2f0;font-size:12.5px;color:var(--text)}.slide-listeners-row:last-child{border-bottom:none}.slide-listeners-row .ll-flag{font-size:17px;line-height:1}.slide-listeners-row .ll-ip{font-family:ui-monospace,"SF Mono",Menlo,monospace;font-size:11.5px;color:var(--text-muted)}.slide-listeners-row .ll-city{font-weight:600}.slide-listeners-row .ll-sys{color:var(--text-muted);font-size:12px}@keyframes livePulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.85)}}@keyframes mapRingAnim{0%{r:4;opacity:.6}100%{r:18;opacity:0}}.slide-notif{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--border);border-radius:10px;padding:10px 12px}.slide-notif .notif-icon{width:36px;height:36px;border-radius:10px;background:var(--green);display:flex;align-items:center;justify-content:center;flex-shrink:0}.slide-notif .notif-icon svg{width:18px;height:18px;color:#fff}.slide-notif .notif-text strong{font-size:14px;font-weight:600;display:block}.slide-notif .notif-text span{font-size:12px;color:var(--text-muted)}.slide-player{background:#fff;border:1px solid var(--border);border-radius:12px;padding:16px}.slide-player .player-title{font-size:12px;font-weight:600;color:var(--text-muted);margin-bottom:12px}.player-track{display:flex;align-items:center;gap:12px;margin-bottom:12px}.player-thumb{width:44px;height:44px;border-radius:10px;background:var(--green-light);display:flex;align-items:center;justify-content:center;flex-shrink:0}.player-thumb svg{width:20px;height:20px;color:var(--green)}.player-info strong{font-size:14px;font-weight:600;display:block}.player-info span{font-size:12px;color:var(--text-muted)}.player-controls{display:flex;align-items:center;gap:8px}.player-btn{width:36px;height:36px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center}.player-btn svg{width:16px;height:16px;color:#fff}.player-prog{flex:1;height:4px;background:var(--green-light);border-radius:2px;overflow:hidden}.player-prog-fill{height:100%;background:var(--green);border-radius:2px;width:38%}@media (max-width: 1024px){.hero--v1 .hero-grid,.hero--v2 .hero-grid{grid-template-columns:1fr;gap:48px;padding:39px 0 40px}.hero--v1 .hero-image-wrap,.hero--v2 .hero-image-wrap{order:2}.hero--v1 .hero-text-wrap,.hero--v2 .hero-text-wrap{order:1}.hero--v1 .badge-plays{left:0}.hero--v1 .badge-app{right:0}.hero--v2 .badge-live{left:0}.hero--v2 .badge-wave{right:0}.app-grid{grid-template-columns:1fr;gap:48px}.usecases-grid{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:1fr;gap:20px}.features-display{position:relative;top:0}.features-display-inner{aspect-ratio:auto;min-height:460px;max-width:600px;margin:0 auto}.feature-slide{position:relative;inset:auto}.feature-slide:not(.active){display:none}.feature-slide-body{overflow-y:visible}}@media (max-width: 768px){.section{padding:64px 0}.hero--v1 .hero-badges-row,.hero--v2 .badge-live,.hero--v2 .badge-wave{display:none}.hero--v3 .hero-badges-row{display:none}.hero--v1 .hero-trust{flex-wrap:wrap}.app-stat-badge{display:none}.hero--v1 h1{font-size:clamp(36px,10vw,50px);line-height:1.05}.hero--v1 .hero-desc{font-size:20px}.hero--v1 .hero-image-wrap{min-width:0;width:100%}.hero--v1 .hero-image-card{max-width:100%;box-sizing:border-box}.hero--v1 .hero-image-card,.hero--v1 .hero-image-card *{min-width:0;box-sizing:border-box}.hero--v2 .hero-stats{flex-wrap:wrap;gap:20px}.usecases-grid{grid-template-columns:1fr}.brands-editorial-grid{grid-template-columns:1fr;gap:40px;text-align:center}.brands-editorial-text p{margin:0 auto}.brands-editorial-num{font-size:72px}.brands-editorial-logos{grid-template-columns:repeat(3,1fr);gap:28px 20px}.brand-logo-mini img{height:72px}.app-image-wrap{min-height:480px}.app-image-wrap::before{width:360px;height:360px}.app-phones{gap:12px}.app-phone--main{width:220px}.app-phone--secondary{width:190px}.mobile-menu{display:block}.features-display-inner{aspect-ratio:auto;min-height:380px}.feature-slide{position:relative;inset:auto}.feature-slide:not(.active){display:none}.feature-slide-body{padding:14px 16px;gap:8px;overflow-y:visible}.feature-slide-header{padding:14px 16px 12px}.slide-stat-row{flex-wrap:wrap;gap:8px}.slide-stat{padding:12px}.slide-stat .ss-num{font-size:22px}.slide-stat .ss-label{font-size:11px}.slide-bar-group,.slide-map,.slide-player{padding:12px}.slide-bar-item .bar-label{width:64px;font-size:11px}.slide-map-visual{height:120px}.feature-slide-body [style*="grid-template-columns:repeat(6,1fr)"]{grid-template-columns:repeat(3,1fr)!important}.feature-slide-body [style*="grid-template-columns:repeat(4,1fr)"]{grid-template-columns:repeat(2,1fr)!important}.feature-slide-body [style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important}.feature-slide-body,.feature-slide-body *{box-sizing:border-box;min-width:0}.feature-slide-body > div{max-width:100%}#slide-3 .feature-slide-body > div{width:100%}#slide-3 .slide-stat-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}#slide-3 .slide-stat{padding:10px 12px!important}.feature-slide-body .slide-stat-row{flex-wrap:wrap}.feature-slide-body .slide-stat{flex:1 1 calc(50% - 4px);min-width:0}.feature-slide-body .slide-stat-row .slide-stat:nth-child(3):last-child{flex:1 1 100%}}@media (max-width: 480px){.hero--v1 .hero-cta,.hero--v2 .hero-cta,.hero--v3 .hero-cta{flex-direction:column;align-items:flex-start}.hero--v3 .hero-cta{align-items:center}.hero-chips{gap:5px;margin-bottom:16px}.slide-listeners{padding:6px 10px}.slide-listeners-head,.slide-listeners-row{grid-template-columns:22px 1fr 1.1fr;gap:8px}.slide-listeners-head .ll-col-ip,.slide-listeners-row .ll-ip{display:none}.slide-listeners-head .ll-col-city{grid-column:2}.slide-listeners-head .ll-col-sys{grid-column:3}.slide-listeners-head{font-size:9.5px;padding:5px 0 6px}.slide-listeners-row{font-size:11.5px;padding:6px 0}.slide-listeners-row .ll-flag{font-size:14px}.slide-listeners-row .ll-city{font-size:11.5px}.slide-listeners-row .ll-sys{font-size:11px}.hero-chip{padding:5px 11px;font-size:13px}.features-display-inner{min-height:320px}.app-image-wrap{min-height:420px}.app-image-wrap::before{width:300px;height:300px}.app-phones{gap:8px}.app-phone--main{width:clamp(150px,44vw,190px)}.app-phone--secondary{width:clamp(125px,38vw,165px);margin-bottom:24px}.hero--v1 .hero-image-card{font-size:11px!important}.hero--v1 .hero-image-card > div[style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important}.hero--v1 .hero-image-card > div[style*="grid-template-columns:1fr 1fr"] > div{padding:10px!important;gap:8px!important;border-right:none!important}.hero--v1 .hero-image-card > div[style*="grid-template-columns:1fr 1fr"] > div:first-child{border-bottom:1px solid #e5ecea!important}.hero--v1 .hero-image-card > div[style*="background:var(--green)"]{padding:10px 12px!important;gap:10px!important}.hero--v1 .hero-image-card > div[style*="background:var(--green)"] > div:first-child{width:38px!important;height:38px!important}.hero--v1 .live-listeners-card{padding:14px 12px 12px!important}.hero--v1 .live-listeners-card #liveCount{font-size:28px!important}.hero--v1 .hero-image-card .live-listeners-card + div > div:last-child > div:nth-child(n+5){display:none!important}.hero--v1 .hero-image-card .live-listeners-card + div > div:last-child > div:nth-child(4){border-bottom:none!important}}@media (max-width: 420px){.app-phone--main{width:164px}.app-phone--secondary{width:138px;margin-bottom:20px}.app-image-wrap{min-height:380px}}


