:root {
  --ink: #17202a;
  --muted: #5e6b78;
  --brand: #0a6d6f;
  --brand-dark: #074e52;
  --accent: #e9542f;
  --gold: #f1b84b;
  --soft: #f4f8f7;
  --line: #dce7e5;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(15, 36, 41, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background: var(--white);
  line-height: 1.55;
}
a { color: inherit; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }

.top-bar {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px clamp(16px, 4vw, 42px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: var(--white);
  background: var(--brand);
  font-size: 13px;
  letter-spacing: 0;
}
.top-actions { display: flex; align-items: center; gap: 12px; }
.phone-link {
  color: var(--brand-dark);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.small-cta, .primary-btn, .secondary-btn, .outline-btn, .form-btn, .sticky-cta button, .sticky-call, .text-btn {
  position: relative;
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 800;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.small-cta, .primary-btn, .form-btn, .sticky-cta button {
  color: var(--white);
  background: var(--accent);
  box-shadow: 0 12px 24px rgba(233, 84, 47, 0.25);
}
.secondary-btn { color: var(--ink); background: var(--gold); }
.outline-btn {
  color: var(--brand-dark);
  background: var(--white);
  border: 1px solid var(--brand);
}
.sticky-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--brand);
}
.small-cta:hover, .primary-btn:hover, .secondary-btn:hover, .outline-btn:hover, .form-btn:hover, .sticky-cta button:hover, .sticky-call:hover, .text-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(15, 36, 41, 0.16);
}
.small-cta::after,
.primary-btn::after,
.secondary-btn::after,
.outline-btn::after,
.form-btn::after,
.sticky-cta button::after,
.sticky-call::after,
.text-btn::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -36px;
  width: 26px;
  height: 160%;
  background: rgba(255, 255, 255, 0.48);
  transform: rotate(18deg) translateX(-54px);
  transition: transform 0.5s ease;
}
.small-cta:hover::after,
.primary-btn:hover::after,
.secondary-btn:hover::after,
.outline-btn:hover::after,
.form-btn:hover::after,
.sticky-cta button:hover::after,
.sticky-call:hover::after,
.text-btn:hover::after {
  transform: rotate(18deg) translateX(260px);
}

.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  padding: 54px 0 76px;
  display: grid;
  align-items: center;
  overflow: hidden;
}
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media {
  background:
    linear-gradient(90deg, rgba(10, 109, 111, 0.92), rgba(10, 109, 111, 0.56) 48%, rgba(23, 32, 42, 0.18)),
    url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1800&q=80") center / cover;
  transform: scale(1.02);
}
.hero-overlay { background: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.28)); }
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 420px);
  gap: 44px;
  align-items: center;
}
.hero-copy { color: var(--white); max-width: 720px; }
.hero-copy > * {
  animation: softRise 0.75s ease both;
}
.hero-copy > *:nth-child(2) { animation-delay: 0.08s; }
.hero-copy > *:nth-child(3) { animation-delay: 0.16s; }
.hero-copy > *:nth-child(4) { animation-delay: 0.24s; }
.hero-copy > *:nth-child(5) { animation-delay: 0.32s; }
.hero-copy > *:nth-child(6) { animation-delay: 0.4s; }
.hero-copy > *:nth-child(7) { animation-delay: 0.48s; }
.eyebrow, .form-kicker {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.hero h1, .section h2, .final-cta h2, .site-footer h2 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: 0;
}
.hero h1 {
  max-width: 760px;
  font-size: clamp(40px, 6vw, 76px);
}
.hero-subtitle {
  margin: 18px 0 0;
  font-size: clamp(19px, 2vw, 26px);
  font-weight: 900;
}
.hero-text, .section-intro { margin: 18px 0 0; font-size: 18px; }
.hero-text { max-width: 660px; color: rgba(255, 255, 255, 0.9); }
.hero-bullets, .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
}
.hero-actions { gap: 14px; margin-top: 28px; }
.hero-bullets span {
  border-radius: 8px;
  padding: 9px 12px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  margin-top: 28px;
}
.trust-row strong { font-size: 28px; color: var(--gold); }

