@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
:root{--glow-primary:#8b5cf6;--glow-primary-rgb:139,92,246;--glow-secondary:#6366f1;--glow-secondary-rgb:99,102,241;--glow-accent:#3b82f6;--glow-accent-rgb:59,130,246;--glow-warm:#f59e0b;--glow-warm-rgb:245,158,11;--brand-primary:#8b5cf6;--brand-primary-dark:#7c3aed;--brand-primary-light:#a78bfa;--glow-subtle:0 0 8px rgba(var(--glow-primary-rgb),.15);--glow-medium:0 0 16px rgba(var(--glow-primary-rgb),.25),0 4px 12px #0000000d;--glow-strong:0 0 24px rgba(var(--glow-primary-rgb),.35),0 0 48px rgba(var(--glow-primary-rgb),.15),0 8px 24px #00000014;--glow-radiant:0 0 16px rgba(var(--glow-primary-rgb),.4),0 0 32px rgba(var(--glow-primary-rgb),.25),0 0 64px rgba(var(--glow-primary-rgb),.15),0 12px 32px #0000001a;--shadow-sm:0 1px 2px #0000000a,0 1px 3px #0000000f;--shadow-md:0 2px 4px #00000005,0 4px 8px #0000000a,0 8px 16px #0000000f;--shadow-lg:0 4px 6px #00000005,0 8px 15px #0000000a,0 16px 30px #0000000f,0 32px 60px #00000014;--space-1:4px;--space-2:8px;--space-3:16px;--space-4:24px;--space-5:32px;--space-6:48px;--space-7:64px;--space-8:96px;--space-9:128px;--space-10:160px;--text-landing-display:clamp(2.75rem,7vw,5rem);--text-landing-headline:clamp(1.875rem,4.5vw,3rem);--text-landing-subhead:clamp(1.125rem,1.5vw,1.375rem);--text-landing-body:clamp(1rem,1.1vw,1.125rem);--leading-display:.95;--leading-headline:1.1;--leading-body:1.65;--ease-out-expo:cubic-bezier(.16,1,.3,1);--ease-out-quint:cubic-bezier(.22,1,.36,1);--ease-spring:cubic-bezier(.34,1.56,.64,1);--duration-fast:.15s;--duration-normal:.3s;--duration-slow:.5s}.dark{--glow-subtle:0 0 10px rgba(var(--glow-primary-rgb),.2);--glow-medium:0 0 20px rgba(var(--glow-primary-rgb),.3);--glow-strong:0 0 28px rgba(var(--glow-primary-rgb),.4),0 0 56px rgba(var(--glow-primary-rgb),.2);--glow-radiant:0 0 20px rgba(var(--glow-primary-rgb),.5),0 0 40px rgba(var(--glow-primary-rgb),.3),0 0 80px rgba(var(--glow-primary-rgb),.2)}.landing-page{background:var(--background);min-height:100vh;color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}.landing-container{max-width:1280px;margin:0 auto;padding:0 clamp(1.5rem,5vw,4rem)}@media (min-width:768px){.landing-container{padding:0 clamp(2rem,6vw,5rem)}}@media (min-width:1024px){.landing-container{padding:0 clamp(3rem,8vw,6rem)}}.landing-nav{z-index:100;-webkit-backdrop-filter:blur(16px)saturate(180%);transition:padding .4s var(--ease-out-expo),background-color .4s var(--ease-out-expo),box-shadow .4s var(--ease-out-expo);background:#fafafad9;border-bottom:1px solid #0000000a;padding:18px 24px;position:fixed;top:0;left:0;right:0}.dark .landing-nav{background:#0a0a0ad9;border-bottom-color:#ffffff0f}.landing-nav--scrolled{padding:14px 24px;box-shadow:0 1px 3px #0000000a,0 4px 16px #0000000a}.landing-nav__inner{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;display:flex}.landing-nav__logo{letter-spacing:-.025em;color:var(--foreground);transition:opacity .3s var(--ease-out-expo);align-items:center;gap:12px;font-size:1.1875rem;font-weight:700;text-decoration:none;display:flex}.landing-nav__logo:hover{opacity:.85}.landing-nav__logo-icon{background:var(--glow-primary);color:#fff;width:32px;height:32px;box-shadow:0 2px 8px rgba(var(--glow-primary-rgb),.3);transition:transform .3s var(--ease-out-expo);border-radius:8px;justify-content:center;align-items:center;display:flex}.landing-nav__logo:hover .landing-nav__logo-icon{transform:rotate(3deg)scale(1.02)}.landing-nav__logo-icon svg{width:18px;height:18px}.landing-nav__actions{align-items:center;gap:16px;display:flex}.landing-nav__link{color:var(--muted-foreground);transition:color .25s var(--ease-out-expo),background-color .25s var(--ease-out-expo);letter-spacing:-.01em;border-radius:8px;padding:10px 18px;font-size:.9375rem;font-weight:500;text-decoration:none}.landing-nav__link:hover{color:var(--foreground);background:#00000008}.dark .landing-nav__link:hover{background:#ffffff0d}.btn-landing-primary{color:#fff;background:var(--glow-primary);cursor:pointer;box-shadow:var(--glow-strong);transition:box-shadow .4s var(--ease-out-expo),background-color .4s var(--ease-out-expo);letter-spacing:-.01em;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:14px 28px;font-size:.9375rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-landing-primary:hover{background:var(--brand-primary-dark);box-shadow:var(--glow-radiant)}.btn-landing-primary:active{box-shadow:var(--glow-medium)}.btn-landing-primary svg{width:18px;height:18px;transition:transform .3s var(--ease-out-expo)}.btn-landing-primary:hover svg{transform:translate(3px)}.btn-landing-secondary{color:var(--foreground);border:1px solid var(--border);cursor:pointer;transition:all .3s var(--ease-out-expo);letter-spacing:-.01em;background:0 0;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:14px 28px;font-size:.9375rem;font-weight:500;text-decoration:none;display:inline-flex}.btn-landing-secondary:hover{border-color:var(--muted-foreground);box-shadow:var(--glow-subtle)}.btn-landing-ghost{color:var(--muted-foreground);cursor:pointer;transition:color .25s var(--ease-out-expo);letter-spacing:-.01em;background:0 0;border:none;align-items:center;gap:8px;padding:10px 14px;font-size:.9375rem;font-weight:500;text-decoration:none;display:inline-flex}.btn-landing-ghost:hover{color:var(--foreground)}.btn-landing-ghost svg{width:17px;height:17px;transition:transform .25s var(--ease-out-expo)}.btn-landing-ghost:hover svg{transform:translate(4px)}.btn-landing-primary--sm{box-shadow:var(--glow-medium);border-radius:8px;padding:10px 20px;font-size:.875rem}.btn-landing-primary--sm:hover{box-shadow:var(--glow-strong)}.landing-hero{min-height:100vh;padding-top:100px;padding-bottom:var(--space-10);background:radial-gradient(ellipse 80% 50% at 50% -20%,#8b5cf614 0%,transparent 50%),radial-gradient(ellipse 60% 40% at 80% 80%,#6366f10d 0%,transparent 40%),var(--background);align-items:center;display:flex;position:relative}.dark .landing-hero{background:radial-gradient(ellipse 80% 50% at 50% -20%,#8b5cf626 0%,transparent 50%),radial-gradient(ellipse 60% 40% at 80% 80%,#6366f11a 0%,transparent 40%),var(--background)}.landing-hero__inner{gap:var(--space-8);grid-template-columns:1fr;align-items:center;display:grid}@media (min-width:1024px){.landing-hero__inner{grid-template-columns:1fr 1.15fr;gap:clamp(4rem,8vw,8rem)}}.landing-hero__content{max-width:640px}.landing-hero__headline{font-size:var(--text-landing-display);font-weight:800;line-height:var(--leading-display);letter-spacing:-.035em;color:var(--foreground);margin:0 0 var(--space-5);text-wrap:balance}.landing-hero__subheadline{font-size:var(--text-landing-subhead);font-weight:400;line-height:var(--leading-body);color:var(--muted-foreground);margin:0 0 var(--space-6);max-width:500px}.landing-hero__actions{align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.landing-hero__microcopy{margin-top:var(--space-4);color:var(--muted-foreground);opacity:.7;letter-spacing:-.01em;font-size:.875rem;font-weight:500;display:block}.landing-hero__visual{aspect-ratio:4/3;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.hero-illustration{width:100%;height:100%;position:relative}.hero-illustration__svg{width:100%;height:100%}.hero-dot{fill:#9c9a94;opacity:.5;transition:all 1.5s cubic-bezier(.16,1,.3,1)}.hero-dot--organized{opacity:1}.hero-dot--central{fill:var(--glow-primary);filter:drop-shadow(0 0 12px #8b5cf666)}.hero-dot--secondary{fill:#4a4845}.dark .hero-dot{fill:#5c5a54}.dark .hero-dot--organized{fill:#9c9a94}.dark .hero-dot--central{fill:var(--glow-primary);filter:drop-shadow(0 0 16px #8b5cf680)}.dark .hero-dot--secondary{fill:#b5b3ad}.hero-line{stroke:#d4d2cc;stroke-width:1.5px;fill:none;stroke-linecap:round}.hero-line--primary{stroke-width:2.5px;stroke:#9c9a94}.dark .hero-line{stroke:#4a4845}.dark .hero-line--primary{stroke:#6b6966}@keyframes heroDotDrift{0%,to{transform:translate(0)}25%{transform:translate(2px,-2px)}50%{transform:translate(-1px,2px)}75%{transform:translate(2px,1px)}}.hero-dot--drifting{animation:8s ease-in-out infinite heroDotDrift}.hero-dot--drifting:nth-child(2n){animation-duration:7s;animation-delay:-2s}.hero-dot--drifting:nth-child(3n){animation-duration:9s;animation-delay:-4s}@keyframes heroNodeBreathing{0%,to{filter:drop-shadow(0 0 12px #8b5cf666)}50%{filter:drop-shadow(0 0 20px #8b5cf699)}}.hero-dot--breathing{animation:3s ease-in-out infinite heroNodeBreathing}.landing-outcomes{padding:var(--space-10)0;background:var(--background)}.landing-section-header{text-align:center;max-width:700px;margin:0 auto var(--space-8)}.landing-section-title{font-size:var(--text-landing-headline);font-weight:700;line-height:var(--leading-headline);letter-spacing:-.025em;color:var(--foreground);margin:0 0 var(--space-4);text-wrap:balance}.landing-section-subtitle{font-size:var(--text-landing-body);line-height:var(--leading-body);color:var(--muted-foreground);max-width:560px;margin:0 auto}.outcomes-grid{gap:var(--space-5);grid-template-columns:1fr;display:grid}@media (min-width:640px){.outcomes-grid{gap:var(--space-4);grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.outcomes-grid{gap:var(--space-5);grid-template-columns:repeat(4,1fr)}}.outcome-card{padding:var(--space-5);background:var(--card);border:1px solid var(--border);transition:border-color .4s var(--ease-out-expo),box-shadow .4s var(--ease-out-expo),transform .4s var(--ease-out-expo);border-radius:16px;position:relative}.outcome-card:hover{box-shadow:var(--glow-subtle),var(--shadow-md);border-color:#8b5cf659}.outcome-card__icon{width:52px;height:52px;margin-bottom:var(--space-4);color:var(--glow-primary);transition:all .3s var(--ease-out-expo);background:#8b5cf614;border-radius:12px;justify-content:center;align-items:center;display:flex}.outcome-card:hover .outcome-card__icon{filter:drop-shadow(0 0 8px #8b5cf64d);background:#8b5cf61f}.outcome-card__icon svg{stroke-width:1.5px;width:26px;height:26px}.outcome-card__title{letter-spacing:-.01em;color:var(--foreground);margin:0 0 var(--space-3);font-size:1.125rem;font-weight:600;line-height:1.3}.outcome-card__description{color:var(--muted-foreground);margin:0;font-size:.9375rem;line-height:1.65}.outcome-card__illustration{width:100%;height:180px;margin-bottom:var(--space-4);transition:all .3s var(--ease-out-expo);background:linear-gradient(135deg,#8b5cf608 0%,#6366f105 100%);border:1px solid #8b5cf614;border-radius:12px;justify-content:center;align-items:center;display:flex;overflow:hidden}.outcome-card:hover .outcome-card__illustration{background:linear-gradient(135deg,#8b5cf60d 0%,#6366f108 100%);border-color:#8b5cf626}.outcome-card__illustration svg{width:100%;max-width:320px;height:100%}@media (min-width:640px){.outcome-card__illustration{height:200px}}@media (min-width:1024px){.outcome-card__illustration{height:220px}}.value-section{padding:var(--space-9)0;position:relative;overflow:hidden}.value-section:nth-child(odd){background:var(--background)}.value-section:nth-child(2n){background:linear-gradient(180deg,var(--secondary)0%,#8b5cf605 50%,var(--secondary)100%)}.dark .value-section:nth-child(2n){background:linear-gradient(#26262680 0%,#8b5cf608 50%,#26262680 100%)}.value-section__container{gap:var(--space-7);grid-template-columns:1fr;align-items:center;max-width:1280px;margin:0 auto;padding:0 clamp(1.5rem,5vw,4rem);display:grid}@media (min-width:1024px){.value-section__container{gap:var(--space-8);grid-template-columns:1fr 1.2fr;padding:0 clamp(3rem,8vw,6rem)}.value-section--reverse .value-section__container{grid-template-columns:1.2fr 1fr}.value-section--reverse .value-section__content{order:2}.value-section--reverse .value-section__illustration{order:1}}.value-section__content{max-width:520px}@media (min-width:1024px){.value-section__content{max-width:none}}.value-section__eyebrow{letter-spacing:.05em;text-transform:uppercase;color:var(--glow-primary);margin-bottom:var(--space-3);background:#8b5cf614;border-radius:6px;padding:6px 12px;font-size:.8125rem;font-weight:600;display:inline-block}.value-section__title{font-size:var(--text-landing-headline);font-weight:700;line-height:var(--leading-headline);letter-spacing:-.025em;color:var(--foreground);margin:0 0 var(--space-4)}.value-section__description{font-size:var(--text-landing-body);line-height:var(--leading-body);color:var(--muted-foreground);margin:0 0 var(--space-5)}.value-section__features{gap:var(--space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.value-section__features li{align-items:flex-start;gap:var(--space-3);color:var(--foreground);font-size:.9375rem;line-height:1.5;display:flex}.value-section__feature-icon{width:24px;height:24px;color:var(--glow-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.value-section__feature-icon svg{width:18px;height:18px}.value-section__illustration{align-items:center;gap:var(--space-4);flex-direction:column;display:flex;position:relative}.value-illustration{width:100%;max-width:600px;height:auto;box-shadow:var(--shadow-lg);background:var(--card);border:1px solid var(--border);border-radius:16px;overflow:hidden}@media (min-width:640px){.value-illustration{max-width:550px}}@media (min-width:1024px){.value-illustration{max-width:600px}}.value-illustration__phases{justify-content:center;gap:var(--space-4);display:flex}.value-illustration__phase{align-items:center;gap:var(--space-2);color:var(--muted-foreground);opacity:.5;transition:opacity .3s var(--ease-out-expo);font-size:.75rem;font-weight:500;display:flex}.value-illustration__phase.active{opacity:1;color:var(--glow-primary)}.value-illustration__phase-dot{background:var(--muted-foreground);width:8px;height:8px;transition:all .3s var(--ease-out-expo);border-radius:50%}.value-illustration__phase.active .value-illustration__phase-dot{background:var(--glow-primary);box-shadow:0 0 8px #8b5cf666}.value-illustration__phase-label{display:none}@media (min-width:640px){.value-illustration__phase-label{display:inline}}.value-illustration__legend{justify-content:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.value-illustration__legend-item{color:var(--muted-foreground);background:var(--card);border:1px solid var(--border);cursor:pointer;transition:all .2s var(--ease-out-expo);border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:500;display:flex}.value-illustration__legend-item:hover,.value-illustration__legend-item.active{background:#8b5cf60d;border-color:#8b5cf64d}.value-illustration__legend-item.active{color:var(--foreground)}.value-illustration__legend-dot{border-radius:50%;width:10px;height:10px}.value-illustration__legend-label{white-space:nowrap}@media (max-width:1023px){.value-section__content{text-align:center}.value-section__features{align-items:center}.value-section__features li{text-align:left;max-width:400px}}@media (min-width:768px){.value-section{padding:var(--space-10)0}}@media (min-width:1280px){.value-section__container{gap:var(--space-9)}}.value-section--learning-science{padding:var(--space-10)0;background:linear-gradient(180deg,var(--background)0%,#8b5cf605 30%,#6366f108 60%,var(--background)100%)}.dark .value-section--learning-science{background:linear-gradient(#0a0a0a 0%,#8b5cf60a 30%,#6366f108 60%,#0a0a0a 100%)}.learning-science__container{max-width:1280px;margin:0 auto;padding:0 clamp(1.5rem,5vw,4rem)}.learning-science__header{text-align:center;max-width:640px;margin:0 auto var(--space-8)}.learning-science__subtitle{font-size:var(--text-landing-body);line-height:var(--leading-body);color:var(--muted-foreground);margin:0}.learning-science__grid{gap:var(--space-4);grid-template-columns:1fr;display:grid}@media (min-width:640px){.learning-science__grid{gap:var(--space-5);grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.learning-science__grid{gap:var(--space-5);grid-template-columns:repeat(2,1fr)}}@media (min-width:1280px){.learning-science__grid{gap:var(--space-4);grid-template-columns:repeat(4,1fr)}}.learning-card{background:var(--card);border:1px solid var(--border);transition:border-color .3s var(--ease-out-expo),box-shadow .3s var(--ease-out-expo);cursor:default;border-radius:16px;flex-direction:column;padding:0;display:flex;overflow:hidden}.learning-card:hover{border-color:#8b5cf640;box-shadow:0 8px 32px #8b5cf60f,0 2px 8px #0000000a}.dark .learning-card:hover{border-color:#8b5cf659;box-shadow:0 8px 32px #8b5cf61a,0 2px 8px #0003}.learning-card__illustration{border-bottom:1px solid var(--border);padding:var(--space-3);background:linear-gradient(#8b5cf608 0%,#6366f105 100%);justify-content:center;align-items:center;min-height:88px;display:flex}.dark .learning-card__illustration{background:linear-gradient(#8b5cf60f 0%,#6366f108 100%)}.learning-card__mini-svg{width:100%;max-width:160px;height:auto}.learning-card__content{padding:var(--space-4);flex-direction:column;flex:1;display:flex}.learning-card__header{align-items:center;gap:var(--space-2);margin-bottom:var(--space-2);display:flex}.learning-card__icon{width:20px;height:20px;color:var(--glow-primary);flex-shrink:0}.learning-card__icon svg{width:100%;height:100%}.learning-card__title{letter-spacing:-.01em;color:var(--foreground);margin:0;font-size:.9375rem;font-weight:600;line-height:1.3}.learning-card__description{color:var(--muted-foreground);flex:1;margin:0;font-size:.8125rem;line-height:1.55}.learning-card__stat{margin-top:var(--space-3);background:#22c55e14;border-radius:6px;align-self:flex-start;align-items:baseline;gap:4px;padding:4px 10px;display:inline-flex}.dark .learning-card__stat{background:#22c55e1f}.learning-card__stat-value{color:#16a34a;letter-spacing:-.02em;font-size:.875rem;font-weight:700}.dark .learning-card__stat-value{color:#22c55e}.learning-card__stat-label{color:var(--muted-foreground);letter-spacing:.01em;font-size:.6875rem;font-weight:500}.learning-science__citation{align-items:center;gap:var(--space-3);margin-top:var(--space-6);padding:var(--space-3)var(--space-4);color:var(--muted-foreground);background:#8b5cf60a;border:1px solid #8b5cf614;border-radius:10px;max-width:680px;margin-left:auto;margin-right:auto;font-size:.75rem;line-height:1.5;display:flex}.dark .learning-science__citation{background:#8b5cf60f;border-color:#8b5cf61f}.learning-science__citation-icon{width:20px;height:20px;color:var(--glow-primary);opacity:.6;flex-shrink:0}.value-section--tier3-features{padding:var(--space-10)0;background:linear-gradient(180deg,var(--background)0%,#3b82f605 20%,#8b5cf609 50%,#3b82f605 80%,var(--background)100%);position:relative;overflow:hidden}.dark .value-section--tier3-features{background:linear-gradient(#0a0a0a 0%,#3b82f60d 20%,#8b5cf60a 50%,#3b82f60d 80%,#0a0a0a 100%)}.value-section--tier3-features:before{content:"";pointer-events:none;background:radial-gradient(circle,#8b5cf60f 0%,#3b82f608 40%,#0000 70%);border-radius:50%;width:420px;height:420px;position:absolute;top:-10%;right:-8%}.dark .value-section--tier3-features:before{background:radial-gradient(circle,#8b5cf61a 0%,#3b82f60d 40%,#0000 70%)}.value-section--tier3-features:after{content:"";pointer-events:none;background:radial-gradient(circle,#3b82f60d 0%,#8b5cf606 40%,#0000 70%);border-radius:50%;width:340px;height:340px;position:absolute;bottom:-8%;left:-5%}.dark .value-section--tier3-features:after{background:radial-gradient(circle,#3b82f614 0%,#8b5cf60a 40%,#0000 70%)}.value-section--tier3-features .learning-card__illustration{min-height:100px;padding:var(--space-4);background:linear-gradient(160deg,#8b5cf60a 0%,#3b82f608 50%,#6366f105 100%)}.dark .value-section--tier3-features .learning-card__illustration{background:linear-gradient(160deg,#8b5cf614 0%,#3b82f60d 50%,#6366f108 100%)}.value-section--tier3-features .learning-card__mini-svg{max-width:180px}.value-section--tier3-features .learning-card:first-child:hover{border-color:#3b82f64d;box-shadow:0 8px 32px #3b82f614,0 2px 8px #0000000a}.value-section--tier3-features .learning-card:nth-child(2):hover{border-color:#8b5cf64d;box-shadow:0 8px 32px #8b5cf614,0 2px 8px #0000000a}.value-section--tier3-features .learning-card:nth-child(3):hover{border-color:#f59e0b4d;box-shadow:0 8px 32px #f59e0b14,0 2px 8px #0000000a}.value-section--tier3-features .learning-card:nth-child(4):hover{border-color:#6366f14d;box-shadow:0 8px 32px #6366f114,0 2px 8px #0000000a}.dark .value-section--tier3-features .learning-card:first-child:hover{border-color:#3b82f666;box-shadow:0 8px 32px #3b82f61f,0 2px 8px #0003}.dark .value-section--tier3-features .learning-card:nth-child(2):hover{border-color:#8b5cf666;box-shadow:0 8px 32px #8b5cf61f,0 2px 8px #0003}.dark .value-section--tier3-features .learning-card:nth-child(3):hover{border-color:#f59e0b66;box-shadow:0 8px 32px #f59e0b1f,0 2px 8px #0003}.dark .value-section--tier3-features .learning-card:nth-child(4):hover{border-color:#6366f166;box-shadow:0 8px 32px #6366f11f,0 2px 8px #0003}.value-section--tier3-features .learning-science__citation{background:linear-gradient(135deg,#8b5cf60f 0%,#3b82f60a 100%);border-color:#8b5cf61f}.dark .value-section--tier3-features .learning-science__citation{background:linear-gradient(135deg,#8b5cf61a 0%,#3b82f60f 100%);border-color:#8b5cf62e}.value-section--tier3-features .tier3-divider{width:60px;height:2px;margin:0 auto var(--space-8);background:linear-gradient(90deg,transparent,rgba(var(--glow-primary-rgb),.3),rgba(var(--glow-accent-rgb),.3),transparent);border-radius:1px}.landing-how-it-works{padding:var(--space-10)0;background:var(--secondary)}.dark .landing-how-it-works{background:#26262680}.steps-container{gap:var(--space-7);grid-template-columns:1fr;max-width:1000px;margin:0 auto;display:grid}@media (min-width:768px){.steps-container{gap:var(--space-6);grid-template-columns:repeat(3,1fr)}}.step-card{text-align:center;padding:0 var(--space-3);position:relative}.step-card__number{width:48px;height:48px;margin-bottom:var(--space-4);color:var(--glow-primary);transition:all .3s var(--ease-out-expo);background:#8b5cf61a;border:2px solid #8b5cf633;border-radius:50%;justify-content:center;align-items:center;font-family:Inter,system-ui,sans-serif;font-size:1.125rem;font-weight:700;display:inline-flex}.step-card:hover .step-card__number{box-shadow:var(--glow-subtle);background:#8b5cf626;border-color:#8b5cf64d}.step-card__title{letter-spacing:-.01em;color:var(--foreground);margin:0 0 var(--space-3);font-size:1.1875rem;font-weight:600;line-height:1.35}.step-card__description{color:var(--muted-foreground);max-width:280px;margin:0 auto;font-size:.9375rem;line-height:1.65}@media (min-width:768px){.step-card:not(:last-child):after{content:"→";color:var(--border);opacity:.6;transition:opacity .3s var(--ease-out-expo);font-size:1.5rem;font-weight:300;position:absolute;top:24px;right:-16px}.step-card:hover:not(:last-child):after{opacity:1;color:var(--glow-primary)}}.landing-pricing{padding:var(--space-10)0;background:var(--secondary)}.dark .landing-pricing{background:#26262680}.pricing-grid{gap:var(--space-5);grid-template-columns:1fr;max-width:1100px;margin:0 auto;display:grid}@media (min-width:768px){.pricing-grid{gap:var(--space-4);grid-template-columns:repeat(3,1fr);align-items:stretch}}.pricing-card{padding:var(--space-6);background:var(--card);border:1px solid var(--border);transition:border-color .4s var(--ease-out-expo),box-shadow .4s var(--ease-out-expo),transform .4s var(--ease-out-expo);border-radius:20px;flex-direction:column;display:flex;position:relative}.pricing-card:hover{box-shadow:var(--shadow-md);border-color:#8b5cf640}.pricing-card--popular{border-color:var(--glow-primary);background:linear-gradient(180deg,#8b5cf60a 0%,var(--card)100%);box-shadow:var(--glow-subtle)}.pricing-card--popular:hover{border-color:var(--glow-primary);box-shadow:var(--glow-medium),var(--shadow-md)}.pricing-card__badge{text-transform:uppercase;letter-spacing:.08em;color:#fff;background:var(--glow-primary);box-shadow:0 2px 12px rgba(var(--glow-primary-rgb),.4);border-radius:20px;padding:6px 16px;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-card__header{text-align:center;margin-bottom:var(--space-5)}.pricing-card__name{letter-spacing:-.02em;color:var(--foreground);margin:0 0 var(--space-2);font-size:1.5rem;font-weight:700}.pricing-card__tagline{color:var(--muted-foreground);margin:0;font-size:.9375rem;font-style:italic}.pricing-card__price-container{margin-bottom:var(--space-5);padding-bottom:var(--space-5);border-bottom:1px solid var(--border);justify-content:center;align-items:baseline;gap:2px;display:flex}.pricing-card__currency{color:var(--muted-foreground);align-self:flex-start;margin-top:8px;font-size:1.5rem;font-weight:600}.pricing-card__price{letter-spacing:-.03em;color:var(--foreground);font-size:3.5rem;font-weight:800;line-height:1}.pricing-card--popular .pricing-card__price{color:var(--glow-primary)}.pricing-card__period{color:var(--muted-foreground);font-size:1rem;font-weight:500}.pricing-card__features{margin:0 0 var(--space-6);flex:1;padding:0;list-style:none}.pricing-card__feature{align-items:flex-start;gap:var(--space-3);padding:var(--space-2)0;color:var(--foreground);font-size:.9375rem;line-height:1.5;display:flex}.pricing-card__feature-icon{width:20px;height:20px;color:var(--glow-primary);flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.pricing-card__feature-icon svg{width:16px;height:16px}.pricing-card__cta{text-align:center;width:100%;transition:background-color .3s var(--ease-out-expo),box-shadow .3s var(--ease-out-expo),transform .2s var(--ease-out-expo);letter-spacing:-.01em;border-radius:10px;padding:14px 24px;font-size:.9375rem;font-weight:600;text-decoration:none;display:block}.pricing-card__cta:not(.pricing-card__cta--primary){color:var(--foreground);border:1px solid var(--border);background:0 0}.pricing-card__cta:not(.pricing-card__cta--primary):hover{border-color:var(--muted-foreground);background:#8b5cf60d}.pricing-card__cta--primary{color:#fff;background:var(--glow-primary);box-shadow:var(--glow-medium);border:none}.pricing-card__cta--primary:hover{background:var(--brand-primary-dark);box-shadow:var(--glow-strong)}.landing-testimonials{padding:var(--space-10)0;background:var(--background)}.testimonials-grid{gap:var(--space-5);grid-template-columns:1fr;display:grid}@media (min-width:768px){.testimonials-grid{gap:var(--space-5);grid-template-columns:repeat(3,1fr)}}.testimonial-card{padding:var(--space-5);background:var(--card);border:1px solid var(--border);border-left:4px solid var(--glow-primary);transition:box-shadow .4s var(--ease-out-expo),border-color .4s var(--ease-out-expo);border-radius:16px}.testimonial-card:hover{box-shadow:var(--shadow-md);border-left-color:var(--glow-secondary)}.testimonial-card__quote{color:var(--foreground);margin:0 0 var(--space-5);font-size:.9375rem;font-style:italic;line-height:1.75}.testimonial-card__quote:before{content:"\"";color:var(--glow-primary);vertical-align:-.35em;margin-right:6px;font-size:1.75rem;font-style:normal;font-weight:500;line-height:0}.testimonial-card__author{align-items:center;gap:var(--space-3);display:flex}.testimonial-card__avatar{background:var(--glow-primary);color:#fff;width:44px;height:44px;transition:transform .3s var(--ease-out-expo);border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex}.testimonial-card:hover .testimonial-card__avatar{transform:scale(1.05)}.testimonial-card__info{flex:1}.testimonial-card__name{color:var(--foreground);letter-spacing:-.01em;margin:0;font-size:.9375rem;font-weight:600}.testimonial-card__role{color:var(--muted-foreground);margin:2px 0 0;font-size:.8125rem}.landing-cta{padding:var(--space-10)0;background:linear-gradient(135deg,#8b5cf60f 0%,transparent 50%,#6366f10f 100%),var(--background);text-align:center}.landing-cta__inner{max-width:680px;padding:var(--space-7)var(--space-5);background:linear-gradient(#8b5cf608 0%,#0000 100%);border:1px solid #8b5cf61a;border-radius:24px;margin:0 auto}.landing-cta__title{font-size:var(--text-landing-headline);font-weight:700;line-height:var(--leading-headline);letter-spacing:-.025em;color:var(--foreground);margin:0 0 var(--space-4);text-wrap:balance}.landing-cta__description{font-size:var(--text-landing-body);color:var(--muted-foreground);margin:0 0 var(--space-6);max-width:520px;margin-left:auto;margin-right:auto;line-height:1.75}.landing-cta__actions{align-items:center;gap:var(--space-4);flex-direction:column;display:flex}.landing-footer{padding:var(--space-7)0;border-top:1px solid var(--border);background:var(--background)}.landing-footer__inner{justify-content:space-between;align-items:center;gap:var(--space-4);text-align:center;flex-direction:column;display:flex}@media (min-width:640px){.landing-footer__inner{text-align:left;flex-direction:row}}.landing-footer__logo{color:var(--foreground);letter-spacing:-.01em;transition:opacity .3s var(--ease-out-expo);align-items:center;gap:10px;font-size:1rem;font-weight:600;text-decoration:none;display:flex}.landing-footer__logo:hover{opacity:.8}.landing-footer__logo-icon{background:var(--glow-primary);color:#fff;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.landing-footer__logo-icon svg{width:16px;height:16px}.landing-footer__copy{color:var(--muted-foreground);margin:0;font-size:.875rem}.landing-footer__links{gap:24px;margin-top:16px;display:flex}@media (min-width:640px){.landing-footer__links{margin-top:0;margin-left:auto}}.landing-footer__link{color:var(--muted-foreground);transition:color .3s var(--ease-out-expo);font-size:.875rem;text-decoration:none}.landing-footer__link:hover{color:var(--foreground)}.clarity-line{z-index:100;opacity:0;transition:opacity .5s var(--ease-out-expo);pointer-events:none;flex-direction:column;align-items:center;gap:0;display:flex;position:fixed;top:50%;right:28px;transform:translateY(-50%)}.clarity-line--visible{opacity:1;pointer-events:auto}.clarity-line__wrapper{-webkit-backdrop-filter:blur(12px)saturate(180%);border:1px solid var(--border);background:#ffffffeb;border-radius:28px;flex-direction:column;align-items:center;padding:14px 10px;display:flex;box-shadow:0 4px 16px #0000000f,0 1px 3px #0000000a}.dark .clarity-line__wrapper{background:#171717eb;box-shadow:0 4px 16px #0003,0 1px 3px #0000001a}.clarity-line__track{flex-direction:column;align-items:center;gap:10px;display:flex}.clarity-line__step{justify-content:center;align-items:center;display:flex;position:relative}.clarity-line__dot{border:2px solid var(--border);cursor:pointer;width:12px;height:12px;transition:all .3s var(--ease-out-expo);background:0 0;border-radius:50%}.clarity-line__dot:hover{border-color:var(--muted-foreground);transform:scale(1.15)}.clarity-line__dot--active{border-color:var(--glow-primary);background:var(--glow-primary);box-shadow:0 0 14px rgba(var(--glow-primary-rgb),.5)}.clarity-line__dot--completed{border-color:var(--glow-primary);background:var(--glow-primary)}.clarity-line__connector{background:var(--border);transform-origin:top;width:2px;height:28px;transition:all .4s var(--ease-out-expo)}.clarity-line__connector--active{background:linear-gradient(to bottom,var(--glow-primary),var(--glow-secondary))}.clarity-line__label{text-transform:uppercase;letter-spacing:.08em;color:var(--muted-foreground);white-space:nowrap;opacity:0;transition:all .25s var(--ease-out-expo);pointer-events:none;font-family:Inter,system-ui,sans-serif;font-size:10px;font-weight:600;position:absolute;right:28px;transform:translate(6px)}.clarity-line__dot:hover+.clarity-line__label,.clarity-line__dot--active+.clarity-line__label{opacity:1;transform:translate(0)}@media (max-width:1200px){.clarity-line{display:none}}.reveal{opacity:0;transition:opacity .7s var(--ease-out-expo),transform .7s var(--ease-out-expo);transform:translateY(32px)}.reveal--visible{opacity:1;transform:translateY(0)}.reveal--delay-1{transition-delay:.1s}.reveal--delay-2{transition-delay:.2s}.reveal--delay-3{transition-delay:.3s}.reveal--delay-4{transition-delay:.4s}.stagger-children>*{opacity:0;transition:opacity .6s var(--ease-out-expo),transform .6s var(--ease-out-expo);transform:translateY(20px)}.stagger-children--visible>:first-child{opacity:1;transition-delay:0s;transform:translateY(0)}.stagger-children--visible>:nth-child(2){opacity:1;transition-delay:.1s;transform:translateY(0)}.stagger-children--visible>:nth-child(3){opacity:1;transition-delay:.2s;transform:translateY(0)}.stagger-children--visible>:nth-child(4){opacity:1;transition-delay:.3s;transform:translateY(0)}.landing-page:before{content:"";pointer-events:none;z-index:1000;opacity:.015;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");position:fixed;inset:0}.dark .landing-page:before{opacity:.025}@media (prefers-reduced-motion:reduce){.reveal,.stagger-children>*,.hero-dot,.hero-line,.clarity-line,.btn-landing-primary,.btn-landing-secondary,.outcome-card,.testimonial-card{transition-duration:.01ms!important;animation-duration:.01ms!important}.hero-dot--drifting,.hero-dot--breathing{animation:none!important}}
