:root {
  --ink: #07111f;
  --ink-2: #101d31;
  --paper: #f5f8fc;
  --white: #ffffff;
  --muted: #5f6d82;
  --line: #dbe3ee;
  --blue: #2e6bff;
  --cyan: #38c9ff;
  --green: #22c796;
  --amber: #f5ae42;
  --red: #ef6a79;
  --radius: 22px;
  --shadow: 0 24px 80px rgba(7, 17, 31, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 10px 14px; background: #fff; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(245,248,252,.88); border-bottom: 1px solid rgba(219,227,238,.8); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 850; letter-spacing: .14em; font-size: .9rem; }
.brand-mark { display: grid; place-items: center; width: 34px; aspect-ratio: 1; color: #fff; background: linear-gradient(145deg, var(--blue), #754cff); clip-path: polygon(50% 0, 91% 18%, 85% 72%, 50% 100%, 15% 72%, 9% 18%); font-weight: 900; letter-spacing: 0; }
nav { display: flex; gap: 28px; }
nav a { text-decoration: none; color: #46546a; font-size: .9rem; font-weight: 650; }
nav a:hover, nav a:focus-visible { color: var(--blue); }
.nav-cta { padding: 10px 16px; color: #fff; background: var(--ink); border-radius: 999px; text-decoration: none; font-size: .86rem; font-weight: 750; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 78% 25%, rgba(46,107,255,.18), transparent 32%), linear-gradient(180deg, #fff 0%, #f5f8fc 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .48; background-image: linear-gradient(rgba(75,104,146,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(75,104,146,.08) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to bottom, #000, transparent 78%); }
.hero-layout { position: relative; min-height: 720px; display: grid; grid-template-columns: 1.05fr .8fr; align-items: center; gap: 72px; padding-block: 96px; }
.eyebrow, .kicker { margin: 0 0 18px; color: var(--blue); text-transform: uppercase; letter-spacing: .16em; font-size: .73rem; font-weight: 850; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(34,199,150,.12); }
h1 { max-width: 720px; margin: 0; font-size: clamp(3.05rem, 6vw, 5.7rem); line-height: .98; letter-spacing: -.055em; }
.hero-lede { max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 21px; border: 1px solid transparent; border-radius: 12px; text-decoration: none; font-weight: 800; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--blue), #6748f5); box-shadow: 0 14px 30px rgba(46,107,255,.22); }
.button-secondary { background: rgba(255,255,255,.72); border-color: var(--line); }
.button:hover { transform: translateY(-1px); }
.signal-list { display: flex; flex-wrap: wrap; gap: 28px; margin: 42px 0 0; padding: 0; list-style: none; }
.signal-list li { display: grid; gap: 4px; }
.signal-list span { color: var(--muted); font-size: .73rem; text-transform: uppercase; letter-spacing: .09em; }
.signal-list strong { font-size: .92rem; }

.hero-panel { position: relative; padding: 22px; color: #fff; background: linear-gradient(150deg, #07111f, #132844); border: 1px solid rgba(255,255,255,.14); border-radius: 28px; box-shadow: var(--shadow); overflow: hidden; }
.hero-panel::before { content: ""; position: absolute; width: 330px; height: 330px; border-radius: 50%; right: -120px; top: -150px; background: rgba(56,201,255,.17); filter: blur(10px); }
.panel-head, .panel-foot { position: relative; display: flex; align-items: center; gap: 9px; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.panel-head small { margin-left: auto; color: #8fa3bf; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
.shield { position: relative; display: grid; place-items: center; width: min(230px, 70%); aspect-ratio: .85; margin: 56px auto 42px; clip-path: polygon(50% 0, 92% 17%, 84% 72%, 50% 100%, 16% 72%, 8% 17%); background: linear-gradient(145deg, #3acfff, #2e6bff 48%, #7449f7); box-shadow: inset 0 0 30px rgba(255,255,255,.35); }
.shield::after { content: ""; position: absolute; inset: 7px; clip-path: inherit; background: linear-gradient(145deg, #0c1c31, #07111f); }
.shield span { position: relative; z-index: 1; font-size: 5.6rem; font-weight: 900; letter-spacing: -.08em; }
.panel-copy { position: relative; padding: 18px; border-radius: 15px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); }
.panel-copy p { margin: 0 0 14px; color: #b9c8dc; font-size: .84rem; }
.flow { display: flex; align-items: center; gap: 7px; font-size: .72rem; font-weight: 750; }
.flow i { width: 15px; height: 1px; background: #527093; }
.panel-foot { justify-content: space-between; margin-top: 18px; color: #92a5bf; }

.proof-bar { color: #fff; background: var(--ink); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid div { padding: 31px 26px; border-left: 1px solid rgba(255,255,255,.1); }
.proof-grid div:last-child { border-right: 1px solid rgba(255,255,255,.1); }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { font-size: 1.55rem; letter-spacing: -.03em; }
.proof-grid span { margin-top: 5px; color: #9eb0c9; font-size: .77rem; }

.section { padding-block: 110px; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading h2, .transaction h2 { margin: 0; font-size: clamp(2.25rem, 4vw, 4.15rem); line-height: 1.03; letter-spacing: -.045em; }
.section-heading > p:last-child { max-width: 670px; color: var(--muted); font-size: 1.03rem; }
.wide-heading { max-width: 900px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card { padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.feature-main { grid-row: span 2; display: flex; flex-direction: column; justify-content: flex-end; min-height: 450px; color: #fff; background: linear-gradient(145deg, #0b1830, #123663); border: 0; }
.feature-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 60px; color: var(--blue); background: #edf3ff; border-radius: 12px; font-size: .75rem; font-weight: 900; }
.feature-main .feature-icon { color: #fff; background: rgba(255,255,255,.1); }
.feature-card h3 { margin: 0; font-size: 1.35rem; letter-spacing: -.02em; }
.feature-card p { margin: 12px 0 0; color: var(--muted); }
.feature-main p { color: #aec1da; }

.section-dark { color: #fff; background: var(--ink); }
.split-layout { display: grid; grid-template-columns: .8fr 1.1fr; gap: 88px; align-items: start; }
.sticky-heading { position: sticky; top: 118px; }
.section-dark .section-heading > p:last-child { color: #9fb0c7; }
.evidence-list article { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 34px 0; border-top: 1px solid rgba(255,255,255,.12); }
.evidence-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.evidence-list > article > span { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; color: var(--cyan); border: 1px solid rgba(56,201,255,.32); font-size: .73rem; font-weight: 850; }
.evidence-list h3 { margin: 0; font-size: 1.25rem; }
.evidence-list p { margin: 8px 0 0; color: #9fb0c7; }

.asset-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.asset-card { padding: 38px; border-radius: var(--radius); }
.asset-card.included { color: #fff; background: linear-gradient(145deg, #18325e, #102344); }
.asset-card.excluded { background: #fff; border: 1px solid var(--line); }
.card-label { margin: 0 0 24px; text-transform: uppercase; letter-spacing: .13em; font-size: .72rem; font-weight: 850; }
.included .card-label { color: var(--cyan); }
.excluded .card-label { color: #9b4c5c; }
.asset-card ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.asset-card li { position: relative; padding-left: 25px; }
.asset-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.excluded li::before { content: "—"; color: var(--red); }
.included li { color: #ccdaeb; }
.excluded li { color: var(--muted); }

.status-section { background: #fff; }
.status-table { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.status-row { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 22px; padding: 21px 26px; border-top: 1px solid var(--line); }
.status-row:first-child { border-top: 0; }
.status-head { color: var(--muted); background: #f5f8fc; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 850; }
.tag { justify-self: start; padding: 7px 10px; border-radius: 999px; font-size: .78rem; }
.tag-green { color: #0a7859; background: #e3f8f1; }
.tag-amber { color: #87560b; background: #fff2d9; }
.tag-red { color: #9c3040; background: #ffe8ec; }
.tag-neutral { color: #54647a; background: #edf1f6; }

.opportunity-section { background: linear-gradient(180deg, #f5f8fc, #ebf1f9); }
.opportunity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.opportunity-grid article { padding: 32px; background: rgba(255,255,255,.82); border: 1px solid var(--line); border-radius: var(--radius); }
.opportunity-grid span { color: var(--blue); text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; font-weight: 850; }
.opportunity-grid h3 { margin: 55px 0 10px; font-size: 1.35rem; }
.opportunity-grid p { margin: 0; color: var(--muted); }

.transaction { padding: 100px 0 80px; color: #fff; background: #050b14; }
.transaction-card { display: grid; grid-template-columns: 1fr 320px; gap: 70px; align-items: center; padding: 55px; background: linear-gradient(145deg, #102b52, #121b38 55%, #28184a); border: 1px solid rgba(255,255,255,.12); border-radius: 30px; }
.transaction-card > div:first-child > p:last-child { max-width: 680px; color: #b2c1d6; }
.price-card { display: grid; gap: 7px; padding: 28px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.13); border-radius: 20px; }
.price-card span { color: #aabbd1; font-size: .8rem; }
.price-card strong { font-size: 3rem; letter-spacing: -.05em; }
.price-card small { margin-bottom: 17px; color: var(--cyan); text-transform: uppercase; letter-spacing: .12em; }
.next-step { padding-top: 48px; max-width: 900px; }
.next-step h3 { font-size: 1.3rem; }
.next-step p { color: #9fb0c7; }

footer { padding-block: 42px; color: #a6b6ca; background: #050b14; border-top: 1px solid rgba(255,255,255,.09); }
.footer-grid { display: grid; grid-template-columns: auto 1fr 2fr; align-items: center; gap: 35px; }
.footer-brand { color: #fff; }
.footer-grid p { margin: 0; font-size: .8rem; }
.footer-note { text-align: right; }

:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

@media (max-width: 900px) {
  nav { display: none; }
  .hero-layout { grid-template-columns: 1fr; min-height: auto; gap: 55px; padding-block: 75px; }
  .hero-panel { max-width: 580px; width: 100%; margin-inline: auto; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid div:nth-child(3) { border-top: 1px solid rgba(255,255,255,.1); }
  .proof-grid div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.1); }
  .split-layout, .transaction-card { grid-template-columns: 1fr; }
  .sticky-heading { position: static; }
  .asset-columns { grid-template-columns: 1fr; }
  .opportunity-grid { grid-template-columns: 1fr; }
  .opportunity-grid h3 { margin-top: 28px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-note { text-align: left; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 64px; }
  .nav-cta { padding: 9px 12px; font-size: .76rem; }
  .brand { font-size: .82rem; }
  .brand-mark { width: 30px; }
  .hero-layout { padding-block: 60px 70px; }
  h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .hero-actions .button { width: 100%; }
  .signal-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .signal-list li:last-child { grid-column: 1 / -1; }
  .hero-panel { padding: 17px; border-radius: 22px; }
  .shield { margin-block: 38px 30px; }
  .flow { flex-wrap: wrap; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid div, .proof-grid div:last-child { border: 0; border-top: 1px solid rgba(255,255,255,.1); padding-inline: 8px; }
  .proof-grid div:first-child { border-top: 0; }
  .section { padding-block: 78px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-main { grid-row: auto; min-height: 390px; }
  .feature-card { padding: 26px; }
  .split-layout { gap: 20px; }
  .asset-card { padding: 28px; }
  .status-row { grid-template-columns: 1fr; gap: 10px; padding: 18px; }
  .status-head { display: none; }
  .transaction { padding-top: 70px; }
  .transaction-card { padding: 27px; gap: 35px; border-radius: 22px; }
  .price-card strong { font-size: 2.55rem; }
}
