html:has(.landing-page){overflow-x:clip;background:#060b18}.landing-page{--landing-bg:#060b18;--landing-surface:hsla(0,0%,100%,.04);--landing-border:hsla(0,0%,100%,.08);--landing-text:#f1f5f9;--landing-muted:#94a3b8;--landing-accent:#3b5bff;--landing-accent-soft:rgba(59,91,255,.15);--landing-glow:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(59,91,255,.35),transparent);--landing-section-y:clamp(4rem,8vw,6rem);--landing-gutter:clamp(1rem,4vw,2rem);background:var(--landing-bg);color:var(--landing-text);min-height:100vh;width:100%;max-width:100%;overflow-x:clip}.landing-page:before{content:"";position:fixed;inset:0;background:var(--landing-glow);pointer-events:none;z-index:0}.landing-page>*{position:relative;z-index:1}.landing-section{padding:var(--landing-section-y) var(--landing-gutter)}.landing-container{max-width:72rem;margin:0 auto;width:100%;min-width:0}.landing-nav{position:sticky;top:0;z-index:50;border-bottom:1px solid transparent;transition:border-color .2s,background .2s,backdrop-filter .2s}.landing-nav.is-scrolled{border-color:var(--landing-border);background:rgba(6,11,24,.82);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.landing-nav-inner{display:flex;align-items:center;justify-content:space-between;gap:.75rem;max-width:72rem;margin:0 auto;padding:.875rem var(--landing-gutter);width:100%;min-width:0}.landing-logo{flex-shrink:0;font-size:1.125rem;font-weight:700;letter-spacing:-.02em;color:var(--landing-text);text-decoration:none}@media (min-width:640px){.landing-nav-inner{gap:1rem;padding:1rem var(--landing-gutter)}.landing-logo{font-size:1.25rem}}.landing-logo span{color:var(--landing-accent)}.landing-nav-links{display:none;align-items:center;gap:2rem}@media (min-width:768px){.landing-nav-links{display:flex}}.landing-nav-links a{font-size:.875rem;font-weight:500;color:var(--landing-muted);text-decoration:none;transition:color .15s}.landing-nav-links a:hover{color:var(--landing-text)}.landing-nav-actions{display:flex;align-items:center;gap:.375rem;flex-shrink:0}@media (min-width:640px){.landing-nav-actions{gap:.5rem}}.landing-btn-ghost{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:var(--landing-muted);text-decoration:none;border-radius:.5rem;transition:color .15s,background .15s}.landing-btn-ghost:hover{color:var(--landing-text);background:var(--landing-surface)}.landing-btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;color:#fff;text-decoration:none;border-radius:.5rem;background:var(--landing-accent);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.08),0 4px 24px rgba(59,91,255,.35);transition:transform .15s,box-shadow .15s,background .15s}.landing-btn-primary:hover{background:#2d4ae8;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.12),0 8px 32px rgba(59,91,255,.45);transform:translateY(-1px)}.landing-btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;color:var(--landing-text);text-decoration:none;border-radius:.5rem;border:1px solid var(--landing-border);background:var(--landing-surface);transition:border-color .15s,background .15s}.landing-btn-secondary:hover{border-color:hsla(0,0%,100%,.16);background:hsla(0,0%,100%,.06)}.landing-hero{padding-top:clamp(2rem,6vw,4rem);padding-bottom:clamp(3rem,8vw,5rem)}.landing-hero-copy{animation:landing-fade-up .7s ease-out both;min-width:0;max-width:40rem}@media (min-width:1024px){.landing-hero-copy{max-width:44rem}}.landing-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .875rem;margin-bottom:1.25rem;font-size:.8125rem;font-weight:500;color:#a5b4fc;background:var(--landing-accent-soft);border:1px solid rgba(59,91,255,.25);border-radius:9999px}.landing-hero h1{font-size:clamp(1.875rem,7.5vw,3.75rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;margin:0;overflow-wrap:anywhere}.landing-hero h1 em{font-style:normal;background:linear-gradient(135deg,#93c5fd,var(--landing-accent));-webkit-background-clip:text;background-clip:text;color:transparent}.landing-hero-lead{margin-top:1.25rem;max-width:32rem;font-size:clamp(.9375rem,2.5vw,1.125rem);line-height:1.65;color:var(--landing-muted)}.landing-hero-ctas{margin-top:2rem}.landing-hero-actions{display:flex;flex-direction:column;align-items:stretch;gap:.625rem}.landing-hero-ctas .landing-btn-hero-primary{gap:.5rem;width:100%;padding:.9375rem 1.625rem;font-size:1.0625rem;border-radius:.625rem;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.1),0 1px 2px rgba(0,0,0,.2),0 8px 28px rgba(59,91,255,.4)}.landing-hero-ctas .landing-btn-hero-primary:hover{box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.14),0 2px 4px rgba(0,0,0,.22),0 12px 36px rgba(59,91,255,.5)}.landing-btn-arrow{flex-shrink:0;transition:transform .2s ease}.landing-btn-hero-primary:hover .landing-btn-arrow{transform:translateX(3px)}.landing-hero-ctas .landing-btn-hero-secondary{width:100%;padding:.875rem 1.375rem;font-size:.9375rem;font-weight:600;color:var(--landing-muted);border:1px solid transparent;border-radius:.625rem;background:transparent}.landing-hero-ctas .landing-btn-hero-secondary:hover{color:var(--landing-text);background:hsla(0,0%,100%,.05);border-color:var(--landing-border)}.landing-hero-trust{margin:.875rem 0 0;font-size:.8125rem;line-height:1.5;color:var(--landing-muted)}@media (min-width:480px){.landing-hero-actions{flex-direction:row;align-items:center;gap:.75rem}.landing-hero-ctas .landing-btn-hero-primary,.landing-hero-ctas .landing-btn-hero-secondary{width:auto}.landing-hero-ctas .landing-btn-hero-primary{min-width:11.5rem}}.landing-theme-iframe-host{position:relative;width:100%;height:100%;overflow:hidden}.landing-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:2rem 0;border-top:1px solid var(--landing-border);border-bottom:1px solid var(--landing-border)}@media (min-width:640px){.landing-stats{grid-template-columns:repeat(4,1fr)}}.landing-stat{text-align:center;padding:.5rem}.landing-stat-val{font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:800;letter-spacing:-.02em;color:var(--landing-text)}.landing-stat-label{margin-top:.25rem;font-size:.8125rem;color:var(--landing-muted)}.landing-section-head{text-align:center;max-width:40rem;margin:0 auto 3rem}.landing-section-head h2{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800;letter-spacing:-.02em;margin:0}.landing-section-head p{margin-top:.75rem;font-size:1rem;line-height:1.6;color:var(--landing-muted)}.landing-pain{padding-top:0}.landing-pain-grid{display:grid;gap:1rem}@media (min-width:640px){.landing-pain-grid{grid-template-columns:repeat(2,1fr)}}.landing-pain-card{padding:1.25rem 1.5rem;border-radius:.875rem;border:1px solid hsla(0,91%,71%,.15);background:hsla(0,91%,71%,.04)}.landing-pain-card p{margin:0;font-size:.9375rem;line-height:1.6;color:var(--landing-muted)}.landing-pain-bridge{margin:2rem auto 0;max-width:28rem;text-align:center;font-size:1.0625rem;font-weight:600;color:var(--landing-text)}.landing-bento{display:grid;gap:1rem}@media (min-width:768px){.landing-bento{grid-template-columns:repeat(3,1fr)}}.landing-bento-card{padding:1.75rem;border-radius:1rem;border:1px solid var(--landing-border);background:var(--landing-surface);transition:transform .2s,border-color .2s,box-shadow .2s}.landing-bento-card:hover{transform:translateY(-4px);border-color:rgba(59,91,255,.3);box-shadow:0 16px 48px rgba(0,0,0,.25)}.landing-bento-icon{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:.75rem;background:var(--landing-accent-soft);color:#93c5fd;margin-bottom:1rem}.landing-bento-card h3{font-size:1.0625rem;font-weight:700;margin:0}.landing-bento-card p{margin-top:.5rem;font-size:.875rem;line-height:1.6;color:var(--landing-muted)}.landing-bento-win{margin-top:.75rem!important;padding-top:.75rem;border-top:1px solid var(--landing-border);font-size:.8125rem!important;font-weight:600;color:#93c5fd!important}.landing-bento-card.is-featured{border-color:rgba(59,91,255,.35);background:linear-gradient(145deg,rgba(59,91,255,.12),var(--landing-surface))}.landing-themes-secondary{padding-top:0;opacity:.92}.landing-themes-scroll{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;max-width:100%;margin-inline:calc(var(--landing-gutter) * -1);padding-inline:var(--landing-gutter)}.landing-themes-scroll::-webkit-scrollbar{height:4px}.landing-themes-scroll::-webkit-scrollbar-thumb{background:var(--landing-border);border-radius:9999px}.landing-theme-card{flex:0 0 min(160px,42vw);scroll-snap-align:start;border-radius:.875rem;overflow:hidden;border:1px solid var(--landing-border);background:var(--landing-surface);transition:transform .2s,border-color .2s}.landing-theme-card:hover{transform:scale(1.02);border-color:hsla(0,0%,100%,.16)}.landing-theme-preview{position:relative;aspect-ratio:9/16;overflow:hidden;background:#0b1120}.landing-theme-label{padding:.625rem .75rem;font-size:.75rem;font-weight:600;color:var(--landing-muted);text-align:center}.landing-steps{display:grid;gap:1.5rem}@media (min-width:768px){.landing-steps{grid-template-columns:repeat(3,1fr)}}.landing-step{position:relative;padding:1.5rem;border-radius:1rem;border:1px solid var(--landing-border);background:var(--landing-surface)}.landing-step-num{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;margin-bottom:1rem;font-size:.875rem;font-weight:800;color:var(--landing-accent);background:var(--landing-accent-soft);border-radius:9999px}.landing-step h3{font-size:1rem;font-weight:700;margin:0}.landing-step p{margin-top:.5rem;font-size:.875rem;line-height:1.6;color:var(--landing-muted)}.landing-cta-band{margin:0 var(--landing-gutter) var(--landing-section-y);padding:clamp(2.5rem,6vw,4rem) var(--landing-gutter);border-radius:1.25rem;text-align:center;background:linear-gradient(135deg,rgba(59,91,255,.2),rgba(59,91,255,.05));border:1px solid rgba(59,91,255,.25)}.landing-cta-band h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;letter-spacing:-.02em;margin:0}.landing-cta-band p{margin:.75rem auto 0;max-width:28rem;font-size:1rem;color:var(--landing-muted)}.landing-cta-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.75rem}.landing-cta-actions .landing-btn-primary,.landing-cta-actions .landing-btn-secondary{width:100%;padding:.875rem 2rem;font-size:1rem;text-align:center}@media (min-width:480px){.landing-cta-actions{flex-direction:row;flex-wrap:wrap;justify-content:center}.landing-cta-actions .landing-btn-primary,.landing-cta-actions .landing-btn-secondary{width:auto}}.landing-footer{border-top:1px solid var(--landing-border);padding:2rem var(--landing-gutter)}.landing-footer-inner{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:72rem;margin:0 auto;text-align:center}@media (min-width:640px){.landing-footer-inner{flex-direction:row;justify-content:space-between;text-align:left}}.landing-footer-links{display:flex;gap:1.5rem}.landing-footer-links a{font-size:.875rem;color:var(--landing-muted);text-decoration:none;transition:color .15s}.landing-footer-links a:hover{color:var(--landing-text)}.landing-footer-copy{font-size:.8125rem;color:var(--landing-muted)}@keyframes landing-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.landing-hero-copy{animation:none}.landing-bento-card:hover,.landing-btn-primary:hover,.landing-theme-card:hover{transform:none}}@media (max-width:479px){.landing-nav-actions .landing-btn-ghost{display:none}.landing-nav-actions .landing-btn-primary{padding:.5rem .875rem;font-size:.8125rem}.landing-badge{font-size:.75rem;padding:.3125rem .75rem}.landing-stat-val{font-size:1rem}.landing-stat-label{font-size:.75rem}}