.hook-strip {
  position: relative;
  z-index: 3;
  margin-top: -34px;
  padding-bottom: 42px;
}
.hook-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.hook-card {
  display: grid;
  gap: 6px;
  min-height: 116px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  text-align: left;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 18px 42px rgba(15, 36, 41, 0.14);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.hook-card:hover {
  transform: translateY(-4px);
  border-color: var(--brand);
  box-shadow: 0 24px 52px rgba(15, 36, 41, 0.18);
}
.hook-card strong {
  color: var(--brand-dark);
  font-size: 18px;
}
.hook-card span {
  color: var(--muted);
}

.lead-card, .wide-form, .final-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  animation: softRise 0.75s ease both;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}
.lead-card:hover,
.wide-form:hover,
.final-form:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 68px rgba(15, 36, 41, 0.2);
}
.lead-card { padding: 26px; }
.lead-card h2, .lead-card p { margin: 0; }
.lead-card h2 { font-size: 28px; }
.lead-card > p:not(.form-kicker) { margin-top: 8px; color: var(--muted); }
.lead-form { display: grid; gap: 14px; margin-top: 18px; }
.lead-form label {
  display: grid;
  gap: 6px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}
.lead-form input, .lead-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  color: var(--ink);
  background: var(--white);
  outline: none;
}
.lead-form input:focus, .lead-form select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(10, 109, 111, 0.14);
  transform: translateY(-1px);
}
.form-btn { width: 100%; margin-top: 4px; }
.form-note, .form-message { margin: 0; color: var(--muted); font-size: 13px; }
.form-note a { color: var(--brand-dark); font-weight: 900; }
.form-message.success { color: var(--brand-dark); font-weight: 800; }
.form-message.error { color: #b3261e; font-weight: 800; }

.section { padding: 86px 0; }
.section {
  animation: sectionFade 0.8s ease both;
  animation-timeline: view();
  animation-range: entry 0% cover 24%;
}
.section h2, .final-cta h2 { font-size: clamp(32px, 4vw, 52px); }
.section-intro, .section-heading p, .final-cta p { color: var(--muted); }
.two-column, .form-band-grid, .final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
}
.pain, .benefits, .proof, .audience, .process, .faq { background: var(--soft); }
.pain-list { display: grid; gap: 12px; }
.pain-list div, .feature-panel, .benefit-grid div, .stats div, blockquote {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}
.pain-list div:hover,
.feature-panel:hover,
.benefit-grid div:hover,
.stats div:hover,
blockquote:hover,
.path-card:hover,
.step-grid div:hover,
.faq-list details:hover {
  transform: translateY(-6px);
  border-color: rgba(10, 109, 111, 0.34);
  box-shadow: 0 18px 42px rgba(15, 36, 41, 0.12);
}
.pain-list div { padding: 16px 18px; font-weight: 800; }
.feature-panel { padding: 30px; box-shadow: var(--shadow); }
.feature-panel h3 { margin: 0 0 10px; font-size: 28px; }
.feature-panel p, .university-card p, .university-card dd, .benefit-grid span { color: var(--muted); }
.feature-panel ul, .final-cta ul { margin: 18px 0 0; padding-left: 20px; }
.feature-panel li, .final-cta li { margin: 8px 0; }

.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.section-heading h2 { margin-bottom: 12px; }
.path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.path-card {
  display: grid;
  gap: 14px;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(15, 36, 41, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}
.path-card h3,
.path-card p {
  margin: 0;
}
.path-card h3 {
  font-size: 26px;
}
.path-card p {
  color: var(--muted);
}
.path-tag {
  width: fit-content;
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--brand-dark);
  background: #e5f3ef;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.text-btn {
  justify-self: start;
  color: var(--brand-dark);
  background: #fff4dc;
}

