.landing-root{--accent:#e50914;--bg:#080808;--bg2:#0f0f0f;--card:#141414;--border:#ffffff14;--text:#fff;--muted:#ffffff80;--subtle:#ffffff40;background:var(--bg);color:var(--text);min-height:100vh;position:relative;overflow-x:hidden}.landing-root:before{content:"";z-index:0;pointer-events:none;opacity:.5;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");position:fixed;inset:0}.landing-root .bebas{font-family:var(--font-display);letter-spacing:.03em}@keyframes landing-fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes landing-blobA{0%,to{transform:translate(0)scale(1)}33%{transform:translate(40px,-30px)scale(1.05)}66%{transform:translate(-20px,20px)scale(.97)}}@keyframes landing-blobB{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-35px,25px)scale(1.03)}66%{transform:translate(30px,-20px)scale(.98)}}@keyframes landing-blobC{0%,to{transform:translate(0)scale(1)}50%{transform:translate(20px,30px)scale(1.04)}}@keyframes landing-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes landing-cardFloat{0%,to{transform:translateY(0)rotate(-2deg)}50%{transform:translateY(-12px)rotate(-1deg)}}@keyframes landing-cardFloat2{0%,to{transform:translateY(0)rotate(2deg)}50%{transform:translateY(-8px)rotate(3deg)}}@keyframes landing-progressFill{0%{width:0}to{width:var(--w,65%)}}@keyframes landing-pulse{0%,to{box-shadow:0 0 #e5091466}50%{box-shadow:0 0 0 12px #e5091400}}.landing-root .reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(28px)}.landing-root .reveal.visible{opacity:1;transform:translateY(0)}.landing-root .reveal-delay-1{transition-delay:.1s}.landing-root .reveal-delay-2{transition-delay:.2s}.landing-root .reveal-delay-3{transition-delay:.3s}@media (prefers-reduced-motion:reduce){.landing-root *,.landing-root :before,.landing-root :after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.landing-root .reveal{opacity:1;transform:none}}.landing-root .nav{z-index:100;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;height:64px;padding:0 40px;transition:background .3s,border-color .3s;display:flex;position:fixed;top:0;left:0;right:0}.landing-root .nav.scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom-color:var(--border);background:#080808f2}.landing-root .nav-logo{align-items:center;gap:10px;text-decoration:none;display:flex}.landing-root .nav-logo-icon{background:var(--accent);width:34px;height:34px;font-family:var(--font-display);color:#fff;border-radius:8px;justify-content:center;align-items:center;font-size:19px;display:flex}.landing-root .nav-logo-text{font-family:var(--font-display);letter-spacing:2px;color:#fff;font-size:22px}.landing-root .nav-links{gap:4px;display:flex}.landing-root .nav-link{color:#fff9;border-radius:7px;padding:7px 14px;font-size:14px;text-decoration:none;transition:color .2s,background .2s}.landing-root .nav-link:hover{color:#fff;background:#ffffff12}.landing-root .nav-cta-group{align-items:center;gap:10px;display:flex}.landing-root .btn-ghost{color:#ffffffb3;border:1px solid #ffffff26;border-radius:8px;padding:8px 18px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s}.landing-root .btn-ghost:hover{color:#fff;border-color:#ffffff59}.landing-root .btn-primary{background:var(--accent);color:#fff;border-radius:8px;padding:9px 22px;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;box-shadow:0 0 20px #e509144d}.landing-root .btn-primary:hover{background:#ff1a24;transform:scale(1.03);box-shadow:0 0 30px #e5091480}.landing-root .hero{align-items:center;min-height:100vh;padding:120px 40px 80px;display:flex;position:relative;overflow:hidden}.landing-root .hero-bg{z-index:0;position:absolute;inset:0}.landing-root .blob{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.landing-root .blob-1{background:radial-gradient(#e509142e 0%,#0000 70%);width:600px;height:600px;animation:12s ease-in-out infinite landing-blobA;top:-100px;right:-100px}.landing-root .blob-2{background:radial-gradient(#e509141a 0%,#0000 70%);width:500px;height:500px;animation:15s ease-in-out infinite landing-blobB;bottom:-50px;left:10%}.landing-root .blob-3{background:radial-gradient(#ff643214 0%,#0000 70%);width:300px;height:300px;animation:10s ease-in-out infinite landing-blobC;top:30%;left:40%}.landing-root .hero-grid-overlay{background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(60% 60% at 80% 40%,#000 0%,#0000 70%);mask-image:radial-gradient(60% 60% at 80% 40%,#000 0%,#0000 70%)}.landing-root .hero-vignette{background:radial-gradient(80% 80%,#0000 30%,#080808b3 100%);position:absolute;inset:0}.landing-root .hero-bottom-fade{background:linear-gradient(to top, var(--bg) 0%, transparent 100%);height:200px;position:absolute;bottom:0;left:0;right:0}.landing-root .hero-content{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1400px;margin:0 auto;display:grid;position:relative}.landing-root .hero-tag{background:#e509141a;border:1px solid #e5091466;border-radius:30px;align-items:center;gap:8px;margin-bottom:24px;padding:5px 14px;animation:.6s both landing-fadeUp;display:inline-flex}.landing-root .hero-tag-dot{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite landing-pulse}.landing-root .hero-tag-text{color:var(--accent);letter-spacing:1px;text-transform:uppercase;font-size:12px;font-weight:700}.landing-root .hero-title{font-family:var(--font-display);color:#fff;margin-bottom:24px;font-size:clamp(48px,8vw,110px);line-height:.92;animation:.7s .1s both landing-fadeUp}.landing-root .hero-title-accent{color:var(--accent)}.landing-root .hero-title-outline{-webkit-text-stroke:1px #ffffff4d;color:#0000}.landing-root .hero-desc{color:#fff9;max-width:460px;margin-bottom:36px;font-size:17px;line-height:1.7;animation:.7s .2s both landing-fadeUp}.landing-root .hero-cta-row{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:48px;animation:.7s .3s both landing-fadeUp;display:flex}.landing-root .btn-hero{color:#fff;cursor:pointer;border-radius:10px;align-items:center;gap:10px;padding:15px 32px;font-size:16px;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.landing-root .btn-hero-primary{background:var(--accent);box-shadow:0 0 32px #e5091466}.landing-root .btn-hero-primary:hover{background:#ff1a24;transform:scale(1.04);box-shadow:0 0 48px #e5091499}.landing-root .btn-hero-secondary{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff26}.landing-root .btn-hero-secondary:hover{background:#ffffff24;border-color:#ffffff4d}.landing-root .hero-social-proof{align-items:center;gap:16px;animation:.7s .4s both landing-fadeUp;display:flex}.landing-root .hero-avatars{display:flex}.landing-root .hero-avatar{border:2px solid var(--bg);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin-left:-8px;font-size:11px;font-weight:700;display:flex}.landing-root .hero-avatar:first-child{margin-left:0}.landing-root .hero-social-text{color:#ffffff80;font-size:13px;line-height:1.4}.landing-root .hero-social-text strong{color:#fff}.landing-root .hero-right{height:520px;animation:1s .5s both landing-fadeIn;position:relative}.landing-root .preview-main{background:var(--card);border:1px solid #ffffff1a;border-radius:16px;width:480px;max-width:100%;animation:6s ease-in-out infinite landing-cardFloat;position:absolute;top:20px;right:0;overflow:hidden;box-shadow:0 40px 100px #000c,0 0 0 1px #ffffff0d}.landing-root .preview-player{aspect-ratio:16/9;background:linear-gradient(135deg,#006064 0%,#00acc1 100%);justify-content:center;align-items:center;display:flex;position:relative}.landing-root .preview-player-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.landing-root .preview-info{padding:16px 20px}.landing-root .preview-title{color:#fff;margin-bottom:6px;font-size:15px;font-weight:700}.landing-root .preview-meta{color:#fff6;margin-bottom:12px;font-size:12px}.landing-root .preview-progress-bar{background:#ffffff1a;border-radius:2px;height:3px;margin-bottom:12px}.landing-root .preview-progress-fill{background:var(--accent);--w:65%;border-radius:2px;width:65%;height:100%;animation:1.5s 1s both landing-progressFill}.landing-root .preview-tabs{gap:4px;display:flex}.landing-root .preview-tab{color:#ffffff80;background:#ffffff12;border-radius:6px;padding:5px 12px;font-size:11px;font-weight:600}.landing-root .preview-tab.active{color:var(--accent);background:#e5091433}.landing-root .preview-card-float{background:#1a1a1a;border:1px solid #ffffff1a;border-radius:12px;width:200px;animation:7s ease-in-out infinite landing-cardFloat2;position:absolute;bottom:60px;left:-30px;overflow:hidden;box-shadow:0 20px 60px #000000b3}.landing-root .preview-card-thumb{background:linear-gradient(135deg,#4a148c,#8e24aa);justify-content:center;align-items:center;height:80px;display:flex}.landing-root .preview-card-body{padding:10px 12px}.landing-root .preview-card-title{color:#fff;margin-bottom:4px;font-size:12px;font-weight:700}.landing-root .preview-card-meta{color:#fff6;font-size:10px}.landing-root .preview-badge{white-space:nowrap;z-index:10;background:#1a1a1a;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:10px;padding:10px 14px;display:flex;position:absolute;top:30px;right:-10px;box-shadow:0 16px 40px #0009}.landing-root .preview-badge-icon{border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;display:flex}.landing-root .preview-badge-text{font-size:12px}.landing-root .preview-badge-title{color:#fff;margin-bottom:1px;font-weight:700}.landing-root .preview-badge-sub{color:#ffffff73;font-size:11px}.landing-root .ticker-section{z-index:2;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#ffffff05;padding:14px 0;position:relative;overflow:hidden}.landing-root .ticker-inner{width:max-content;animation:30s linear infinite landing-ticker;display:flex}.landing-root .ticker-item{color:#fff6;white-space:nowrap;align-items:center;gap:10px;padding:0 28px;font-size:13px;font-weight:600;display:flex}.landing-root .ticker-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:4px;height:4px}.landing-root .ticker-item strong{color:#ffffffb3}.landing-root .stats-section{z-index:1;padding:80px 40px;position:relative}.landing-root .stats-inner{max-width:1400px;margin:0 auto}.landing-root .stats-grid{grid-template-columns:repeat(4,1fr);gap:2px;display:grid}.landing-root .stat-card{border:1px solid var(--border);text-align:center;background:#ffffff05;padding:36px 32px;transition:all .3s;position:relative;overflow:hidden}.landing-root .stat-card:first-child{border-radius:16px 0 0 16px}.landing-root .stat-card:last-child{border-radius:0 16px 16px 0}.landing-root .stat-card:before{content:"";background:linear-gradient(to right, transparent, var(--accent), transparent);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.landing-root .stat-card:hover:before{opacity:1}.landing-root .stat-card:hover{background:#ffffff0a}.landing-root .stat-number{font-family:var(--font-display);color:#fff;letter-spacing:1px;margin-bottom:6px;font-size:58px;line-height:1}.landing-root .stat-number span{color:var(--accent)}.landing-root .stat-label{color:#ffffff73;font-size:14px}.landing-root .section-inner{max-width:1400px;margin:0 auto}.landing-root .section-label{letter-spacing:2px;text-transform:uppercase;color:var(--accent);align-items:center;gap:8px;margin-bottom:16px;font-size:11px;font-weight:700;display:inline-flex}.landing-root .section-label:before{content:"";background:var(--accent);width:20px;height:1px}.landing-root .section-title{font-family:var(--font-display);color:#fff;margin-bottom:16px;font-size:clamp(40px,5vw,64px);line-height:.95}.landing-root .section-title .dim{color:#ffffff40}.landing-root .section-desc{color:#ffffff80;max-width:480px;margin-bottom:60px;font-size:16px;line-height:1.7}.landing-root .features-section{z-index:1;padding:80px 40px 100px;position:relative}.landing-root .features-grid{grid-template-columns:repeat(3,1fr);gap:2px;display:grid}.landing-root .feature-card{border:1px solid var(--border);background:#ffffff08;padding:32px 28px;transition:all .3s;position:relative;overflow:hidden}.landing-root .feature-card:first-child{border-radius:16px 0 0 16px}.landing-root .feature-card:last-child{border-radius:0 16px 16px 0}.landing-root .feature-card:hover{background:#ffffff0d;border-color:#ffffff24;transform:translateY(-4px)}.landing-root .feature-card:after{content:"";background:linear-gradient(to right, transparent, var(--accent), transparent);opacity:0;height:1px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.landing-root .feature-card:hover:after{opacity:.5}.landing-root .feature-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;font-size:22px;display:flex}.landing-root .feature-title{color:#fff;margin-bottom:10px;font-size:18px;font-weight:800}.landing-root .feature-desc{color:#ffffff80;font-size:14px;line-height:1.7}.landing-root .feature-tag{letter-spacing:1px;text-transform:uppercase;border-radius:4px;margin-top:16px;padding:3px 10px;font-size:10px;font-weight:700;display:inline-block}.landing-root .how-section{z-index:1;background:linear-gradient(#0000,#e509140a 50%,#0000);padding:80px 40px 100px;position:relative}.landing-root .how-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.landing-root .how-step{border-bottom:1px solid var(--border);gap:20px;padding:24px 0;transition:all .3s;display:flex}.landing-root .how-step:last-child{border-bottom:none}.landing-root .how-step-num{width:44px;height:44px;font-family:var(--font-display);color:#ffffff4d;border:1px solid #ffffff1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:22px;transition:all .3s;display:flex}.landing-root .how-step:hover .how-step-num{background:var(--accent);color:#fff;border-color:var(--accent);box-shadow:0 0 20px #e5091466}.landing-root .how-step-title{color:#fff;margin-bottom:6px;font-size:17px;font-weight:700}.landing-root .how-step-desc{color:#ffffff80;font-size:14px;line-height:1.6}.landing-root .how-visual{background:linear-gradient(135deg,#0d1117 0%,#161b22 100%);border:1px solid #ffffff14;border-radius:20px;height:460px;position:relative;overflow:hidden;box-shadow:0 40px 80px #0009}.landing-root .how-visual-content{height:100%;padding:24px;position:relative}.landing-root .how-rail-label{color:#ffffff80;text-transform:uppercase;letter-spacing:1px;margin-bottom:14px;font-size:11px;font-weight:700}.landing-root .how-cards-row{gap:10px;margin-bottom:24px;display:flex;overflow:hidden}.landing-root .how-card{border:1px solid #ffffff14;border-radius:8px;flex-shrink:0;width:130px;transition:transform .3s;overflow:hidden}.landing-root .how-card:hover{transform:scale(1.06)}.landing-root .how-card-thumb{height:70px}.landing-root .how-card-body{background:#1a1a1a;padding:8px 10px}.landing-root .how-card-title{color:#fff;margin-bottom:3px;font-size:10px;font-weight:700}.landing-root .how-card-sub{color:#fff6;font-size:9px}.landing-root .how-progress-card{background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;padding:14px 16px;position:absolute;bottom:24px;left:24px;right:24px}.landing-root .how-progress-title{color:#fff;justify-content:space-between;margin-bottom:8px;font-size:12px;font-weight:700;display:flex}.landing-root .how-progress-bar{background:#ffffff14;border-radius:2px;height:4px;margin-bottom:4px;overflow:hidden}.landing-root .how-progress-fill{border-radius:2px;height:100%}.landing-root .tracks-section{z-index:1;padding:80px 0 100px;position:relative;overflow:hidden}.landing-root .tracks-header{max-width:1400px;margin:0 auto 36px;padding:0 40px}.landing-root .tracks-rail{scroll-snap-type:x mandatory;scrollbar-width:none;gap:14px;padding:20px 40px 40px;display:flex;overflow-x:auto}.landing-root .tracks-rail::-webkit-scrollbar{display:none}.landing-root .track-showcase-card{background:var(--card);border:1px solid var(--border);scroll-snap-align:start;width:240px;color:inherit;border-radius:12px;flex-shrink:0;text-decoration:none;transition:all .3s;display:block;overflow:hidden}.landing-root .track-showcase-card:hover{border-color:#ffffff24;transform:translateY(-6px)scale(1.02);box-shadow:0 20px 50px #0009}.landing-root .track-thumb{aspect-ratio:16/9;justify-content:center;align-items:center;display:flex;position:relative}.landing-root .track-play-overlay{opacity:0;background:#0000004d;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.landing-root .track-showcase-card:hover .track-play-overlay{opacity:1}.landing-root .track-play-btn{background:var(--accent);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 0 20px #e5091480}.landing-root .track-body{padding:14px 16px}.landing-root .track-body-title{color:#fff;margin-bottom:4px;font-size:13px;font-weight:700;line-height:1.3}.landing-root .track-body-meta{color:#fff6;margin-bottom:10px;font-size:11px}.landing-root .track-body-tags{gap:5px;display:flex}.landing-root .track-tag{border-radius:4px;padding:2px 8px;font-size:10px;font-weight:600}.landing-root .testimonials-section{z-index:1;padding:80px 40px 100px;position:relative}.landing-root .testimonials-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:56px;display:grid}.landing-root .testimonial-card{border:1px solid var(--border);background:#ffffff08;border-radius:16px;padding:28px;transition:all .3s;position:relative;overflow:hidden}.landing-root .testimonial-card:before{content:"“";font-family:var(--font-display);color:#e5091414;font-size:80px;line-height:1;position:absolute;top:12px;right:20px}.landing-root .testimonial-card:hover{background:#ffffff0d;border-color:#ffffff1f;transform:translateY(-3px)}.landing-root .testimonial-stars{color:#facc15;gap:3px;margin-bottom:14px;display:flex}.landing-root .testimonial-text{color:#ffffffb3;margin-bottom:20px;font-size:15px;font-style:italic;line-height:1.7}.landing-root .testimonial-author{align-items:center;gap:12px;display:flex}.landing-root .testimonial-avatar{color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:14px;font-weight:800;display:flex}.landing-root .testimonial-name{color:#fff;font-size:14px;font-weight:700}.landing-root .testimonial-role{color:#fff6;font-size:12px}.landing-root .cta-section{z-index:1;text-align:center;padding:100px 40px 120px;position:relative;overflow:hidden}.landing-root .cta-blob{filter:blur(60px);pointer-events:none;background:radial-gradient(#e5091426 0%,#0000 70%);width:800px;max-width:100%;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-root .cta-label{letter-spacing:2.5px;text-transform:uppercase;color:var(--accent);margin-bottom:20px;font-size:11px;font-weight:700;display:block}.landing-root .cta-title{font-family:var(--font-display);color:#fff;margin-bottom:20px;font-size:clamp(52px,7vw,96px);line-height:.92}.landing-root .cta-sub{color:#ffffff80;max-width:500px;margin-bottom:44px;margin-left:auto;margin-right:auto;font-size:17px;line-height:1.6}.landing-root .cta-buttons{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.landing-root .cta-fine{color:#ffffff40;margin-top:20px;font-size:12px}.landing-root .footer{border-top:1px solid var(--border);z-index:1;padding:48px 40px;position:relative}.landing-root .footer-inner{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;max-width:1400px;margin:0 auto;display:grid}.landing-root .footer-logo{align-items:center;gap:10px;margin-bottom:14px;display:flex}.landing-root .footer-logo-icon{background:var(--accent);width:32px;height:32px;font-family:var(--font-display);color:#fff;border-radius:8px;justify-content:center;align-items:center;font-size:18px;display:flex}.landing-root .footer-logo-text{font-family:var(--font-display);letter-spacing:2px;color:#fff;font-size:20px}.landing-root .footer-desc{color:#fff6;font-size:13px;line-height:1.7}.landing-root .footer-col-title{letter-spacing:1.5px;text-transform:uppercase;color:#ffffff59;margin-bottom:16px;font-size:11px;font-weight:700}.landing-root .footer-link{color:#ffffff80;margin-bottom:10px;font-size:13px;text-decoration:none;transition:color .2s;display:block}.landing-root .footer-link:hover{color:#fff}.landing-root .footer-bottom{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;max-width:1400px;margin:36px auto 0;padding-top:24px;display:flex}.landing-root .footer-copy{color:#ffffff40;font-size:12px}.landing-root .footer-links{gap:20px;display:flex}.landing-root .divider{background:linear-gradient(to right, transparent, var(--border), transparent);max-width:1400px;height:1px;margin:0 auto}@media (max-width:960px){.landing-root .nav{padding:0 20px}.landing-root .nav-links{display:none}.landing-root .hero{padding:100px 20px 60px}.landing-root .hero-content{grid-template-columns:1fr;gap:40px}.landing-root .hero-right{height:420px}.landing-root .preview-main{width:100%;right:auto}.landing-root .preview-card-float{display:none}.landing-root .preview-badge{top:-10px;right:0}.landing-root .stats-grid{grid-template-columns:repeat(2,1fr)}.landing-root .stat-card:first-child{border-radius:16px 0 0}.landing-root .stat-card:nth-child(2){border-radius:0 16px 0 0}.landing-root .stat-card:nth-child(3){border-radius:0 0 0 16px}.landing-root .stat-card:nth-child(4){border-radius:0 0 16px}.landing-root .features-grid{grid-template-columns:1fr}.landing-root .feature-card{border-radius:0!important}.landing-root .feature-card:first-child{border-radius:16px 16px 0 0!important}.landing-root .feature-card:last-child{border-radius:0 0 16px 16px!important}.landing-root .how-grid{grid-template-columns:1fr;gap:40px}.landing-root .testimonials-grid{grid-template-columns:1fr}.landing-root .footer-inner{grid-template-columns:1fr 1fr;gap:32px}.landing-root .features-section,.landing-root .how-section,.landing-root .testimonials-section,.landing-root .stats-section{padding-left:20px;padding-right:20px}.landing-root .tracks-header{padding:0 20px}.landing-root .tracks-rail{padding:20px 20px 40px}.landing-root .footer{padding:40px 20px}}@media (max-width:520px){.landing-root .stat-number{font-size:46px}.landing-root .footer-inner{grid-template-columns:1fr}.landing-root .hero-social-proof{flex-wrap:wrap}}.landing-root .faq{background:#0a0a0a}.landing-root .faq-list{flex-direction:column;gap:10px;max-width:720px;margin:32px auto 0;display:flex}.landing-root .faq-item{color:#fff;background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;padding:16px 20px;transition:background .15s}.landing-root .faq-item[open]{background:#ffffff0d}.landing-root .faq-item summary{cursor:pointer;color:#fff;justify-content:space-between;align-items:center;font-size:15px;font-weight:700;list-style:none;display:flex}.landing-root .faq-item summary::-webkit-details-marker{display:none}.landing-root .faq-item summary:after{content:"+";color:#ffffff80;font-size:22px;font-weight:400;transition:transform .2s}.landing-root .faq-item[open] summary:after{transform:rotate(45deg)}.landing-root .faq-item p{color:#ffffffb3;margin:14px 0 0;font-size:14px;line-height:1.6}.landing-root .faq-item a{color:#e50914;text-decoration:none}.landing-root .faq-item a:hover{text-decoration:underline}
