.landing-page{--landing-bg:#0f1117;--landing-bg-soft:#161a22;--landing-text:#f3f4f6;--landing-muted:#9ca3af;background:var(--surface-muted);min-height:100dvh;color:var(--text);scroll-behavior:smooth}.landing-header{z-index:50;border-bottom:1px solid var(--border);background:#fff;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex;position:sticky;top:0}@media (min-width:640px){.landing-header{padding:.875rem 1.5rem}}.landing-header-nav{align-items:center;gap:1.75rem;display:none}@media (min-width:768px){.landing-header-nav{display:flex}}.landing-header-nav a{color:var(--text);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s}.landing-header-nav a:hover{color:var(--brand)}.landing-header-actions{align-items:center;gap:.5rem;display:flex}.landing-btn-ghost{color:var(--text);border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.landing-btn-ghost:hover{color:var(--text);background:#0000000f}.landing-hero{background:linear-gradient(165deg, var(--landing-bg) 0%, #1a1520 35%, var(--brand-dark) 120%);color:var(--landing-text);padding:3rem 1rem 2.5rem;position:relative;overflow:hidden}@media (min-width:768px){.landing-hero{padding:4.5rem 1.5rem 3rem}}@media (min-width:1024px){.landing-hero{padding:5.5rem 2rem 3.5rem}}.landing-hero-glow{pointer-events:none;filter:blur(40px);background:radial-gradient(circle,#f6461a59 0%,#0000 70%);border-radius:50%;width:min(55vw,28rem);height:min(55vw,28rem);position:absolute;top:-20%;right:-10%}.landing-hero-inner{z-index:1;max-width:72rem;margin:0 auto;position:relative}.landing-hero-layout{align-items:center;gap:2rem;display:grid}@media (min-width:900px){.landing-hero-layout{grid-template-columns:1fr minmax(14rem,22rem);gap:2rem 3rem}}@media (min-width:1024px){.landing-hero-layout{grid-template-columns:1fr minmax(18rem,26rem);gap:2.5rem 4rem}}.landing-hero-copy{min-width:0}.landing-hero-visual{display:none}@media (min-width:900px){.landing-hero-visual{justify-content:flex-end;align-items:center;padding:0;display:flex;position:relative}}.landing-hero-logo-glow{pointer-events:none;filter:blur(28px);background:radial-gradient(circle,#f6461a73 0%,#0000 65%);border-radius:50%;animation:4s ease-in-out infinite landing-hero-logo-pulse;position:absolute;inset:8%}@keyframes landing-hero-logo-pulse{0%,to{opacity:.75;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}.landing-hero-logo-img{z-index:1;object-fit:contain;filter:drop-shadow(0 20px 40px #00000073);width:min(68vw,16rem);height:auto;position:relative}@media (min-width:640px){.landing-hero-logo-img{width:min(50vw,18rem)}}@media (min-width:900px){.landing-hero-logo-img{width:100%;max-width:22rem}}@media (min-width:1024px){.landing-hero-logo-img{max-width:26rem}}.landing-hero-badge{letter-spacing:.06em;text-transform:uppercase;color:#ffffffe6;background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.35rem .75rem;font-size:.6875rem;font-weight:600;display:inline-flex}.landing-hero-badge-dot{background:#34d399;border-radius:50%;width:.375rem;height:.375rem;box-shadow:0 0 8px #34d399}.landing-hero-title{letter-spacing:-.03em;max-width:14ch;font-size:clamp(2.25rem,8vw,3.75rem);font-weight:700;line-height:1.08}.landing-hero-title-accent{background:linear-gradient(90deg,#fff 0%,#ffc8b4 100%);color:#0000;-webkit-background-clip:text;background-clip:text;display:block}.landing-hero-sub{color:#ffffffc7;max-width:32rem;margin-top:1.25rem;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.55}.landing-hero-cta{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.landing-hero-link{color:#fff;border:1px solid #ffffff59;border-radius:.75rem;justify-content:center;align-items:center;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}.landing-hero-link:hover{color:#fff;background:#ffffff1a;border-color:#ffffff8c}.landing-hero-stats{border-top:1px solid #ffffff1a;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.5rem;padding-top:2rem;display:grid}@media (min-width:640px){.landing-hero-stats{max-width:28rem}}.landing-hero-stat-value{font-variant-numeric:tabular-nums;color:#fff;font-size:1.25rem;font-weight:700}.landing-hero-stat-label{color:var(--landing-muted);text-transform:uppercase;letter-spacing:.04em;margin-top:.2rem;font-size:.6875rem}.landing-promo{border-block:1px solid var(--border);background:linear-gradient(90deg,#0596691f 0%,#f6461a14 100%);padding:2rem 1rem}@media (min-width:768px){.landing-promo{padding:2.5rem 1.5rem}}.landing-promo-inner{flex-direction:column;gap:1.25rem;max-width:72rem;margin:0 auto;display:flex}@media (min-width:768px){.landing-promo-inner{flex-direction:row;justify-content:space-between;align-items:center;gap:2rem}}.landing-promo-eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#059669;font-size:.6875rem;font-weight:700}.landing-promo-title{letter-spacing:-.02em;color:var(--text);margin-top:.35rem;font-size:clamp(1.25rem,4vw,1.65rem);font-weight:700;line-height:1.25}.landing-promo-text{max-width:36rem;color:var(--text-muted);margin-top:.5rem;font-size:.9375rem;line-height:1.55}.landing-promo-actions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.75rem;display:flex}.landing-promo-link{color:var(--brand);font-size:.875rem;font-weight:600;text-decoration:none}.landing-promo-link:hover{text-decoration:underline}.landing-hero-sub strong{color:#fff;font-weight:600}.landing-ticker-wrap{background:var(--landing-bg-soft);border-block:1px solid #ffffff0f;overflow:hidden}.landing-ticker-label{letter-spacing:.08em;text-transform:uppercase;color:var(--landing-muted);text-align:center;background:#0003;padding:.5rem 1rem;font-size:.625rem;font-weight:600}.landing-ticker-viewport{padding:.65rem 0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.landing-ticker-track{width:max-content;animation:55s linear infinite landing-ticker-scroll;display:flex}.landing-ticker-track:hover{animation-play-state:paused}@keyframes landing-ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.landing-ticker-item{border-right:1px solid #ffffff0f;flex-shrink:0;align-items:center;gap:.65rem;padding:0 1.25rem;display:flex}.landing-ticker-symbol{letter-spacing:.02em;color:#e5e7eb;font-size:.75rem;font-weight:700}.landing-ticker-name{color:var(--landing-muted);font-size:.6875rem;display:none}@media (min-width:640px){.landing-ticker-name{display:inline}}.landing-ticker-ltp{font-variant-numeric:tabular-nums;color:#f9fafb;font-size:.8125rem;font-weight:600}.landing-ticker-chg{font-variant-numeric:tabular-nums;font-size:.6875rem;font-weight:500}.landing-ticker-chg--up{color:#34d399}.landing-ticker-chg--down{color:#f87171}.landing-section{padding:3.5rem 1rem}@media (min-width:768px){.landing-section{padding:4.5rem 1.5rem}}.landing-section-inner{max-width:72rem;margin:0 auto}.landing-section-head{text-align:center;max-width:36rem;margin:0 auto 2.5rem}.landing-section-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--brand);font-size:.6875rem;font-weight:700}.landing-section-title{letter-spacing:-.02em;color:var(--text);margin-top:.5rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:700}.landing-section-desc{color:var(--text-muted);margin-top:.75rem;font-size:.9375rem;line-height:1.6}.landing-features-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:640px){.landing-features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.landing-features-grid{grid-template-columns:repeat(3,1fr)}}.landing-feature-card{background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:1.25rem 1.35rem;transition:border-color .2s,box-shadow .2s}.landing-feature-card:hover{border-color:color-mix(in srgb, var(--brand) 35%, var(--border));box-shadow:0 8px 24px #0000000f}.landing-feature-icon{background:color-mix(in srgb, var(--brand) 12%, var(--surface));border-radius:.5rem;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;margin-bottom:.875rem;font-size:1.125rem;display:flex}.landing-feature-title{color:var(--text);font-size:.9375rem;font-weight:600}.landing-feature-text{color:var(--text-muted);margin-top:.35rem;font-size:.8125rem;line-height:1.55}.landing-steps{gap:1.5rem;display:grid}@media (min-width:768px){.landing-steps{grid-template-columns:repeat(3,1fr);gap:2rem}}.landing-step{text-align:center}.landing-step-num{color:#fff;background:linear-gradient(145deg, var(--brand), var(--brand-dark));border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-bottom:1rem;font-size:.875rem;font-weight:700;display:inline-flex}.landing-step-title{font-size:1rem;font-weight:600}.landing-step-text{color:var(--text-muted);margin-top:.5rem;font-size:.8125rem;line-height:1.55}.landing-cta{background:linear-gradient(135deg, var(--brand-dark) 0%, var(--brand) 50%, var(--brand-light) 100%);color:#fff;text-align:center;padding:3rem 1rem}.landing-cta-title{letter-spacing:-.02em;font-size:clamp(1.35rem,4vw,1.75rem);font-weight:700}.landing-cta-desc{color:#ffffffe0;max-width:28rem;margin:.75rem auto 0;font-size:.9375rem;line-height:1.55}.landing-cta-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}.landing-btn-white{color:var(--brand-dark);background:#fff;border-radius:.75rem;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex}.landing-btn-white:hover{transform:translateY(-1px);box-shadow:0 8px 20px #00000026}.landing-btn-outline-white{color:#fff;border:1px solid #ffffff73;border-radius:.75rem;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.landing-btn-outline-white:hover{background:#ffffff1f}.landing-footer{background:var(--landing-bg);color:var(--landing-muted);text-align:center;padding:2rem 1rem}.landing-footer-inner{max-width:72rem;margin:0 auto}.landing-footer-logo{opacity:.9;justify-content:center;margin-bottom:.75rem;display:flex}.landing-footer-tagline{font-size:.8125rem}.landing-footer-nav{flex-wrap:wrap;justify-content:center;gap:.5rem 1rem;margin-top:1.25rem;font-size:.8125rem;display:flex}.landing-footer-nav a{color:#d1d5dbf2;text-decoration:none}.landing-footer-nav a:hover{color:#fff;text-decoration:underline}.landing-footer-legal-nav{border-top:1px solid #ffffff14;margin-top:1rem;padding-top:1rem}.landing-footer-legal{color:#9ca3afd9;border-top:1px solid #ffffff14;margin-top:1.25rem;padding-top:1.25rem;font-size:.6875rem;line-height:1.5}
