:root {
  --navy: #0b376f;
  --navy-dark: #06264f;
  --blue: #2f6fb5;
  --blue-bright: #1f67bd;
  --blue-soft: #eaf3ff;
  --blue-pale: #f5f9ff;
  --ink: #17263a;
  --muted: #607084;
  --line: #dfe8f4;
  --surface: #ffffff;
  --surface-soft: #f8fbff;
  --success: #0f6b52;
  --warning-bg: #fff8e8;
  --warning-border: #eed9a7;
  --radius: 22px;
  --radius-small: 13px;
  --shadow: 0 18px 50px rgba(11, 55, 111, 0.10);
  --shadow-small: 0 10px 28px rgba(20, 51, 95, 0.07);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--surface);
  line-height: 1.68;
}
img { max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 40px)); margin-inline: auto; }

.skip-link {
  position: absolute; left: -9999px; top: 8px; z-index: 999;
  padding: 10px 14px; background: #fff; color: var(--navy); border-radius: 8px;
}
.skip-link:focus { left: 12px; }

.status-bar {
  background: var(--navy-dark);
  color: #fff;
  font-size: .9rem;
}
.status-bar .container {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #8fd6ff; display: inline-block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(11,55,111,.08);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 86px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--navy); flex-shrink: 0; }
.brand img { width: 54px; height: 54px; }
.brand-copy { display: grid; line-height: 1; }
.brand-kicker { font-size: .67rem; letter-spacing: .31em; font-weight: 800; }
.brand-name { font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; letter-spacing: .10em; }
.brand-tagline { margin-top: 6px; font-size: .53rem; letter-spacing: .12em; text-transform: uppercase; color: var(--blue); }
.main-nav { display: flex; align-items: center; gap: 20px; }
.main-nav > a { text-decoration: none; font-size: .91rem; font-weight: 650; color: #2a3b51; white-space: nowrap; }
.main-nav > a:hover, .main-nav > a[aria-current="page"] { color: var(--blue-bright); }
.menu-button { display: none; }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 11px;
  border: 1px solid transparent;
  background: var(--navy);
  color: #fff !important;
  text-decoration: none;
  font-weight: 760;
  box-shadow: 0 10px 26px rgba(11,55,111,.15);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.button:hover { background: var(--navy-dark); transform: translateY(-1px); }
.button-small { min-height: 43px; padding-inline: 17px; }
.button-secondary { background: #fff; color: var(--navy) !important; border-color: var(--navy); box-shadow: none; }
.button-secondary:hover { background: var(--blue-pale); }
.button-ghost { background: transparent; border-color: rgba(255,255,255,.6); box-shadow: none; }

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 30%, rgba(111,168,229,.25), transparent 29%),
    linear-gradient(135deg, #fbfdff 0%, #f2f8ff 55%, #edf5fe 100%);
  border-bottom: 1px solid var(--line);
}
.hero-grid { min-height: 620px; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 68px; }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: .79rem; font-weight: 850; text-transform: uppercase; letter-spacing: .16em; }
.hero h1, .section h2, .page-hero h1, .content h2 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--navy);
}
.hero h1 { margin: 0 0 22px; max-width: 820px; font-size: clamp(2.75rem, 5vw, 5.25rem); line-height: 1.02; letter-spacing: -.035em; }
.hero h1 span { color: var(--blue-bright); }
.lead { font-size: 1.17rem; max-width: 700px; }
.hero-copy > p { max-width: 700px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px 26px; margin: 26px 0; color: var(--navy); font-weight: 760; }
.trust-row span { display: inline-flex; gap: 8px; align-items: center; }
.hero-actions { display:flex; flex-wrap:wrap; gap: 14px; }
.hero-visual { position: relative; min-height: 430px; display:grid; place-items:center; }
.visual-card {
  position: relative;
  z-index: 2;
  width: min(335px, 82%);
  padding: 34px;
  text-align: center;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 34px;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
}
.visual-card img { width: 172px; }
.visual-card p { margin: 18px 0 0; color: var(--navy); }
.light-ring { position:absolute; border-radius:50%; border: 1px solid rgba(47,111,181,.18); }
.ring-one { width: 410px; height: 410px; }
.ring-two { width: 520px; height: 520px; }

