:root {
  --pink: #d6b7b5;
  --pink-light: #f5ebe9;
  --pink-soft: #fbf6f5;
  --navy: #405361;
  --navy-dark: #273844;
  --ink: #243541;
  --muted: #667784;
  --white: #ffffff;
  --line: #eadbd9;
  --shadow: 0 18px 50px rgba(64, 83, 97, 0.14);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--pink-soft);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(214, 183, 181, 0.55);
  backdrop-filter: blur(14px);
}

.brand img {
  width: 180px;
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 700;
}

.site-nav a,
.inline-link,
.footer-inner a,
.contact-card a {
  text-decoration-color: rgba(64, 83, 97, 0.35);
  text-underline-offset: 4px;
}

.site-nav a:hover,
.inline-link:hover,
.footer-inner a:hover,
.contact-card a:hover {
  text-decoration-color: currentColor;
}

.header-action {
  padding: 12px 18px;
  border: 1px solid var(--navy);
  border-radius: 6px;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: min(720px, calc(100svh - 78px));
  display: flex;
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(39, 56, 68, 0.94) 0%, rgba(39, 56, 68, 0.83) 39%, rgba(39, 56, 68, 0.34) 68%, rgba(39, 56, 68, 0.08) 100%),
    url("assets/clinic-consultation-hero.png") center / cover no-repeat;
}

.bbc-corner-badge {
  --bbc-peel-size: clamp(136px, 19vw, 222px);
  --bbc-peel-pad: clamp(10px, 1.6vw, 18px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  display: block;
  width: var(--bbc-peel-size);
  height: var(--bbc-peel-size);
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111111;
  text-decoration: none;
  transform: none;
}

.bbc-corner-badge::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 42%;
  height: 42%;
  background: linear-gradient(135deg, #ffffff 0%, var(--pink-light) 58%, #c9a6a3 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  box-shadow: -10px 12px 18px rgba(39, 56, 68, 0.18);
}

.bbc-corner-badge::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0 49%, rgba(242, 226, 224, 0.98) 68%, rgba(214, 183, 181, 0.98) 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  filter: drop-shadow(-16px 20px 30px rgba(17, 17, 17, 0.24));
}

.bbc-badge-copy {
  position: absolute;
  top: clamp(15px, 2vw, 25px);
  right: var(--bbc-peel-pad);
  z-index: 2;
  padding: 5px 8px;
  border: 1px solid rgba(64, 83, 97, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--navy);
  font-size: clamp(0.52rem, 0.9vw, 0.78rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.1;
  box-shadow: 0 8px 18px rgba(39, 56, 68, 0.1);
  text-transform: uppercase;
  white-space: nowrap;
}

.bbc-wordmark {
  position: absolute;
  top: clamp(43px, 5vw, 66px);
  right: var(--bbc-peel-pad);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: clamp(2px, 0.45vw, 5px);
  padding: clamp(5px, 0.7vw, 8px);
  border: 1px solid rgba(64, 83, 97, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 24px rgba(39, 56, 68, 0.13);
}

.bbc-wordmark span,
.bbc-wordmark strong {
  display: inline-flex;
  min-width: clamp(16px, 2.2vw, 27px);
  height: clamp(16px, 2.2vw, 27px);
  align-items: center;
  justify-content: center;
  background: #111111;
  color: var(--white);
  font-size: clamp(0.64rem, 1vw, 0.94rem);
  font-weight: 950;
  line-height: 1;
}

.bbc-wordmark strong {
  min-width: clamp(34px, 4.4vw, 56px);
  background: #b80000;
  font-size: clamp(0.52rem, 0.8vw, 0.78rem);
  letter-spacing: 0.04em;
}

.hero-inner,
.section-shell {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
}

.hero-inner {
  padding: 80px 0 92px;
}

.hero h1,
.thank-you-card h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.12rem, 2vw, 1.45rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(39, 56, 68, 0.18);
}

.button.primary {
  background: var(--pink);
  color: var(--navy-dark);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.72);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.button.dark-outline {
  border-color: rgba(64, 83, 97, 0.36);
  color: var(--navy-dark);
  background: var(--white);
}

.button.ghost {
  border-color: rgba(64, 83, 97, 0.3);
  color: var(--navy-dark);
  background: var(--white);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 840px;
  margin: 44px 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
}

.proof-strip div {
  padding: 22px;
  background: rgba(255, 255, 255, 0.12);
}

.proof-strip dt {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 900;
}

.proof-strip dd {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

section {
  scroll-margin-top: 92px;
}

.news-hook,
.eligibility,
.form-section {
  padding: 86px 0;
  background: var(--white);
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: start;
}

h2 {
  margin: 0;
  color: var(--navy-dark);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  color: var(--navy-dark);
  line-height: 1.2;
}

p {
  margin: 0;
}

.news-copy {
  display: grid;
  gap: 18px;
  color: var(--muted);
  font-size: 1.08rem;
}

.inline-link {
  width: fit-content;
  color: var(--navy);
  font-weight: 900;
}

.impact {
  padding: 34px 0;
  background: var(--pink-light);
}

.vsl-section {
  padding: 94px 0;
  background: linear-gradient(180deg, var(--pink-soft) 0%, var(--white) 100%);
}

.vsl-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}

.vsl-copy {
  display: grid;
  gap: 20px;
}

.vsl-copy p {
  max-width: 730px;
  color: var(--muted);
  font-size: 1.08rem;
}

.vsl-copy .button {
  width: fit-content;
}

.vsl-points {
  display: grid;
  gap: 12px;
  max-width: 680px;
  margin: 2px 0 8px;
  padding: 0;
  list-style: none;
}

.vsl-points li {
  position: relative;
  padding: 14px 16px 14px 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--navy-dark);
  font-weight: 750;
}

