.landing-v2{--bg: #f7f7f5;--surface: #ffffff;--ink: #1a1f24;--ink-2: #4a5560;--ink-3: #8a96a0;--line: #e5e7e3;--line-2: #d2d6d0;--brand: #4a90a4;--brand-hover: #3d7a8c;--brand-soft: #eaf2f5;--font: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;font-family:var(--font);font-size:16px;line-height:1.6;color:var(--ink);background:var(--bg);font-weight:400;-webkit-font-smoothing:antialiased}.landing-v2 *,.landing-v2 *:before,.landing-v2 *:after{box-sizing:border-box}.landing-v2 a{color:inherit;text-decoration:none}.landing-v2 img{display:block;max-width:100%}.landing-v2 button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}.landing-v2 h1,.landing-v2 h2,.landing-v2 h3,.landing-v2 h4{font-family:var(--font);font-weight:500;letter-spacing:-.02em;line-height:1.15;color:var(--ink)}.landing-v2 .nav{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:100;background:#ffffffd9;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border:1px solid var(--line);border-radius:16px;padding:10px 10px 10px 22px;display:flex;align-items:center;gap:32px}.landing-v2 .nav-brand{font-size:18px;font-weight:500;letter-spacing:-.02em;color:var(--ink);display:flex;align-items:center;gap:10px}.landing-v2 .nav-brand img{width:26px;height:26px}.landing-v2 .nav-links{display:flex;gap:28px}.landing-v2 .nav-links a,.landing-v2 .nav-links button{font-size:16px;color:var(--ink-2);padding:0;transition:color .16s ease}.landing-v2 .nav-links a:hover,.landing-v2 .nav-links button:hover{color:var(--ink)}.landing-v2 .nav-cta{background:var(--brand);color:#fff;padding:10px 20px;border-radius:10px;font-size:16px;font-weight:500;transition:background .16s ease}.landing-v2 .nav-cta:hover{background:var(--brand-hover)}.landing-v2 .hero-container{position:relative;height:160vh;padding-top:140px}.landing-v2 .hero-text{max-width:1200px;margin:0 auto;padding:0 32px 40px;text-align:center}.landing-v2 .hero-text h1{font-size:clamp(44px,6.5vw,80px);max-width:900px;margin:0 auto 20px;font-weight:500;line-height:1.08}.landing-v2 .hero-text h1 .muted{color:var(--ink-3);display:block}.landing-v2 .hero-text p{font-size:18px;line-height:1.55;color:var(--ink-2);max-width:580px;margin:0 auto 32px}.landing-v2 .hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:14px}.landing-v2 .btn-primary{background:var(--brand);color:#fff;padding:14px 26px;border-radius:10px;font-size:16px;font-weight:500;transition:background .16s ease;display:inline-flex;align-items:center;gap:8px}.landing-v2 .btn-primary:hover{background:var(--brand-hover)}.landing-v2 .btn-primary svg{width:14px;height:14px}.landing-v2 .hero-subnote{font-size:15px;color:var(--ink-3);margin-bottom:48px}.landing-v2 .hero-video-sticky{position:sticky;top:100px;width:100%;height:calc(100vh - 140px);display:flex;align-items:flex-start;justify-content:center;pointer-events:none}.landing-v2 .hero-video{position:relative;width:min(1100px,calc(100vw - 64px));aspect-ratio:16 / 9;border-radius:20px;overflow:hidden;background:var(--ink);pointer-events:auto;transform:scale(var(--expand-scale, 1));transform-origin:center top;transition:border-radius .2s ease}.landing-v2 .hero-video.expanded{border-radius:0}.landing-v2 .hero-video video,.landing-v2 .hero-video img{width:100%;height:100%;object-fit:cover}.landing-v2 .section-intro{max-width:1280px;margin:0 auto;padding:50px 32px 48px;text-align:center}.landing-v2 .section-intro h2{font-size:clamp(32px,4vw,48px);max-width:700px;margin:0 auto 12px;font-weight:500}.landing-v2 .section-intro p{font-size:16px;color:var(--ink-2);max-width:520px;margin:0 auto}.landing-v2 .products{max-width:1280px;margin:0 auto;padding:0 32px 80px;display:grid;grid-template-columns:70px 1fr 1fr;gap:48px;align-items:start}.landing-v2 .progress-rail{position:sticky;top:120px;height:calc((100vh - 160px)/2);display:flex;flex-direction:column;align-items:center;padding-top:32px}.landing-v2 .rail-line{position:relative;width:1px;flex:1;background:var(--line);margin:10px 0}.landing-v2 .rail-line:after{content:"";position:absolute;top:0;left:0;width:100%;height:var(--progress, 0%);background:var(--brand);transition:height .2s ease}.landing-v2 .rail-marker{padding:6px 0}.landing-v2 .rail-num{font-size:14px;font-weight:500;color:var(--ink-3);transition:color .3s ease}.landing-v2 .rail-marker.active .rail-num{color:var(--brand)}.landing-v2 .rail-marker.passed .rail-num{color:var(--ink-2)}.landing-v2 .product-texts{display:flex;flex-direction:column}.landing-v2 .product-text{min-height:calc((100vh - 160px)/2);display:flex;flex-direction:column;justify-content:center;padding:24px 0}.landing-v2 .product-text h3{font-size:clamp(26px,2.8vw,36px);margin-bottom:16px;font-weight:500;line-height:1.2}.landing-v2 .product-text p{font-size:16px;line-height:1.65;color:var(--ink-2);max-width:460px;margin-bottom:24px}.landing-v2 .product-text .learn{font-size:15px;font-weight:500;color:var(--brand);display:inline-flex;align-items:center;gap:8px;transition:gap .18s ease;cursor:pointer}.landing-v2 .product-text .learn:hover{gap:12px}.landing-v2 .product-text .learn svg{width:14px;height:14px}.landing-v2 .media-sticky{position:sticky;top:120px;height:calc((100vh - 160px)/2);display:flex;align-items:center;justify-content:center}.landing-v2 .media-stack{position:relative;width:100%;aspect-ratio:4 / 3;max-height:calc((100vh - 160px)/2 - 40px);border-radius:20px;overflow:hidden;background:var(--surface);border:1px solid var(--line)}.landing-v2 .media-stack video,.landing-v2 .media-stack img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.03);transition:opacity .5s cubic-bezier(.2,.6,.2,1),transform .7s cubic-bezier(.2,.6,.2,1)}.landing-v2 .media-stack video.active,.landing-v2 .media-stack img.active{opacity:1;transform:scale(1)}.landing-v2 .free-section{padding:72px 32px 96px}.landing-v2 .free-card{max-width:1000px;margin:0 auto;background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:40px 48px;display:flex;justify-content:space-between;align-items:center;gap:32px}.landing-v2 .free-card-text h2{font-size:clamp(24px,2.6vw,32px);font-weight:500;margin-bottom:8px;letter-spacing:-.02em}.landing-v2 .free-card-text p{font-size:16px;color:var(--ink-2);max-width:440px;line-height:1.55}.landing-v2 .free-cta{display:inline-flex;align-items:center;gap:8px;background:var(--brand);color:#fff;padding:14px 26px;border-radius:10px;font-size:16px;font-weight:500;transition:background .16s ease;white-space:nowrap;flex-shrink:0}.landing-v2 .free-cta:hover{background:var(--brand-hover)}.landing-v2 .free-cta svg{width:14px;height:14px}.landing-v2 footer{border-top:1px solid var(--line);padding:28px 32px}.landing-v2 .footer-inner{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}.landing-v2 .footer-brand{font-size:16px;font-weight:500;display:flex;align-items:center;gap:10px}.landing-v2 .footer-brand img{width:22px;height:22px}.landing-v2 .footer-links{display:flex;gap:24px}.landing-v2 .footer-links a,.landing-v2 .footer-links button{font-size:15px;color:var(--ink-2);transition:color .16s ease;padding:0}.landing-v2 .footer-links a:hover,.landing-v2 .footer-links button:hover{color:var(--brand)}.landing-v2 .footer-meta{font-size:15px;color:var(--ink-3)}@media(max-width:900px){.landing-v2 .nav{top:12px;padding:8px 8px 8px 18px;gap:16px;border-radius:14px}.landing-v2 .nav-links{display:none}.landing-v2 .hero-container{height:auto;padding-top:110px}.landing-v2 .hero-text{padding:0 24px 32px}.landing-v2 .hero-video-sticky{position:static;height:auto;padding:0 24px 40px}.landing-v2 .hero-video{transform:none!important;border-radius:16px}.landing-v2 .section-intro{padding:32px 24px}.landing-v2 .products{grid-template-columns:1fr;gap:0;padding:0 24px 60px}.landing-v2 .progress-rail,.landing-v2 .media-sticky{display:none}.landing-v2 .product-text{min-height:auto;padding:28px 0;border-bottom:1px solid var(--line)}.landing-v2 .product-text:last-child{border-bottom:none}.landing-v2 .product-text .mobile-media{display:block;width:100%;aspect-ratio:4 / 3;border-radius:16px;overflow:hidden;border:1px solid var(--line);margin-top:20px;background:var(--surface)}.landing-v2 .product-text .mobile-media video,.landing-v2 .product-text .mobile-media img{width:100%;height:100%;object-fit:cover}.landing-v2 .free-section{padding:48px 20px 64px}.landing-v2 .free-card{padding:32px;flex-direction:column;align-items:flex-start;text-align:left}.landing-v2 .footer-inner{flex-direction:column;align-items:flex-start;gap:12px}}@media(min-width:901px){.landing-v2 .product-text .mobile-media{display:none}}@media(prefers-reduced-motion:reduce){.landing-v2 .hero-container{height:auto}.landing-v2 .hero-video-sticky{position:static;height:auto;padding-bottom:32px}.landing-v2 .hero-video{transform:none!important}.landing-v2 .media-stack video,.landing-v2 .media-stack img{transition:none}.landing-v2 .rail-line:after{transition:none}}.legal-page{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:#fff;color:#1a1a1a;min-height:100vh;-webkit-font-smoothing:antialiased}.legal-nav{position:sticky;top:0;padding:16px 0;background:#ffffffd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.08);z-index:100}.legal-nav-inner{max-width:720px;margin:0 auto;padding:0 40px;display:flex;justify-content:space-between;align-items:center}.legal-nav .brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:16px;color:#1a1a1a;text-decoration:none;letter-spacing:-.5px}.legal-nav .brand-logo-wrapper{background:#f4f3f0;padding:3px;border-radius:6px;display:flex;align-items:center;justify-content:center}.legal-nav .brand-logo{width:16px;height:16px}.legal-back{background:none;border:none;color:#52525b;font-family:inherit;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:4px;transition:color .2s}.legal-back:hover{color:#1a1a1a}.legal-content{max-width:720px;margin:0 auto;padding:60px 40px 80px}.legal-content h1{font-size:36px;font-weight:800;color:#1a1a1a;letter-spacing:-.03em;margin:0 0 8px}.legal-effective{font-size:14px;color:#71717a;margin:0 0 48px}.legal-content h2{font-size:20px;font-weight:700;color:#1a1a1a;margin:40px 0 12px;letter-spacing:-.02em}.legal-content h2:first-of-type{margin-top:0}.legal-content p{font-size:15px;line-height:1.7;color:#52525b;margin:0 0 16px}.legal-content ul{padding-left:20px;margin:0 0 16px}.legal-content li{font-size:15px;line-height:1.7;color:#52525b;margin-bottom:6px}.legal-content strong{color:#1a1a1a;font-weight:600}.legal-content a{color:#2563eb;text-decoration:none}.legal-content a:hover{text-decoration:underline}.notfound-content{text-align:center;padding-top:120px}.notfound-code{font-size:96px;font-weight:800;letter-spacing:-.04em;color:#4a90a4;line-height:1;margin-bottom:16px}.notfound-lead{font-size:17px!important;color:#52525b!important;margin:0 auto 40px!important;max-width:460px}.notfound-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.notfound-primary,.notfound-secondary{font-family:inherit;font-size:15px;font-weight:600;padding:12px 22px;border-radius:10px;cursor:pointer;transition:all .15s}.notfound-primary{background:#1a1a1a;color:#fff;border:1.5px solid #1a1a1a}.notfound-primary:hover{background:#000;border-color:#000}.notfound-secondary{background:#fff;color:#1a1a1a;border:1.5px solid #e4e4e7}.notfound-secondary:hover{border-color:#1a1a1a}@media(max-width:600px){.legal-content{padding:40px 20px 60px}.legal-content h1{font-size:28px}.legal-nav-inner{padding:0 20px}.notfound-content{padding-top:60px}.notfound-code{font-size:72px}}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
