:root {
  --blue: #173b75;
  --blue-dark: #10284f;
  --blue-soft: #e8f0ff;
  --gold: #f4b942;
  --red: #b72f2f;
  --ink: #152033;
  --muted: #617085;
  --line: #d9e2f2;
  --bg: #f8fbff;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(21, 32, 51, 0.14);
  --radius: 24px;
}

* { 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(--bg);
  line-height: 1.6;
}
a { color: var(--blue); }
a:hover { color: var(--red); }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--white); padding: .75rem 1rem; z-index: 10; }
.skip-link:focus { left: 1rem; top: 1rem; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  background: rgba(248, 251, 255, .92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(217, 226, 242, .8);
}
.nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: .85rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; color: var(--ink); }
.brand small { display: block; color: var(--muted); font-size: .78rem; margin-top: -.1rem; }
.brand-emblem {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 12px 26px rgba(23, 59, 117, .12);
  overflow: hidden;
}
.brand-emblem img {
  display: block;
  width: 44px;
  height: auto;
}
.nav-links { display: flex; align-items: center; gap: 1rem; }
.nav-links a { color: var(--ink); text-decoration: none; font-weight: 700; font-size: .95rem; }
.nav-toggle { display: none; border: 0; background: var(--blue); color: white; border-radius: 12px; padding: .55rem .75rem; font-size: 1.1rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  border: 0;
  border-radius: 999px;
  padding: .9rem 1.2rem;
  background: var(--red);
  color: var(--white) !important;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(183, 47, 47, .2);
}
.button.secondary { background: var(--white); color: var(--blue) !important; border: 1px solid var(--line); box-shadow: none; }
.button.small { padding: .6rem .9rem; font-size: .9rem; }
.hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: 5rem 1.25rem 3rem;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 2rem;
  align-items: center;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 80px 0 auto 0;
  height: 580px;
  background:
    radial-gradient(circle at 20% 20%, rgba(244, 185, 66, .22), transparent 25%),
    radial-gradient(circle at 80% 10%, rgba(23, 59, 117, .18), transparent 25%);
  z-index: -1;
}
.eyebrow { color: var(--red); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; margin: 0 0 .7rem; }
h1, h2, h3 { line-height: 1.08; margin: 0 0 1rem; color: var(--blue-dark); }
h1 { font-size: clamp(2.6rem, 6vw, 5.6rem); letter-spacing: -.07em; max-width: 900px; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.045em; }
h3 { font-size: 1.2rem; }
.lead { font-size: clamp(1.12rem, 2vw, 1.35rem); color: #33435a; max-width: 730px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin: 1.7rem 0 1rem; }
.microcopy { color: var(--muted); margin: 0; }
.hero-card, .card, .meeting-panel, .map-card, details, .contact-card {
  background: rgba(255,255,255,.92);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-card { padding: 1.5rem; position: relative; overflow: hidden; }
.hero-logo {
  display: block;
  width: 92px;
  height: auto;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.hero-logo-wide {
  width: min(340px, 100%);
  max-height: none;
  margin-bottom: 1.25rem;
  opacity: .68;
  object-fit: contain;
  object-position: left center;
}
.patch { display: inline-flex; border: 2px solid var(--gold); color: var(--blue); border-radius: 999px; padding: .35rem .7rem; font-weight: 900; font-size: .82rem; margin-bottom: 1rem; }
dl { margin: 0; display: grid; gap: 1rem; }
dt { color: var(--muted); font-size: .85rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
dd { margin: .2rem 0 0; font-weight: 700; }
.section { max-width: 1180px; margin: 0 auto; padding: 3.5rem 1.25rem; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.stats div { background: var(--blue); color: white; border-radius: 20px; padding: 1.2rem; }
.stats strong { display: block; font-size: 1.45rem; line-height: 1; }
.stats span { display: block; margin-top: .4rem; color: rgba(255,255,255,.78); }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 2rem; align-items: start; }
.cards { display: grid; gap: 1rem; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.card { padding: 1.25rem; box-shadow: none; }
.card::before { content: ""; display: block; width: 44px; height: 6px; border-radius: 999px; background: var(--gold); margin-bottom: 1rem; }
.program { background: var(--white); border-radius: 34px; margin-top: 2rem; border: 1px solid var(--line); }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 2rem; }
.timeline article { padding: 1rem; border-left: 4px solid var(--gold); background: var(--bg); border-radius: 18px; }
.timeline span { color: var(--red); font-weight: 900; }
.meetings { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1rem; }
.meeting-panel, .map-card { padding: 1.5rem; }
.map-card { text-align: center; }
.map-card .button { margin-left: auto; margin-right: auto; }
.checklist { list-style: none; padding: 0; margin: 1.2rem 0 0; display: grid; gap: .7rem; }
.checklist li { padding-left: 2rem; position: relative; }
.checklist li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--red); font-weight: 900; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
details { padding: 1.2rem 1.35rem; box-shadow: none; }
summary { cursor: pointer; font-weight: 900; color: var(--blue-dark); }
details p { margin-bottom: 0; color: #33435a; }
.contact { display: grid; grid-template-columns: 1.1fr .9fr; gap: 1rem; align-items: center; }
.contact-card { padding: 1.5rem; text-align: center; }
.contact-card .button { margin-left: auto; margin-right: auto; }
.footer { margin-top: 2rem; padding: 2rem 1.25rem; text-align: center; color: rgba(255,255,255,.86); background: var(--blue-dark); }
.footer a { color: white; }
@media (max-width: 880px) {
  .nav-toggle { display: inline-flex; }
  .nav-links { display: none; position: absolute; left: 1rem; right: 1rem; top: 76px; background: white; border: 1px solid var(--line); border-radius: 18px; padding: 1rem; flex-direction: column; align-items: stretch; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .hero, .split, .meetings, .contact { grid-template-columns: 1fr; }
  .stats, .cards.three, .timeline, .faq-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { padding-top: 3rem; }
}
@media (max-width: 560px) {
  .stats, .cards.three, .timeline, .faq-grid { grid-template-columns: 1fr; }
  .brand small { display: none; }
  .brand-emblem { width: 48px; height: 48px; border-radius: 15px; }
  .brand-emblem img { width: 38px; }
  h1 { font-size: 2.65rem; }
}