.vsl-points li::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 20px;
  width: 12px;
  height: 8px;
  border-left: 3px solid var(--pink);
  border-bottom: 3px solid var(--pink);
  transform: rotate(-45deg);
}

.vsl-video-card {
  width: min(100%, 390px);
  justify-self: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.video-shell {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: var(--navy-dark);
  aspect-ratio: 9 / 16;
}

.video-shell iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.image-feature {
  padding: 94px 0;
  background: var(--white);
}

.image-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.image-frame,
.process-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.image-frame img,
.process-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.mini-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 10px;
}

.mini-list div {
  padding: 18px;
  border-left: 4px solid var(--pink);
  border-radius: 8px;
  background: var(--pink-soft);
}

.mini-list p {
  margin-top: 6px;
  color: var(--muted);
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.stat-grid article,
.feature-list div,
.steps article,
.contact-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.stat-grid article {
  padding: 28px;
}

.stat-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--pink);
  font-size: 2.2rem;
  font-weight: 950;
  line-height: 1;
}

.stat-grid p,
.feature-list p,
.steps p,
.copy-block p,
.form-intro p,
.form-note,
.contact-card p {
  color: var(--muted);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.72fr);
  gap: clamp(32px, 5vw, 72px);
  padding: 94px 0;
  align-items: start;
}

.copy-block {
  display: grid;
  gap: 20px;
}

.copy-block p {
  max-width: 720px;
  font-size: 1.08rem;
}

.feature-list {
  display: grid;
  gap: 14px;
}

.feature-list div {
  padding: 24px;
}

.feature-list p {
  margin-top: 8px;
}

.process {
  padding: 92px 0;
  color: var(--white);
  background: var(--navy);
}

.process h2,
.process h3 {
  color: var(--white);
}

.section-heading {
  max-width: 760px;
}

.process-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  gap: clamp(32px, 5vw, 70px);
  align-items: center;
}

.process-media {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.process-media figcaption {
  padding: 14px 16px 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.steps article {
  padding: 28px;
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.steps span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 50%;
  background: var(--pink);
  color: var(--navy-dark);
  font-weight: 950;
}

.steps p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 18px 18px 18px 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--pink-soft);
  color: var(--navy-dark);
  font-weight: 750;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 22px;
  width: 13px;
  height: 8px;
  border-left: 3px solid var(--navy);
  border-bottom: 3px solid var(--navy);
  transform: rotate(-45deg);
}

.leaflet-section {
  padding: 28px 0 86px;
  background: var(--white);
}

.leaflet-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 5vw, 64px);
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--pink-soft);
  box-shadow: var(--shadow);
}

.leaflet-card div {
  display: grid;
  gap: 14px;
  max-width: 790px;
}

.leaflet-card h2 {
  font-size: clamp(1.9rem, 3.4vw, 3rem);
}

.leaflet-card p {
  color: var(--muted);
  font-size: 1.05rem;
}

.leaflet-card .button {
  flex: 0 0 auto;
}

.cta-band {
  padding: 58px 0;
  background: var(--pink);
}

.cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.cta-band h2 {
  max-width: 760px;
}

.cta-band .button.primary {
  background: var(--navy-dark);
  color: var(--white);
}

.form-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: start;
}

.form-intro {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 20px;
}

.contact-card {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  padding: 24px;
}

.enquiry-form {
  scroll-margin-top: 112px;
  display: grid;
  gap: 22px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--pink-soft);
  box-shadow: var(--shadow);
}

.form-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.form-progress span {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--muted);
  font-weight: 850;
}

.form-progress b {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--pink-light);
  color: var(--navy-dark);
  font-size: 0.86rem;
}

.form-progress small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-progress .is-active {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--white);
}

.form-progress .is-complete {
  border-color: transparent;
  background: var(--pink);
  color: var(--navy-dark);
}

.form-progress .is-active b {
  background: var(--white);
}

.multi-step-form.is-enhanced .form-step[hidden] {
  display: none;
}

.form-step {
  display: grid;
  gap: 20px;
}

.form-step h3 {
  font-size: clamp(1.4rem, 2.4vw, 1.8rem);
}

.form-step h3:focus {
  border-radius: 4px;
  outline: 3px solid rgba(214, 183, 181, 0.6);
  outline-offset: 4px;
}

