:root {
  --magenta: #b31555;
  --magenta-dark: #961044;
  --blush: #f7bec5;
  --sand: #ece1d4;
  --ink: #09090b;
  --muted: #5c5960;
  --navy: #000321;
  --white: #fff;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; line-height: 1.45; }
a { color: inherit; }
img { display: block; max-width: 100%; }
figure, blockquote { margin: 0; }
button, input { font: inherit; }

.countdown {
  min-height: 58px;
  padding: 8px max(22px, calc((100vw - 1170px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--magenta);
  color: var(--white);
}
.countdown strong { font-size: 15px; letter-spacing: .01em; }
.timer { display: flex; align-items: flex-start; gap: 10px; font-weight: 800; font-size: 22px; line-height: 1; }
.timer span { min-width: 46px; text-align: center; }
.timer small { display: block; margin-top: 5px; font-size: 9px; font-weight: 600; }
.timer b { font-size: 18px; }

.site-header {
  min-height: 82px;
  padding: 10px max(22px, calc((100vw - 1170px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #eee5dc;
}
.brand { width: 200px; height: auto; }
.header-call { text-align: right; font-size: 15px; font-weight: 700; line-height: 1.2; }
.header-call a { display: block; text-decoration: none; font-size: 18px; }

.section-shell,
.results-grid,
.steps,
.reasons-panel,
.forms-wrap,
.form-switcher {
  width: min(1170px, calc(100% - 44px));
  margin-inline: auto;
}

.hero {
  min-height: 680px;
  padding-block: 60px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 68px;
}
.hero-copy { max-width: 535px; }
.hero h1 { margin: 0 0 24px; font-size: clamp(48px, 4vw, 66px); line-height: 1.02; letter-spacing: -.045em; }
h1 span, h2 span { color: var(--magenta); }
.hero-copy > p { margin: 0 0 27px; max-width: 500px; font-size: 18px; line-height: 1.45; }
.hero-media { order: 2; border: 10px solid var(--blush); background: #f3efec; }
.hero-media img { width: 100%; height: auto; object-fit: contain; }
.social-proof { width: 432px; height: auto; margin-top: 28px; }

.cta, .call-button, .booking-link {
  display: flex;
  width: fit-content;
  min-width: 410px;
  min-height: 74px;
  padding: 13px 28px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 8px;
  color: var(--white);
  background: var(--magenta);
  box-shadow: 0 4px 0 rgba(80, 2, 34, .16);
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
  transition: transform .18s ease, background .18s ease;
}
.cta:hover, .cta:focus-visible, .call-button:hover, .call-button:focus-visible, .booking-link:hover, .booking-link:focus-visible { background: var(--magenta-dark); transform: translateY(-1px); }
.cta small, .call-button small { flex-basis: 100%; font-size: 12px; font-weight: 500; }

.sand-section { background: var(--sand); }
.results { padding: 64px 22px 70px; text-align: center; }
.section-heading { text-align: center; }
.section-heading em { color: var(--magenta); font-family: Georgia, serif; font-size: 16px; }
.section-heading h2, .reviews > h2, .steps-section > h2, .call-section h2 {
  margin: 10px 0 42px;
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.result-card { overflow: hidden; border: 2px solid #d93a74; border-radius: 12px; background: #f3efec; }
.result-card img { width: 100%; height: auto; object-fit: contain; }
.results > .cta, .reviews > .cta, .steps-section > .cta { margin: 50px auto 0; }

.reviews { padding-block: 70px 82px; }
.reviews > h2 { text-align: center; }
.review-list { width: min(920px, 100%); margin: 0 auto; display: grid; gap: 38px; }
.review-row { display: grid; grid-template-columns: 1fr 1.15fr; align-items: center; gap: 24px; }
.review-prompt { position: relative; text-align: center; font-size: 24px; font-weight: 800; line-height: 1.1; }
.review-arrow { display: block; width: 200px; margin: 6px 0 0 auto; }
.review-arrow img { width: 100%; height: auto; }
.review-card { min-height: 265px; padding: 34px 36px; border: 1.5px solid #ef2f72; border-radius: 14px; box-shadow: 0 20px 36px rgba(21, 13, 16, .08); font-size: 15px; }
.review-card p { margin: 17px 0; }
.review-card footer { font-size: 14px; }
.stars { color: #ffba00; font-size: 22px; letter-spacing: -2px; }

.steps-section { padding: 58px 22px 0; }
.steps-section > h2 { text-align: center; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.step { min-height: 190px; padding: 33px 28px; border: 1.5px solid var(--magenta); border-radius: 12px; background: var(--white); box-shadow: 0 14px 24px rgba(31, 12, 18, .08); text-align: center; }
.step h3 { margin: 0 0 16px; color: var(--magenta); font-size: 20px; }
.step p { margin: 0; }
.reasons-panel { position: relative; top: 70px; margin-top: 0; padding: 58px 80px; border: 1.5px solid var(--magenta); border-radius: 15px; background: var(--white); box-shadow: 0 18px 34px rgba(32, 14, 21, .13); }
.reasons-panel > h2 { margin: 0 0 42px; text-align: center; font-size: clamp(28px, 2.4vw, 38px); }
.reasons-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px 55px; }
.reason { display: grid; grid-template-columns: 46px 1fr; gap: 18px; }
.reason-icon { color: var(--magenta); font-size: 40px; line-height: 1; }
.reason h3 { margin: 0 0 7px; font-size: 17px; }
.reason p { margin: 0; color: var(--muted); font-size: 14px; }

.quiz { padding: 150px 22px 80px; }
.quiz .section-heading p { max-width: 650px; margin: 0 auto 34px; }
.offer-selector,
.forms-wrap { width: min(720px, calc(100% - 44px)); margin-inline: auto; }
.offer-selector { padding: 34px; border: 1.5px solid var(--magenta); border-radius: 15px; background: var(--white); box-shadow: 0 14px 28px rgba(41, 15, 25, .1); text-align: center; }
.offer-selector[hidden],
.treatment-form[hidden] { display: none !important; }
.offer-selector legend { float: left; width: 100%; margin-bottom: 24px; font-size: clamp(24px, 2.3vw, 32px); }
.offer-selector legend + * { clear: both; }
.offer-choices { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.offer-choice { min-height: 126px; padding: 22px 18px; border: 2px solid var(--magenta); border-radius: 12px; cursor: pointer; background: var(--white); color: var(--ink); }
.offer-choice strong,
.offer-choice span { display: block; }
.offer-choice strong { font-size: 21px; line-height: 1.15; }
.offer-choice span { margin-top: 8px; color: var(--magenta); font-size: 18px; font-weight: 800; }
.offer-choice:hover,
.offer-choice:focus-visible { background: #fff0f4; box-shadow: inset 0 0 0 1px var(--magenta); transform: translateY(-1px); }
.offer-choice:focus-visible { outline: 3px solid #f2a7bf; outline-offset: 3px; }
.forms-wrap { display: block; }
.treatment-form { min-width: 0; padding: 30px; border: 1.5px solid var(--magenta); border-radius: 15px; background: var(--white); box-shadow: 0 14px 28px rgba(41, 15, 25, .1); }
.change-offer { margin: 0 0 22px; padding: 0; border: 0; cursor: pointer; background: transparent; color: var(--magenta); font-size: 14px; font-weight: 800; }
.change-offer:hover { text-decoration: underline; }
.change-offer:focus-visible { outline: 3px solid #f2a7bf; outline-offset: 4px; }
.form-kicker { margin-bottom: 8px; color: var(--magenta); text-transform: uppercase; letter-spacing: .08em; font-size: 12px; font-weight: 800; }
fieldset { padding: 0; border: 0; }
legend { margin-bottom: 20px; font-size: 23px; font-weight: 800; line-height: 1.2; }
.choices { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice { position: relative; cursor: pointer; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice span { display: flex; min-height: 48px; padding: 10px 13px; border: 1px solid #d7ced1; border-radius: 8px; align-items: center; background: #faf8f7; }
.choice input:checked + span { border-color: var(--magenta); color: var(--magenta); background: #fff0f4; box-shadow: inset 0 0 0 1px var(--magenta); font-weight: 700; }
.choice input:focus-visible + span { outline: 3px solid #f2a7bf; outline-offset: 2px; }
.contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 24px; }
.contact-fields label { display: grid; gap: 6px; color: #312d30; font-size: 13px; font-weight: 700; }
.contact-fields input { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #bdb4b8; border-radius: 8px; background: var(--white); color: var(--ink); }
.contact-fields input:focus-visible { outline: 3px solid #f2a7bf; border-color: var(--magenta); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.booking-link { min-width: 0; width: 100%; min-height: 56px; margin-top: 25px; border-radius: 8px; font-size: 16px; }
.booking-action { white-space: nowrap; }
.booking-link { border: 0; cursor: pointer; }
.booking-link[disabled] { cursor: wait; opacity: .72; transform: none; }
.form-status { min-height: 22px; margin: 12px 0 0; color: #85103b; font-size: 14px; font-weight: 700; text-align: center; }

.call-section { padding: 70px 22px; text-align: center; }
.call-section h2 { margin-bottom: 22px; font-size: clamp(27px, 2.3vw, 38px); }
.call-section p { margin: 0 0 24px; font-size: 22px; font-weight: 700; }
.call-button { min-width: 285px; margin: 0 auto; border-radius: 8px; }
.site-footer { padding: 28px 20px; border-top: 4px solid var(--magenta); background: var(--navy); color: #a8abba; text-align: center; font-size: 12px; }
.site-footer p { margin: 5px 0; }
.site-footer strong, .site-footer a { color: #e72776; }

@media (max-width: 760px) {
  .countdown { min-height: 90px; padding: 10px 12px; display: block; text-align: center; }
  .countdown strong { display: block; font-size: 16px; }
  .timer { width: 210px; margin: 8px auto 0; justify-content: center; font-size: 24px; }
  .site-header { min-height: 128px; padding: 12px; flex-direction: column; justify-content: center; gap: 4px; }
  .brand { width: 170px; }
  .header-call { text-align: center; font-size: 15px; }
  .header-call a { font-size: 18px; }
  .section-shell, .results-grid, .steps, .reasons-panel, .forms-wrap, .offer-selector { width: 100%; }
  .hero { min-height: 0; padding: 44px 16px 38px; display: flex; flex-direction: column; gap: 32px; }
  .hero-media { order: 0; width: 100%; border-width: 7px; }
  .hero-copy { order: 1; max-width: none; }
  .hero h1 { margin-bottom: 18px; font-size: clamp(34px, 10.2vw, 44px); line-height: 1.08; }
  .hero-copy > p { margin-bottom: 22px; font-size: 16px; }
  .cta { width: 100%; min-width: 0; min-height: 68px; padding-inline: 18px; font-size: 17px; }
  .social-proof { width: 100%; margin-top: 24px; }
  .results { padding: 42px 14px 44px; }
  .section-heading h2, .reviews > h2, .steps-section > h2, .call-section h2 { margin-bottom: 28px; font-size: 29px; line-height: 1.08; }
  .results-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
  .result-card { border-radius: 10px; }
  .results > .cta, .reviews > .cta, .steps-section > .cta { margin-top: 34px; }
  .reviews { padding: 46px 15px 48px; }
  .reviews > h2 { padding-inline: 5px; }
  .review-list { gap: 46px; }
  .review-row { display: block; }
  .review-prompt { max-width: 280px; margin: 0 auto 22px; font-size: 20px; }
  .review-arrow { width: 70px; margin: 10px auto 0; }
  .review-card { min-height: 0; padding: 26px 23px; font-size: 14px; }
  .steps-section { padding: 42px 14px 0; }
  .steps { grid-template-columns: 1fr; gap: 18px; }
  .step { min-height: 0; padding: 28px 24px; }
  .reasons-panel { top: 55px; padding: 34px 22px; }
  .reasons-panel > h2 { margin-bottom: 36px; font-size: 27px; line-height: 1.12; }
  .reasons-grid { grid-template-columns: 1fr; gap: 31px; }
  .reason { grid-template-columns: 1fr; gap: 8px; }
  .reason-icon { font-size: 37px; }
  .reason h3 { font-size: 18px; }
  .quiz { padding: 118px 14px 52px; }
  .offer-selector { padding: 26px 18px; }
  .offer-selector legend { margin-bottom: 20px; font-size: 24px; line-height: 1.15; }
  .offer-choices { grid-template-columns: 1fr; gap: 12px; }
  .offer-choice { min-height: 104px; padding: 18px 14px; }
  .offer-choice strong { font-size: 19px; }
  .treatment-form { padding: 24px 19px; }
  legend { font-size: 21px; }
  .choices { grid-template-columns: 1fr; }
  .contact-fields { grid-template-columns: 1fr; }
  .call-section { padding: 54px 16px; }
  .call-section p { font-size: 20px; }
  .call-button { width: min(100%, 310px); min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
