:root {
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #16abc9;
  --navy-950: #0c3024;
  --navy-900: #146c43;
  --navy-800: #198754;
  --navy-700: #20c997;
  --blue-500: #16abc9;
  --gold-400: #20c997;
  --gold-300: #88e6da;
  --white: #ffffff;
  --ink-900: #163b31;
  --ink-700: #4c6d63;
  --ink-500: #6b8b82;
  --line: rgba(25, 135, 84, 0.14);
  --glass: rgba(255, 255, 255, 0.78);
  --surface: #f4fcf8;
  --surface-2: #eaf8f3;
  --shadow-lg: 0 30px 80px rgba(18, 96, 68, 0.16);
  --shadow-md: 0 18px 40px rgba(18, 96, 68, 0.12);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  color: var(--ink-900);
  background: linear-gradient(180deg, #fcfffd 0%, #f2fbf7 42%, #eefbfe 100%);
  line-height: 1.6;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.page-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 10%, rgba(32, 201, 151, 0.14), transparent 30%),
    radial-gradient(circle at 80% 14%, rgba(25, 135, 84, 0.16), transparent 24%),
    radial-gradient(circle at 70% 70%, rgba(22, 171, 201, 0.1), transparent 22%);
  z-index: -1;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin-inline: auto;
}

.narrow { width: min(calc(100% - 32px), 900px); }
.section { padding: 96px 0; position: relative; }
.section-tinted { background: linear-gradient(180deg, rgba(25, 135, 84, 0.04), rgba(32, 201, 151, 0.08)); }
.section-brand { padding-top: 40px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(18px);
  background: var(--glass);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  color: var(--navy-900);
}

.brand img { height: 38px; width: auto; }
.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--ink-700);
  font-size: 0.96rem;
}
.main-nav a:hover, .footer-links a:hover { color: var(--navy-800); }

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
  border: 1px solid transparent;
}
.btn:hover { transform: translateY(-2px); }
.btn-sm { padding: 11px 16px; font-size: 0.92rem; }
.btn-primary {
  background: linear-gradient(135deg, var(--bs-green), var(--bs-cyan));
  color: var(--white);
  box-shadow: 0 16px 36px rgba(22, 171, 201, 0.24);
}
.btn-primary:hover { box-shadow: 0 22px 44px rgba(25, 135, 84, 0.28); }
.btn-secondary {
  background: rgba(255,255,255,0.72);
  border-color: var(--line);
  color: var(--navy-900);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.88);
  padding: 10px;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  height: 2px;
  border-radius: 999px;
  background: var(--navy-900);
  margin: 5px 0;
}
.mobile-menu {
  display: none;
  padding: 0 16px 18px;
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,0.96);
}
.mobile-menu a {
  display: block;
  padding: 12px 0;
  color: var(--ink-700);
  border-bottom: 1px solid rgba(25, 135, 84, 0.08);
}
.mobile-menu .mobile-cta {
  display: flex;
  width: 100%;
  margin-top: 16px;
  padding: 14px 18px;
  align-items: center;
  justify-content: center;
  border-bottom: 0;
  color: var(--white);
  text-align: center;
}
.mobile-menu.open { display: block; }