.budget-finder {
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(7, 78, 82, 0.96), rgba(10, 109, 111, 0.9)),
    url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=1600&q=80") center / cover;
}
.budget-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
}
.budget-finder h2 {
  margin: 0;
}
.budget-finder p {
  color: rgba(255, 255, 255, 0.86);
}
.budget-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.budget-options button,
.chip-grid button {
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  padding: 14px;
  color: var(--ink);
  background: var(--white);
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
  transition: transform 0.2s ease, background 0.2s ease;
}
.budget-options button:hover,
.chip-grid button:hover {
  transform: translateY(-2px);
  background: var(--gold);
}
.university-grid, .benefit-grid, .testimonial-grid {
  display: grid;
  gap: 18px;
}
.university-grid {
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}
.benefit-grid, .testimonial-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.university-card {
  position: relative;
  display: grid;
  gap: 16px;
  grid-template-rows: auto 1fr auto auto;
  min-height: 100%;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(15, 36, 41, 0.08);
  overflow: hidden;
  animation: cardRise 0.7s ease both;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.university-card:nth-child(2) { animation-delay: 0.06s; }
.university-card:nth-child(3) { animation-delay: 0.12s; }
.university-card:nth-child(4) { animation-delay: 0.18s; }
.university-card:nth-child(5) { animation-delay: 0.24s; }
.university-card:nth-child(6) { animation-delay: 0.3s; }
.university-card:nth-child(7) { animation-delay: 0.36s; }
.university-card:nth-child(8) { animation-delay: 0.42s; }
.university-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.72) 42%, transparent 60%);
  transform: translateX(-130%);
  transition: transform 0.7s ease;
}
.university-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--gold), var(--accent));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.university-card:hover {
  transform: translateY(-8px);
  border-color: rgba(10, 109, 111, 0.44);
  box-shadow: 0 26px 58px rgba(15, 36, 41, 0.16);
}
.university-card:hover::before {
  transform: translateX(130%);
}
.university-card:hover::after {
  transform: scaleX(1);
}
.university-card h3, .university-card p { margin: 0; }
.university-title {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 68px;
}
.university-title img,
.logo-badge {
  display: block;
  width: 82px;
  min-width: 82px;
  max-width: 82px;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 4px;
  background: var(--white);
  object-fit: contain;
  object-position: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.university-card:hover .university-title img,
.university-card:hover .logo-badge {
  transform: scale(1.08) rotate(-2deg);
  box-shadow: 0 10px 20px rgba(15, 36, 41, 0.12);
}
.university-title h3 {
  line-height: 1.22;
  overflow-wrap: anywhere;
}
.logo-badge {
  display: grid;
  place-items: center;
  color: var(--brand-dark);
  background: var(--gold);
  border-color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  font-weight: 900;
}
.university-card dl { display: grid; gap: 10px; margin: 0; }
.university-card dl div {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  border-top: 1px solid var(--line);
  padding-top: 10px;
}
.university-card dt { font-weight: 900; }
.university-card dd {
  margin: 0;
  text-align: right;
  overflow-wrap: normal;
}
.many-more-card {
  color: var(--white);
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  isolation: isolate;
}
.many-more-card::before {
  background: linear-gradient(120deg, transparent 0%, rgba(241, 184, 75, 0.28) 42%, transparent 60%);
}
.many-more-card p,
.many-more-card dd {
  color: rgba(255, 255, 255, 0.82);
}
.many-more-card dl div {
  border-top-color: rgba(255, 255, 255, 0.22);
}
.many-more-card .outline-btn {
  color: var(--ink);
  background: var(--gold);
  border-color: var(--gold);
}
.university-card .outline-btn {
  position: relative;
  overflow: hidden;
}
.university-card .outline-btn::after {
  content: "";
  position: absolute;
  top: -20%;
  left: -30%;
  width: 32px;
  height: 140%;
  background: rgba(255, 255, 255, 0.55);
  transform: rotate(18deg) translateX(-70px);
  transition: transform 0.45s ease;
}
.university-card:hover .outline-btn::after {
  transform: rotate(18deg) translateX(260px);
}

@keyframes cardRise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes softRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sectionFade {
  from {
    opacity: 0.2;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatPulse {
  0%, 100% {
    transform: translateY(0);
    box-shadow: 0 16px 34px rgba(31, 174, 97, 0.34);
  }
  50% {
    transform: translateY(-5px);
    box-shadow: 0 22px 42px rgba(31, 174, 97, 0.44);
  }
}

@keyframes modalPop {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes chipFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
.benefit-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.benefit-grid div { display: grid; gap: 8px; padding: 22px; }
.benefit-grid strong { color: var(--brand-dark); font-size: 20px; }

.step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.step-grid div {
  position: relative;
  min-height: 210px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--white);
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}
.step-grid div::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -36px;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  background: rgba(241, 184, 75, 0.18);
}
.step-grid span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  color: var(--white);
  background: var(--brand);
  font-weight: 900;
  transition: transform 0.24s ease;
}
.step-grid div:hover span {
  transform: scale(1.08) rotate(-3deg);
}
.step-grid strong {
  display: block;
  margin-top: 22px;
  font-size: 20px;
}
.step-grid p {
  margin: 10px 0 0;
  color: var(--muted);
}

.specializations {
  background:
    radial-gradient(circle at 12% 18%, rgba(247, 185, 65, 0.16), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #f4faf8 100%);
}
.specialization-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 40px;
  align-items: start;
}
.specialization-grid h2 {
  margin: 0;
}
.specialization-grid p {
  color: var(--muted);
}
.chip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.chip-grid button {
  position: relative;
  min-height: 58px;
  overflow: hidden;
  color: var(--brand-dark);
  background: rgba(255, 255, 255, 0.86);
  border-color: var(--line);
  box-shadow: 0 10px 28px rgba(15, 36, 41, 0.08);
  animation: chipFloat 5s ease-in-out infinite;
}
.chip-grid button:nth-child(2n) {
  animation-delay: 0.35s;
}
.chip-grid button:nth-child(3n) {
  animation-delay: 0.7s;
}
.chip-grid button::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--gold);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.25s ease;
}
.chip-grid button:hover {
  color: var(--ink);
  transform: translateY(-5px);
  animation-play-state: paused;
  box-shadow: 0 18px 34px rgba(15, 36, 41, 0.16);
}
.chip-grid button:hover::before {
  transform: scaleY(1);
}

