:root {
  --ink: #07101f;
  --ink-soft: #0b1830;
  --panel: #10213e;
  --blue: #39bfff;
  --cyan: #42f3db;
  --violet: #8872ff;
  --lime: #b9ff66;
  --paper: #f4f7fb;
  --white: #ffffff;
  --muted: #9fb1c9;
  --line: rgba(146, 181, 224, 0.17);
  --shadow: 0 28px 80px rgba(0, 5, 20, 0.34);
  --radius: 22px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; background: var(--white); color: var(--ink); padding: 10px 16px; border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 18px 0;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, padding .25s ease;
}
.site-header.is-scrolled { background: rgba(7, 16, 31, .9); border-color: var(--line); padding: 12px 0; backdrop-filter: blur(18px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; width: 40px; aspect-ratio: 1; border: 1px solid rgba(66,243,219,.6); border-radius: 11px 4px 11px 4px; background: linear-gradient(135deg, rgba(57,191,255,.22), rgba(136,114,255,.12)); box-shadow: 0 0 30px rgba(57,191,255,.16); transform: rotate(45deg); }
.brand-mark span { font-size: 12px; transform: rotate(-45deg); letter-spacing: -.08em; }
.brand-name { font-size: 22px; }
.brand-name > span { color: var(--cyan); }
.site-nav { display: flex; align-items: center; gap: 28px; color: #c9d5e5; font-size: 14px; font-weight: 650; }
.site-nav a:not(.nav-cta):hover { color: var(--white); }
.nav-cta { padding: 10px 15px; border: 1px solid rgba(66,243,219,.45); border-radius: 999px; color: var(--cyan); }
.nav-cta:hover { background: rgba(66,243,219,.1); }
.menu-button { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--line); border-radius: 12px; background: transparent; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; padding: 142px 0 84px; background: radial-gradient(circle at 77% 46%, #102f5f 0, #0b1d3a 25%, var(--ink) 58%); }
.hero-grid { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(83, 178, 255, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(83, 178, 255, .08) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; }
.hero-glow-one { width: 340px; height: 340px; right: -80px; top: 80px; background: rgba(136,114,255,.22); }
.hero-glow-two { width: 270px; height: 270px; left: 36%; bottom: -120px; background: rgba(66,243,219,.12); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr; align-items: center; gap: 50px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--cyan); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 1px; background: linear-gradient(90deg, var(--cyan), transparent); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; max-width: 720px; font-size: clamp(3rem, 5vw, 4.5rem); line-height: 1.1; letter-spacing: -.07em; }
h1 em { display: block; color: transparent; font-style: normal; background: linear-gradient(90deg, var(--blue), var(--cyan) 54%, #b8a8ff); -webkit-background-clip: text; background-clip: text; }
h2 { font-size: clamp(2rem, 3.5vw, 3.5rem); line-height: 1.1; letter-spacing: -.055em; }
.hero-lede { max-width: 650px; color: #b9c8da; font-size: clamp(1rem, 1.5vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 52px; padding: 0 21px; border-radius: 12px; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; cursor: pointer; border: none; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--blue), var(--cyan)); color: #03111e; box-shadow: 0 14px 40px rgba(57,191,255,.24); }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.035); color: #dce7f4; }
.button-secondary:hover { background: rgba(255,255,255,.08); }
.trust-list { display: flex; flex-wrap: wrap; gap: 20px; margin: 0; padding: 0; color: #8fa4bd; font-size: 12px; list-style: none; }
.trust-list span { color: var(--cyan); }

.section { padding: 100px 0; }
.section-heading { margin-bottom: 50px; }
.section-heading h2 { margin-bottom: 16px; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 15px; }

.legal-content { max-width: 900px; margin-inline: auto; padding: 20px; }
.legal-content h1 { margin-bottom: 28px; margin-top: 0; font-size: clamp(2.2rem, 5vw, 3.2rem); color: var(--white); }
.legal-content h2 { font-size: 1.5rem; color: var(--cyan); margin-top: 48px; margin-bottom: 20px; font-weight: 700; }
.legal-content h3 { color: var(--cyan); font-size: 1.2rem; margin-top: 28px; margin-bottom: 14px; font-weight: 700; }
.legal-content p { color: #d5e0ed; line-height: 2; margin-bottom: 18px; font-size: 15px; }
.legal-content li { color: #d5e0ed; line-height: 2; margin-bottom: 12px; font-size: 15px; }
.legal-content ol, .legal-content ul { margin: 20px 0; padding-left: 28px; }
.legal-content a { color: var(--cyan); font-weight: 600; }
.legal-content a:hover { text-decoration: underline; }
.legal-content strong { color: var(--white); font-weight: 700; }
.legal-content hr { margin: 40px 0; border: none; border-top: 1px solid var(--line); }

.contact-content { max-width: 900px; margin-inline: auto; text-align: center; }
.contact-content p { color: #b9c8da; font-size: 1.1rem; }
.contact-link { display: inline-block; margin-top: 28px; padding: 14px 28px; background: linear-gradient(135deg, var(--blue), var(--cyan)); color: var(--ink); border-radius: 12px; font-weight: 800; box-shadow: 0 10px 30px rgba(57,191,255,.25); transition: transform .2s, box-shadow .2s; }
.contact-link:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(57,191,255,.3); }

.faq-item { max-width: 900px; margin: 32px auto; padding: 24px; background: rgba(255,255,255,.035); border-radius: 16px; border: 1px solid var(--line); color: var(--white); }
.faq-item.light { background: #f0f6fb; color: var(--ink); border-color: #d6e0eb; }
.faq-item h3 { margin: 0 0 12px; color: var(--cyan); font-size: 1.15rem; }
.faq-item.light h3 { color: #087f9d; }
.faq-item p { margin: 0; color: #aac0d7; line-height: 1.7; }
.faq-item.light p { color: #53667c; }

.site-footer { padding: 42px 0; border-top: 1px solid var(--line); background: #050c18; }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.footer-brand .brand-mark { width: 34px; }
.footer-brand .brand-name { font-size: 18px; }
.site-footer p, .site-footer small { margin: 0; color: #7890aa; font-size: 11px; }
.footer-links { display: flex; gap: 18px; color: #adc0d4; font-size: 12px; font-weight: 700; }
.footer-links a:hover { color: var(--cyan); }
.site-footer small { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid var(--line); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
[data-delay="1"] { transition-delay: .08s; } [data-delay="2"] { transition-delay: .16s; } [data-delay="3"] { transition-delay: .24s; }

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .site-header { padding: 12px 0; }
  .menu-button { display: block; }
  .site-nav { position: absolute; left: 14px; right: 14px; top: calc(100% + 8px); display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: rgba(7,16,31,.98); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px; }
  .nav-cta { margin-top: 6px; text-align: center; }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 100px; }
  h1 { font-size: clamp(2.5rem, 10vw, 4rem); }
  .hero-layout { gap: 40px; }
  .section { padding: 70px 0; }
  .section-heading { margin-bottom: 36px; }
  .legal-content h2 { margin-top: 24px; font-size: 1.4rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
