:root {
  color-scheme: dark;
  --bg: #0B1124;
  --bg-2: #0E1530;
  --surface: #141C34;
  --surface-2: #18213C;
  --line: #1E2645;
  --line-hi: #2A3563;
  --ink: #E7EAF4;
  --ink-2: #AAB2CE;
  --ink-3: #7E87A6;
  --accent: #2B4ACB;
  --accent-hi: #4E77F0;
  --accent-soft: #6E90F6;
  --ok: #3FBF8F;
  --serif: Georgia, "Times New Roman", serif;
  --radius: 16px;
}
* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  background:
    radial-gradient(1200px 640px at 78% -10%, rgba(78,119,240,.17), transparent 62%),
    radial-gradient(900px 520px at 8% 42%, rgba(43,74,203,.10), transparent 60%),
    var(--bg);
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px; line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

/* ---------- nav ---------- */
header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(11,17,36,.78);
  backdrop-filter: saturate(150%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease;
}
header.stuck { border-bottom-color: var(--line); }
nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 0; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand svg { display: block; border-radius: 12px; box-shadow: 0 6px 22px -8px rgba(43,74,203,.7); }
.brand-name { font-size: 19px; font-weight: 600; letter-spacing: -.02em; }
.brand-name span { color: var(--accent-soft); }
.navlinks { display: flex; align-items: center; gap: 26px; }
.navlinks a { color: var(--ink-2); text-decoration: none; font-size: 14px; transition: color .15s ease; }
.navlinks a:hover { color: var(--ink); }
.navend { display: flex; align-items: center; gap: 14px; }
.lang { display: inline-flex; border: 1px solid var(--line-hi); border-radius: 9px; overflow: hidden; }
.lang a {
  padding: 7px 11px; font-size: 12.5px; font-weight: 600; letter-spacing: .04em;
  color: var(--ink-3); text-decoration: none; transition: color .15s ease, background .15s ease;
}
.lang a:hover { color: var(--ink); background: rgba(78,119,240,.10); }
.lang a[aria-current="true"] { color: var(--ink); background: rgba(78,119,240,.16); }
.cta {
  display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
  background: linear-gradient(140deg, var(--accent-hi), var(--accent));
  color: #fff; font-weight: 600; border-radius: 11px; padding: 12px 19px; font-size: 14.5px;
  box-shadow: 0 10px 30px -12px rgba(43,74,203,.85);
  transition: transform .15s ease, box-shadow .15s ease;
  white-space: nowrap;
}
.cta:hover { transform: translateY(-1px); box-shadow: 0 16px 36px -12px rgba(43,74,203,.95); }
.cta.lg { padding: 16px 24px; font-size: 15.5px; border-radius: 12px; }
.cta.ghost {
  background: transparent; border: 1px solid var(--line-hi); color: var(--ink);
  box-shadow: none; font-weight: 500;
}
.cta.ghost:hover { border-color: var(--accent-soft); background: rgba(78,119,240,.08); }

/* ---------- hero ---------- */
.hero { position: relative; padding: 108px 0 66px; overflow: hidden; }
.sky { position: absolute; inset: 0; pointer-events: none; opacity: .34; }
.hero-in { position: relative; max-width: 860px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; font-size: 12px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--accent-soft); font-weight: 600; margin-bottom: 22px;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: currentColor; opacity: .55; }
h1 {
  font-family: var(--serif); font-weight: 500; font-size: clamp(40px, 6.4vw, 74px);
  letter-spacing: -.03em; line-height: 1.0; text-wrap: balance;
}
h1 em { font-style: normal; color: var(--accent-soft); }
p.lead { color: var(--ink-2); font-size: 18.5px; line-height: 1.62; max-width: 660px; margin: 26px 0 32px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.note { color: var(--ink-3); font-size: 13px; margin-top: 18px; }

.stats {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; margin-top: 58px; position: relative;
}
.stat { background: var(--bg-2); padding: 20px 18px; }
.stat b { display: block; font-family: var(--serif); font-size: 30px; font-weight: 500; letter-spacing: -.02em; }
.stat span { display: block; color: var(--ink-3); font-size: 12.5px; margin-top: 4px; letter-spacing: .01em; }

/* ---------- sections ---------- */
section.band { padding: 84px 0; scroll-margin-top: 74px; }
section.band.alt { background: linear-gradient(180deg, transparent, rgba(20,28,52,.55) 12%, rgba(20,28,52,.55) 88%, transparent); }
.sec-head { max-width: 720px; margin-bottom: 40px; }
.kicker { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--accent-soft); font-weight: 600; }
h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(28px, 3.6vw, 40px); letter-spacing: -.02em; line-height: 1.12; margin-top: 12px; text-wrap: balance; }
.sec-head p { color: var(--ink-2); font-size: 16.5px; margin-top: 14px; }
h3 { font-size: 16px; font-weight: 600; letter-spacing: -.01em; }

/* ---------- faculties ---------- */
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card {
  border: 1px solid var(--line); background: var(--surface); border-radius: var(--radius);
  padding: 24px; position: relative; overflow: hidden;
  transition: border-color .2s ease, transform .2s ease;
}
.card::before {
  content: ""; position: absolute; inset-inline: 0; top: 0; height: 2px;
  background: linear-gradient(90deg, var(--accent-hi), var(--accent));
  transform: scaleX(0); transform-origin: left; transition: transform .3s ease;
}
.card:hover { border-color: var(--line-hi); transform: translateY(-2px); }
.card:hover::before { transform: scaleX(1); }
.ico {
  display: grid; place-items: center; width: 40px; height: 40px; border-radius: 11px;
  border: 1px solid var(--line-hi); background: var(--surface-2); color: var(--accent-soft); margin-bottom: 16px;
}
.card p { color: var(--ink-2); font-size: 14.2px; line-height: 1.6; margin-top: 8px; }
.card .meta { display: block; margin-top: 14px; color: var(--ink-3); font-size: 12.5px; letter-spacing: .02em; }

