:root {
  --green: #0a5c36;
  --green-dark: #074024;
  --green-light: #10804c;
  --gold: #e6a800;
  --gold-bg: #fff8e1;
  --ink: #0a0f14;
  --ink-2: #1b2430;
  --muted: #667085;
  --bg: #ffffff;
  --bg-muted: #f4f7f5;
  --border: #e3e8e6;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 1px 3px rgba(10,15,20,.07), 0 1px 2px rgba(10,15,20,.05);
  --shadow-md: 0 8px 24px rgba(10,15,20,.09), 0 2px 6px rgba(10,15,20,.05);
  --shadow-lg: 0 24px 60px rgba(10,15,20,.13);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; margin: 0; }
.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* ── Announce ── */
.announce {
  background: var(--green-dark);
  color: #fff;
  text-align: center;
  font-size: 13px;
  padding: 10px 20px;
}
.announce a { color: var(--gold); font-weight: 600; text-decoration: underline; }

/* ── Nav ── */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px) saturate(160%);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  display: flex; align-items: center;
  height: 68px; gap: 20px;
}
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; flex-shrink: 0; }
.logo-mark {
  width: 34px; height: 34px; border-radius: 8px;
  background: var(--green); color: #fff;
  display: grid; place-items: center;
  font-family: 'Bebas Neue', sans-serif; font-size: 16px; letter-spacing: 1px;
}
.logo-text { font-size: 15px; letter-spacing: .1px; }
.nav-links { display: flex; gap: 24px; margin: 0 auto; }
.nav-links a { color: var(--ink-2); font-weight: 500; font-size: 14px; }
.nav-links a:hover { color: var(--green); }
.nav-cta { display: flex; gap: 8px; flex-shrink: 0; }
.nav-toggle { display: none; background: none; border: 0; font-size: 22px; cursor: pointer; padding: 4px; }

@media (max-width: 860px) {
  .nav-links {
    display: none; position: absolute;
    top: 68px; left: 0; right: 0;
    background: #fff; flex-direction: column;
    gap: 0; padding: 8px 24px 16px;
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-md);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 11px 0; border-bottom: 1px solid var(--border); }
  .nav-links a:last-child { border-bottom: none; }
  .nav-toggle { display: block; }
  .nav-cta .btn-call { display: none; }
}

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 11px 20px; font-weight: 600; font-size: 14px;
  border-radius: 10px; border: 1.5px solid transparent;
  cursor: pointer;
  transition: background .18s, color .18s, border-color .18s, transform .06s;
  white-space: nowrap; font-family: inherit;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--green); color: #fff; }
.btn-primary:hover { background: var(--green-light); }
.btn-call { background: #fff; color: var(--ink); border-color: var(--border); }
.btn-call:hover { border-color: var(--green); color: var(--green); }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.7); }
.btn-outline-light:hover { background: #fff; color: var(--ink); }
.btn-ghost-green { background: transparent; color: var(--green); border-color: var(--green); }
.btn-ghost-green:hover { background: var(--green); color: #fff; }
.btn-lg { padding: 14px 26px; font-size: 15px; border-radius: 11px; }
.btn-block { width: 100%; display: flex; }

/* ── Hero ── */
.hero {
  position: relative; min-height: 88vh;
  display: flex; align-items: center; color: #fff; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center 30%;
  transform: scale(1.04);
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(5,30,18,.7) 0%, rgba(10,15,20,.78) 100%);
}
.hero-content {
  position: relative; padding: 100px 24px 80px;
  max-width: 820px;
}
.hero-eyebrow {
  display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: 2px;
  text-transform: uppercase; color: #6ee89f; margin-bottom: 16px;
}
.hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(48px, 7.5vw, 92px);
  line-height: .93; letter-spacing: 1.5px;
  margin: 0 0 22px;
}
.lede {
  font-size: clamp(16px, 1.8vw, 20px);
  max-width: 600px; opacity: .9; margin: 0 0 32px; font-weight: 400;
}
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-creds {
  display: flex; flex-wrap: wrap; gap: 10px 20px;
}
.hero-creds span {
  font-size: 13px; opacity: .8; font-weight: 500;
}