.form-band {
  color: var(--white);
  background: var(--brand-dark);
}
.form-band .eyebrow, .urgency .eyebrow { color: var(--gold); }
.form-band p, .urgency p { color: rgba(255, 255, 255, 0.86); }
.wide-form, .final-form { padding: 24px; }
.wide-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wide-form .form-btn, .wide-form .form-message { grid-column: 1 / -1; }
.callout {
  display: inline-block;
  margin-top: 22px;
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--gold);
  font-weight: 900;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
.stats div { padding: 22px; text-align: center; }
.stats strong { display: block; color: var(--brand-dark); font-size: 32px; }
.stats span { color: var(--muted); }
.testimonial-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
blockquote { margin: 0; padding: 24px; }
blockquote p { margin: 0 0 18px; color: var(--ink); }
blockquote cite { color: var(--brand-dark); font-style: normal; font-weight: 900; }

.urgency {
  background:
    linear-gradient(90deg, rgba(7, 78, 82, 0.94), rgba(7, 78, 82, 0.86)),
    url("https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1600&q=80") center / cover;
  color: var(--white);
}
.urgency-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr auto;
  gap: 28px;
  align-items: center;
}
.urgency-list { display: grid; gap: 10px; }
.urgency-list span {
  border-radius: 8px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 42px;
  align-items: start;
}
.faq-list {
  display: grid;
  gap: 12px;
}
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 20px;
  background: var(--white);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}