/* ---------- flow ---------- */
.flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; counter-reset: step; }
.step { position: relative; padding-top: 26px; }
.step::before {
  counter-increment: step; content: counter(step);
  position: absolute; top: 0; left: 0; width: 24px; height: 24px; border-radius: 50%;
  display: grid; place-items: center; font-size: 12px; font-weight: 700;
  background: var(--surface-2); border: 1px solid var(--line-hi); color: var(--accent-soft);
}
.step::after {
  content: ""; position: absolute; top: 12px; left: 32px; right: -14px; height: 1px;
  background: linear-gradient(90deg, var(--line-hi), transparent);
}
.step:last-child::after { display: none; }
.step b { display: block; font-size: 15px; font-weight: 600; margin-bottom: 6px; }
.step span { color: var(--ink-2); font-size: 13.6px; line-height: 1.55; }

/* ---------- features ---------- */
.feat { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feat .card { padding: 26px 26px 24px; }
.fhead { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.fhead .ico { margin: 0; width: 36px; height: 36px; border-radius: 10px; }
.fhead h3 { font-size: 17px; }
ul.list { list-style: none; padding: 0; display: grid; gap: 9px; }
ul.list li { position: relative; padding-left: 20px; color: var(--ink-2); font-size: 14.2px; line-height: 1.55; }
ul.list li::before {
  content: ""; position: absolute; left: 2px; top: 9px; width: 6px; height: 6px; border-radius: 2px;
  background: var(--accent-hi); opacity: .8;
}
ul.list li b { color: var(--ink); font-weight: 600; }

/* ---------- compliance ---------- */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: start; }
.proof {
  border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface);
  padding: 8px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
.proof-bar {
  display: flex; align-items: center; gap: 7px; padding: 10px 12px; border-bottom: 1px solid var(--line);
  color: var(--ink-3); font-size: 12px;
}
.dot { width: 9px; height: 9px; border-radius: 50%; background: var(--line-hi); }
.dot.on { background: var(--ok); }
.proof-body { padding: 14px 12px; display: grid; gap: 7px; font-size: 12.8px; }
.proof-body div { display: flex; justify-content: space-between; gap: 14px; color: var(--ink-2); }
.proof-body div b { color: var(--ok); font-weight: 600; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.chip {
  border: 1px solid var(--line-hi); background: var(--surface-2); color: var(--ink-2);
  border-radius: 999px; padding: 6px 13px; font-size: 12.8px;
}

/* ---------- reports ---------- */
.rep { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.rep .card { padding: 22px; }
.rep h3 { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 14px; }
.rep h3 i { font-style: normal; color: var(--ink-3); font-size: 12.5px; font-weight: 500; }
.rep ul { list-style: none; padding: 0; display: grid; gap: 7px; }
.rep li { color: var(--ink-2); font-size: 13.4px; line-height: 1.5; }

/* ---------- roadmap ---------- */
.road { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.road .card { border-style: dashed; background: rgba(20,28,52,.45); }
.road .card::before { display: none; }
.badge {
  display: inline-block; font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  font-weight: 700; color: var(--accent-soft); border: 1px solid var(--line-hi);
  border-radius: 6px; padding: 3px 8px; margin-bottom: 12px;
}

/* ---------- final ---------- */
.final {
  border: 1px solid var(--line); border-radius: 20px; padding: 54px 44px; text-align: center;
  background:
    radial-gradient(680px 260px at 50% 0%, rgba(78,119,240,.20), transparent 70%),
    var(--surface);
}
.final h2 { margin: 0 auto; max-width: 640px; }
.final p { color: var(--ink-2); max-width: 560px; margin: 16px auto 28px; font-size: 16.5px; }
footer { border-top: 1px solid var(--line); margin-top: 80px; padding: 28px 0 44px; }
.foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; color: var(--ink-3); font-size: 13px; }
.foot a { color: var(--ink-2); text-decoration: none; }
.foot a:hover { color: var(--ink); }

/* ---------- reveal ---------- */
.no-js .reveal { opacity: 1; }
html:not(.no-js) .reveal { opacity: 0; transform: translateY(14px); }
html:not(.no-js) .reveal.in { opacity: 1; transform: none; transition: opacity .55s ease, transform .55s cubic-bezier(.22,.7,.3,1); }
@media (prefers-reduced-motion: reduce) {
  html:not(.no-js) .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ---------- responsive ---------- */
@media (max-width: 1000px) {
  .rep { grid-template-columns: repeat(2, 1fr); }
  .flow { grid-template-columns: repeat(2, 1fr); }
  .step::after { display: none; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 780px) {
  .navlinks { display: none; }
  .grid3, .feat, .road { grid-template-columns: 1fr; }
  .hero { padding-top: 66px; }
  section.band { padding: 62px 0; }
  .final { padding: 40px 24px; }
}
.lbl-short { display: none; }
@media (max-width: 520px) {
  .rep, .flow, .stats { grid-template-columns: 1fr; }
  .wrap { width: calc(100% - 32px); }
  nav .cta { padding: 10px 13px; font-size: 13.5px; }
  nav .lbl-full { display: none; }
  nav .lbl-short { display: inline; }
  .navend { gap: 9px; }
  .lang a { padding: 6px 9px; font-size: 11.5px; }
  .brand-name { font-size: 17px; }
  .brand svg { width: 32px; height: 32px; }
  .hero-cta .cta { width: 100%; justify-content: center; }
}
