:root {
  --ink: #f4f8f8;
  --muted: #9dafb5;
  --navy: #071827;
  --navy-2: #0a2133;
  --navy-3: #102c41;
  --mint: #50e1b7;
  --mint-deep: #27cda0;
  --line: rgba(255, 255, 255, 0.12);
  --panel: rgba(255, 255, 255, 0.045);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--navy);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img, svg { max-width: 100%; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; transform: translateY(-150%); z-index: 100; background: var(--mint); color: #052018; padding: 10px 16px; border-radius: 6px; font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(7, 24, 39, 0.9); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: white; text-decoration: none; font-weight: 800; letter-spacing: -0.03em; font-size: 1.18rem; white-space: nowrap; }
.brand strong { color: var(--mint); }
.brand-mark { width: 31px; height: 30px; display: grid; align-content: center; gap: 4px; }
.brand-mark span { display: block; height: 3px; border-radius: 3px; background: var(--mint); }
.brand-mark span:nth-child(1) { width: 16px; }
.brand-mark span:nth-child(2) { width: 26px; }
.brand-mark span:nth-child(3) { width: 21px; }
nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
nav a { color: #c7d2d6; text-decoration: none; font-size: .91rem; font-weight: 650; }
nav a:hover, nav a:focus-visible { color: var(--mint); }
.nav-cta { padding: 9px 15px; color: var(--mint); border: 1px solid rgba(80,225,183,.55); border-radius: 7px; font-size: .86rem; font-weight: 800; text-decoration: none; }
.nav-cta:hover { background: rgba(80,225,183,.09); }

.hero { position: relative; overflow: hidden; min-height: 720px; display: grid; align-items: center; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.hero-glow { position: absolute; width: 450px; height: 450px; border-radius: 50%; filter: blur(80px); opacity: .13; pointer-events: none; }
.hero-glow-one { background: var(--mint); right: 8%; top: 10%; }
.hero-glow-two { background: #2b8dff; left: -200px; bottom: -180px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 78px; padding-block: 92px 105px; }
.eyebrow, .section-label { margin: 0 0 20px; color: var(--mint); text-transform: uppercase; letter-spacing: .13em; font-size: .74rem; font-weight: 850; }
.pulse { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(80,225,183,.12); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(3rem, 6.4vw, 5.8rem); line-height: .95; letter-spacing: -.065em; max-width: 750px; }
h1 span { color: var(--mint); }
.hero-lead { max-width: 640px; margin-bottom: 30px; color: #b9c7cb; font-size: clamp(1.04rem, 2vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 51px; padding: 12px 20px; border: 1px solid transparent; border-radius: 7px; text-decoration: none; font-weight: 820; line-height: 1.2; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid rgba(80,225,183,.65); outline-offset: 3px; }
.button-primary { background: var(--mint); color: #052119; box-shadow: 0 12px 36px rgba(80,225,183,.16); }
.button-primary:hover { background: #6ee9c5; }
.button-secondary { color: #edf9f5; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.035); }
.button-secondary:hover { border-color: rgba(80,225,183,.55); }
.test-note { max-width: 620px; margin: 17px 0 0; color: #83989f; font-size: .78rem; line-height: 1.55; }
.hero-facts { display: flex; gap: 0; margin: 38px 0 0; }
.hero-facts div { min-width: 140px; padding-right: 30px; margin-right: 30px; border-right: 1px solid var(--line); }
.hero-facts div:last-child { border: 0; margin: 0; padding: 0; }
.hero-facts dt { font-size: 1.38rem; font-weight: 880; color: white; letter-spacing: -.03em; }
.hero-facts dd { margin: 2px 0 0; color: #83989f; font-size: .72rem; line-height: 1.35; max-width: 110px; }

.product-preview { position: relative; min-height: 515px; display: grid; place-items: center; }
.preview-window { width: min(100%, 475px); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); border: 1px solid rgba(255,255,255,.19); border-radius: 15px; overflow: hidden; background: #081522; box-shadow: var(--shadow); }
.window-bar { height: 45px; display: flex; align-items: center; gap: 7px; padding: 0 16px; border-bottom: 1px solid var(--line); background: #0d2233; color: #6f858e; font-size: .56rem; letter-spacing: .12em; }
.window-bar i { width: 7px; height: 7px; border-radius: 50%; background: #405360; }
.window-bar span { margin-left: auto; }
.preview-body { padding: 38px 39px 34px; }
.preview-kicker { color: var(--mint); letter-spacing: .15em; font-size: .6rem; font-weight: 800; }
.preview-body h2 { width: 90%; margin: 12px 0 30px; font-size: 2.55rem; letter-spacing: -.055em; line-height: 1.02; }
.progress-label { display: flex; justify-content: space-between; margin-bottom: 9px; color: #78909a; font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; }
.progress-label strong { color: var(--mint); }
.progress { height: 4px; background: #193344; border-radius: 3px; overflow: hidden; }
.progress span { display: block; width: 86%; height: 100%; background: var(--mint); }
.preview-body ul { list-style: none; padding: 0; margin: 25px 0 0; }
.preview-body li { display: grid; grid-template-columns: 30px 1fr auto; gap: 10px; align-items: center; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.075); color: #c4d0d3; font-size: .82rem; }
.preview-body li span { color: #657d86; font-size: .68rem; }
.preview-body li b { padding: 3px 7px; border-radius: 20px; background: rgba(80,225,183,.1); color: var(--mint); font-size: .56rem; text-transform: uppercase; letter-spacing: .06em; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 11px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.17); border-radius: 10px; background: rgba(16,44,65,.95); box-shadow: 0 18px 45px rgba(0,0,0,.3); }
.floating-card > span { display: grid; place-items: center; width: 33px; height: 33px; border-radius: 7px; background: var(--mint); color: #062118; font-weight: 900; }
.floating-card b, .floating-card small { display: block; }
.floating-card b { font-size: .78rem; }
.floating-card small { color: #82969d; font-size: .63rem; }
.card-social { right: -5px; bottom: 63px; }
.card-brand { left: -8px; top: 70px; }
.card-brand > span { font-size: .7rem; }

.trust-strip { border-bottom: 1px solid var(--line); background: #06141f; }
.trust-strip .shell { display: flex; align-items: center; gap: 30px; min-height: 84px; }
.trust-strip p { margin: 0; color: #6f858d; text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; font-weight: 800; white-space: nowrap; }
.trust-strip ul { width: 100%; list-style: none; display: flex; justify-content: space-between; gap: 20px; padding: 0; margin: 0; color: #aebdc2; font-size: .82rem; font-weight: 700; }
.trust-strip li::before { content: "+"; color: var(--mint); margin-right: 7px; }

.section { padding: 112px 0; }
.section-heading { max-width: 745px; margin-bottom: 56px; }
.section-heading.narrow { max-width: 650px; }
.section-heading h2, .channels h2, .founding h2, .status-grid h2, .faq-grid h2, .final-cta h2 { margin-bottom: 20px; font-size: clamp(2.25rem, 4.6vw, 4.25rem); line-height: 1.03; letter-spacing: -.055em; }
.section-heading > p:last-child, .channel-grid > div > p:last-child, .status-grid > div > p:last-child { color: #9db0b6; font-size: 1.06rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature { min-height: 310px; padding: 33px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.018); }
.feature.featured { background: linear-gradient(135deg, rgba(80,225,183,.09), rgba(255,255,255,.018)); }
.feature-icon { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 45px; border: 1px solid rgba(80,225,183,.3); border-radius: 7px; color: var(--mint); font-size: .82rem; font-weight: 850; }
.feature span { color: #607983; font-size: .65rem; font-weight: 750; letter-spacing: .1em; }
.feature h3 { margin: 9px 0 12px; font-size: 1.27rem; letter-spacing: -.025em; }
.feature p { margin: 0; color: #92a6ad; font-size: .87rem; line-height: 1.65; }

.channels { padding: 108px 0; border-block: 1px solid var(--line); background: var(--navy-2); }
.channel-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: center; }
.channel-list { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; padding: 0; margin: 0; }
.channel-list li { display: flex; align-items: center; gap: 10px; min-height: 69px; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.025); color: #cbd6d9; font-size: .76rem; font-weight: 720; }
.channel-list b { display: grid; place-items: center; flex: 0 0 auto; width: 34px; height: 34px; border-radius: 6px; background: rgba(80,225,183,.1); color: var(--mint); font-size: .78rem; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; list-style: none; padding: 0; margin: 55px 0 0; counter-reset: steps; border-top: 1px solid var(--line); }
.steps li { position: relative; padding: 35px 28px 0 0; }
.steps li:not(:last-child) { border-right: 1px solid var(--line); margin-right: 27px; }
.steps li > span { display: grid; place-items: center; width: 34px; height: 34px; margin: -53px 0 35px; border-radius: 50%; background: var(--navy); border: 1px solid rgba(80,225,183,.65); color: var(--mint); font-size: .72rem; font-weight: 850; }
.steps h3 { min-height: 53px; margin-bottom: 12px; font-size: 1.04rem; line-height: 1.35; }
.steps p { color: #8ea2a8; font-size: .84rem; }

.founding { padding: 112px 0; position: relative; overflow: hidden; border-block: 1px solid rgba(80,225,183,.22); background: linear-gradient(135deg, #092638 0%, #0b3543 100%); }
.founding::after { content: "100"; position: absolute; right: -50px; bottom: -165px; color: rgba(255,255,255,.025); font-size: 31rem; font-weight: 950; line-height: 1; letter-spacing: -.12em; }
.founding-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 280px 1fr; gap: 80px; align-items: center; }
.founding-number { aspect-ratio: 1; display: grid; place-content: center; text-align: center; border: 1px solid rgba(80,225,183,.32); border-radius: 50%; background: rgba(7,24,39,.38); box-shadow: inset 0 0 60px rgba(80,225,183,.04), 0 30px 80px rgba(0,0,0,.18); }
.founding-number span { font-size: 4.7rem; line-height: .9; font-weight: 920; letter-spacing: -.075em; color: var(--mint); }
.founding-number small { margin-top: 11px; color: #a8c0c4; font-size: .61rem; letter-spacing: .18em; line-height: 1.55; font-weight: 800; }
.founding-lead { max-width: 735px; color: #c2d0d3; font-size: 1.13rem; }
.ticks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; list-style: none; padding: 0; margin: 30px 0 34px; }
.ticks li { position: relative; padding: 17px 14px 17px 41px; border-top: 1px solid rgba(255,255,255,.13); color: #a9bdc2; font-size: .77rem; }
.ticks li::before { content: "✓"; position: absolute; left: 12px; color: var(--mint); font-weight: 900; }
.founding-actions { display: flex; align-items: center; gap: 21px; }
.founding-actions p { max-width: 370px; margin: 0; color: #79959b; font-size: .7rem; line-height: 1.45; }

.status-section { background: #06141f; }
.status-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 95px; align-items: start; }
.status-list { border-top: 1px solid var(--line); }
.status-list article { display: grid; grid-template-columns: 23px 1fr; gap: 18px; align-items: center; padding: 25px 0; border-bottom: 1px solid var(--line); }
.status-dot { width: 10px; height: 10px; border-radius: 50%; }
.status-dot.live { background: var(--mint); box-shadow: 0 0 0 6px rgba(80,225,183,.1); }
.status-dot.next { background: #ffcf68; box-shadow: 0 0 0 6px rgba(255,207,104,.08); }
.status-dot.planned { border: 2px solid #6a8088; }
.status-list p { margin: 0; color: #738991; text-transform: uppercase; letter-spacing: .1em; font-size: .59rem; font-weight: 800; }
.status-list h3 { margin: 2px 0 0; font-size: 1rem; }

.faq-section { border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 23px 40px 23px 0; cursor: pointer; list-style: none; font-weight: 780; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 5px; color: var(--mint); font-size: 1.2rem; }
details[open] summary::after { content: "−"; }
details p { max-width: 690px; padding: 0 35px 24px 0; margin: 0; color: #91a4aa; font-size: .9rem; }

.final-cta { padding: 85px 0; background: var(--mint); color: #05231a; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.final-cta .section-label { color: #147659; }
.final-cta h2 { margin-bottom: 9px; font-size: clamp(2.3rem, 5vw, 4.5rem); }
.final-cta p { max-width: 650px; margin-bottom: 0; color: #296c58; }
.button-light { flex: 0 0 auto; background: #071827; color: white; box-shadow: 0 15px 35px rgba(7,24,39,.18); }

footer { padding: 65px 0 26px; background: #040f18; color: #83979e; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .6fr 1.3fr; gap: 70px; padding-bottom: 45px; }
.footer-brand { margin-bottom: 18px; }
.footer-grid h2 { margin: 6px 0 15px; color: #d7e1e3; text-transform: uppercase; letter-spacing: .11em; font-size: .66rem; }
.footer-grid p, .footer-grid a { color: #82969d; font-size: .78rem; line-height: 1.7; }
.footer-grid a:hover { color: var(--mint); }
.footer-grid > div:first-child p { max-width: 280px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom p { margin: 0; font-size: .65rem; }

@media (max-width: 980px) {
  nav { display: none; }
  .nav-cta { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; padding-top: 75px; }
  .hero-copy { max-width: 760px; }
  .product-preview { width: min(100%, 620px); margin-inline: auto; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .channel-grid, .status-grid { grid-template-columns: 1fr; gap: 50px; }
  .founding-grid { grid-template-columns: 220px 1fr; gap: 45px; }
  .ticks { grid-template-columns: 1fr; gap: 0; }
  .faq-grid { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 720px) {
  .shell { width: min(1160px, calc(100% - 30px)); }
  .site-header { position: relative; }
  .nav-wrap { min-height: 67px; }
  .nav-cta { padding: 8px 10px; font-size: .73rem; }
  .hero { min-height: auto; }
  .hero-grid { padding: 63px 0 75px; gap: 40px; }
  h1 { font-size: clamp(3.1rem, 15vw, 4.7rem); }
  .hero-lead { font-size: 1rem; }
  .button { width: 100%; }
  .test-note { text-align: center; }
  .hero-facts { justify-content: space-between; }
  .hero-facts div { min-width: 0; width: 33.333%; padding-right: 14px; margin-right: 14px; }
  .hero-facts dt { font-size: 1.1rem; }
  .hero-facts dd { font-size: .62rem; }
  .product-preview { min-height: 395px; }
  .preview-window { width: 91%; transform: none; }
  .preview-body { padding: 26px 24px 22px; }
  .preview-body h2 { font-size: 2rem; margin-bottom: 22px; }
  .preview-body li { padding: 10px 0; font-size: .69rem; }
  .card-brand { left: 0; top: 40px; }
  .card-social { right: 0; bottom: 20px; }
  .floating-card { padding: 9px 11px; }
  .floating-card > span { width: 28px; height: 28px; }
  .trust-strip .shell { align-items: flex-start; flex-direction: column; gap: 13px; padding-block: 24px; }
  .trust-strip ul { flex-wrap: wrap; justify-content: flex-start; gap: 7px 17px; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 40px; }
  .section-heading h2, .channels h2, .founding h2, .status-grid h2, .faq-grid h2 { font-size: 2.55rem; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: auto; padding: 28px; }
  .feature-icon { margin-bottom: 28px; }
  .channels { padding: 75px 0; }
  .channel-list { grid-template-columns: repeat(2, 1fr); }
  .channel-list li { font-size: .67rem; }
  .steps { grid-template-columns: 1fr; border-top: 0; margin-top: 25px; }
  .steps li, .steps li:not(:last-child) { display: grid; grid-template-columns: 43px 1fr; column-gap: 15px; margin: 0; padding: 25px 0; border-right: 0; border-top: 1px solid var(--line); }
  .steps li > span { grid-row: 1 / 3; margin: 0; }
  .steps h3 { min-height: auto; margin: 2px 0 8px; }
  .steps p { grid-column: 2; }
  .founding { padding: 78px 0; }
  .founding-grid { grid-template-columns: 1fr; gap: 36px; }
  .founding-number { width: 170px; }
  .founding-number span { font-size: 3.4rem; }
  .founding-actions { flex-direction: column; align-items: stretch; }
  .founding-actions p { text-align: center; }
  .faq-grid { gap: 20px; }
  .final-cta { padding: 68px 0; }
  .final-cta-inner { flex-direction: column; align-items: stretch; gap: 30px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