.faq-list summary {
  cursor: pointer;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}
.faq-list p {
  margin: 12px 0 0;
  color: var(--muted);
}

.final-cta { background: var(--white); }
.final-form h3 { margin: 0; font-size: 24px; }
.site-footer {
  padding: 52px 0 100px;
  color: rgba(255, 255, 255, 0.86);
  background: #142225;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 1.1fr;
  gap: 34px;
}
.site-footer h2, .site-footer h3 { color: var(--white); }
.site-footer a {
  display: block;
  margin: 8px 0;
  color: var(--gold);
  font-weight: 800;
  text-decoration: none;
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(860px, calc(100% - 36px));
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 10px;
  color: var(--white);
  background: rgba(20, 34, 37, 0.96);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}
.sticky-cta span { font-weight: 800; }

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(10, 20, 24, 0.72);
}
.modal-backdrop.is-open {
  display: flex;
}
.modal-dialog {
  position: relative;
  width: min(480px, 100%);
  max-height: min(760px, calc(100vh - 36px));
  overflow-y: auto;
  border-radius: 8px;
  padding: 28px;
  background: var(--white);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  animation: modalPop 0.28s ease both;
}
.modal-dialog h2 {
  margin: 0;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.08;
}
.modal-copy {
  margin: 10px 0 0;
  color: var(--muted);
}
.modal-copy a {
  color: var(--brand-dark);
  font-weight: 900;
}
.modal-hooks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}
.modal-hooks span {
  border: 1px solid rgba(0, 84, 78, 0.16);
  border-radius: 8px;
  padding: 10px;
  color: var(--brand-dark);
  background: var(--soft);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}
.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  font-size: 28px;
  line-height: 1;
}
.modal-form {
  margin-top: 18px;
}
body.modal-open {
  overflow: hidden;
}

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-grid, .two-column, .form-band-grid, .final-grid, .urgency-inner, .footer-grid, .budget-grid, .specialization-grid, .faq-grid {
    grid-template-columns: 1fr;
  }
  .hook-grid, .university-grid, .benefit-grid, .stats, .testimonial-grid, .step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .path-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .top-bar { align-items: flex-start; min-height: auto; }
  .brand span:last-child { max-width: 190px; overflow-wrap: anywhere; }
  .top-actions { flex-direction: column; align-items: flex-end; gap: 8px; }
  .phone-link { font-size: 14px; }
  .small-cta { min-height: 40px; padding: 8px 12px; }
  .hero { padding: 36px 0 60px; }
  .hero-grid { gap: 28px; }
  .hero h1 { font-size: clamp(38px, 12vw, 52px); }
  .hero-actions, .hero-bullets { display: grid; }
  .hero-actions button, .primary-btn, .secondary-btn { width: 100%; }
  .section { padding: 62px 0; }
  .lead-card, .wide-form, .final-form, .feature-panel, .university-card, .benefit-grid div, blockquote { padding: 20px; }
  .modal-dialog { padding: 22px; }
  .modal-hooks { grid-template-columns: 1fr; }
  .hook-grid, .university-grid, .benefit-grid, .stats, .testimonial-grid, .wide-form, .budget-options, .step-grid, .chip-grid { grid-template-columns: 1fr; }
  .wide-form .form-btn, .wide-form .form-message { grid-column: auto; }
  .sticky-cta { justify-content: stretch; }
  .sticky-cta span { display: none; }
  .sticky-cta a, .sticky-cta button { flex: 1; min-width: 0; }
}

@media (max-width: 420px) {
  .container { width: min(100% - 24px, 1160px); }
  .brand-mark { width: 38px; height: 38px; }
  .brand span:last-child { max-width: 150px; font-size: 13px; }
  .hero h1 { font-size: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