.section { padding: 88px 0; }
.section-tight { padding-top: 22px; }
.section-heading { margin-bottom: 40px; max-width: 760px; }
.section-heading.centered { margin-inline: auto; text-align:center; }
.section h2, .content h2 { font-size: clamp(2rem, 3.5vw, 3.1rem); line-height:1.12; margin:0 0 18px; }
.section-heading p:last-child { color: var(--muted); }
.steps { display:grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step-card { position:relative; padding: 34px 28px; border:1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-small); }
.icon-circle { width:70px; height:70px; border-radius:50%; display:grid; place-items:center; background:var(--blue-soft); color:var(--navy); font-size:1.75rem; }
.step-card h3, .info-card h3, .feature-card h3 { color:var(--navy); font-family:Georgia, "Times New Roman", serif; font-size:1.4rem; margin:22px 0 10px; }

.privacy-panel { display:grid; grid-template-columns: auto 1.2fr 1fr; gap: 32px; align-items:center; padding: 38px 42px; border-radius:28px; color:#fff; background:linear-gradient(135deg, var(--navy-dark), #0d4b91); box-shadow: var(--shadow); }
.privacy-panel h2 { color:#fff; font-size:2.15rem; }
.privacy-panel p { color:rgba(255,255,255,.88); }
.privacy-icon { width:108px; height:108px; border:2px solid rgba(255,255,255,.65); border-radius:50%; display:grid; place-items:center; font-size:2.6rem; }
.light { color:#b9dbff; }
.check-list { list-style:none; padding:0; margin:0; display:grid; gap:13px; }
.check-list li::before { content:"✓"; margin-right:10px; color:#b9dbff; font-weight:900; }

.cards-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.info-card, .feature-card { padding:32px; border:1px solid var(--line); border-radius:var(--radius); background:#fff; box-shadow:var(--shadow-small); }
.card-icon { width:54px; height:54px; border-radius:50%; display:grid; place-items:center; background:var(--blue-soft); color:var(--navy); font-weight:800; font-size:1.25rem; }
.info-card a, .text-link { color:var(--blue-bright); text-decoration:none; font-weight:760; }
.info-card a:hover, .text-link:hover { text-decoration: underline; }

.soft-section { background:var(--surface-soft); border-block:1px solid var(--line); }
.two-column { display:grid; grid-template-columns:.8fr 1.2fr; gap:76px; align-items:start; }
.two-column p:first-child { margin-top:0; }
.callout-section { padding-top:66px; }
.callout { display:flex; align-items:center; justify-content:space-between; gap:30px; padding:40px 46px; border-radius:28px; background:linear-gradient(135deg,#edf6ff,#dbeafe); border:1px solid #cbdff6; }
.callout h2 { margin-bottom:12px; }
.callout p:last-child { margin-bottom:0; }

.pilot-strip {
  border: 1px solid #c8dff7;
  background: #eef7ff;
  border-radius: var(--radius-small);
  padding: 18px 22px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 26px;
  margin-bottom: 34px;
}
.pilot-strip strong { color: var(--navy); }

.page-hero {
  padding: 84px 0 72px;
  background: linear-gradient(135deg, #fbfdff 0%, #eef6ff 100%);
  border-bottom: 1px solid var(--line);
}
.page-hero .narrow { text-align: center; }
.page-hero h1 { margin: 0 0 18px; font-size: clamp(2.7rem, 5vw, 4.6rem); line-height: 1.03; }
.page-hero p { font-size: 1.14rem; color: var(--muted); max-width: 760px; margin: 0 auto; }

.content { padding: 76px 0; }
.content h2 { font-size: 2.15rem; margin-top: 48px; }
.content h2:first-child { margin-top: 0; }
.content h3 { color: var(--navy); margin-top: 30px; }
.content p, .content li { color: #34465d; }
.content ul, .content ol { padding-left: 1.25rem; }
.content li + li { margin-top: 8px; }
.content-note {
  padding: 22px 24px;
  border-left: 4px solid var(--blue);
  background: var(--blue-pale);
  border-radius: 0 12px 12px 0;
  margin: 28px 0;
}

.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-3 { margin-bottom: 34px; }
.feature-card p { color: var(--muted); }
.feature-card .eyebrow { margin-bottom: 6px; }

.platform-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 24px 0 18px;
}
.platform-card {
  padding: 24px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-small);
  background: var(--surface-soft);
}
.platform-card h3 { margin: 0 0 8px; font-family: Georgia, "Times New Roman", serif; color: var(--navy); font-size: 1.28rem; }
.platform-card p { margin: 0; color: #34465d; }
.platform-note { margin: 4px 0 0; color: var(--muted) !important; font-size: .96rem; }

.timeline { display: grid; gap: 18px; margin: 30px 0; }
.timeline-item { display: grid; grid-template-columns: 48px 1fr; gap: 18px; align-items: start; }
.timeline-badge { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--navy); color: #fff; font-weight: 800; }
.timeline-item h3 { margin: 4px 0 6px; }
.timeline-item p { margin-top: 0; }

.funding-box {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-small);
}
.funding-total { font-family: Georgia, "Times New Roman", serif; color: var(--navy); font-size: 2.7rem; line-height: 1; margin: 10px 0; }
.cost-list { list-style: none; padding: 0; margin: 24px 0 0; }
.cost-list li { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.cost-list li:last-child { border-bottom: 0; font-weight: 800; color: var(--navy); }

.notice {
  background: var(--warning-bg);
  border: 1px solid var(--warning-border);
  border-radius: var(--radius-small);
  padding: 18px 20px;
  color: #5d4a1b;
}

.contact-card { display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: center; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface-soft); }
.contact-card h3 { margin-top: 0; }

.site-footer { margin-top:50px; background:var(--navy-dark); color:#fff; padding:58px 0 22px; }
.footer-grid { display:grid; grid-template-columns:1.35fr repeat(3,1fr); gap:44px; }
.brand-footer { color:#fff; }
.brand-footer img { filter: brightness(0) invert(1); }
.footer-grid h3 { margin-top:0; font-size:1rem; }
.footer-grid a, .footer-grid span { display:block; color:rgba(255,255,255,.82); text-decoration:none; margin:8px 0; font-size:.91rem; }
.footer-grid a:hover { color:#fff; text-decoration: underline; }
.footer-grid p { color:rgba(255,255,255,.72); max-width:340px; }
.footer-bottom { margin-top:38px; padding-top:20px; border-top:1px solid rgba(255,255,255,.16); color:rgba(255,255,255,.62); font-size:.84rem; display:flex; justify-content:space-between; gap:20px; flex-wrap:wrap; }

@media (max-width: 1040px) {
  .main-nav { gap: 15px; }
  .main-nav > a { font-size: .87rem; }
}

@media (max-width: 980px) {
  .menu-button { display:inline-flex; border:1px solid var(--line); background:#fff; color:var(--navy); padding:10px 14px; border-radius:10px; font-weight:700; }
  .main-nav { position:absolute; left:20px; right:20px; top:82px; display:none; flex-direction:column; align-items:stretch; gap:8px; padding:18px; border:1px solid var(--line); border-radius:18px; background:#fff; box-shadow:var(--shadow); }
  .main-nav.open { display:flex; }
  .main-nav a { padding:9px 4px; }
  .hero-grid { grid-template-columns:1fr; min-height:auto; padding:68px 0; }
  .hero-visual { min-height:320px; }
  .ring-one { width:290px; height:290px; }
  .ring-two { width:370px; height:370px; }
  .steps, .cards-grid, .grid-3 { grid-template-columns:1fr; }
  .grid-2, .platform-grid { grid-template-columns: 1fr; }
  .privacy-panel { grid-template-columns:1fr; }
  .privacy-icon { width:82px; height:82px; }
  .two-column { grid-template-columns:1fr; gap:24px; }
  .callout { flex-direction:column; align-items:flex-start; }
  .footer-grid { grid-template-columns:1fr 1fr; }
}

@media (max-width: 640px) {
  .container, .narrow { width:min(100% - 28px, 1160px); }
  .brand-copy .brand-tagline { display:none; }
  .brand-name { font-size:1.22rem; }
  .brand img { width: 46px; height: 46px; }
  .nav-wrap { min-height: 74px; }
  .main-nav { top: 72px; }
  .hero h1 { font-size:2.55rem; }
  .section { padding:64px 0; }
  .privacy-panel { padding:30px 24px; }
  .callout { padding:30px 24px; }
  .footer-grid { grid-template-columns:1fr; }
  .trust-row { display:grid; gap:10px; }
  .hero-actions .button { width:100%; }
  .contact-card { grid-template-columns: 1fr; }
  .cost-list li { align-items: flex-start; }
  .status-bar .container { padding: 8px 0; }
}