.form-step-note {
  margin-top: -12px;
  color: var(--muted);
}

.form-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 2px;
}

.form-actions-end {
  justify-content: flex-end;
}

.form-actions .button {
  min-width: 150px;
}

.form-actions .submit-button {
  width: auto;
  min-width: 180px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

label,
fieldset {
  display: grid;
  gap: 8px;
  color: var(--navy-dark);
  font-size: 0.95rem;
  font-weight: 850;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  margin-bottom: 10px;
  color: var(--navy-dark);
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #d8c8c5;
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
}

input,
select {
  min-height: 48px;
  padding: 11px 13px;
}

textarea {
  min-height: 132px;
  padding: 13px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(214, 183, 181, 0.62);
  border-color: var(--navy);
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.choice-grid label,
.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  font-weight: 750;
}

.consent a {
  color: var(--navy);
  font-weight: 900;
  text-decoration-color: rgba(64, 83, 97, 0.35);
  text-underline-offset: 3px;
}

.choice-grid input,
.consent input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 3px;
  accent-color: var(--navy);
}

.submit-button {
  width: 100%;
  min-height: 56px;
  border: 0;
  font-size: 1rem;
}

.form-note {
  font-size: 0.92rem;
}

.thank-you-page {
  background: var(--white);
}

.thank-you-hero {
  display: flex;
  min-height: calc(100svh - 78px);
  align-items: center;
  padding: 82px 0;
  background:
    linear-gradient(90deg, rgba(251, 246, 245, 0.98) 0%, rgba(251, 246, 245, 0.94) 48%, rgba(251, 246, 245, 0.5) 100%),
    url("assets/clinic-consultation-hero.png") center / cover no-repeat;
}

.thank-you-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.thank-you-card,
.next-steps-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.thank-you-card {
  padding: clamp(28px, 4.4vw, 48px);
}

.thank-you-card h1 {
  color: var(--navy-dark);
  font-size: clamp(2.55rem, 4.8vw, 4.65rem);
  line-height: 1;
}

.thank-you-card p {
  max-width: 720px;
  margin-top: 20px;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.7vw, 1.22rem);
}

.thank-you-card .booking-note {
  max-width: 640px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 0.98rem;
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.next-steps-card {
  padding: clamp(24px, 4vw, 34px);
}

.next-steps-card h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.next-steps {
  display: grid;
  gap: 18px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.next-steps li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.next-steps span {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--pink);
  color: var(--navy-dark);
  font-size: 0.82rem;
  font-weight: 950;
}

.next-steps p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.96rem;
}

.thank-you-support {
  padding: 78px 0;
  background: var(--white);
}

.hidden-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.site-footer {
  padding: 34px 0;
  background: var(--navy-dark);
  color: rgba(255, 255, 255, 0.78);
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-inner img {
  width: 150px;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.footer-inner a {
  color: var(--white);
  font-weight: 850;
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .two-column,
  .split-section,
  .form-layout,
  .thank-you-grid,
  .image-feature-grid,
  .process-intro-grid,
  .vsl-grid,
  .steps,
  .stat-grid {
    grid-template-columns: 1fr;
  }

  .form-intro {
    position: static;
  }

  .hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(39, 56, 68, 0.93) 0%, rgba(39, 56, 68, 0.84) 58%, rgba(39, 56, 68, 0.58) 100%),
      url("assets/clinic-consultation-hero.png") center / cover no-repeat;
  }

  .hero-inner {
    padding: 150px 0 70px;
  }

  .vsl-video-card {
    order: -1;
  }

  .thank-you-hero {
    min-height: auto;
    padding: 64px 0;
    background:
      linear-gradient(180deg, rgba(251, 246, 245, 0.98) 0%, rgba(251, 246, 245, 0.94) 70%, rgba(251, 246, 245, 0.72) 100%),
      url("assets/clinic-consultation-hero.png") center / cover no-repeat;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .leaflet-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .cta-content {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 14px;
    padding: 12px 16px;
  }

  .brand img {
    width: 138px;
  }

  .header-action {
    padding: 10px 12px;
    font-size: 0.82rem;
  }

  .hero h1 {
    font-size: 3.1rem;
  }

  .thank-you-card h1 {
    font-size: 2.75rem;
  }

  .news-hook,
  .eligibility,
  .form-section,
  .thank-you-support,
  .vsl-section,
  .leaflet-section,
  .process,
  .split-section {
    padding: 64px 0;
  }

  .choice-grid,
  .mini-list,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-progress {
    gap: 6px;
  }

  .form-progress span {
    grid-template-columns: 1fr;
    gap: 5px;
    justify-items: center;
    padding: 10px 6px;
    text-align: center;
  }

  .form-progress small {
    font-size: 0.72rem;
  }

  .form-actions {
    flex-direction: column-reverse;
  }

  .form-actions .button,
  .form-actions .submit-button {
    width: 100%;
  }

  .vsl-copy .button,
  .vsl-video-card {
    width: 100%;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
