@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap");

:root {
  --navy-950: #052b3c;
  --navy-900: #08384f;
  --navy-800: #0a4862;
  --green-700: #147a61;
  --green-600: #1b9271;
  --green-100: #e6f4ee;
  --gold-500: #efa728;
  --gold-100: #fff4d7;
  --cream: #f8f6ef;
  --ink: #17313b;
  --muted: #5f747c;
  --line: #dce6e5;
  --white: #fff;
  --shadow: 0 18px 50px rgba(5, 43, 60, 0.12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  color: var(--navy-950);
  font-family: "Manrope", system-ui, sans-serif;
  letter-spacing: -0.035em;
  line-height: 1.13;
}
h1 { margin-bottom: 24px; font-size: clamp(2.85rem, 5.5vw, 5rem); font-weight: 800; }
h2 { margin-bottom: 20px; font-size: clamp(2.15rem, 4vw, 3.45rem); font-weight: 800; }
h3 { font-size: 1.2rem; }
p { color: var(--muted); }
em { color: var(--green-600); font-style: normal; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 105px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 1000; transform: translateY(-150%);
  padding: 10px 16px; border-radius: 8px; color: white; background: var(--navy-950);
}
.skip-link:focus { transform: translateY(0); }
.eyebrow {
  display: flex; align-items: center; gap: 10px; margin-bottom: 15px;
  color: var(--green-700); font-size: .77rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
}
.eyebrow > span { width: 24px; height: 2px; background: var(--gold-500); }
.eyebrow-light { color: #c6dfd8; }
.lead { font-size: 1.15rem; line-height: 1.75; }
.section-heading { max-width: 590px; }
.section-heading.centered { margin: 0 auto 56px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered > p:last-child { max-width: 540px; margin-inline: auto; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 13px 22px; border: 1px solid var(--green-700);
  border-radius: 11px; color: var(--white); background: var(--green-700);
  font-weight: 700; line-height: 1.2; cursor: pointer; transition: .25s ease;
  box-shadow: 0 10px 22px rgba(20, 122, 97, .18);
}
.button:hover { transform: translateY(-2px); background: var(--green-600); box-shadow: 0 14px 28px rgba(20, 122, 97, .24); }
.button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(239, 167, 40, .55); outline-offset: 3px;
}
.button-secondary { color: var(--navy-900); background: transparent; border-color: var(--line); box-shadow: none; }
.button-secondary:hover { background: var(--white); border-color: var(--green-700); box-shadow: none; }
.button-small { min-height: 42px; padding: 10px 15px; font-size: .84rem; border-radius: 9px; }
.button-gold { color: var(--navy-950); background: var(--gold-500); border-color: var(--gold-500); box-shadow: none; }
.button-gold:hover { background: #f9bb4b; }
.button-light { color: var(--navy-950); background: white; border-color: white; box-shadow: none; }
.button-light:hover { background: var(--gold-100); border-color: var(--gold-100); }
.text-link { display: inline-flex; gap: 8px; font-weight: 700; }
.text-link-light { color: white; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.site-header {
  position: fixed; top: 0; right: 0; left: 0; z-index: 100; height: 78px;
  border-bottom: 1px solid rgba(220, 230, 229, .75); background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(16px); transition: box-shadow .25s;
}
.site-header.scrolled { box-shadow: 0 8px 30px rgba(5, 43, 60, .08); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1.1; }
.brand strong { color: var(--navy-950); font-family: "Manrope"; font-size: .84rem; font-weight: 800; }
.brand small { color: var(--green-700); font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 23px; }
.primary-nav > a:not(.button) { color: #35525d; font-size: .83rem; font-weight: 600; transition: color .2s; }
.primary-nav > a:not(.button):hover { color: var(--green-700); }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 0; border-radius: 9px; background: #edf5f2; }
.nav-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--navy-950); transition: .2s; }

.hero {
  position: relative; overflow: hidden; padding-top: 78px; color: var(--ink);
  background: linear-gradient(112deg, #f2f8f5 0%, #fbfaf5 54%, #f8f3e7 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .4; pointer-events: none;
  background-image: linear-gradient(rgba(20,122,97,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(20,122,97,.035) 1px, transparent 1px);
  background-size: 34px 34px;
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; min-height: 720px; padding-block: 78px 70px; }
.hero-copy { padding-top: 5px; }
.hero-text { max-width: 635px; margin-bottom: 32px; font-size: 1.09rem; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { display: flex; gap: 34px; margin-top: 42px; padding-top: 28px; border-top: 1px solid rgba(20, 122, 97, .15); }
.trust-row > div { display: flex; align-items: center; gap: 10px; }
.trust-row p { display: flex; flex-direction: column; margin: 0; line-height: 1.35; }
.trust-row strong { color: var(--navy-900); font-size: .84rem; }
.trust-row small { font-size: .73rem; }
.trust-icon {
  display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%;
  color: var(--green-700); background: var(--green-100); font-weight: 800;
}
.hero-visual { position: relative; }
.hero-image-frame {
  position: relative; overflow: hidden; padding: 10px; border: 1px solid rgba(255,255,255,.75);
  border-radius: 120px 20px 120px 20px; background: rgba(255,255,255,.75); box-shadow: var(--shadow);
}
.hero-image-frame > img { width: 100%; min-height: 460px; border-radius: 112px 14px 112px 14px; object-fit: cover; }
.image-caption {
  position: absolute; right: 27px; bottom: 25px; left: 27px; display: flex; align-items: center; gap: 13px;
  padding: 16px 18px; border: 1px solid rgba(255,255,255,.72); border-radius: 13px;
  background: rgba(5,43,60,.86); backdrop-filter: blur(12px);
}
.caption-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--navy-950); background: var(--gold-500); }
.image-caption p { display: flex; flex-direction: column; margin: 0; color: white; line-height: 1.4; }
.image-caption small { color: #c5d8dc; }
.floating-badge {
  position: absolute; top: 52px; right: -20px; display: flex; flex-direction: column; padding: 14px 18px;
  border-radius: 10px; color: var(--navy-950); background: var(--gold-500); box-shadow: 0 13px 25px rgba(70,47,4,.18);
  transform: rotate(3deg);
}
.floating-badge strong { font-family: "Manrope"; font-size: .95rem; }
.floating-badge span { font-size: .68rem; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-orb-one { top: 120px; right: -130px; width: 350px; height: 350px; border: 80px solid rgba(20,122,97,.05); }
.hero-orb-two { bottom: 30px; left: -70px; width: 150px; height: 150px; background: rgba(239,167,40,.08); }
.hero-strip { position: relative; z-index: 2; overflow: hidden; color: white; background: var(--navy-950); }
.hero-strip .container { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 58px; white-space: nowrap; }
.hero-strip span { color: #d8e8e8; font-size: .77rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.hero-strip i { color: var(--gold-500); font-style: normal; }

.split-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; }
.about { background: white; }
.about-content > p { margin-bottom: 32px; font-size: 1.05rem; }
.principles-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.principles-grid > div { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 10px; background: #f5f8f7; }
.principles-grid span { color: var(--green-700); font-size: .7rem; font-weight: 800; }
.principles-grid p { margin: 0; color: var(--ink); font-size: .88rem; font-weight: 600; }
.registration-card {
  display: flex; align-items: center; gap: 14px; margin-top: 24px; padding: 17px 20px;
  border: 1px solid #f2dfae; border-radius: 12px; background: var(--gold-100);
}
.seal { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; color: white; background: var(--green-700); font-weight: 800; }
.registration-card div:last-child { display: flex; flex-direction: column; }
.registration-card small { color: #806327; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.registration-card strong { color: var(--navy-950); font-family: "Manrope"; }

.leadership { padding-top: 0; }
.leader-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 830px; margin: auto; }
.leader-card {
  position: relative; display: flex; align-items: center; gap: 18px; padding: 25px;
  border: 1px solid var(--line); border-radius: 16px; background: #fbfcfa; transition: .25s;
}
.leader-card:hover { transform: translateY(-4px); border-color: #b7d7ce; box-shadow: 0 16px 30px rgba(5,43,60,.08); }
.avatar { display: grid; width: 70px; height: 70px; flex-shrink: 0; place-items: center; border-radius: 50%; background: var(--green-100); }
.avatar svg { width: 45px; fill: none; stroke: var(--green-700); stroke-width: 2.2; }
.leader-card h3 { margin: 0 0 4px; }
.leader-card p { margin: 0; color: var(--green-700); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.leader-mark { position: absolute; top: 14px; right: 16px; color: var(--gold-500); }

.purpose { background: var(--cream); }
.purpose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.purpose-card { position: relative; overflow: hidden; min-height: 430px; padding: 55px; border-radius: var(--radius); }
.mission-card { color: white; background: var(--navy-950); }
.vision-card { border: 1px solid #d9e8df; background: #eaf4ee; }
.purpose-card::after {
  content: ""; position: absolute; width: 240px; height: 240px; right: -90px; bottom: -110px;
  border: 46px solid rgba(255,255,255,.06); border-radius: 50%;
}
.purpose-icon { display: grid; width: 58px; height: 58px; margin-bottom: 60px; place-items: center; border-radius: 50%; color: var(--navy-950); background: var(--gold-500); font-size: 1.5rem; }
.vision-card .purpose-icon { color: white; background: var(--green-700); }
.card-label { color: var(--gold-500) !important; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.vision-card .card-label { color: var(--green-700) !important; }
.purpose-card h2 { font-size: clamp(1.7rem, 3vw, 2.45rem); }
.mission-card h2, .mission-card p { color: white; }
.purpose-card > p:last-child { position: relative; z-index: 2; max-width: 480px; margin-bottom: 0; }

.health-program { overflow: hidden; color: white; background: #0c5a62; }
.health-program h2, .health-program h3 { color: white; }
.program-intro { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 70px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.16); }
.program-intro h2 { margin-bottom: 0; }
.program-intro em { color: var(--gold-500); }
.program-intro > p { margin-bottom: 4px; color: #cce2df; font-size: 1.05rem; }
.program-story { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 40px 0 55px; }
.program-story > p { margin: 0; color: #d8e9e6; font-size: 1.08rem; }
.program-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 20px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.feature-card { position: relative; min-height: 300px; padding: 34px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); transition: background .25s; }
.feature-card:hover { background: rgba(255,255,255,.07); }
.feature-number { position: absolute; top: 18px; right: 20px; color: rgba(255,255,255,.3); font-family: "Manrope"; font-size: .72rem; }
.feature-icon { display: grid; width: 44px; height: 44px; margin-bottom: 38px; place-items: center; border-radius: 50%; color: var(--navy-950); background: var(--gold-500); font-size: 1.15rem; }
.feature-card h3 { min-height: 48px; margin-bottom: 12px; }
.feature-card p { color: #c4dbd7; font-size: .9rem; }
.feature-card a { position: absolute; bottom: 30px; color: white; font-size: .84rem; font-weight: 700; }
.feature-card a span { display: inline-block; margin-left: 5px; transition: transform .2s; }
.feature-card a:hover span { transform: translateX(4px); }

.impact { background: #f7faf8; }
.impact-top { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; margin-bottom: 55px; }
.impact-copy { margin: 0; padding-top: 34px; font-size: 1.07rem; }
.impact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.impact-card {
  display: flex; align-items: center; gap: 18px; min-height: 110px; padding: 20px;
  border: 1px solid var(--line); border-radius: 13px; background: white; transition: .2s;
}
.impact-card:hover { border-color: #a8d1c4; transform: translateY(-2px); }
.impact-card strong { display: grid; width: 38px; height: 38px; flex-shrink: 0; place-items: center; border-radius: 50%; color: var(--green-700); background: var(--green-100); font-size: .72rem; }
.impact-card p { margin: 0; color: var(--ink); font-weight: 600; line-height: 1.4; }

.focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.focus-card { padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.focus-card > span { display: grid; width: 45px; height: 45px; margin-bottom: 32px; place-items: center; border-radius: 10px; color: var(--green-700); background: var(--green-100); font-size: 1.15rem; }
.focus-card h3 { margin-bottom: 8px; }
.focus-card p { margin-bottom: 0; font-size: .92rem; }
.focus-featured {
  grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 35px;
  padding: 42px; border: none; color: white; background: linear-gradient(110deg, var(--green-700), #0a5862);
}
.focus-featured small { color: #c9e2dc; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.focus-featured h3 { margin: 6px 0 9px; color: white; font-size: 1.75rem; }
.focus-featured p { max-width: 660px; color: #d6e9e6; }

.cta-section { padding-top: 0; }
.cta-panel { position: relative; overflow: hidden; padding: 72px 80px; border-radius: 28px; color: white; background: var(--navy-950); }
.cta-panel h2 { position: relative; max-width: 760px; color: white; }
.cta-panel h2 em { color: var(--gold-500); }
.cta-panel > p:not(.eyebrow) { position: relative; max-width: 700px; color: #c2d7da; font-size: 1.03rem; }
.cta-panel .button { position: relative; margin-top: 12px; }
.cta-decoration { position: absolute; width: 440px; height: 440px; top: -130px; right: -80px; border: 90px solid rgba(27,146,113,.15); border-radius: 50%; }

.contact { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 85px; align-items: start; }
.contact-details > p:nth-of-type(2) { max-width: 480px; }
address { display: grid; gap: 13px; margin-top: 35px; font-style: normal; }
address a { display: flex; align-items: center; gap: 14px; padding: 13px 0; }
address a > span { display: grid; width: 42px; height: 42px; flex-shrink: 0; place-items: center; border-radius: 10px; color: var(--green-700); background: var(--green-100); font-weight: 800; }
address div { display: flex; flex-direction: column; color: var(--ink); font-size: .92rem; line-height: 1.45; }
address small { color: var(--green-700); font-size: .67rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.contact-form { padding: 38px; border: 1px solid #e4e8e2; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.form-heading { margin-bottom: 24px; }
.form-heading h3 { margin-bottom: 3px; font-size: 1.55rem; }
.form-heading p { margin: 0; font-size: .9rem; }
.contact-form label { display: flex; flex-direction: column; gap: 7px; margin-bottom: 17px; color: var(--navy-950); font-size: .77rem; font-weight: 700; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
input, textarea { width: 100%; padding: 13px 14px; border: 1px solid #dce5e1; border-radius: 9px; color: var(--ink); background: #fbfcfb; transition: .2s; }
input:focus, textarea:focus { border-color: var(--green-600); background: white; }
textarea { resize: vertical; }
.contact-form .button { width: 100%; border: 0; }
.form-status { min-height: 24px; margin: 10px 0 0; color: var(--green-700); font-size: .85rem; font-weight: 600; text-align: center; }

.site-footer { padding-top: 75px; color: #ccdcdf; background: #052a3a; }
.site-footer h3 { margin-bottom: 20px; color: white; font-size: .9rem; letter-spacing: .03em; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .75fr .78fr 1fr; gap: 55px; padding-bottom: 55px; }
.brand-footer strong { color: white; }
.brand-footer img { width: 66px; height: 66px; }
.footer-brand > p { max-width: 340px; margin: 18px 0 13px; color: #9db4ba; font-size: .9rem; }
.cin { color: var(--gold-500); font-weight: 600; }
.site-footer nav { display: flex; flex-direction: column; gap: 10px; }
.site-footer a, .site-footer p { color: #adc1c6; font-size: .86rem; }
.site-footer a:hover { color: white; }
.footer-grid > div:last-child { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > div:last-child p { margin-bottom: 12px; line-height: 1.6; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; font-size: .77rem; }
.footer-bottom a { font-size: .77rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .primary-nav { gap: 14px; }
  .primary-nav > a:not(.button) { font-size: .78rem; }
  .nav-cta { display: none; }
  .hero-grid { gap: 45px; }
  .hero-image-frame > img { min-height: 420px; }
  .split-layout, .contact-grid { gap: 55px; }
}

@media (max-width: 860px) {
  .section { padding: 82px 0; }
  .nav-toggle { display: block; cursor: pointer; }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav {
    position: fixed; top: 78px; right: 0; left: 0; display: flex; align-items: stretch; flex-direction: column;
    gap: 0; max-height: 0; padding: 0 20px; overflow: hidden; border-bottom: 1px solid var(--line);
    background: white; opacity: 0; transition: max-height .35s ease, opacity .25s, padding .35s;
  }
  .primary-nav.open { max-height: calc(100vh - 78px); padding: 15px 20px 25px; overflow-y: auto; opacity: 1; }
  .primary-nav > a:not(.button) { padding: 12px 4px; border-bottom: 1px solid #edf1ef; font-size: .9rem; }
  .primary-nav .nav-cta { display: inline-flex; margin-top: 15px; }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; min-height: auto; padding-block: 70px; }
  .hero-copy { max-width: 680px; }
  .hero-visual { max-width: 620px; margin: auto; }
  .hero-image-frame > img { min-height: 400px; }
  .hero-strip .container { justify-content: flex-start; overflow: hidden; }
  .split-layout, .program-intro, .program-story, .impact-top, .contact-grid { grid-template-columns: 1fr; gap: 35px; }
  .purpose-grid { gap: 16px; }
  .purpose-card { min-height: 390px; padding: 40px; }
  .program-actions { justify-content: flex-start; }
  .feature-grid, .impact-grid, .focus-grid { grid-template-columns: 1fr 1fr; }
  .feature-card { min-height: 285px; }
  .focus-featured { grid-column: 1 / -1; }
  .impact-copy { padding-top: 0; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .site-header { height: 70px; }
  .primary-nav { top: 70px; }
  .brand img { width: 46px; height: 46px; }
  .brand strong { font-size: .74rem; }
  .brand small { font-size: .6rem; }
  .hero { padding-top: 70px; }
  .hero-grid { padding-block: 55px; }
  h1 { font-size: clamp(2.35rem, 12vw, 3.35rem); }
  h2 { font-size: clamp(1.95rem, 9vw, 2.65rem); }
  .hero-actions, .hero-actions .button { width: 100%; }
  .trust-row { flex-direction: column; gap: 16px; margin-top: 32px; }
  .hero-image-frame { padding: 7px; border-radius: 75px 16px 75px 16px; }
  .hero-image-frame > img { min-height: 330px; border-radius: 69px 11px 69px 11px; }
  .image-caption { right: 16px; bottom: 16px; left: 16px; padding: 12px; }
  .floating-badge { top: 20px; right: -5px; }
  .principles-grid, .leader-grid, .purpose-grid, .feature-grid, .impact-grid, .focus-grid, .form-row { grid-template-columns: 1fr; }
  .registration-card { align-items: flex-start; }
  .registration-card strong { font-size: .82rem; word-break: break-word; }
  .purpose-card { min-height: 380px; padding: 32px 28px; }
  .purpose-icon { margin-bottom: 50px; }
  .program-intro { padding-bottom: 30px; }
  .program-story { padding: 30px 0 45px; }
  .program-actions { align-items: flex-start; flex-direction: column; }
  .feature-card { min-height: 275px; }
  .focus-featured { align-items: flex-start; flex-direction: column; padding: 30px; }
  .focus-featured .button { width: 100%; }
  .cta-panel { padding: 52px 27px; border-radius: 20px; }
  .contact-form { padding: 26px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}
