:root {
  --navy: #0b1f3a;
  --navy-2: #102b4e;
  --blue: #2d73ff;
  --sky: #8ec5ff;
  --cream: #f7f5ef;
  --white: #ffffff;
  --ink: #102033;
  --muted: #667386;
  --line: rgba(16,32,51,.11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 85% 10%, rgba(142,197,255,.24), transparent 26rem),
    linear-gradient(180deg, #fbfcfe 0%, var(--cream) 100%);
}
a { color: inherit; text-decoration: none; }
.site-shell { width: min(1180px, calc(100% - 34px)); margin: 0 auto; }

.site-header {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -.02em; font-size: 1.05rem; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; background: var(--navy); border-radius: 13px; }
.brand-mark svg { width: 28px; fill: none; stroke: white; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.top-link { font-size: .92rem; font-weight: 700; color: var(--navy); }

.hero { min-height: 680px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 56px; padding: 72px 0 76px; }
.eyebrow, .section-label { display: inline-block; font-size: .76rem; font-weight: 800; letter-spacing: .16em; color: var(--blue); }
h1 { font-size: clamp(3.2rem, 7vw, 6.8rem); line-height: .91; letter-spacing: -.065em; margin: 20px 0 26px; color: var(--navy); }
h1 span { color: var(--blue); }
.lead { max-width: 660px; font-size: clamp(1.05rem, 1.8vw, 1.3rem); line-height: 1.65; color: var(--muted); margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 28px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.primary { color: white; background: var(--blue); box-shadow: 0 14px 30px rgba(45,115,255,.22); }
.secondary { color: var(--navy); border: 1px solid var(--line); background: rgba(255,255,255,.65); }
.status-card { width: fit-content; display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.62); backdrop-filter: blur(12px); }
.status-card div { display: grid; gap: 3px; }
.status-card strong { font-size: .9rem; }
.status-card span:not(.status-dot) { color: var(--muted); font-size: .8rem; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #39b778; box-shadow: 0 0 0 6px rgba(57,183,120,.12); }

.hero-visual { min-height: 560px; position: relative; border-radius: 38px; overflow: hidden; background: linear-gradient(145deg, var(--navy), var(--navy-2)); box-shadow: 0 36px 80px rgba(11,31,58,.2); }
.orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.orb-one { width: 310px; height: 310px; background: rgba(45,115,255,.42); right: -80px; top: -85px; }
.orb-two { width: 220px; height: 220px; background: rgba(142,197,255,.18); left: -70px; bottom: -60px; }
.route-line { position: absolute; inset: 22px; width: calc(100% - 44px); height: calc(100% - 44px); }
.route-line path { fill: none; stroke: rgba(255,255,255,.35); stroke-width: 3; stroke-dasharray: 9 12; stroke-linecap: round; }
.path-card { position: absolute; width: 210px; padding: 20px; border-radius: 22px; color: white; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.17); backdrop-filter: blur(14px); box-shadow: 0 20px 55px rgba(0,0,0,.16); }
.path-card span { display: block; width: fit-content; padding: 6px 8px; border-radius: 8px; background: rgba(255,255,255,.12); font-size: .72rem; font-weight: 800; }
.path-card strong { display: block; margin: 16px 0 7px; font-size: 1.18rem; }
.path-card small { display: block; line-height: 1.5; color: rgba(255,255,255,.73); }
.card-one { left: 40px; bottom: 58px; }
.card-two { right: 44px; top: 196px; }
.card-three { left: 88px; top: 52px; }

.about { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; padding: 90px 0 52px; border-top: 1px solid var(--line); }
h2 { font-size: clamp(2rem, 4vw, 3.55rem); line-height: 1.05; letter-spacing: -.045em; color: var(--navy); margin: 13px 0 0; }
.about p { margin: 24px 0 0; font-size: 1.08rem; line-height: 1.75; color: var(--muted); }

.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 18px 0 90px; }
.pillars article { padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.62); }
.icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: white; background: var(--navy); font-weight: 800; }
.pillars h3 { margin: 22px 0 10px; color: var(--navy); font-size: 1.22rem; }
.pillars p { margin: 0; color: var(--muted); line-height: 1.65; }

.updates { margin-bottom: 80px; border-radius: 30px; padding: 46px; display: flex; align-items: center; justify-content: space-between; gap: 28px; color: white; background: linear-gradient(135deg, #0b1f3a, #173f70); }
.updates .section-label { color: var(--sky); }
.updates h2 { color: white; margin-top: 10px; }
.updates p { max-width: 700px; color: rgba(255,255,255,.72); line-height: 1.65; }
.light { flex: 0 0 auto; background: white; color: var(--navy); }

footer { min-height: 120px; padding: 28px 0 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: .85rem; }
.footer-brand { color: var(--ink); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 52px; }
  .hero-visual { min-height: 500px; }
  .about { grid-template-columns: 1fr; gap: 10px; }
  .pillars { grid-template-columns: 1fr; }
  .updates { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
  .site-shell { width: min(100% - 24px, 1180px); }
  .site-header { min-height: 72px; }
  .hero { gap: 34px; padding: 44px 0 60px; }
  h1 { font-size: clamp(3.25rem, 17vw, 5.2rem); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .status-card { width: 100%; }
  .hero-visual { min-height: 440px; border-radius: 28px; }
  .path-card { width: 182px; padding: 16px; }
  .card-one { left: 18px; bottom: 32px; }
  .card-two { right: 18px; top: 177px; }
  .card-three { left: 30px; top: 34px; }
  .about { padding-top: 66px; }
  .pillars { padding-bottom: 65px; }
  .updates { padding: 30px 24px; border-radius: 24px; margin-bottom: 56px; }
  footer { align-items: flex-start; flex-direction: column; }
  .top-link { display: none; }
}