.hero {
  padding-top: 72px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 18px 0 auto;
  width: min(540px, 46vw);
  height: 540px;
  right: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(32, 201, 151, 0.16) 0%, rgba(22, 171, 201, 0.12) 42%, transparent 72%);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 54px;
  align-items: center;
}
.hero-copy {
  position: relative;
  z-index: 1;
}
.hero-copy h1,
.section-heading h2,
.cta-panel h2,
.instructor-copy h2,
.brand-panel h2 {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.02em;
  line-height: 0.98;
}
.hero-copy h1 {
  font-size: clamp(2.25rem, 4.8vw, 4.5rem);
  margin: 0 0 18px;
  color: var(--navy-950);
  max-width: 100%;
}
.hero-title-main,
.hero-title-accent {
  display: block;
}
.hero-title-main {
  white-space: nowrap;
}
.hero-title-accent {
  width: fit-content;
  color: var(--navy-900);
  background: linear-gradient(135deg, rgba(32, 201, 151, 0.24), rgba(22, 171, 201, 0.18));
  padding: 0.04em 0.26em 0.08em;
  border-radius: 0.28em;
  box-decoration-break: clone;
}
.hero-subtitle {
  font-size: clamp(1.16rem, 2vw, 1.42rem);
  font-weight: 600;
  color: var(--ink-900);
  max-width: 640px;
}
.eyebrow {
  display: inline-block;
  margin: 0 0 8px;
  color: var(--navy-700);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 800;
}
.hero-points {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  max-width: 620px;
}
.hero-points li {
  position: relative;
  padding: 12px 14px 12px 48px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(25, 135, 84, 0.1);
  color: var(--ink-900);
  box-shadow: 0 10px 24px rgba(18, 96, 68, 0.08);
}
.hero-points li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translateY(-50%);
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.95) 0 24%, transparent 26%),
    linear-gradient(135deg, var(--bs-green), var(--bs-cyan));
  box-shadow: 0 8px 16px rgba(25, 135, 84, 0.2);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.hero-price {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(18, 96, 68, 0.08);
}
.hero-price-current {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  color: var(--navy-900);
}
.hero-price-original {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink-500);
}
.hero-microcopy {
  margin: 14px 0 0;
  color: var(--ink-700);
  font-size: 0.96rem;
}
.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.trust-badges span,
.audience-grid span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.78);
  border: 1px solid var(--line);
  color: var(--ink-900);
  font-weight: 600;
}

.visual-card,
.feature-card,
.outcome-card,
.curriculum-card,
.requirements-list article,
.brand-panel,
.instructor-card,
.cta-panel,
.faq-item {
  background: rgba(255,255,255,0.78);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}

.hero-frame {
  position: relative;
  padding: 18px;
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(255,255,255,0.72), rgba(234,248,243,0.88));
  border: 1px solid rgba(25, 135, 84, 0.12);
  box-shadow: var(--shadow-lg);
}
.hero-frame::before {
  content: "";
  position: absolute;
  inset: -12px 32px auto auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22, 171, 201, 0.18), transparent 70%);
  pointer-events: none;
}
.visual-card {
  border-radius: 30px;
  overflow: hidden;
  min-height: 560px;
  position: relative;
}
.card-glow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(25,135,84,0.08));
  pointer-events: none;
}
.visual-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.hero-visual-overlay {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(12, 48, 36, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  color: var(--white);
  box-shadow: 0 16px 38px rgba(7, 34, 26, 0.24);
}
.hero-visual-overlay p {
  margin: 0 0 10px;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78);
  font-weight: 800;
}
.hero-visual-overlay ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.hero-visual-overlay li {
  position: relative;
  padding-left: 18px;
  font-weight: 600;
  line-height: 1.45;
}
.hero-visual-overlay li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bs-teal), #d8fffa);
}
.visual-placeholder,
.instructor-media .visual-placeholder {
  min-height: inherit;
  height: 100%;
  place-items: center;
  text-align: center;
  padding: 30px;
  background: linear-gradient(135deg, rgba(20,108,67,0.94), rgba(22,171,201,0.9));
  color: white;
}
.placeholder-label {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background: rgba(255,255,255,0.12);
  margin-bottom: 12px;
}
.visual-placeholder h3 { margin: 0 0 10px; font-size: 2rem; }
.visual-placeholder p { margin: 0; color: rgba(255,255,255,0.82); }
.visual-placeholder code { color: var(--gold-300); }

.floating-note {
  position: absolute;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(10px);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  font-weight: 700;
  color: var(--navy-900);
}
.note-top { top: 24px; left: -24px; }
.note-bottom { right: -18px; bottom: 30px; }

.section-heading { margin-bottom: 34px; }
.section-heading.centered { max-width: 820px; text-align: center; margin-inline: auto; margin-bottom: 40px; }
.section-heading h2,
.cta-panel h2,
.instructor-copy h2,
.brand-panel h2 {
  font-size: clamp(2.2rem, 4.2vw, 3.8rem);
  margin: 0 0 16px;
  color: var(--navy-950);
}
.section-heading p:last-child,
.instructor-copy p:last-child,
.brand-panel p:last-child,
.cta-panel p:last-child { color: var(--ink-700); }