/* ── Credential Strip ── */
.cred-strip {
  background: var(--ink); padding: 20px 0;
  border-bottom: 2px solid var(--green);
}
.cred-inner {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 10px 6px;
}
.cred-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; color: #e0e8e4; font-weight: 500;
}
.cred-icon { font-size: 16px; }
.cred-sep { color: #3a4a42; font-size: 20px; font-weight: 200; padding: 0 4px; }
@media (max-width: 680px) {
  .cred-sep { display: none; }
  .cred-item { width: 45%; justify-content: center; }
}

/* ── Sections ── */
.section { padding: 88px 0; }
.section-dark { background: var(--ink); color: #fff; }
.section-muted { background: var(--bg-muted); }
.section-head { text-align: center; max-width: 700px; margin: 0 auto 60px; }
.eyebrow {
  display: inline-block; font-size: 11px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--green); margin-bottom: 12px;
}
.section-dark .eyebrow { color: #6ee89f; }
.section h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(34px, 5vw, 56px);
  margin: 0 0 14px; letter-spacing: .5px; line-height: .98;
}
.section-head p { color: var(--muted); font-size: 17px; margin: 0; line-height: 1.65; }
.section-dark .section-head p { color: #9aabb8; }

/* ── Program Cards ── */
.prog-card {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .2s;
}
.prog-card:hover { box-shadow: var(--shadow-md); }
.prog-featured {
  border-color: var(--gold);
  box-shadow: 0 0 0 1px var(--gold), var(--shadow-md);
}
.prog-left {
  padding: 36px 36px 36px 36px;
  display: flex; flex-direction: column; gap: 12px;
  border-right: 1.5px solid var(--border);
}
.prog-featured .prog-left { border-right-color: var(--gold); }
.prog-right {
  padding: 36px;
  background: var(--bg-muted);
  display: flex; flex-direction: column; gap: 14px;
}
.prog-featured .prog-right { background: var(--gold-bg); }

.prog-badge {
  display: inline-block; font-size: 11px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  padding: 5px 12px; border-radius: 999px; width: fit-content;
}
.badge-blue   { background: #e8f0fe; color: #1a56d6; }
.badge-green  { background: #e6f4ec; color: var(--green-dark); }
.badge-orange { background: #fff3e0; color: #c45000; }
.badge-gold   { background: #fff8e1; color: #8a6200; }

.prog-card h3 { margin: 0; font-size: 26px; font-weight: 800; line-height: 1.15; }
.prog-tagline { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.55; }
.prog-meta-row {
  display: flex; flex-wrap: wrap; gap: 6px 16px;
  font-size: 13px; color: var(--muted); font-weight: 500;
}
.prog-price {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 52px; line-height: 1; color: var(--green); margin: 4px 0 0;
}
.prog-price span { font-family: 'Inter', sans-serif; font-size: 15px; color: var(--muted); font-weight: 500; margin-left: 6px; }
.prog-sub { font-size: 12.5px; color: var(--muted); margin-top: -6px; }
.prog-cta-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 6px; }

.prog-detail-head {
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--green); margin-bottom: 4px;
}
.prog-featured .prog-detail-head { color: #8a6200; }
.prog-details { display: flex; flex-direction: column; gap: 0; }
.prog-details li {
  padding: 9px 0 9px 24px; position: relative;
  font-size: 14.5px; color: var(--ink-2);
  border-bottom: 1px solid var(--border);
  line-height: 1.5;
}
.prog-featured .prog-details li { border-bottom-color: rgba(230,168,0,.2); }
.prog-details li:last-child { border-bottom: none; }
.prog-details li::before {
  content: '✓'; position: absolute; left: 0; top: 9px;
  color: var(--green); font-weight: 700; font-size: 13px;
}
.prog-featured .prog-details li::before { color: var(--gold); }
.prog-note {
  margin-top: auto;
  background: #fff; border-left: 3px solid var(--green);
  padding: 12px 14px; border-radius: 0 8px 8px 0;
  font-size: 13.5px; color: var(--ink-2); line-height: 1.5;
}
.prog-featured .prog-note { border-left-color: var(--gold); background: #fffdf0; }

@media (max-width: 820px) {
  .prog-card { grid-template-columns: 1fr; }
  .prog-left { border-right: none; border-bottom: 1.5px solid var(--border); }
  .prog-featured .prog-left { border-bottom-color: var(--gold); }
  .prog-left { padding: 28px; }
  .prog-right { padding: 28px; }
}

/* ── Pillars ── */
.pillars-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.pillar {
  background: #fff; border: 1.5px solid var(--border); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow-sm);
  transition: transform .2s, box-shadow .2s;
}
.pillar:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.pillar-icon {
  width: 42px; height: 42px; border-radius: 10px;
  background: var(--green); color: #fff;
  display: grid; place-items: center;
  font-family: 'Bebas Neue', sans-serif; font-size: 19px;
  margin-bottom: 16px;
}
.pillar h3 { margin: 0 0 8px; font-size: 18px; font-weight: 700; }
.pillar p { color: var(--muted); margin: 0; font-size: 14.5px; }
@media (max-width: 900px) { .pillars-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .pillars-grid { grid-template-columns: 1fr; } }

/* ── About ── */
.about-grid {
  display: grid; grid-template-columns: minmax(0, 420px) 1fr; gap: 64px; align-items: start;
}
.about-img-wrap {
  position: sticky; top: 88px;
}
.about-img-wrap img {
  width: 100%; aspect-ratio: 3/4; object-fit: cover;
  border-radius: var(--radius); box-shadow: var(--shadow-lg);
}
.about-bio {
  color: #c5d4d0; font-size: 16px; line-height: 1.7; margin: 0 0 18px;
}
.cred-cards { display: flex; flex-direction: column; gap: 14px; margin: 28px 0 32px; }
.cred-card {
  display: flex; align-items: flex-start; gap: 16px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 12px; padding: 18px;
  transition: background .2s;
}
.cred-card:hover { background: rgba(255,255,255,.08); }
.cred-card-icon { font-size: 22px; flex-shrink: 0; margin-top: 2px; }
.cred-card strong { display: block; font-size: 15px; color: #fff; margin-bottom: 3px; }
.cred-card p { margin: 0; font-size: 13.5px; color: #7e9490; line-height: 1.5; }
@media (max-width: 960px) {
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-img-wrap { position: static; }
  .about-img-wrap img { aspect-ratio: 16/9; }
}

/* ── Gallery ── */
.gallery {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
}
.gallery img {
  width: 100%; aspect-ratio: 1/1; object-fit: cover;
  border-radius: var(--radius-sm);
  transition: transform .3s ease, box-shadow .3s ease;
}
.gallery img:hover { transform: scale(1.03); box-shadow: var(--shadow-md); }
@media (max-width: 860px) { .gallery { grid-template-columns: repeat(2, 1fr); } }

/* ── Reviews ── */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review {
  background: #fff; padding: 28px; border-radius: var(--radius);
  border: 1.5px solid var(--border); box-shadow: var(--shadow-sm);
}
.stars { color: var(--gold); font-size: 17px; letter-spacing: 2px; margin-bottom: 14px; }
.review p { margin: 0 0 18px; font-size: 15px; color: var(--ink-2); line-height: 1.65; }
.reviewer { font-size: 13px; color: var(--muted); font-weight: 600; }
@media (max-width: 860px) { .reviews-grid { grid-template-columns: 1fr; } }

/* ── Signup ── */
.signup-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.signup-copy h2 { font-size: clamp(34px, 4.5vw, 52px); }
.signup-copy p { color: #9aabb8; font-size: 15.5px; line-height: 1.7; }
.trust-list { margin-top: 22px; }
.trust-list li { padding: 8px 0; font-size: 15px; color: #c5d4d0; }
.trust-list a { color: var(--gold); }

.signup-form {
  background: #fff; color: var(--ink);
  padding: 36px; border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  min-width: 0; overflow: hidden;
}
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; min-width: 0; }
.field { display: flex; flex-direction: column; margin-bottom: 14px; min-width: 0; }
.field label { font-size: 12.5px; font-weight: 600; margin-bottom: 6px; color: var(--ink-2); text-transform: uppercase; letter-spacing: .5px; }
.field input, .field select, .field textarea {
  font-family: inherit; font-size: 15px; padding: 12px 14px;
  border: 1.5px solid var(--border); border-radius: 10px;
  background: #fff; color: var(--ink);
  transition: border-color .15s, box-shadow .15s;
  width: 100%; min-width: 0;
}
.field input::placeholder, .field textarea::placeholder { color: #b0bab6; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(10,92,54,.12);
}
.field input.error, .field select.error, .field textarea.error {
  border-color: #d94040;
  box-shadow: 0 0 0 3px rgba(217,64,64,.12);
}
.fineprint { font-size: 12px; color: var(--muted); margin-top: 12px; text-align: center; line-height: 1.5; }
.form-success {
  margin-top: 16px; padding: 14px 16px;
  background: #e6f4ec; color: var(--green-dark);
  border-radius: 10px; font-size: 14px; text-align: center;
}
@media (max-width: 960px) {
  .signup-grid { grid-template-columns: 1fr; gap: 40px; }
  .row { grid-template-columns: 1fr; }
  .signup-form { padding: 32px 28px; }
}

/* ── Footer ── */
.footer { background: #080d10; color: #8a9ba6; padding: 60px 0 28px; }
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px;
  padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.07);
  margin-bottom: 20px;
}
.logo-footer .logo-mark { background: var(--green); }
.logo-footer .logo-text { color: #fff; }
.footer-blurb { color: #5a6e78; font-size: 13.5px; margin-top: 12px; line-height: 1.6; }
.footer h4 { color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin: 0 0 14px; }
.footer ul li { padding: 4px 0; font-size: 13.5px; }
.footer a:hover { color: var(--gold); }
.footer-bottom { font-size: 12.5px; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .footer-grid { grid-template-columns: 1fr; } }

/* ───────────────────────────────────────────
   MOBILE OVERRIDES  (≤ 640px)
─────────────────────────────────────────── */
@media (max-width: 640px) {

  /* Global spacing */
  .section { padding: 56px 0; }
  .section-head { margin-bottom: 36px; }
  .section-head p { font-size: 15px; }

  /* Hero */
  .hero { min-height: 100svh; }
  .hero-content { padding: 80px 20px 60px; }
  .hero h1 { font-size: 52px; line-height: .95; margin-bottom: 16px; }
  .lede { font-size: 16px; margin-bottom: 24px; }
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; justify-content: center; }
  .hero-creds { gap: 8px 14px; }
  .hero-creds span { font-size: 12px; }

  /* Credential strip */
  .cred-inner { gap: 12px 0; padding: 0 20px; }
  .cred-sep { display: none; }
  .cred-item { width: 100%; justify-content: flex-start; font-size: 13px; }

  /* Nav */
  .nav-inner { padding: 0 16px; }
  .logo-text { font-size: 14px; }

  /* Program cards */
  .prog-card { margin-bottom: 16px; }
  .prog-left { padding: 22px 20px; gap: 10px; }
  .prog-right { padding: 22px 20px; }
  .prog-card h3 { font-size: 22px; }
  .prog-price { font-size: 44px; }
  .prog-cta-row { flex-direction: column; }
  .prog-cta-row .btn { width: 100%; justify-content: center; }
  .prog-details li { font-size: 14px; }
  .prog-note { font-size: 13px; }

  /* Pillars */
  .pillars-grid { grid-template-columns: 1fr; gap: 14px; }
  .pillar { padding: 22px; }

  /* About */
  .about-grid { gap: 28px; }
  .about-img-wrap img { aspect-ratio: 4/3; }
  .cred-cards { gap: 10px; margin: 20px 0 24px; }
  .cred-card { padding: 14px; gap: 12px; }
  .cred-card-icon { font-size: 20px; }
  .cred-card strong { font-size: 14px; }
  .cred-card p { font-size: 13px; }

  /* Gallery */
  .gallery { grid-template-columns: repeat(2, 1fr); gap: 8px; }

  /* Reviews */
  .reviews-grid { grid-template-columns: 1fr; gap: 14px; }
  .review { padding: 22px; }

  /* Signup */
  .signup-grid { grid-template-columns: 1fr; gap: 36px; }
  .signup-copy h2 { font-size: 38px; }
  .signup-copy p { font-size: 14.5px; }
  .trust-list li { font-size: 14px; padding: 6px 0; }
  .signup-form { padding: 24px 18px; border-radius: 14px; }
  .row { grid-template-columns: 1fr; gap: 0; }
  .field input, .field select, .field textarea { font-size: 16px; /* prevent iOS zoom */ }

  /* Footer */
  .footer { padding: 44px 0 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; padding-bottom: 28px; }
  .footer-bottom { font-size: 12px; }

  /* Container padding */
  .container { padding: 0 18px; }
}
