.landing-nav{background-color:var(--bg-secondary);background-image:var(--gradient-premium);border-bottom:1px solid rgba(255,253,247,.12);box-shadow:var(--shadow-shell);position:fixed;top:0;left:0;right:0;z-index:1000;padding:.8rem 0;transition:background .3s ease,backdrop-filter .3s ease,box-shadow .3s ease}.landing-nav--scrolled{background-color:color-mix(in srgb,var(--bg-secondary) 94%,transparent);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.landing-nav__inner{max-width:var(--layout-shell-max-width);margin:0 auto;padding:0 var(--layout-shell-gutter);display:flex;align-items:center;justify-content:space-between;gap:1.25rem}.landing-nav__logo{display:inline-flex;color:#fff;text-decoration:none;line-height:1;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.landing-nav__logo .brand-lockup{align-items:center;column-gap:.72rem}.landing-nav__logo .brand-lockup__icon{width:clamp(4.5rem,1.6vw + 3.25rem,5.5rem);height:clamp(4.5rem,1.6vw + 3.25rem,5.5rem)}.landing-nav__logo .brand-lockup__wordmark{color:#fff}.landing-nav__logo .brand-lockup__tagline{color:color-mix(in srgb,var(--accent) 82%,#ffffff);font-weight:600;letter-spacing:.34em;line-height:1.1;text-transform:uppercase}.landing-nav__actions{display:flex;align-items:center;gap:.75rem}.landing-nav__theme-toggle{margin-left:.15rem}.landing-nav__signin{font-size:.9rem;font-weight:500;color:#fffc;text-decoration:none;padding:.45rem .9rem;border:1px solid var(--accent);border-radius:8px;line-height:1.2;white-space:nowrap;transition:color .2s,background .2s}.landing-nav__signin:hover{color:#fff;background:#ffffff14}.landing-nav__cta{font-size:.9rem;font-weight:600;color:var(--bg-secondary);background:var(--gradient-gold);text-decoration:none;padding:.5rem 1.1rem;border-radius:999px;line-height:1.2;white-space:nowrap;transition:background .2s,transform .15s}.landing-nav__cta:hover{background:var(--accent-hover);color:var(--bg-secondary);box-shadow:0 10px 24px #d4af3747;transform:translateY(-1px)}@media(max-width:600px){.landing-nav{padding:.8rem 0}.landing-nav__inner{align-items:flex-start;flex-direction:column;gap:.8rem}.landing-nav__logo .brand-lockup__icon{width:3rem;height:3rem}.landing-nav__logo .brand-lockup__tagline{font-size:.68rem;letter-spacing:.3em}.landing-nav__actions{flex-wrap:wrap;gap:.5rem;width:100%}.landing-nav__theme-toggle{margin-left:0}.landing-nav__signin,.landing-nav__cta{font-size:.82rem;padding:.5rem .8rem}}@media(max-width:480px){.landing-nav__inner{gap:.7rem}.landing-nav__logo .brand-lockup__icon{width:2.65rem;height:2.65rem}.landing-nav__logo .brand-lockup__tagline{font-size:.58rem;letter-spacing:.29em}.landing-nav__signin,.landing-nav__cta{font-size:.82rem;padding:.45rem .72rem}}.landing-root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg-primary);color:var(--text-primary);overflow-x:hidden}@media(prefers-reduced-motion:no-preference){@supports ((animation-timeline: view()) and (animation-range: entry)){@keyframes landing-fade-up{0%{opacity:0;translate:0 32px}}.landing-section,.landing-stats,.landing-bottom-cta{animation:landing-fade-up .7s ease both;animation-timeline:view();animation-range:entry 0% entry 40%}}}@media(prefers-reduced-motion:no-preference){.landing-section,.landing-stats,.landing-bottom-cta{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease}@supports ((animation-timeline: view()) and (animation-range: entry)){.landing-section,.landing-stats,.landing-bottom-cta{opacity:1;transform:none;transition:none}}.landing-section.is-visible,.landing-stats.is-visible,.landing-bottom-cta.is-visible{opacity:1;transform:none}}.landing-section__inner,.landing-hero__inner,.landing-stats__inner,.landing-bottom-cta__inner{max-width:1120px;margin:0 auto;padding:0 1.5rem}.landing-section__label{font-size:.85rem;font-weight:800;letter-spacing:.08em;color:var(--accent-strong);text-align:center;margin-bottom:.75rem;text-transform:uppercase}.landing-section__heading{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:850;color:var(--text-primary);line-height:1.15;text-align:center;margin-bottom:2.75rem}.landing-section__heading--left{text-align:left;margin-bottom:1.5rem}.landing-hero{min-height:min(760px,calc(100svh - 24px));display:flex;align-items:center;background:radial-gradient(circle at top right,color-mix(in srgb,var(--accent) 18%,transparent),transparent 30%),var(--gradient-premium);overflow:hidden;padding:7rem 0 4rem}.landing-hero__inner{max-width:1120px;width:100%;display:grid;grid-template-columns:minmax(280px,440px) minmax(0,1fr);align-items:center;gap:clamp(2rem,3.5vw,3.5rem)}.landing-hero__brand-rail,.landing-hero__copy{display:flex}.landing-hero__brand-rail{align-self:stretch;align-items:center;justify-content:center}.landing-hero__copy{flex-direction:column;align-items:flex-start;width:100%;min-width:0}.landing-hero__brand{width:min(100%,27rem);height:auto;display:block;object-fit:contain}.landing-hero__content{display:grid;justify-items:flex-start;gap:1.35rem;min-width:0}.landing-hero__actions,.landing-bottom-cta__actions{display:flex;flex-wrap:wrap;gap:.9rem}.landing-hero__links{display:flex;flex-wrap:wrap;gap:1rem}.landing-hero__links a{color:#ffffffd1;font-size:.88rem;font-weight:700;text-decoration:underline;text-underline-offset:.2rem}.landing-badge{display:inline-flex;align-items:center;gap:.5rem;background:color-mix(in srgb,var(--accent) 14%,transparent);border:1px solid color-mix(in srgb,var(--accent) 28%,transparent);color:#fff2cbeb;font-size:.82rem;font-weight:700;padding:.4rem .9rem;border-radius:999px}.landing-badge__dot{width:7px;height:7px;background:var(--accent);border-radius:50%;animation:badge-pulse 2s ease-in-out infinite}@keyframes badge-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.8)}}.landing-hero__headline{font-size:clamp(2.25rem,6vw,4rem);font-weight:900;line-height:1.08;color:#fff;max-width:8.5ch}.landing-hero__sub{font-size:clamp(1rem,2.2vw,1.18rem);color:#ffffffc2;max-width:590px;line-height:1.7}.landing-cta-btn{display:inline-flex;align-items:center;gap:.4rem;background:var(--gradient-gold);color:#1f1642;font-size:.97rem;font-weight:800;padding:.8rem 1.8rem;border-radius:999px;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s}.landing-cta-btn:hover{background:var(--accent-hover);color:var(--bg-secondary);transform:translateY(-2px);box-shadow:0 8px 24px #d4af3752}.landing-cta-btn--secondary{background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.16)}.landing-cta-btn--secondary:hover{background:#ffffff24;box-shadow:none}.landing-cta-btn__arrow{transition:transform .2s}.landing-cta-btn:hover .landing-cta-btn__arrow{transform:translate(4px)}.landing-stats{background:var(--bg-secondary);background-image:var(--gradient-premium);padding:3.5rem 0}.landing-stats__inner{display:grid;grid-template-columns:repeat(4,1fr);text-align:center}.landing-stats__item{padding:1rem 0;border-right:1px solid rgba(255,255,255,.1)}.landing-stats__item:last-child{border-right:none}.landing-stats__value{display:block;font-size:2.4rem;font-weight:900;color:#fff;line-height:1;margin-bottom:.4rem}.landing-stats__value--loading{opacity:.7}.landing-stats__label{font-size:.82rem;color:#ffffff9e;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.landing-stats__note{margin:1.25rem auto 0;max-width:1120px;padding:0 1.5rem;color:#ffffffb3;font-size:.88rem;text-align:center}.landing-bottom-cta{background:var(--bg-secondary);background-image:var(--gradient-premium);padding:clamp(3.5rem,7vw,5rem) 0;text-align:center}.landing-bottom-cta__inner{max-width:680px;display:flex;flex-direction:column;align-items:center;gap:.9rem}.landing-bottom-cta__headline{margin:0;font-size:clamp(1.75rem,3.3vw,2.35rem);font-weight:900;color:#fff;letter-spacing:-.035em;line-height:1.08}.landing-bottom-cta__sub{max-width:460px;margin:0;font-size:1rem;color:#ffffffad;line-height:1.6}.landing-bottom-cta__actions{justify-content:center;gap:.75rem;margin-top:.35rem}@media(max-width:920px){.landing-hero{min-height:auto;padding:7rem 0 3rem}.landing-hero__inner{grid-template-columns:minmax(0,1fr);gap:2.5rem}.landing-hero__brand-rail{justify-content:flex-start;align-self:auto}.landing-stats__inner{grid-template-columns:repeat(2,1fr)}.landing-stats__item:nth-child(2){border-right:none}}@media(max-width:600px){.landing-hero{padding:8.5rem 0 2.5rem}.landing-stats__item{border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}.landing-stats__item:last-child{border-bottom:none}.landing-hero__links{flex-direction:column;gap:.65rem}}@media(prefers-reduced-motion:reduce){.landing-badge__dot,.landing-cta-btn,.landing-cta-btn__arrow{animation:none;transition:none;transform:none}}