.grid.four-col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.feature-card,
.outcome-card,
.curriculum-card,
.requirements-list article,
.brand-panel,
.instructor-card,
.cta-panel,
.faq-item { border-radius: var(--radius-lg); }
.feature-card {
  padding: 26px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.feature-card:hover,
.outcome-card:hover,
.curriculum-card:hover,
.requirements-list article:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.icon-wrap {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--bs-green), var(--bs-cyan));
  color: white;
  font-weight: 800;
  margin-bottom: 20px;
}
.feature-card h3 { margin: 0 0 10px; font-size: 1.12rem; color: var(--navy-900); }
.feature-card p { margin: 0; color: var(--ink-700); }

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.outcome-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 22px;
}
.outcome-card span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 10px;
  flex: 0 0 auto;
  background: linear-gradient(135deg, var(--gold-400), var(--blue-500));
}
.outcome-card p { margin: 0; font-weight: 600; color: var(--ink-900); }

.curriculum-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.curriculum-card { padding: 28px; }
.curriculum-head p {
  margin: 0 0 8px;
  color: var(--navy-700);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
}
.curriculum-head h3 { margin: 0 0 18px; font-size: 1.4rem; color: var(--navy-900); }
.curriculum-card ul { margin: 0; padding-left: 20px; color: var(--ink-700); }
.curriculum-card li + li { margin-top: 12px; }

.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  align-items: center;
}
.audience-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.requirements-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  align-items: start;
}
.requirements-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.requirements-list article { padding: 24px; }
.requirements-list strong { display: block; margin-bottom: 8px; color: var(--navy-900); }
.requirements-list p { margin: 0; color: var(--ink-700); }

.brand-panel,
.instructor-card {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 28px;
  align-items: center;
  padding: 34px;
}
.brand-logo-wrap {
  display: grid;
  place-items: center;
  min-height: 180px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(20,108,67,0.96), rgba(22,171,201,0.92));
}
.brand-logo-wrap img {
  width: min(80%, 180px);
  filter: brightness(0) invert(1);
}

.instructor-media {
  min-height: 360px;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(20,108,67,0.96), rgba(22,171,201,0.92));
}
.instructor-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.certificate-layout {
  display: grid;
  grid-template-columns: 0.98fr 1.02fr;
  gap: 30px;
  align-items: center;
}
.certificate-copy .section-heading {
  margin-bottom: 24px;
}
.takeaways-list {
  display: grid;
  gap: 16px;
  max-width: 560px;
}
.takeaway-item,
.certificate-card {
  background: rgba(255,255,255,0.82);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}
.takeaway-item {
  padding: 22px 22px 22px 24px;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
}
.takeaway-item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--bs-green), var(--bs-cyan));
}
.takeaway-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--navy-900);
  font-size: 1.02rem;
}
.takeaway-item p {
  margin: 0;
  color: var(--ink-700);
}
.certificate-preview {
  position: relative;
}
.certificate-card {
  position: relative;
  padding: 18px;
  border-radius: 32px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(22, 171, 201, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(240,251,246,0.96));
}
.certificate-badge {
  position: absolute;
  left: 28px;
  top: 28px;
  z-index: 2;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(12, 48, 36, 0.76);
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.14);
}
.certificate-glow {
  position: absolute;
  width: 220px;
  height: 220px;
  right: -40px;
  top: -40px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(32, 201, 151, 0.22), transparent 68%);
  pointer-events: none;
}
.certificate-image-frame {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(25, 135, 84, 0.12);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.9), rgba(248,253,250,0.96));
  min-height: 100%;
  box-shadow: 0 18px 44px rgba(18, 96, 68, 0.12);
}
.certificate-image-frame img {
  width: 100%;
  height: auto;
  display: block;
}

.faq-list { display: grid; gap: 14px; }
.faq-item { overflow: hidden; }
.faq-question {
  width: 100%;
  text-align: left;
  padding: 22px 24px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
  color: var(--navy-900);
  position: relative;
}
.faq-question::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: var(--navy-700);
}
.faq-item.active .faq-question::after { content: "–"; }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}
.faq-answer p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--ink-700);
}

.final-cta { padding-top: 40px; }
.cta-panel {
  text-align: center;
  padding: 54px 32px;
  background: linear-gradient(135deg, rgba(20,108,67,0.98), rgba(22,171,201,0.94));
  color: white;
}
.cta-panel h2,
.cta-panel p,
.cta-panel .eyebrow { color: white; }
.cta-panel p:last-child,
.cta-panel > p:not(.eyebrow) { color: rgba(255,255,255,0.84); }
.centered-actions { justify-content: center; }
.cta-panel .btn-secondary {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.18);
  color: white;
}

