
:root {
  --navy: #0A2540;
  --blue: #2E6F95;
  --light-blue: #EAF4FA;
  --cream: #F8F6F0;
  --gold: #D8A24A;
  --text: #1F2933;
  --muted: #64748B;
  --white: #FFFFFF;
  --border: #D8E3EA;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}
a { text-decoration: none; color: inherit; }
.nav {
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px 8%; background: rgba(255,255,255,.96);
  position: sticky; top: 0; z-index: 10; border-bottom: 1px solid var(--border);
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 700; color: var(--navy); font-size: 18px; }
.logo-mark {
  width: 38px; height: 38px; border-radius: 12px;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  display: grid; place-items: center; color: white; font-weight: 800;
}
.nav-links { display: flex; gap: 24px; color: var(--muted); font-size: 14px; align-items: center; }
.button {
  display: inline-block; background: var(--navy); color: white;
  padding: 13px 20px; border-radius: 999px; font-weight: 700; font-size: 14px;
  box-shadow: 0 10px 24px rgba(10,37,64,.18); border: none; cursor: pointer;
}
.button.secondary { background: white; color: var(--navy); border: 1px solid var(--border); box-shadow: none; }
.hero {
  padding: 86px 8% 76px;
  background: radial-gradient(circle at 80% 10%, rgba(46,111,149,.18), transparent 28%),
              linear-gradient(180deg, var(--cream), #fff);
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 54px; align-items: center;
}
.eyebrow { color: var(--blue); font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; font-size: 12px; margin-bottom: 18px; }
h1 { color: var(--navy); font-size: clamp(42px, 6vw, 72px); line-height: .98; letter-spacing: -2.8px; margin-bottom: 24px; }
h2 { color: var(--navy); font-size: clamp(32px, 4vw, 48px); line-height: 1.05; letter-spacing: -1.5px; margin-bottom: 16px; }
h3 { color: var(--navy); margin-bottom: 10px; }
.hero p, .section-header p { font-size: 18px; color: var(--muted); }
.hero p { font-size: 20px; max-width: 680px; margin-bottom: 30px; color: #405466; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.trust-row { display: flex; gap: 12px; flex-wrap: wrap; color: var(--muted); font-size: 14px; }
.trust-pill { background: white; border: 1px solid var(--border); padding: 8px 12px; border-radius: 999px; }
.hero-card, .card {
  background: white; border: 1px solid var(--border); border-radius: 24px;
  padding: 26px; box-shadow: 0 10px 28px rgba(10,37,64,.06);
}
.hero-card { border-radius: 28px; padding: 30px; box-shadow: 0 24px 70px rgba(10,37,64,.14); }
.session-mini { display: grid; gap: 12px; }
.session-mini div { display: flex; gap: 14px; align-items: flex-start; padding: 14px; border-radius: 18px; background: var(--light-blue); }
.num { width: 28px; height: 28px; border-radius: 9px; background: var(--navy); color: white; display: grid; place-items: center; font-weight: 800; flex: 0 0 28px; }
.section { padding: 82px 8%; }
.section.alt { background: var(--light-blue); }
.section-header { max-width: 820px; margin-bottom: 42px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.icon { width: 44px; height: 44px; border-radius: 14px; background: var(--light-blue); display: grid; place-items: center; font-size: 23px; margin-bottom: 16px; }
.card p, .card li { color: var(--muted); font-size: 15px; }
ul { padding-left: 18px; margin-top: 10px; }
.quote-band {
  background: var(--navy); color: white; border-radius: 32px; padding: 42px;
  display: grid; grid-template-columns: 1.3fr .7fr; gap: 30px; align-items: center;
}
.quote-band h2 { color: white; margin-bottom: 0; }
.quote-band p { color: #D9E6EF; font-size: 18px; }
.facilitator { display: grid; grid-template-columns: .85fr 1.15fr; gap: 34px; align-items: center; }
.profile-box {
  min-height: 470px; border-radius: 30px; overflow: hidden; position: relative;
  background: var(--navy); box-shadow: 0 24px 70px rgba(10,37,64,.18);
}
.profile-box img {
  width: 100%; height: 100%; min-height: 470px; object-fit: cover; object-position: center top; display: block;
}
.profile-caption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 28px;
  background: linear-gradient(180deg, transparent, rgba(10,37,64,.92));
  color: white;
}
.profile-caption h3 { color: white; font-size: 30px; line-height: 1.1; margin-bottom: 6px; }
.profile-caption p { color: #D9E6EF; }
.safeguards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-wrap {
  max-width: 780px; background: white; border: 1px solid var(--border);
  border-radius: 28px; padding: 32px; box-shadow: 0 20px 60px rgba(10,37,64,.12);
}
label { display: block; font-weight: 700; color: var(--navy); margin: 14px 0 6px; }
input, textarea, select {
  width: 100%; padding: 13px 14px; border: 1px solid var(--border); border-radius: 14px;
  font-size: 15px; font-family: inherit;
}
textarea { min-height: 120px; resize: vertical; }
.small-note { color: var(--muted); font-size: 13px; margin-top: 12px; }
.footer-cta { background: linear-gradient(135deg, var(--navy), var(--blue)); color: white; padding: 72px 8%; text-align: center; }
.footer-cta h2 { color: white; }
.footer-cta p { color: #D9E6EF; max-width: 720px; margin: 0 auto 28px; font-size: 18px; }
footer { padding: 26px 8%; background: #06192B; color: #B8C7D2; font-size: 14px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
@media (max-width: 900px) {
  .hero, .facilitator, .quote-band { grid-template-columns: 1fr; }
  .grid-3, .grid-4, .safeguards { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .hero { padding-top: 60px; }
  .profile-box, .profile-box img { min-height: 420px; }
}
