.landing{position:relative;min-height:100vh;background:var(--surface-page);color:var(--text-dark);-webkit-font-smoothing:antialiased;overflow:hidden}.glow-field{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}.glow-orb{position:absolute;border-radius:50%;will-change:transform,opacity}.glow-orb-1{width:900px;height:520px;top:-14%;left:-8%;background:radial-gradient(ellipse 100% 80% at 30% 40%,rgba(247,147,26,.52) 0,rgba(212,146,10,.22) 40%,rgba(255,203,69,.08) 70%,transparent 100%);filter:blur(38px);animation:mesh-drift-1 14s ease-in-out infinite}.glow-orb-2{width:480px;height:720px;top:5%;right:-6%;background:radial-gradient(ellipse 70% 100% at 60% 35%,rgba(212,146,10,.42) 0,rgba(247,147,26,.15) 45%,transparent 80%);filter:blur(40px);animation:mesh-drift-2 18s ease-in-out infinite}.glow-orb-3{width:700px;height:380px;top:42%;left:15%;background:radial-gradient(ellipse 100% 70% at 50% 50%,rgba(255,203,69,.38) 0,rgba(234,88,12,.14) 50%,transparent 85%);filter:blur(35px);animation:mesh-drift-3 12s ease-in-out infinite}@keyframes mesh-drift-1{0%,to{transform:translate(0) scaleX(1) scaleY(1)}30%{transform:translate(120px,-60px) scaleX(1.12) scaleY(.92)}60%{transform:translate(-40px,80px) scaleX(.94) scaleY(1.08)}}@keyframes mesh-drift-2{0%,to{transform:translate(0) scaleX(1) scaleY(1)}35%{transform:translate(-100px,90px) scaleX(1.1) scaleY(.88)}70%{transform:translate(60px,-70px) scaleX(.9) scaleY(1.14)}}@keyframes mesh-drift-3{0%,to{transform:translate(0) scaleX(1) scaleY(1) rotate(0deg)}40%{transform:translate(80px,50px) scaleX(1.15) scaleY(.85) rotate(4deg)}75%{transform:translate(-60px,-40px) scaleX(.88) scaleY(1.1) rotate(-2deg)}}.glow-spotlight{position:absolute;inset:0;opacity:0;transition:opacity .5s ease;background:radial-gradient(650px circle at var(--spot-x,50%) var(--spot-y,50%),rgba(247,147,26,.15) 0,rgba(212,146,10,.06) 35%,transparent 70%)}.glow-noise{position:absolute;inset:-50%;width:200%;height:200%;opacity:.06;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:256px 256px;mix-blend-mode:multiply}.landing:after{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;background-image:radial-gradient(circle,rgba(17,24,39,.09) 1px,transparent 0);background-size:28px 28px;mask-image:linear-gradient(180deg,transparent 0,black 8%,black 85%,transparent);-webkit-mask-image:linear-gradient(180deg,transparent 0,black 8%,black 85%,transparent)}.landing-nav{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;max-width:1100px;margin:0 auto;padding:1.5rem 2rem}.landing-wordmark{font-family:var(--font-display);font-weight:700;font-size:1.25rem;letter-spacing:-.03em;color:var(--text-dark)}.landing-wordmark-link{text-decoration:none}.landing-nav-links{display:flex;gap:2rem}.landing-nav-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:1rem}.landing-nav-signin{font-size:.9rem;font-weight:500;color:var(--text-body);text-decoration:none;transition:color .15s}.landing-nav-signin:hover{color:var(--text-dark)}.landing-nav-links a{font-size:.9rem;font-weight:500;color:var(--text-body);text-decoration:none;transition:color .15s}.landing-nav-links a:hover{color:var(--text-dark)}.landing-hero{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:1100px;margin:0 auto;padding:6rem 2rem 5rem}.landing-badge{display:inline-flex;align-items:center;margin:0 0 2rem;padding:.35rem .9rem;border:1px solid rgba(212,146,10,.25);border-radius:var(--radius-full);background:rgba(212,146,10,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:var(--accent-text);font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.landing-headline{margin:0;font-family:var(--font-display);font-size:clamp(3rem,7vw,5rem);font-weight:700;line-height:1.05;letter-spacing:-.04em;color:var(--text-dark)}.landing-sub{margin:1.5rem 0 0;max-width:520px;font-size:1.15rem;line-height:1.65;color:var(--text-body)}.landing-hero-actions{display:flex;gap:.75rem;margin-top:2.5rem}.landing-btn{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:0 1.5rem;border:1px solid transparent;border-radius:var(--radius-full);font-size:.95rem;font-weight:600;text-decoration:none;transition:all .15s ease;cursor:pointer}.landing-btn-primary{background:var(--surface-dark);color:var(--surface-card)}.landing-btn-primary:hover{background:#0a1020}.landing-btn-ghost{background:rgba(255,255,255,.5);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-color:var(--border-medium);color:var(--text-dark)}.landing-btn-ghost:hover{background:rgba(255,255,255,.8);border-color:var(--border-medium)}.landing-btn:disabled,.landing-btn[aria-disabled=true]{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.landing-section{position:relative;z-index:1;max-width:1100px;margin:0 auto;padding:var(--space-section) 2rem;border-top:1px solid var(--border-light)}@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.landing-label,.landing-section-desc,.landing-section-title{animation:fade-up .6s ease both;animation-timeline:view();animation-range:entry 0 entry 30%}.landing-path-card,.landing-reason,.landing-step{animation:fade-up .5s ease both;animation-timeline:view();animation-range:entry 0 entry 25%}.landing-paths>:nth-child(2),.landing-reasons>:nth-child(2),.landing-steps>:nth-child(2){animation-delay:80ms}.landing-reasons>:nth-child(3),.landing-steps>:nth-child(3){animation-delay:.16s}.landing-reasons>:nth-child(4){animation-delay:.24s}@supports not (animation-timeline:view()){.landing-label,.landing-path-card,.landing-reason,.landing-section-desc,.landing-section-title,.landing-step{animation:none;opacity:1;transform:none}}.landing-label{margin:0 0 var(--space-2);font-size:.82rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-text)}.landing-section-title{margin:0 0 var(--space-5);font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;color:var(--text-dark);max-width:600px}.landing-section-desc{margin:0 0 var(--space-7);color:var(--text-body);font-size:1.05rem;line-height:1.6;max-width:520px}.landing-section-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.landing-paths{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.landing-path-card{display:flex;flex-direction:column;gap:.5rem;padding:2.25rem 2rem 2.25rem 2.25rem;border:1px solid rgba(255,255,255,.4);border-left:3px solid var(--accent-border);border-radius:var(--radius-xl);background:rgba(255,255,255,.45);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:var(--shadow-card-inset),0 8px 32px rgba(0,0,0,.04);text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.landing-path-card:hover{transform:translateY(-4px);border-color:var(--accent-border);box-shadow:var(--shadow-card-inset),0 20px 50px rgba(0,0,0,.06),0 0 0 1px rgba(212,146,10,.12)}.landing-path-label{font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-text)}.landing-path-title{margin:0;font-family:var(--font-display);font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.landing-path-desc{margin:0;color:var(--text-body);line-height:1.6;flex:1}.landing-path-cta{margin-top:.75rem;font-weight:600;font-size:.95rem;color:var(--text-dark)}.landing-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.landing-step{display:flex;flex-direction:column;gap:1rem;padding:2rem;border:1px solid rgba(255,255,255,.4);border-radius:var(--radius-xl);background:rgba(255,255,255,.45);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:var(--shadow-card-inset),0 8px 32px rgba(0,0,0,.04);transition:transform .3s ease,box-shadow .3s ease}.landing-step:hover{transform:translateY(-3px);box-shadow:var(--shadow-card-inset),0 16px 40px rgba(0,0,0,.06)}.landing-step-num{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:var(--radius-full);background:var(--accent-subtle);border:1px solid var(--accent-border);font-size:.82rem;color:var(--accent-text);letter-spacing:.02em;flex-shrink:0}.landing-step-num,.landing-step-title{font-family:var(--font-display);font-weight:700}.landing-step-title{margin:0;font-size:1.25rem;letter-spacing:-.02em}.landing-step-desc{margin:.25rem 0 0;color:var(--text-body);line-height:1.6}.landing-reasons{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.landing-reason{padding:2rem;border:1px solid rgba(255,255,255,.4);border-radius:var(--radius-xl);background:rgba(255,255,255,.45);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:var(--shadow-card-inset),0 8px 32px rgba(0,0,0,.04);transition:transform .3s ease,box-shadow .3s ease}.landing-reason:hover{transform:translateY(-3px);box-shadow:var(--shadow-card-inset),0 16px 40px rgba(0,0,0,.06)}.landing-reason-title{margin:0 0 .5rem;font-size:1.1rem;font-weight:700}.landing-reason-desc{margin:0;color:var(--text-body);line-height:1.65}.landing-interest-hero{padding-bottom:4.5rem}.landing-interest-hero-compact{align-items:flex-start;text-align:left;max-width:1100px;padding:3.5rem 2rem 2.25rem}.landing-interest-hero-compact .landing-headline{font-size:clamp(2.35rem,4vw,3.6rem)}.landing-interest-hero-compact .landing-sub{max-width:680px}.landing-interest-section{padding-top:1rem}.landing-interest-layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:1.5rem;align-items:start}.landing-interest-layout-single{grid-template-columns:minmax(0,1fr);max-width:860px}.landing-interest-overview{display:flex;flex-direction:column;gap:1.25rem}.landing-interest-card,.landing-interest-side-note{padding:2rem;border:1px solid rgba(255,255,255,.4);border-radius:var(--radius-xl);background:rgba(255,255,255,.45);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:var(--shadow-card-inset),0 8px 32px rgba(0,0,0,.04)}.landing-interest-title{margin-bottom:1.25rem}.landing-interest-card .landing-section-desc{margin:0 0 1.75rem}.landing-interest-steps{grid-template-columns:1fr}.landing-interest-form-card{padding-bottom:2.25rem}.landing-interest-form{display:flex;flex-direction:column;gap:1rem}.landing-interest-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.landing-interest-field{display:flex;flex-direction:column;gap:.55rem}.landing-interest-label{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.92rem;font-weight:600;color:var(--text-dark)}.landing-interest-meta{color:var(--text-muted);font-size:.8rem;font-weight:500}.landing-interest-input{width:100%;min-height:3rem;padding:.9rem 1rem;border:1px solid rgba(17,24,39,.12);border-radius:1.05rem;background:rgba(255,255,255,.84);color:var(--text-dark);font:inherit;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.landing-interest-input:focus{outline:none;border-color:rgba(212,146,10,.45);box-shadow:0 0 0 4px rgba(212,146,10,.12);background:rgba(255,255,255,.95)}.landing-interest-input::-moz-placeholder{color:var(--text-muted)}.landing-interest-input::placeholder{color:var(--text-muted)}.landing-interest-textarea{min-height:10.5rem;resize:vertical}.landing-interest-help{margin:0;color:var(--text-body);font-size:.94rem;line-height:1.65}.landing-interest-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.landing-interest-message{margin:.25rem 0 0;padding:.95rem 1rem;border-radius:1rem;font-size:.94rem;line-height:1.55}.landing-interest-message-success{background:rgba(22,163,74,.12);color:#166534;border:1px solid rgba(22,163,74,.18)}.landing-interest-message-error{background:rgba(220,38,38,.1);color:#991b1b;border:1px solid rgba(220,38,38,.14)}.landing-interest-honeypot{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.landing-readiness-card{padding-bottom:2.25rem}.landing-readiness-progress{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.1rem;border:1px solid rgba(212,146,10,.2);border-radius:1.15rem;background:rgba(212,146,10,.08)}.landing-readiness-progress strong{color:var(--text-dark);font-size:.98rem}.landing-readiness-progress span{color:var(--text-body);font-size:.94rem;line-height:1.55}.landing-readiness-sections{display:flex;flex-direction:column;gap:1rem}.landing-readiness-block{padding:1.3rem;border:1px solid rgba(17,24,39,.08);border-radius:1.2rem;background:rgba(255,255,255,.6)}.landing-readiness-head{margin-bottom:1rem}.landing-readiness-head .landing-step-title{margin:0 0 .35rem}.landing-readiness-head .landing-interest-help{margin:0}.landing-readiness-list{display:flex;flex-direction:column;gap:.8rem}.landing-readiness-item{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.85rem;padding:.95rem 1rem;border:1px solid rgba(17,24,39,.08);border-radius:1rem;background:rgba(255,255,255,.84);cursor:pointer}.landing-readiness-item input{width:1rem;height:1rem;margin-top:.2rem;accent-color:rgba(212,146,10,.95)}.landing-readiness-item>span{display:flex;flex-direction:column;gap:.28rem}.landing-readiness-item strong,.landing-readiness-item-label{color:var(--text-dark);font-size:.98rem;line-height:1.45}.landing-readiness-item-label{cursor:pointer;font-weight:700}.landing-readiness-item>span>span{color:var(--text-body);font-size:.93rem;line-height:1.6}.landing-readiness-link{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;margin-top:.2rem;color:var(--accent-text);font-size:.92rem;font-weight:600;text-decoration:none}.landing-readiness-link:hover{text-decoration:underline}.landing-readiness-actions{display:flex;flex-direction:column;align-items:flex-start;gap:.85rem;margin-top:1.5rem}.landing-footer{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;max-width:1100px;margin:0 auto;padding:var(--space-6) var(--space-6);border-top:1px solid var(--border-light);color:var(--text-muted);font-size:.88rem}.landing-footer p{margin:0}.landing-footer-link{color:var(--text-body);text-decoration:none;font-weight:500;transition:color .15s}.landing-footer-link:hover{color:var(--text-dark)}@media (prefers-reduced-motion:reduce){.glow-orb{animation:none!important}.glow-spotlight{display:none}.landing-label,.landing-path-card,.landing-reason,.landing-section-desc,.landing-section-title,.landing-step{animation:none;opacity:1;transform:none}}@media (max-width:768px){.landing-hero{padding:5rem 1.5rem 4rem}.glow-orb-1{width:480px;height:280px;filter:blur(45px)}.glow-orb-2{width:260px;height:400px;filter:blur(40px)}.glow-orb-3{width:380px;height:200px;filter:blur(40px)}.glow-spotlight{display:none}.landing-headline{font-size:2.5rem}.landing-section{padding:3rem 1.5rem}.landing-interest-hero-compact{padding:2.25rem 1.5rem 1.5rem}.landing-section-title{margin-bottom:2rem}.landing-interest-grid,.landing-interest-layout,.landing-paths,.landing-reasons,.landing-steps{grid-template-columns:1fr}.landing-readiness-progress{flex-direction:column;align-items:flex-start}.landing-nav{flex-wrap:wrap;gap:1rem}.landing-nav-actions{gap:.75rem}.landing-footer{flex-direction:column;gap:.5rem;text-align:center}}