:root {
  --navy: #0D1B3D;
  --navy-2: #132755;
  --teal: #00B4A6;
  --blue: #0077C8;
  --orange: #FF8A00;
  --ink: #172033;
  --muted: #5F6B7A;
  --line: #DDE3EA;
  --soft: #F2F4F7;
  --white: #FFFFFF;
  --shadow: 0 18px 50px rgba(13, 27, 61, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
h1, h2, h3 { color: var(--navy); line-height: 1.12; margin-top: 0; }
h1 { font-size: clamp(2.55rem, 6vw, 5.2rem); letter-spacing: -.055em; max-width: 930px; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); letter-spacing: -.035em; }
h3 { font-size: 1.18rem; }
p { margin-top: 0; }
.lead { font-size: clamp(1.08rem, 2vw, 1.35rem); color: #3B4658; max-width: 760px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(221,227,234,.8);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 24px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 270px; height: auto; display: block; }
.nav-links { display: flex; gap: 24px; align-items: center; }
.nav-links a { text-decoration: none; color: #344054; font-size: .94rem; font-weight: 700; }
.nav-links a:hover, .nav-links a:focus { color: var(--blue); }
.nav-toggle { display: none; background: none; border: 0; color: var(--navy); font-size: 1.5rem; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 10px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: linear-gradient(135deg, var(--teal), var(--blue)); box-shadow: 0 10px 28px rgba(0,119,200,.24); }
.btn-secondary { color: var(--navy); border-color: #BFC8D5; background: white; }
.btn-light { color: var(--navy); background: white; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 110px 0 92px;
  background:
    radial-gradient(circle at 92% 12%, rgba(0,180,166,.16), transparent 28%),
    radial-gradient(circle at 12% 88%, rgba(0,119,200,.12), transparent 32%),
    linear-gradient(180deg, #FFFFFF 0%, #F7FAFC 100%);
}
.hero::after {
  content: "";
  position: absolute;
  right: -70px;
  top: 60px;
  width: 330px;
  height: 330px;
  border: 38px solid rgba(0,180,166,.08);
  border-left-color: rgba(0,119,200,.08);
  border-bottom-color: rgba(255,138,0,.08);
  border-radius: 50%;
  transform: rotate(25deg);
}
.hero-copy { position: relative; z-index: 2; }
.hero h1 span { color: var(--teal); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 38px; }
.proof-strip { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; max-width: 900px; }
.proof-item { padding: 14px 16px; border-left: 3px solid var(--teal); background: rgba(255,255,255,.72); }
.proof-item strong { display: block; color: var(--navy); font-size: 1.02rem; }
.proof-item span { color: var(--muted); font-size: .85rem; }

.section { padding: 86px 0; }
.section-soft { background: var(--soft); }
.section-dark { background: var(--navy); color: white; }
.section-dark h2, .section-dark h3 { color: white; }
.section-dark .lead { color: #D6DEEA; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 36px; margin-bottom: 38px; }
.section-head p { max-width: 560px; color: var(--muted); margin-bottom: 4px; }

.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 8px 25px rgba(13,27,61,.05);
}
.card-accent { position: relative; overflow: hidden; }
.card-accent::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 4px; background: linear-gradient(90deg,var(--teal),var(--blue),var(--orange)); }
.card p { color: var(--muted); }
.card ul { padding-left: 18px; margin: 14px 0 0; }
.card li { margin-bottom: 8px; color: #394457; }
.icon-badge { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 18px; background: #E9F8F6; color: var(--teal); font-weight: 900; }

.framework { display: grid; grid-template-columns: 1.1fr .9fr; gap: 54px; align-items: center; }
.framework-panel { background: white; color: var(--ink); border-radius: 20px; padding: 30px; box-shadow: var(--shadow); }
.step { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.step:last-child { border-bottom: 0; }
.step-num { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; color: white; background: linear-gradient(135deg,var(--teal),var(--blue)); font-weight: 900; }
.step p { margin-bottom: 0; color: var(--muted); }

.sectors { display: flex; flex-wrap: wrap; gap: 10px; }
.pill { padding: 10px 15px; border-radius: 999px; color: #24324A; background: white; border: 1px solid var(--line); font-weight: 700; font-size: .9rem; }

.founder { display: grid; grid-template-columns: .75fr 1.25fr; gap: 52px; align-items: start; }
.founder-panel { border-radius: 22px; padding: 32px; color: white; background: linear-gradient(155deg,var(--navy-2),var(--navy)); box-shadow: var(--shadow); }
.founder-panel h3 { color: white; font-size: 1.65rem; }
.founder-panel p { color: #D6DEEA; }
.mini-stat { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.15); }
.mini-stat strong { color: white; }
.mini-stat span { color: #BFCBDD; text-align: right; }

.callout { display: flex; align-items: center; justify-content: space-between; gap: 34px; padding: 42px; border-radius: 24px; color: white; background: linear-gradient(120deg,var(--navy),#123A70 70%,#0C6A73); }
.callout h2 { color: white; max-width: 720px; margin-bottom: 8px; }
.callout p { color: #DCE6F2; margin-bottom: 0; }

.site-footer { padding: 38px 0; border-top: 1px solid var(--line); background: #FAFBFC; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; align-items: start; }
.footer-brand img { width: 250px; }
.footer-brand p { color: var(--muted); max-width: 560px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; justify-content: flex-end; }
.footer-links a { color: #344054; font-weight: 700; text-decoration: none; }
.disclosure { font-size: .82rem; color: #667085; margin-top: 18px; }

.legal { padding: 72px 0 92px; }
.legal article { max-width: 820px; }
.legal h1 { font-size: 2.6rem; }
.notice { padding: 18px; border-radius: 12px; background: #FFF4E5; border: 1px solid #FFD39B; color: #6B3A00; }

@media (max-width: 920px) {
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; left: 20px; right: 20px; top: 70px; flex-direction: column; align-items: stretch; padding: 18px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .proof-strip, .grid-4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .grid-3 { grid-template-columns: 1fr; }
  .framework, .founder { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .callout { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .brand img { width: 215px; }
  .hero { padding: 80px 0 68px; }
  .section { padding: 64px 0; }
  .proof-strip, .grid-2, .grid-4, .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .card { padding: 22px; }
  .callout { padding: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
