@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,500;12..96,700;12..96,800&family=Inter:wght@400;500;600;700;800&display=swap");.landing-page{--navy:#110B2A;--navy-deep:#0E0B1D;--navy-mid:#3B2C7F;--purple:#7558E8;--purple-deep:#2D2480;--purple-hover:#6446D6;--cyan:#2DC1EA;--lavender-light:#F5F3FF;--lavender-deep:#C0C6FF;--offwhite:#F3F0FF;--text-on-dark:#FFFFFF;--text-on-dark-muted:#B8B3CC;--text-on-light:#110B2A;--text-on-light-muted:#6E6A85;--success:#3FBF88;--danger:#E85050;--font-display:"Bricolage Grotesque",system-ui,sans-serif;--font-body:"Inter",system-ui,sans-serif;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--space-8:64px;--space-9:96px;--space-10:128px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:24px;--radius-pill:999px;--shadow-sm:0 1px 2px rgba(17,11,42,0.06);--shadow-md:0 4px 12px rgba(17,11,42,0.08);--shadow-lg:0 12px 32px rgba(17,11,42,0.12);--container-max:1480px;--container-pad:clamp(20px,3.5vw,48px)}.landing-page *{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}.landing-page a{color:inherit;text-decoration:none}.landing-page button{font-family:var(--font-body);cursor:pointer}.landing-page .container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-pad);position:relative}.landing-page .section{padding:var(--space-10) 0;position:relative;scroll-margin-top:80px}.landing-page .section-calm,.landing-page .section-dark{background:var(--navy);color:var(--text-on-dark)}.landing-page .section-deep{background:var(--navy-deep);color:var(--text-on-dark)}.landing-page .section-light{background:linear-gradient(180deg,#F5F3FF,#C0C6FF);color:var(--text-on-light);position:relative;overflow:hidden}.landing-page .section-light:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(117,88,232,.1) 1px,transparent 0);background-size:24px 24px;pointer-events:none;z-index:0}.landing-page .section-light>.container{position:relative;z-index:1}.landing-page .eyebrow{font-family:var(--font-body);font-weight:600;font-size:10px;line-height:14px;letter-spacing:.06em;text-transform:uppercase;color:var(--purple);display:inline-block;margin-bottom:var(--space-4)}.landing-page .section-dark .eyebrow{color:var(--lavender-deep)}.landing-page .display,.landing-page h1,.landing-page h2,.landing-page h3{font-family:var(--font-display)}.landing-page .display{font-weight:400;font-size:56px;line-height:60px;letter-spacing:-.01em}.landing-page .display strong{font-weight:800}.landing-page h1{font-family:var(--font-display);font-weight:400;font-size:40px;line-height:46px;letter-spacing:-.01em}.landing-page h1 strong{font-weight:800}.landing-page h2{font-family:var(--font-display);font-weight:400;font-size:28px;line-height:34px;letter-spacing:-.005em}.landing-page h2 strong{font-weight:800}.landing-page h3{font-family:var(--font-body);font-weight:700;font-size:20px;line-height:28px}.landing-page .body-lg{font-size:16px;line-height:24px}.landing-page .muted-on-dark{color:var(--text-on-dark-muted)}.landing-page .muted-on-light{color:var(--text-on-light-muted)}.landing-page .btn{font-family:var(--font-body);font-weight:600;font-size:14px;line-height:20px;padding:12px 20px;border-radius:var(--radius-pill);border:1px solid transparent;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:background .12s ease,color .12s ease,border-color .12s ease,transform .12s ease;white-space:nowrap}.landing-page .btn:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}.landing-page .btn-primary{background:var(--purple);color:var(--text-on-dark);position:relative;overflow:hidden}.landing-page .btn-primary:after{content:"";position:absolute;top:0;left:0;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18) 50%,transparent);transform:translateX(-100%);pointer-events:none;opacity:0}.landing-page .btn-primary:hover:after{animation:shimmerSweep .7s ease-out;opacity:1}.landing-page .btn-primary:hover{background:var(--purple-hover)}.landing-page .btn-primary:active{background:#5A3EC4}.landing-page .btn-secondary{background:transparent;color:var(--text-on-dark);border-color:rgba(255,255,255,.5)}.landing-page .btn-secondary:hover{background:rgba(255,255,255,.08);border-color:var(--text-on-dark)}.landing-page .btn-secondary.on-light{color:var(--text-on-light);border-color:rgba(17,11,42,.4)}.landing-page .btn-secondary.on-light:hover{background:rgba(17,11,42,.04);border-color:var(--text-on-light)}.landing-page .btn-large{padding:14px 24px;font-size:15px}.landing-page .nav{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:16px 32px;background:rgba(17,11,42,.7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06);transition:padding .3s ease,background .3s ease,border-color .3s ease}.landing-page .nav.is-scrolled{padding:10px 32px;background:rgba(14,11,29,.88);border-bottom-color:rgba(117,88,232,.18)}.landing-page .nav.is-scrolled .logo-wordmark{font-size:18px}.landing-page .logo-wordmark{transition:font-size .3s ease}.landing-page .nav-inner{max-width:var(--container-max);margin:0 auto;display:flex;align-items:center;justify-content:space-between;width:100%;gap:32px}.landing-page .logo{display:flex;align-items:center;gap:10px}.landing-page .logo-full{height:28px;width:auto;display:block;flex-shrink:0}.landing-page .logo-wordmark{font-family:var(--font-display);font-weight:700;font-size:20px;line-height:1;color:var(--offwhite);letter-spacing:-.01em}.landing-page .nav-links{display:flex;align-items:center;gap:4px}.landing-page .nav-links a{font-family:var(--font-body);font-weight:500;font-size:14px;color:var(--text-on-dark-muted);padding:8px 16px;border-radius:var(--radius-pill);transition:color .12s ease,background .12s ease}.landing-page .nav-links a:hover{color:var(--text-on-dark);background:rgba(255,255,255,.04)}.landing-page .nav-cta{display:flex;align-items:center;gap:8px}.landing-page .hero{padding-top:var(--space-10);padding-bottom:0;position:relative;overflow:visible}.landing-page .hero:after,.landing-page .hero:before{content:"";position:absolute;border-radius:50%;filter:blur(100px);opacity:.25;pointer-events:none;z-index:0}.landing-page .hero:before{width:480px;height:480px;background:radial-gradient(circle,var(--purple) 0,transparent 70%);top:-180px;left:50%;transform:translateX(-90%);animation:drift1 24s ease-in-out infinite}.landing-page .hero:after{width:380px;height:380px;background:radial-gradient(circle,var(--cyan) 0,transparent 70%);top:-120px;right:50%;transform:translateX(90%);opacity:.15;animation:drift2 30s ease-in-out infinite}.landing-page .hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:1040px;margin:0 auto}.landing-page .hero-pill{display:inline-flex;align-items:center;gap:10px;padding:8px 16px;border-radius:var(--radius-pill);background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);font-family:var(--font-body);font-size:13px;font-weight:500;color:var(--text-on-dark-muted);margin-bottom:var(--space-7)}.landing-page .hero-pill .pill-dot{width:8px;height:8px;border-radius:50%;background:var(--success);box-shadow:0 0 0 4px rgba(63,191,136,.18);animation:statusPulse 2.4s ease-in-out infinite}.landing-page .hero h1.display{margin-bottom:var(--space-5);max-width:880px}.landing-page .hero p.body-lg{margin-bottom:var(--space-7);max-width:640px;color:var(--text-on-dark-muted)}.landing-page .hero-cta{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-bottom:var(--space-8)}.landing-page .hero-mockup-wrap{width:100%;margin-bottom:-15%;position:relative}.landing-page .hero-glow{position:absolute;top:40%;left:50%;width:160%;aspect-ratio:1/1;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(149,122,255,.9) 0,rgba(117,88,232,.6) 20%,rgba(117,88,232,.25) 38%,rgba(45,36,128,.08) 52%,transparent 65%);filter:blur(72px);pointer-events:none;z-index:-1;animation:mockupGlowPulse 4s ease-in-out infinite;will-change:opacity,transform}@keyframes mockupGlowPulse{0%,to{opacity:.7;transform:translate(-50%,-50%) scale(.92)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.15)}}.landing-page .hero-mockup{width:100%;position:relative;aspect-ratio:2612/1900;display:block;object-fit:contain;border-radius:16px;animation:mockupBreathe 6s ease-in-out infinite;transform-origin:center center}.landing-page .mockup-placeholder{display:none;position:absolute;inset:24px;border:1.5px dashed rgba(255,255,255,.18);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:var(--text-on-dark-muted);font-size:12px;letter-spacing:.04em;text-transform:uppercase}.landing-page .mockup-placeholder .ph-icon{width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center}.landing-page .mockup-placeholder.on-light{border-color:rgba(17,11,42,.18);color:var(--text-on-light-muted)}.landing-page .mockup-placeholder.on-light .ph-icon{background:rgba(17,11,42,.04)}.landing-page .section-what{padding-top:calc(var(--space-10) + 160px)}.landing-page .what-heading{max-width:720px;margin-bottom:var(--space-8)}.landing-page .what-heading h1{margin-bottom:var(--space-4)}.landing-page .what-heading p.body-lg{color:var(--text-on-light-muted)}.landing-page .what-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:48px;align-items:start}.landing-page .what-mockup{position:sticky;top:96px;aspect-ratio:4/3;background:transparent;border:0;box-shadow:none;padding:0;overflow:visible}.landing-page .what-mockup-inner{position:relative;width:100%;height:100%}.landing-page .what-mockup-slide{position:absolute;inset:0;border:1.5px dashed rgba(17,11,42,.18);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:var(--text-on-light-muted);font-size:12px;letter-spacing:.04em;text-transform:uppercase;background:rgba(245,243,255,.4);opacity:0;transform:translateY(8px);transition:opacity .24s ease,transform .24s ease;pointer-events:none}.landing-page .what-mockup-slide .ph-icon{width:44px;height:44px;border-radius:50%;background:rgba(117,88,232,.1);color:var(--purple);display:flex;align-items:center;justify-content:center}.landing-page .what-mockup-slide.is-active{opacity:1;transform:translateY(0)}.landing-page .what-mockup-slide.has-image{border:0;background:transparent;padding:0}.landing-page .what-mockup-img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;image-rendering:-webkit-optimize-contrast}.landing-page .what-list{display:flex;flex-direction:column;gap:0}.landing-page .what-item{width:100%;text-align:left;background:transparent;border:none;border-top:1px solid rgba(17,11,42,.1);padding:20px 16px;display:grid;grid-template-columns:32px 1fr 20px;gap:16px;align-items:start;cursor:pointer;position:relative;transition:background .16s ease;font-family:inherit}.landing-page .what-item:last-of-type{border-bottom:1px solid rgba(17,11,42,.1)}.landing-page .what-item:hover{background:rgba(117,88,232,.04)}.landing-page .what-item:focus-visible{outline:2px solid var(--cyan);outline-offset:-2px;border-radius:var(--radius-sm)}.landing-page .what-item.is-active{background:rgba(117,88,232,.06)}.landing-page .what-item.is-active:before{content:"";position:absolute;left:0;top:12px;bottom:12px;width:3px;background:var(--purple);border-radius:2px}.landing-page .what-item-num{font-family:var(--font-display);font-weight:800;font-size:14px;color:var(--purple);margin-top:2px}.landing-page .what-item h3{font-family:var(--font-body);font-weight:700;font-size:16px;line-height:24px;color:var(--text-on-light);margin-bottom:0}.landing-page .what-item p{color:var(--text-on-light-muted);font-size:14px;line-height:22px;margin:0;max-height:0;opacity:0;overflow:hidden;transform:translateY(-2px);transition:max-height .32s cubic-bezier(.22,1,.36,1),opacity .2s ease,margin-top .32s cubic-bezier(.22,1,.36,1),transform .24s ease}.landing-page .what-item.is-active p{max-height:200px;opacity:1;margin-top:4px;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.landing-page .what-item p{transition:none}}.landing-page .what-item-arrow{color:var(--text-on-light-muted);margin-top:4px;transition:transform .28s cubic-bezier(.34,1.56,.64,1),color .2s ease}.landing-page .what-item.is-active .what-item-arrow{color:var(--purple);transform:translateX(6px)}.landing-page .what-item:hover .what-item-arrow{transform:translateX(3px)}.landing-page .fade-in{opacity:0;transform:translateY(16px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.landing-page .fade-in.is-visible{opacity:1;transform:translateY(0)}.landing-page .fade-in[data-delay="1"]{transition-delay:80ms}.landing-page .fade-in[data-delay="2"]{transition-delay:.16s}.landing-page .fade-in[data-delay="3"]{transition-delay:.24s}.landing-page .fade-in[data-delay="4"]{transition-delay:.32s}.landing-page .fade-in[data-delay="5"]{transition-delay:.4s}.landing-page .fade-in[data-delay="6"]{transition-delay:.48s}.landing-page .fade-in[data-delay="7"]{transition-delay:.56s}.landing-page .fade-in[data-delay="8"]{transition-delay:.64s}.landing-page .hero-enter{opacity:0;transform:translateY(20px);animation:heroEnter .9s cubic-bezier(.22,1,.36,1) forwards}.landing-page .hero-enter[data-delay="1"]{animation-delay:.1s}.landing-page .hero-enter[data-delay="2"]{animation-delay:.22s}.landing-page .hero-enter[data-delay="3"]{animation-delay:.34s}.landing-page .hero-enter[data-delay="4"]{animation-delay:.46s}.landing-page .hero-enter[data-delay="5"]{animation-delay:.62s}@keyframes heroEnter{to{opacity:1;transform:translateY(0)}}.landing-page .hero-enter-fade{opacity:0;animation:heroEnterFade 1.1s cubic-bezier(.22,1,.36,1) forwards,mockupBreathe 6s ease-in-out infinite}.landing-page .hero-enter-fade[data-delay="5"]{animation-delay:.62s,1.72s}@keyframes heroEnterFade{to{opacity:1}}@keyframes statusPulse{0%,to{box-shadow:0 0 0 0 rgba(63,191,136,.4)}50%{box-shadow:0 0 0 6px rgba(63,191,136,0)}}@keyframes mockupBreathe{0%,to{transform:scale(1)}50%{transform:scale(1.005)}}@keyframes hexRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes shimmerSweep{0%{transform:translateX(-100%)}to{transform:translateX(200%)}}.landing-page .cta-reveal{opacity:0;transform:translateY(24px) scale(.98);transition:opacity 1s cubic-bezier(.22,1,.36,1),transform 1s cubic-bezier(.22,1,.36,1)}.landing-page .cta-reveal.is-visible{opacity:1;transform:translateY(0) scale(1)}.landing-page .cta-reveal[data-delay="1"]{transition-delay:.1s}.landing-page .cta-reveal[data-delay="2"]{transition-delay:.28s}.landing-page .cta-reveal[data-delay="3"]{transition-delay:.46s}.landing-page .cta-reveal[data-delay="4"]{transition-delay:.6s}@media (prefers-reduced-motion:reduce){.landing-page .cta-reveal,.landing-page .fade-in,.landing-page .hero-enter{opacity:1!important;transform:none!important;transition:none!important;animation:none!important}.landing-page .ba-connector svg,.landing-page .hero-glow,.landing-page .hero-mockup,.landing-page .hero:after,.landing-page .hero:before,.landing-page .pill-dot{animation:none!important}}.landing-page .section-heading-block{max-width:640px;margin-bottom:var(--space-7)}.landing-page .section-heading-block h1{margin-bottom:var(--space-4)}.landing-page .trio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.landing-page .trio-card{background:rgba(255,255,255,.04);border-radius:var(--radius-lg);padding:32px;display:flex;flex-direction:column;gap:24px;position:relative;overflow:hidden;transition:transform .3s ease,background .3s ease}.landing-page .trio-card:before{content:"";position:absolute;inset:-1px;border-radius:var(--radius-lg);background:radial-gradient(circle at var(--mx,50%) var(--my,0),rgba(117,88,232,.22) 0,transparent 60%);opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:0}.landing-page .trio-card>*{position:relative;z-index:1}.landing-page .trio-card:hover{background:rgba(117,88,232,.06);transform:translateY(-4px)}.landing-page .trio-card:hover:before{opacity:1}.landing-page .trio-card:hover .eyebrow{color:var(--cyan)}.landing-page .trio-card:hover .mini-mockup{border-color:rgba(255,255,255,.14);background:linear-gradient(135deg,rgba(117,88,232,.22),rgba(45,193,234,.08))}.landing-page .trio-card .eyebrow{transition:color .3s ease}.landing-page .trio-card .mini-mockup{transition:border-color .3s ease,background .3s ease}.landing-page .trio-card-content{flex:0 0 auto}.landing-page .trio-card .eyebrow{color:var(--lavender-deep);margin-bottom:var(--space-3)}.landing-page .trio-card h2{font-size:24px;line-height:30px;margin-bottom:var(--space-3)}.landing-page .trio-card p{color:var(--text-on-dark-muted);font-size:14px;line-height:22px}.landing-page .trio-card .mini-mockup{flex:1 1 auto;min-height:200px;background:linear-gradient(135deg,rgba(117,88,232,.14),rgba(45,193,234,.04));border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:var(--text-on-dark-muted);position:relative;overflow:hidden}.landing-page .trio-card .mini-mockup:before{content:"";position:absolute;inset:12px;border:1.5px dashed rgba(255,255,255,.14);border-radius:var(--radius-sm);pointer-events:none}.landing-page .trio-card .mini-mockup .ph-label{font-size:11px;letter-spacing:.04em;text-transform:uppercase;position:relative}.landing-page .trio-card .mini-mockup.has-image{background:transparent;border:0;padding:0;aspect-ratio:4/3;flex:0 0 auto;min-height:0;margin-top:auto}.landing-page .trio-card .mini-mockup.has-image:before{display:none}.landing-page .trio-card:hover .mini-mockup.has-image{border:0;background:transparent}.landing-page .trio-mockup-img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;image-rendering:-webkit-optimize-contrast}.landing-page .beforeafter-panel{position:relative;margin-top:var(--space-7);max-width:1180px;margin-left:auto;margin-right:auto;border-radius:var(--radius-xl);background:linear-gradient(180deg,#1F1849,#1A1340);border:1px solid rgba(255,255,255,.14);overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,.35),inset 0 0 0 1px rgba(117,88,232,.06);isolation:isolate}.landing-page .beforeafter-panel:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 80% 50%,rgba(117,88,232,.18) 0,transparent 55%);pointer-events:none;z-index:0}.landing-page .beforeafter-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr}.landing-page .beforeafter-grid:before{content:"";position:absolute;top:32px;bottom:32px;left:50%;width:1px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.12) 12%,rgba(255,255,255,.12) 88%,transparent);z-index:1}.landing-page .ba-half{padding:56px 48px;position:relative;display:flex;flex-direction:column}.landing-page .ba-half-with,.landing-page .ba-half-without{color:var(--text-on-dark)}.landing-page .ba-time{font-family:var(--font-body);font-weight:600;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-on-dark-muted);margin-bottom:var(--space-4);display:inline-flex;align-items:center;gap:8px}.landing-page .ba-time-dot{width:6px;height:6px;border-radius:50%}.landing-page .ba-half-without .ba-time-dot{background:var(--text-on-dark-muted);opacity:.5}.landing-page .ba-half-with .ba-time-dot{background:var(--cyan);box-shadow:0 0 0 4px rgba(45,193,234,.18)}.landing-page .ba-half h2{font-size:22px;line-height:28px;margin-bottom:var(--space-5);color:var(--text-on-dark)}.landing-page .ba-half-without h2{color:rgba(255,255,255,.85)}.landing-page .ba-list{list-style:none;display:flex;flex-direction:column;gap:14px}.landing-page .ba-list li{display:grid;grid-template-columns:18px 1fr;gap:14px;align-items:start;font-size:14px;line-height:22px;opacity:0;transform:translateY(8px);transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1),background .15s ease 0s;padding:4px 8px;margin:-4px -8px;border-radius:var(--radius-sm);cursor:default}.landing-page .beforeafter-panel.is-revealed .ba-list li{opacity:1;transform:translateY(0)}.landing-page .ba-half-without .ba-list li{color:var(--text-on-dark-muted)}.landing-page .ba-half-with .ba-list li{color:rgba(255,255,255,.92)}.landing-page .ba-half-without .ba-list li:first-child{transition-delay:.2s,.2s,0s}.landing-page .ba-half-without .ba-list li:nth-child(2){transition-delay:.38s,.38s,0s}.landing-page .ba-half-without .ba-list li:nth-child(3){transition-delay:.56s,.56s,0s}.landing-page .ba-half-without .ba-list li:nth-child(4){transition-delay:.74s,.74s,0s}.landing-page .ba-half-without .ba-list li:nth-child(5){transition-delay:.92s,.92s,0s}.landing-page .ba-half-with .ba-list li:first-child{transition-delay:1.2s,1.2s,0s}.landing-page .ba-half-with .ba-list li:nth-child(2){transition-delay:1.29s,1.29s,0s}.landing-page .ba-half-with .ba-list li:nth-child(3){transition-delay:1.38s,1.38s,0s}.landing-page .ba-half-with .ba-list li:nth-child(4){transition-delay:1.47s,1.47s,0s}.landing-page .ba-half-with .ba-list li:nth-child(5){transition-delay:1.56s,1.56s,0s}.landing-page .ba-list li.is-paired{background:rgba(117,88,232,.08)}.landing-page .ba-half-with .ba-list li.is-paired{background:rgba(117,88,232,.14)}.landing-page .ba-list li.is-paired .ba-bullet-pending{border-color:rgba(255,255,255,.55)}.landing-page .ba-list li.is-paired .ba-bullet-done{color:#5BD8FF;filter:drop-shadow(0 0 4px rgba(45,193,234,.5))}.landing-page .ba-bullet{width:16px;height:16px;display:flex;align-items:center;justify-content:center;margin-top:3px;flex-shrink:0;transition:color .2s ease,filter .2s ease}.landing-page .ba-bullet-pending{width:8px;height:8px;border-radius:50%;border:1.5px solid rgba(255,255,255,.3);background:transparent;margin:7px 4px 0;transition:border-color .2s ease}.landing-page .ba-bullet-done{color:var(--cyan)}.landing-page .ba-bullet-done svg path,.landing-page .ba-bullet-done svg polyline{stroke-dasharray:24;stroke-dashoffset:24;transition:stroke-dashoffset .6s cubic-bezier(.22,1,.36,1)}.landing-page .beforeafter-panel.is-revealed .ba-bullet-done svg path,.landing-page .beforeafter-panel.is-revealed .ba-bullet-done svg polyline{stroke-dashoffset:0}.landing-page .ba-half-with .ba-list li:first-child .ba-bullet-done svg polyline{transition-delay:1.45s}.landing-page .ba-half-with .ba-list li:nth-child(2) .ba-bullet-done svg polyline{transition-delay:1.54s}.landing-page .ba-half-with .ba-list li:nth-child(3) .ba-bullet-done svg polyline{transition-delay:1.63s}.landing-page .ba-half-with .ba-list li:nth-child(4) .ba-bullet-done svg polyline{transition-delay:1.72s}.landing-page .ba-half-with .ba-list li:nth-child(5) .ba-bullet-done svg polyline{transition-delay:1.81s}@media (prefers-reduced-motion:reduce){.landing-page .ba-list li{opacity:1!important;transform:none!important;transition:none!important}.landing-page .ba-bullet-done svg path,.landing-page .ba-bullet-done svg polyline{stroke-dasharray:none!important;stroke-dashoffset:0!important}}.landing-page .ba-connector{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;background:#1A1340;border:1px solid rgba(255,255,255,.16);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:0 0 0 6px #1A1340,0 0 24px rgba(117,88,232,.4)}.landing-page .ba-connector svg{animation:hexRotate 30s linear infinite;transform-origin:center center}@media (max-width:768px){.landing-page .beforeafter-grid{grid-template-columns:1fr}.landing-page .beforeafter-grid:before{top:50%;bottom:auto;left:32px;right:32px;width:auto;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12) 12%,rgba(255,255,255,.12) 88%,transparent)}.landing-page .beforeafter-panel:before{background:radial-gradient(ellipse at 50% 80%,rgba(117,88,232,.18) 0,transparent 55%)}}.landing-page .indorg-layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin-top:var(--space-7)}.landing-page .indorg-heading{max-width:480px}.landing-page .indorg-heading .eyebrow,.landing-page .indorg-heading h1{margin-bottom:var(--space-4)}.landing-page .indorg-heading p{color:var(--text-on-dark-muted);font-size:16px;line-height:24px}.landing-page .indorg-stack{display:flex;flex-direction:column;gap:16px}.landing-page .indorg-card{border-radius:var(--radius-lg);padding:32px;position:relative;overflow:hidden;display:flex;flex-direction:column;background:rgba(255,255,255,.04)}.landing-page .indorg-card>*{position:relative}.landing-page .indorg-icon{width:40px;height:40px;border-radius:var(--radius-md);background:rgba(117,88,232,.14);display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-4);color:var(--lavender-deep)}.landing-page .indorg-card h2{font-size:22px;line-height:28px;margin-bottom:var(--space-4);color:var(--text-on-dark)}.landing-page .indorg-checklist{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:var(--space-5)}.landing-page .indorg-checklist li{display:grid;grid-template-columns:18px 1fr;gap:12px;align-items:start;font-size:14px;line-height:22px;color:var(--text-on-dark-muted)}.landing-page .indorg-check{width:16px;height:16px;display:flex;align-items:center;justify-content:center;margin-top:3px;flex-shrink:0;color:var(--cyan)}.landing-page .indorg-cta{margin-top:auto;align-self:flex-start}.landing-page .indorg-cta-wrap{margin-top:auto;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.landing-page .indorg-cta-fineprint{font-size:12px;color:var(--text-on-dark-muted);line-height:16px}.landing-page .indorg-cta .arrow{display:inline-block;transition:transform .22s cubic-bezier(.34,1.56,.64,1)}.landing-page .indorg-cta:hover .arrow{transform:translateX(4px)}.landing-page .integrations-strip{background:var(--navy-deep);border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);padding:41px 0;position:relative;overflow:hidden}.landing-page .integrations-strip-inner{display:flex;align-items:center;gap:32px;max-width:var(--container-max);margin:0 auto;padding:0 var(--container-pad)}.landing-page .integrations-strip-copy{flex:0 0 auto;font-size:14px;line-height:22px;color:var(--text-on-dark-muted);display:flex;align-items:center;gap:6px;font-family:var(--font-body);font-weight:500}.landing-page .integrations-strip-copy strong{color:var(--text-on-dark);font-weight:700}.landing-page .integrations-strip-copy a{color:var(--text-on-dark-muted);display:inline-flex;align-items:center;gap:4px;transition:color .16s ease}.landing-page .integrations-strip-copy a:hover{color:var(--text-on-dark)}.landing-page .integrations-strip-copy .chev{display:inline-block;transition:transform .2s ease}.landing-page .integrations-strip-copy a:hover .chev{transform:translateX(2px)}.landing-page .integrations-strip-logos{flex:1 1 auto;display:flex;align-items:center;justify-content:flex-end;gap:16px;flex-wrap:nowrap;min-width:0;overflow:hidden}.landing-page .integrations-strip-logos .logo-item{width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.landing-page .integrations-strip-logos .logo-item:hover{transform:translateY(-2px)}.landing-page .integrations-strip-logos .logo-item img,.landing-page .integrations-strip-logos .logo-item svg{width:100%;height:100%;object-fit:contain}@media (max-width:900px){.landing-page .integrations-strip-inner{gap:20px}.landing-page .integrations-strip-logos{gap:12px}.landing-page .integrations-strip-logos .logo-item:nth-child(n+9){display:none}}@media (max-width:768px){.landing-page .integrations-strip{padding:32px 0}.landing-page .integrations-strip-inner{flex-direction:column;gap:16px;padding:0 20px}.landing-page .integrations-strip-copy{text-align:center;justify-content:center}.landing-page .integrations-strip-logos{justify-content:center;gap:14px;flex-wrap:wrap}.landing-page .integrations-strip-logos .logo-item{display:flex}.landing-page .integrations-strip-logos .logo-item:nth-child(n+13){display:none}}.landing-page .usecases-tabs{display:flex;gap:8px;margin-top:var(--space-7);margin-bottom:var(--space-6);flex-wrap:wrap}.landing-page .usecase-tab{font-family:var(--font-body);font-weight:600;font-size:14px;line-height:20px;padding:10px 18px;border-radius:var(--radius-pill);background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);color:var(--text-on-dark-muted);cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:background .18s ease,border-color .18s ease,color .18s ease}.landing-page .usecase-tab:hover{background:rgba(255,255,255,.06);color:var(--text-on-dark);border-color:rgba(255,255,255,.18)}.landing-page .usecase-tab:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}.landing-page .usecase-tab.is-active{background:var(--purple);border-color:var(--purple);color:var(--text-on-dark)}.landing-page .usecase-tab.is-active:hover{background:var(--purple-hover);border-color:var(--purple-hover)}.landing-page .usecase-tab-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center}.landing-page .usecase-panel{position:relative;background:rgba(255,255,255,.04);border-radius:var(--radius-lg);overflow:hidden;min-height:520px}.landing-page .usecase-slide{position:absolute;inset:0;display:grid;grid-template-columns:.85fr 1.15fr;gap:0;opacity:0;transform:translateY(8px);transition:opacity .28s ease,transform .28s ease;pointer-events:none}.landing-page .usecase-slide.is-active{opacity:1;transform:translateY(0);pointer-events:auto}.landing-page .usecase-slide-text{padding:48px 40px;display:flex;flex-direction:column;justify-content:center;background:rgba(255,255,255,.06)}.landing-page .usecase-slide-eyebrow{font-family:var(--font-body);font-weight:600;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--lavender-deep);margin-bottom:var(--space-4)}.landing-page .usecase-slide h3{font-family:var(--font-display);font-weight:700;font-size:24px;line-height:30px;color:var(--text-on-dark);margin-bottom:var(--space-4);letter-spacing:-.005em}.landing-page .usecase-slide p{color:var(--text-on-dark-muted);font-size:14px;line-height:22px;margin-bottom:var(--space-5)}.landing-page .usecase-slide-tags{display:flex;flex-wrap:wrap;gap:6px}.landing-page .usecase-slide-tag{font-size:12px;font-weight:500;padding:4px 10px;border-radius:var(--radius-pill);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);color:var(--text-on-dark-muted)}.landing-page .usecase-slide-mockup{position:relative;background:#1A1035;border-left:none;overflow-y:auto;display:flex;align-items:center}.landing-page .usecase-list{list-style:none;margin:0;padding:32px 112px;width:100%;display:flex;flex-direction:column;gap:0}.landing-page .usecase-list-item{display:flex;flex-direction:row;align-items:flex-start;gap:12px;cursor:pointer}.landing-page .uc-timeline{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:10px;padding-top:11px}.landing-page .uc-dot{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.2);flex-shrink:0;transition:background .2s ease}.landing-page .uc-dot.is-active{background:var(--purple)}.landing-page .uc-track{width:2px;flex:1;min-height:24px;background:rgba(255,255,255,.08);border-radius:2px;margin-top:4px;position:relative;overflow:hidden}.landing-page .uc-fill{position:absolute;top:0;left:0;width:100%;height:0;background:var(--purple);border-radius:2px;animation:uc-fill-down 5s linear forwards}@keyframes uc-fill-down{0%{height:0}to{height:100%}}.landing-page .uc-content{display:flex;flex-direction:column;padding-bottom:16px;flex:1;min-width:0}.landing-page .usecase-list-item:last-child .uc-content{padding-bottom:0}.landing-page .uc-header{display:flex;align-items:center;gap:8px;padding-top:4px}.landing-page .uc-logo{width:18px;height:18px;object-fit:contain;flex-shrink:0}.landing-page .uc-title{font-family:var(--font-body);font-weight:600;font-size:13px;line-height:20px;color:rgba(255,255,255,.9)}.landing-page .uc-desc{margin:6px 0 0;font-size:12.5px;line-height:19px;color:rgba(255,255,255,.5)}@media (max-width:768px){.landing-page .usecases-tabs{flex-wrap:nowrap;overflow-x:auto;margin-left:-20px;margin-right:-20px;padding:0 20px 4px;scrollbar-width:none}.landing-page .usecases-tabs::-webkit-scrollbar{display:none}.landing-page .usecase-tab{white-space:nowrap;flex-shrink:0}.landing-page .usecase-panel{min-height:auto}.landing-page .usecase-slide{position:relative;grid-template-columns:1fr;inset:auto}.landing-page .usecase-slide:not(.is-active){display:none}.landing-page .usecase-slide-text{padding:32px 24px 24px}.landing-page .usecase-slide-mockup{border-top:1px solid rgba(255,255,255,.06)}.landing-page .usecase-list{padding:24px 28px}}.landing-page .closing{position:relative;background:var(--navy);color:var(--text-on-dark)}.landing-page .closing:after{content:"";position:absolute;top:-160px;left:0;right:0;bottom:0;background:radial-gradient(ellipse 80% 50% at 50% 38%,rgba(117,88,232,.45) 0,rgba(117,88,232,.18) 30%,rgba(117,88,232,.04) 55%,transparent 75%);pointer-events:none;z-index:0}.landing-page .closing .footer-zone{position:relative}.landing-page .closing .footer-zone:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 0,var(--navy-deep) 80%);pointer-events:none;z-index:0}.landing-page .closing .footer-zone>*{position:relative;z-index:1}.landing-page .closing:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.04) 1px,transparent 0);background-size:28px 28px;pointer-events:none;z-index:1}.landing-page .closing>*{position:relative;z-index:2}.landing-page .cta-zone{position:relative;padding:140px 0 100px;text-align:center;overflow:hidden}.landing-page .cta-tool{position:absolute;width:44px;height:44px;border-radius:50%;background:#1F1849;display:flex;align-items:center;justify-content:center;z-index:2;box-shadow:0 4px 16px rgba(0,0,0,.4),inset 0 0 0 1px rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);pointer-events:auto;overflow:hidden}.landing-page .cta-tool img{width:60%;height:60%;object-fit:contain;display:block;flex-shrink:0;mix-blend-mode:lighten}@keyframes pulseA{0%,to{box-shadow:0 4px 16px rgba(0,0,0,.4),inset 0 0 0 1px rgba(255,255,255,.06),0 0 0 0 rgba(117,88,232,0)}50%{box-shadow:0 4px 16px rgba(0,0,0,.4),inset 0 0 0 1px rgba(255,255,255,.1),0 0 18px 3px rgba(117,88,232,.35)}}@keyframes pulseB{0%,to{box-shadow:0 4px 16px rgba(0,0,0,.4),inset 0 0 0 1px rgba(255,255,255,.06),0 0 0 0 rgba(117,88,232,0)}50%{box-shadow:0 4px 16px rgba(0,0,0,.4),inset 0 0 0 1px rgba(255,255,255,.12),0 0 14px 2px rgba(117,88,232,.28)}}@keyframes pulseC{0%,to{box-shadow:0 4px 16px rgba(0,0,0,.4),inset 0 0 0 1px rgba(255,255,255,.06),0 0 0 0 rgba(117,88,232,0)}50%{box-shadow:0 4px 16px rgba(0,0,0,.4),inset 0 0 0 1px rgba(255,255,255,.1),0 0 22px 4px rgba(117,88,232,.4)}}@keyframes drift1{0%,to{transform:translate(-50%,-50%) translate(0)}50%{transform:translate(-50%,-50%) translate(8px,-6px)}}@keyframes drift2{0%,to{transform:translate(-50%,-50%) translate(0)}33%{transform:translate(-50%,-50%) translate(-6px,4px)}66%{transform:translate(-50%,-50%) translate(5px,7px)}}@keyframes drift3{0%,to{transform:translate(-50%,-50%) translate(0)}50%{transform:translate(-50%,-50%) translate(-9px,-4px)}}@keyframes drift4{0%,to{transform:translate(-50%,-50%) translate(0)}50%{transform:translate(-50%,-50%) translate(7px,8px)}}@keyframes drift5{0%,to{transform:translate(-50%,-50%) translate(0)}33%{transform:translate(-50%,-50%) translate(6px,-7px)}66%{transform:translate(-50%,-50%) translate(-4px,6px)}}@keyframes drift6{0%,to{transform:translate(-50%,-50%) translate(0)}50%{transform:translate(-50%,-50%) translate(-8px,5px)}}@keyframes drift7{0%,to{transform:translate(-50%,-50%) translate(0)}50%{transform:translate(-50%,-50%) translate(4px,-8px)}}.landing-page .cta-tool-1{animation:pulseA 3.7s ease-in-out infinite,drift1 11s ease-in-out infinite}.landing-page .cta-tool-2{animation:pulseB 4.3s ease-in-out infinite,drift2 14s ease-in-out infinite}.landing-page .cta-tool-3{animation:pulseC 5.1s ease-in-out infinite,drift3 9s ease-in-out infinite}.landing-page .cta-tool-4{animation:pulseA 4.7s ease-in-out infinite,drift4 13s ease-in-out infinite}.landing-page .cta-tool-5{animation:pulseB 3.9s ease-in-out infinite,drift5 16s ease-in-out infinite}.landing-page .cta-tool-6{animation:pulseC 4.5s ease-in-out infinite,drift6 10s ease-in-out infinite}.landing-page .cta-tool-7{animation:pulseA 5.3s ease-in-out infinite,drift7 12s ease-in-out infinite}.landing-page .cta-tool-1{animation-delay:0s,0s}.landing-page .cta-tool-2{animation-delay:.6s,1.2s}.landing-page .cta-tool-3{animation-delay:1.1s,2.4s}.landing-page .cta-tool-4{animation-delay:1.8s,.8s}.landing-page .cta-tool-5{animation-delay:.3s,3.6s}.landing-page .cta-tool-6{animation-delay:2.2s,1.8s}.landing-page .cta-tool-7{animation-delay:1.5s,2.8s}.landing-page .cta-tool-1{top:6%;left:18%;transform:translate(-50%,-50%)}.landing-page .cta-tool-2{top:12%;left:74%;transform:translate(-50%,-50%)}.landing-page .cta-tool-3{top:35%;left:4%;transform:translate(-50%,-50%)}.landing-page .cta-tool-4{top:28%;left:95%;transform:translate(-50%,-50%)}.landing-page .cta-tool-5{top:78%;left:24%;transform:translate(-50%,-50%)}.landing-page .cta-tool-6{top:70%;left:82%;transform:translate(-50%,-50%)}.landing-page .cta-tool-7{top:92%;left:56%;transform:translate(-50%,-50%)}.landing-page .cta-center-mark{position:relative;width:64px;height:64px;margin:0 auto var(--space-7);display:flex;align-items:center;justify-content:center;z-index:2}.landing-page .cta-center-mark:before{content:"";position:absolute;inset:-100px;background:radial-gradient(circle,rgba(149,122,255,.6) 0,rgba(117,88,232,.3) 25%,transparent 65%);filter:blur(20px);z-index:-1;pointer-events:none}.landing-page .cta-center-mark svg{width:100%;height:100%;filter:drop-shadow(0 0 8px rgba(117,88,232,.6))}.landing-page .cta-content{position:relative;z-index:3;max-width:720px;margin:0 auto;padding:0 32px}.landing-page .cta-content h1{font-family:var(--font-display);font-weight:400;font-size:56px;line-height:60px;letter-spacing:-.01em;margin-bottom:var(--space-5)}.landing-page .cta-content h1 strong{font-weight:800}.landing-page .cta-content .savings{font-size:14px;color:var(--text-on-dark-muted);margin-bottom:var(--space-7)}.landing-page .cta-content .cta-buttons{justify-content:center;margin-bottom:var(--space-3)}.landing-page .cta-buttons{display:flex;gap:12px;flex-wrap:wrap}.landing-page .cta-content .cta-fineprint{font-size:12px;color:var(--text-on-dark-muted)}.landing-page .cta-content .btn-secondary{color:var(--text-on-dark);border-color:rgba(255,255,255,.4)}.landing-page .cta-content .btn-secondary:hover{background:rgba(255,255,255,.06);border-color:var(--text-on-dark)}.landing-page .footer-zone{position:relative;padding:80px 0 var(--space-7)}.landing-page .footer-top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;padding-bottom:var(--space-8);border-bottom:1px solid rgba(255,255,255,.08)}.landing-page .footer-bottom,.landing-page .footer-top{max-width:var(--container-max);margin:0 auto;padding-left:var(--container-pad);padding-right:var(--container-pad)}.landing-page .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:var(--space-6);flex-wrap:wrap;gap:16px}@media (max-width:1024px){.landing-page .footer-top{grid-template-columns:1fr 1fr}.landing-page .footer-brand{grid-column:span 2}}@media (prefers-reduced-motion:reduce){.landing-page .cta-tool{animation:none!important}}.landing-page .footer-brand .logo{margin-bottom:var(--space-5)}.landing-page .footer-tagline{color:var(--text-on-dark-muted);font-size:14px;line-height:22px;max-width:320px;margin-bottom:var(--space-5)}.landing-page .footer-col h4{font-family:var(--font-body);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-on-dark);margin-bottom:var(--space-4)}.landing-page .footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.landing-page .footer-col a{font-size:14px;color:var(--text-on-dark-muted);transition:color .12s ease}.landing-page .footer-col a:hover{color:var(--text-on-dark)}.landing-page .footer-copy{font-size:12px;color:var(--text-on-dark-muted)}.landing-page .footer-social{display:flex;gap:8px}.landing-page .footer-social a{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.04);display:flex;align-items:center;justify-content:center;color:var(--text-on-dark-muted);transition:background .12s ease,color .12s ease}.landing-page .footer-social a:hover{background:var(--purple);color:var(--text-on-dark)}.landing-page .footer-legal{display:flex;gap:20px;font-size:12px}.landing-page .footer-legal a{color:var(--text-on-dark-muted)}.landing-page .footer-legal a:hover{color:var(--text-on-dark)}@media (max-width:1024px){.landing-page .display{font-size:44px;line-height:50px}.landing-page h1{font-size:32px;line-height:38px}}@media (max-width:768px){.landing-page .nav{padding:12px 20px}.landing-page .nav-links{display:none}.landing-page .nav-cta .btn{padding:10px 16px;font-size:13px}.landing-page .logo-full{max-width:140px;height:auto}.landing-page .section{padding:var(--space-9) 0}.landing-page .display{font-size:34px;line-height:40px}.landing-page h1{font-size:26px;line-height:32px}.landing-page h2{font-size:20px;line-height:26px}.landing-page h3{font-size:17px;line-height:24px}.landing-page .body-lg{font-size:15px;line-height:23px}.landing-page .hero{padding-top:var(--space-9)}.landing-page .hero h1.display{font-size:36px;line-height:42px}.landing-page .hero p.body-lg{font-size:15px;margin-bottom:var(--space-6)}.landing-page .hero-cta{gap:10px;margin-bottom:var(--space-6)}.landing-page .hero-cta .btn-large{padding:13px 20px;font-size:14px}.landing-page .hero-mockup-wrap{margin-bottom:-8%}.landing-page .hero-glow{width:100%;filter:blur(50px)}.landing-page .hero:before{width:280px;height:280px}.landing-page .hero:after{width:220px;height:220px}.landing-page .section-what{padding-top:calc(var(--space-9) + 48px)}.landing-page .what-grid{display:flex;flex-direction:column-reverse;gap:24px}.landing-page .what-mockup{position:static;aspect-ratio:4/3;width:100%}.landing-page .what-mockup-inner{aspect-ratio:4/3;height:auto}.landing-page .what-heading{margin-bottom:var(--space-6)}.landing-page .what-item{grid-template-columns:24px 1fr 16px;gap:12px;padding:16px 8px}.landing-page .what-item-num{font-size:13px}.landing-page .what-item h3{font-size:15px;line-height:22px}.landing-page .what-item p{font-size:13px;line-height:20px}.landing-page .trio-grid{grid-template-columns:1fr;gap:16px}.landing-page .trio-card{padding:24px;gap:20px}.landing-page .trio-card .mini-mockup.has-image{aspect-ratio:16/10}.landing-page .beforeafter-panel{border-radius:var(--radius-lg)}.landing-page .ba-half{padding:32px 20px}.landing-page .ba-half h2{font-size:18px;line-height:24px}.landing-page .beforeafter-grid{grid-auto-rows:1fr}.landing-page .ba-connector{top:50%;bottom:auto;left:50%;width:44px;height:44px;transform:translate(-50%,-50%)}.landing-page .indorg-layout{grid-template-columns:1fr;gap:32px;align-items:start}.landing-page .indorg-card{padding:24px}.landing-page .usecase-slide-text{padding:28px 20px 24px}.landing-page .usecase-slide h3{font-size:20px;line-height:26px}.landing-page .cta-zone{padding:80px 0 48px}.landing-page .cta-content{padding:0 20px}.landing-page .cta-content h1{font-size:28px;line-height:34px}.landing-page .cta-tool-3,.landing-page .cta-tool-4,.landing-page .cta-tool-7{display:none}.landing-page .cta-tool-1{top:3%;left:6%}.landing-page .cta-tool-2{top:3%;left:90%}.landing-page .cta-tool-5{top:88%;left:6%}.landing-page .cta-tool-6{top:88%;left:90%}.landing-page .cta-tool{width:32px;height:32px}.landing-page .footer-zone{padding:48px 0 32px}.landing-page .footer-top{grid-template-columns:1fr 1fr;gap:28px;padding-left:20px;padding-right:20px;padding-bottom:var(--space-6)}.landing-page .footer-brand{grid-column:span 2}.landing-page .footer-bottom{flex-direction:column;align-items:flex-start;gap:16px;padding-left:20px;padding-right:20px}.landing-page .footer-legal{flex-wrap:wrap;gap:12px}.landing-page .section-heading-block{margin-bottom:var(--space-6)}}@media (max-width:390px){.landing-page .display,.landing-page .hero h1.display{font-size:30px;line-height:36px}.landing-page .hero-cta{flex-direction:column;align-items:stretch}.landing-page .hero-cta .btn{text-align:center;justify-content:center}.landing-page .footer-top{grid-template-columns:1fr}.landing-page .footer-brand{grid-column:span 1}}.landing-page .nav-hamburger{display:none;width:40px;height:40px;align-items:center;justify-content:center;flex-direction:column;gap:5px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:10px;cursor:pointer;padding:0}.landing-page .nav-hamburger span{display:block;width:18px;height:2px;background:var(--text-on-dark);border-radius:2px;transition:transform .18s ease,opacity .18s ease}.landing-page .nav.is-open .nav-hamburger span:first-child{transform:translateY(7px) rotate(45deg)}.landing-page .nav.is-open .nav-hamburger span:nth-child(2){opacity:0}.landing-page .nav.is-open .nav-hamburger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.landing-page .mobile-nav-panel{display:none;position:absolute;top:100%;left:12px;right:12px;margin-top:8px;background:linear-gradient(180deg,#1F1849,#1A1340);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:16px;flex-direction:column;gap:4px;box-shadow:0 24px 64px rgba(0,0,0,.45);opacity:0;transform:translateY(-8px);transition:opacity .18s ease,transform .18s ease;pointer-events:none}.landing-page .mobile-nav-panel.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.landing-page .mobile-nav-panel a{font-family:var(--font-body);font-weight:500;font-size:16px;color:var(--text-on-dark);padding:12px;border-radius:var(--radius-md);transition:background .12s ease}.landing-page .mobile-nav-panel a:hover{background:rgba(255,255,255,.05)}.landing-page .mobile-nav-panel .btn{margin-top:8px;justify-content:center;text-align:center}@media (max-width:768px){.landing-page .nav-hamburger{display:flex}.landing-page .nav-cta{display:none}.landing-page .mobile-nav-panel{display:flex}}