.site-footer {
  padding: 26px 0 40px;
  border-top: 1px solid var(--line);
}
.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer-brand img { height: 34px; }
.footer-course { margin: 10px 0 4px; font-weight: 700; color: var(--navy-900); }
.footer-note { margin: 0; color: var(--ink-500); }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: var(--ink-700);
}
.footer-links a[data-open-privacy-modal],
.footer-links a[data-open-terms-modal],
.footer-links a[data-open-contact-modal] {
  cursor: pointer;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(12, 48, 36, 0.5);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 2000;
}
.modal-backdrop.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal-backdrop-full {
  place-items: stretch;
  padding: 16px;
}
.modal-open {
  overflow: hidden;
}
.enroll-modal {
  position: relative;
  width: min(100%, 640px);
  max-height: min(88vh, 760px);
  overflow: auto;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(22, 171, 201, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,0.99), rgba(240,251,246,0.98));
  border: 1px solid rgba(25, 135, 84, 0.12);
  box-shadow: 0 40px 120px rgba(7, 34, 26, 0.26);
}
.enroll-modal-content {
  padding: 18px;
}
.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(25, 135, 84, 0.14);
  background: rgba(255,255,255,0.96);
  color: var(--navy-900);
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(18, 96, 68, 0.1);
}
.policy-modal {
  position: relative;
  width: min(1280px, 100%);
  height: 100%;
  max-height: calc(100vh - 32px);
  border-radius: 32px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(22, 171, 201, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,0.99), rgba(240,251,246,0.98));
  border: 1px solid rgba(25, 135, 84, 0.12);
  box-shadow: 0 40px 120px rgba(7, 34, 26, 0.26);
  display: flex;
  flex-direction: column;
}
.policy-modal-header {
  padding: 28px 34px 24px;
  background: linear-gradient(135deg, rgba(20,108,67,0.98), rgba(22,171,201,0.92));
  color: var(--white);
}
.policy-modal-header h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 0.96;
  color: var(--white);
}
.policy-effective {
  margin: 10px 0 0;
  color: rgba(255,255,255,0.82);
  font-weight: 600;
}
.policy-modal-body {
  overflow: auto;
  padding: 28px 34px 36px;
}
.policy-intro {
  padding: 22px 24px;
  border-radius: 24px;
  background: rgba(255,255,255,0.84);
  border: 1px solid rgba(25, 135, 84, 0.1);
  box-shadow: var(--shadow-md);
}
.policy-intro p {
  margin: 0;
  color: var(--ink-700);
}
.policy-intro p + p {
  margin-top: 14px;
}
.policy-section {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(25, 135, 84, 0.1);
}
.policy-section h3 {
  margin: 0 0 10px;
  color: var(--navy-950);
  font-size: 1.2rem;
}
.policy-section p {
  margin: 0;
  color: var(--ink-700);
}
.policy-section p + p {
  margin-top: 12px;
}
.policy-list {
  margin: 12px 0 0;
  padding-left: 22px;
  color: var(--ink-700);
}
.policy-list li + li {
  margin-top: 8px;
}
.policy-section a {
  color: var(--navy-900);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.policy-summary {
  margin-top: 28px;
  padding: 22px 24px;
  border: 1px solid rgba(25, 135, 84, 0.12);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(32, 201, 151, 0.08), rgba(22, 171, 201, 0.08));
}
.policy-summary h3 {
  margin-bottom: 8px;
}
.contact-modal .policy-modal-body {
  display: flex;
  align-items: center;
}
.contact-card {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 28px;
  border-radius: 28px;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(25, 135, 84, 0.12);
  box-shadow: var(--shadow-md);
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}
.contact-block h3 {
  margin: 0 0 8px;
  color: var(--navy-950);
  font-size: 1.05rem;
}
.contact-block p {
  margin: 0;
  color: var(--ink-700);
}
.contact-block p + p {
  margin-top: 8px;
}
.contact-block a {
  color: var(--navy-900);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.modal-header-panel {
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(20,108,67,0.98), rgba(22,171,201,0.9));
  color: var(--white);
  box-shadow: 0 18px 42px rgba(18, 96, 68, 0.18);
}
.modal-eyebrow {
  margin: 0 0 10px;
  color: rgba(255,255,255,0.78);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 800;
}
.enroll-modal h2 {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.98;
  color: var(--white);
}
.modal-form-shell {
  margin-top: 14px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(25, 135, 84, 0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}
.enroll-form {
  display: grid;
  gap: 18px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.form-field {
  display: grid;
  gap: 9px;
}
.form-field span {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy-900);
  letter-spacing: 0.01em;
}
.form-field input {
  width: 100%;
  min-height: 58px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(25, 135, 84, 0.14);
  background: linear-gradient(180deg, rgba(255,255,255,1), rgba(248,253,250,0.98));
  color: var(--ink-900);
  outline: none;
  box-shadow: 0 8px 20px rgba(18, 96, 68, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.form-field input::placeholder {
  color: #86a096;
}
.form-field input:focus {
  border-color: rgba(22, 171, 201, 0.72);
  box-shadow: 0 0 0 4px rgba(22, 171, 201, 0.12), 0 14px 30px rgba(18, 96, 68, 0.1);
  transform: translateY(-1px);
}
.form-submit {
  width: 100%;
  min-height: 58px;
  margin-top: 2px;
  gap: 10px;
  font-size: 1rem;
  box-shadow: 0 22px 44px rgba(25, 135, 84, 0.2);
}
.submit-spinner {
  display: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.32);
  border-top-color: rgba(255,255,255,0.96);
  animation: spin 0.8s linear infinite;
}
.enroll-form.is-submitting .form-submit {
  pointer-events: none;
  opacity: 0.92;
}
.enroll-form.is-submitting .submit-spinner {
  display: inline-block;
}
.enroll-form.is-submitting .submit-label {
  opacity: 0.96;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .grid.four-col,
  .outcomes-grid,
  .curriculum-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-grid,
  .split-section,
  .requirements-wrap,
  .certificate-layout,
  .brand-panel,
  .instructor-card { grid-template-columns: 1fr; }
  .note-top { left: 12px; }
  .note-bottom { right: 12px; }
}

@media (max-width: 860px) {
  .main-nav,
  .header-actions .btn { display: none; }
  .menu-toggle { display: inline-block; }
  .section { padding: 76px 0; }
  .hero { padding-top: 44px; }
  .requirements-list,
  .grid.four-col,
  .outcomes-grid,
  .curriculum-grid { grid-template-columns: 1fr; }
  .hero-frame { padding: 14px; }
  .hero-visual-overlay {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
  .visual-card { min-height: 420px; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 540px) {
  .container { width: min(calc(100% - 22px), var(--container)); }
  .header-inner { min-height: 72px; }
  .brand img { height: 34px; }
  .hero-copy h1 { font-size: 2rem; }
  .hero-title-main { white-space: normal; }
  .hero-points li { padding: 11px 12px 11px 44px; }
  .hero-price {
    width: 100%;
    justify-content: center;
  }
  .hero-visual-overlay { padding: 16px; }
  .section-heading h2,
  .cta-panel h2,
  .instructor-copy h2,
  .brand-panel h2 { font-size: 2.35rem; }
  .feature-card,
  .curriculum-card,
  .cta-panel,
  .brand-panel,
  .instructor-card { padding: 22px; }
  .floating-note { font-size: 0.88rem; padding: 10px 12px; }
  .modal-backdrop { padding: 0; }
  .enroll-modal {
    width: 100%;
    height: 100%;
    max-height: none;
    border-radius: 0;
  }
  .enroll-modal-content {
    min-height: 100%;
    padding: 60px 14px 18px;
  }
  .modal-close {
    top: 14px;
    right: 14px;
  }
  .modal-backdrop-full {
    padding: 0;
  }
  .policy-modal {
    width: 100%;
    max-height: none;
    border-radius: 0;
  }
  .policy-modal-header,
  .policy-modal-body {
    padding-left: 18px;
    padding-right: 18px;
  }
  .policy-modal-header {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .policy-modal-body {
    padding-bottom: 28px;
  }
  .contact-card {
    padding: 22px 18px;
    border-radius: 22px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .modal-header-panel,
  .modal-form-shell {
    border-radius: 22px;
  }
  .modal-header-panel,
  .modal-form-shell {
    padding: 18px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .form-field input {
    min-height: 56px;
    padding: 15px 16px;
  }
}
