:root {
  --blue: #0b4dff;
  --blue-dark: #073bd0;
  --orange: #ff3d18;
  --orange-dark: #e72c08;
  --lime: #d8ff2f;
  --ink: #101114;
  --muted: #5e626b;
  --line: #d9dde8;
  --white: #fff;
  --soft: #f5f7fb;
  --green: #0e3024;
  --shadow: 0 24px 70px rgba(18, 31, 67, 0.14);
  --display: Georgia, "Times New Roman", serif;
  --sans: Inter, Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 95px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open .site-header {
  border-color: transparent;
  background: transparent;
  backdrop-filter: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  height: 88px;
  padding: 0 clamp(24px, 5vw, 76px);
  border-bottom: 1px solid transparent;
  transition: height 250ms ease, background 250ms ease, border-color 250ms ease;
}

.site-header.scrolled {
  height: 72px;
  border-color: rgba(16, 17, 20, 0.09);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
}

.logo {
  display: flex;
  flex-direction: column;
  justify-self: start;
  font-family: var(--display);
  line-height: 1;
  letter-spacing: -0.06em;
}

.logo strong {
  font-size: clamp(25px, 2.3vw, 38px);
  font-weight: 400;
}

.logo strong span {
  color: var(--orange);
}

.logo small {
  margin-top: 5px;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 48px);
  font-size: 14px;
  font-weight: 650;
}

.site-nav a {
  position: relative;
  white-space: nowrap;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: var(--lime);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  justify-self: end;
}

.menu-button {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border: 0;
  border-radius: 8px;
  color: var(--white);
  background: var(--orange);
  box-shadow: 0 13px 30px rgba(255, 61, 24, 0.2);
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
  background: var(--orange-dark);
  box-shadow: 0 16px 36px rgba(255, 61, 24, 0.28);
  transform: translateY(-3px);
}

.button-small {
  min-height: 45px;
  padding: 0 20px;
  font-size: 14px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 8px 0 4px;
  border-bottom: 3px solid var(--lime);
  color: var(--blue);
  font-weight: 750;
  line-height: 1.2;
}

.text-link svg,
.button svg {
  width: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform 180ms ease;
}

.text-link:hover svg,
.button:hover svg {
  transform: translateX(4px);
}

.section {
  padding: clamp(90px, 10vw, 150px) clamp(24px, 6vw, 96px);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(470px, 1.07fr);
  min-height: 820px;
  padding-top: 88px;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 120px clamp(30px, 5.7vw, 90px) 120px clamp(24px, 6vw, 96px);
  background: var(--white);
}

.hero-copy::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -95px;
  width: 190px;
  height: 100%;
  border-radius: 0 100% 100% 0 / 0 50% 50% 0;
  background: var(--white);
  content: "";
}

.hero h1 {
  max-width: 690px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(62px, 6.3vw, 106px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.hero h1 em {
  position: relative;
  color: var(--blue);
  font-style: italic;
  white-space: nowrap;
}

.hero h1 em::after {
  position: absolute;
  right: 2px;
  bottom: -8px;
  left: 7px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
  content: "";
  transform: rotate(-1deg);
}

.hero-intro {
  max-width: 580px;
  margin: 38px 0 32px;
  color: #383b42;
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.hero-media {
  position: relative;
  min-height: 730px;
  overflow: hidden;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), transparent 24%);
  content: "";
  pointer-events: none;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
  animation: hero-in 1100ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

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

.centered {
  text-align: center;
}

.section-index {
  margin: 0 0 20px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.2em;
}

.section-index::before {
  display: inline-block;
  width: 34px;
  height: 2px;
  margin: 0 10px 3px 0;
  background: var(--lime);
  content: "";
}

.section-index.light {
  color: var(--white);
}

.steps {
  background: var(--white);
}

.section-heading h2,
.support h2,
.conversion h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.section-heading > p:last-child {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.steps-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(40px, 7vw, 110px);
  max-width: 1180px;
  margin: 75px auto 0;
}

.track-line {
  position: absolute;
  z-index: 0;
  top: 26px;
  left: 15%;
  width: 70%;
  height: 30px;
  border-top: 2px solid var(--blue);
  border-radius: 50%;
}

.step {
  position: relative;
  z-index: 1;
  text-align: center;
}

.step-number {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 auto 24px;
  border: 5px solid var(--white);
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 0 0 1px rgba(11, 77, 255, 0.1);
  font-size: 18px;
  font-weight: 800;
  place-items: center;
}

.step-icon {
  display: grid;
  width: 66px;
  height: 66px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #eaf0ff;
  place-items: center;
}

.step-icon svg,
.feature-icon svg {
  width: 31px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.step h3 {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: 27px;
  font-weight: 400;
}

.step p {
  max-width: 300px;
  margin: 0 auto;
  color: var(--muted);
  line-height: 1.75;
}

.support {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(460px, 1.08fr);
  align-items: center;
  gap: clamp(60px, 8vw, 130px);
  min-height: 900px;
  padding-top: 105px;
  padding-bottom: 105px;
  background: #f4f7f1;
  overflow: hidden;
}

.support::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 48%;
  width: 1px;
  background: rgba(23, 59, 44, 0.12);
  content: "";
}

.kit-visual {
  position: relative;
  min-width: 0;
  padding: 0;
}

.kit-image-stage {
  position: relative;
  display: grid;
  min-height: 560px;
  place-items: center;
}

.kit-image-stage::before {
  position: absolute;
  width: min(520px, 88%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #e4f7b8;
  content: "";
}

.kit-product-image {
  position: relative;
  z-index: 1;
  display: block;
  width: min(610px, 100%);
  max-width: none;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 34px 28px rgba(17, 65, 37, 0.18));
}

.kit-quickfacts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 610px;
  margin: 18px auto 0;
  border-top: 1px solid #bfcbbd;
  border-bottom: 1px solid #bfcbbd;
}

.kit-quickfacts span {
  padding: 17px 14px;
  border-right: 1px solid #bfcbbd;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

.kit-quickfacts span:last-child {
  border-right: 0;
}

.kit-quickfacts strong {
  display: block;
  margin-bottom: 4px;
  color: var(--green);
  font-family: var(--display);
  font-size: 30px;
  font-weight: 400;
}

.kit-visual > p {
  max-width: 610px;
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.kit-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  max-width: 610px;
  margin: 10px auto 0;
}

.kit-legal-links a {
  border-bottom: 1px solid #9ab093;
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
}

.phone-stage {
  position: relative;
  display: grid;
  min-height: 660px;
  place-items: center;
}

.blue-shape {
  position: absolute;
  top: 2%;
  left: -28%;
  width: 95%;
  height: 94%;
  border-radius: 48% 52% 45% 55% / 37% 50% 50% 63%;
  background: var(--blue);
  transform: rotate(5deg);
}

.phone {
  position: relative;
  z-index: 2;
  width: min(350px, 74vw);
  min-height: 650px;
  padding: 15px;
  border: 7px solid var(--ink);
  border-radius: 50px;
  background: var(--soft);
  box-shadow: 0 36px 60px rgba(18, 29, 60, 0.26);
  transform: rotate(-2deg);
}

.phone::before {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 90px;
  height: 24px;
  border-radius: 30px;
  background: var(--ink);
  content: "";
  transform: translateX(-50%);
}

.phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 10px 15px;
  border-bottom: 1px solid var(--line);
}

.phone-logo {
  font-family: var(--display);
  font-size: 25px;
  letter-spacing: -0.04em;
}

.online {
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
}

.online::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 5px;
  border-radius: 50%;
  background: #43bb72;
  content: "";
}

.chat {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 18px 8px;
}

.message {
  max-width: 86%;
  padding: 11px 12px 8px;
  border-radius: 13px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  font-size: 12px;
  line-height: 1.4;
}

.message small {
  display: block;
  margin-top: 4px;
  color: #777;
  font-size: 8px;
  text-align: right;
}

.message-coach {
  align-self: flex-start;
  background: var(--white);
}

.message-user {
  align-self: flex-end;
  background: #e7f8d1;
}

.suggestion {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px;
  border: 1px solid #dae0ec;
  border-radius: 14px;
  background: var(--white);
}

.suggestion-icon {
  display: grid;
  flex: 0 0 48px;
  height: 48px;
  border-radius: 12px;
  color: var(--white);
  background: var(--blue);
  font-size: 14px;
  font-weight: 850;
  place-items: center;
}

.suggestion strong {
  font-size: 12px;
}

.suggestion p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.4;
}

.message-input {
  position: absolute;
  right: 15px;
  bottom: 14px;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
  padding-left: 14px;
  border: 1px solid var(--line);
  border-radius: 30px;
  color: #8a8e97;
  background: var(--white);
  font-size: 10px;
}

.message-input button {
  display: grid;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  border: 0;
  border-radius: 50%;
  color: var(--white);
  background: var(--green);
  cursor: pointer;
  place-items: center;
}

.support-copy {
  max-width: 590px;
}

.support-copy h2 em {
  color: var(--blue);
  font-weight: 400;
}

.support-lead {
  max-width: 550px;
  margin: 26px 0 32px;
  color: #48504c;
  font-size: 19px;
  line-height: 1.65;
}

.kit-offer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 30px;
  border-top: 1px solid #bfcbbd;
  border-bottom: 1px solid #bfcbbd;
}

.kit-price-option {
  padding: 18px 22px 18px 0;
}

.kit-price-option + .kit-price-option {
  padding-right: 0;
  padding-left: 24px;
  border-left: 1px solid #bfcbbd;
}

.kit-price-option span,
.kit-saving span {
  display: block;
  color: var(--green);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kit-price-option strong {
  display: block;
  margin: 4px 0 3px;
  font-family: var(--display);
  font-size: clamp(34px, 3.2vw, 46px);
  font-weight: 400;
  line-height: 1;
}

.kit-price-full strong {
  color: #6c726f;
}

.kit-price-option small,
.kit-saving small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.kit-saving {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 12px 18px;
  padding: 13px 0;
  border-top: 1px solid #bfcbbd;
}

.kit-saving span {
  color: var(--blue);
  font-size: 11px;
}

.kit-saving strong {
  color: var(--blue);
  font-family: var(--display);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.kit-includes {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kit-includes li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 17px;
  padding: 18px 0;
  border-bottom: 1px solid #d0d8ce;
}

.kit-includes li:first-child {
  border-top: 1px solid #d0d8ce;
}

.kit-includes li > span {
  padding-top: 4px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.kit-includes strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}

.kit-includes p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.kit-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 26px;
  margin-top: 32px;
}

.coach-support {
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(400px, 0.85fr);
  align-items: center;
  gap: clamp(65px, 10vw, 150px);
  min-height: 880px;
  padding-top: 80px;
  padding-bottom: 80px;
  background:
    radial-gradient(circle at 88% 18%, rgba(196, 255, 42, 0.22), transparent 22%),
    var(--soft);
  overflow: hidden;
}

.coach-copy {
  max-width: 590px;
}

.coach-copy h2 {
  margin: 0 0 25px;
  font-family: var(--display);
  font-size: clamp(48px, 5.2vw, 76px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.coach-lead {
  max-width: 540px;
  margin: 0 0 32px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.coach-points {
  display: grid;
  gap: 10px;
}

.coach-points article {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 13px;
  padding: 15px 17px;
  border: 1px solid #dfe5ef;
  border-radius: 15px 3px 15px 3px;
  background: rgba(255, 255, 255, 0.82);
}

.coach-points article > span {
  padding-top: 3px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.coach-points strong {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
}

.coach-points p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.human {
  display: grid;
  grid-template-columns: minmax(350px, 0.78fr) minmax(520px, 1.22fr);
  align-items: center;
  gap: clamp(50px, 8vw, 120px);
  padding-top: 80px;
  padding-bottom: 80px;
  color: var(--white);
  background: var(--blue);
}

.human h2 {
  margin: 0 0 28px;
  font-family: var(--display);
  font-size: clamp(45px, 5.2vw, 76px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
}

.human h2 em {
  font-weight: 400;
}

.human-copy > p:not(.section-index) {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.text-link-light {
  margin-top: 20px;
  color: var(--white);
}

.human-media {
  position: relative;
}

.human-media img {
  aspect-ratio: 1.55;
  border-radius: 180px 12px 12px 180px;
  object-fit: cover;
}

.human-seal {
  position: absolute;
  right: -30px;
  bottom: -34px;
  display: grid;
  width: 185px;
  height: 185px;
  padding: 20px;
  border-radius: 50%;
  color: var(--ink);
  background: var(--lime);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  place-items: center;
  transform: rotate(6deg);
}

.human-seal svg {
  width: 32px;
  margin-bottom: -20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.logo-cloud {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 26px 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 12%, #000 88%, transparent);
  pointer-events: none;
}

.logo-cloud-track {
  display: flex;
  width: max-content;
  animation: logo-scroll 18s linear infinite reverse;
  will-change: transform;
}

.logo-cloud-row {
  display: flex;
  align-items: center;
  gap: 54px;
  padding-right: 54px;
}

.herbalife-mark {
  display: block;
  flex: 0 0 auto;
  opacity: 0.82;
}

.herbalife-mark img {
  display: block;
  width: 248px;
  height: 48px;
  object-fit: contain;
}

.story {
  position: relative;
  display: grid;
  grid-template-columns: minmax(390px, 0.86fr) minmax(580px, 1.14fr);
  align-items: center;
  gap: clamp(55px, 7vw, 110px);
  min-height: 880px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: var(--white);
  overflow: hidden;
}

.story::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 51%;
  height: 100%;
  background: #f4f7f1;
  content: "";
}

.story-copy {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  max-width: 560px;
}

.story h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(50px, 4.8vw, 70px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.story h2 em {
  color: var(--blue);
  font-weight: 400;
}

.story-text {
  max-width: 520px;
  margin-top: 24px;
}

.story-text p {
  margin: 0 0 13px;
  color: #3d4149;
  font-size: 16px;
  line-height: 1.7;
}

.story-text blockquote {
  position: relative;
  margin: 21px 0;
  padding: 0 0 0 28px;
  border-left: 3px solid var(--lime);
  color: var(--blue);
  font-family: var(--display);
  font-size: clamp(24px, 2.1vw, 30px);
  line-height: 1.15;
}

.story-closing {
  max-width: 460px;
  padding-top: 15px;
  border-top: 1px solid #d8ddd5;
  font-weight: 800;
}

.story-signature {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}

.story-avatar {
  display: grid;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  font-family: var(--display);
  font-size: 20px;
  place-items: center;
}

.story-signature strong,
.story-signature small {
  display: block;
}

.story-signature small {
  color: var(--muted);
  font-size: 11px;
}

.story-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 26px;
  margin-top: 24px;
}

.story-visual {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  max-width: 800px;
  margin: 0;
}

.story-view-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cbd4c8;
}

.story-view-label span {
  color: var(--green);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.story-view-label p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.story-transformations {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(22px, 2.5vw, 38px);
}

.story-transformations::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #cbd4c8;
  content: "";
  transform: translateX(-50%);
}

.story-pair {
  min-width: 0;
}

.story-pair + .story-pair {
  padding-left: 0;
  border-left: 0;
}

.story-pair-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--ink);
}

.story-pair-heading span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.story-pair-heading strong {
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-pair-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 10px;
}

.story-photo {
  min-width: 0;
  margin: 0;
}

.story-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 737 / 1600;
  border: 0;
  border: 1px solid rgba(23, 59, 44, 0.08);
  background: #e9ece9;
  box-shadow: 0 14px 30px rgba(14, 45, 31, 0.08);
  object-fit: contain;
  object-position: center;
  transition: transform 500ms ease, box-shadow 500ms ease;
}

.story-photo-before img {
  border-radius: 72px 3px 3px 3px;
}

.story-photo-after img {
  border-radius: 3px 72px 3px 3px;
}

.story-photo:hover img {
  box-shadow: 0 19px 36px rgba(14, 45, 31, 0.13);
  transform: translateY(-3px);
}

.story-photo figcaption {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 1px 0;
  color: var(--ink);
}

.story-photo figcaption strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.story-photo figcaption strong::before {
  width: 18px;
  height: 2px;
  background: var(--ink);
  content: "";
}

.story-photo-after figcaption strong {
  color: var(--green);
}

.story-photo-after figcaption strong::before {
  background: var(--lime);
}

.story-disclaimer {
  max-width: 620px;
  margin: 17px 0 0 auto;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.evidence {
  color: var(--white);
  background: var(--blue);
}

.evidence-heading {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  align-items: end;
  max-width: 1180px;
  margin: 0 auto 64px;
}

.evidence-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.evidence-heading em {
  font-weight: 400;
}

.evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1180px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

.evidence-grid article {
  min-height: 330px;
  padding: 38px 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.32);
}

.evidence-grid article:last-child {
  border-right: 0;
}

.evidence-grid article > span {
  display: block;
  margin-bottom: 35px;
  color: var(--lime);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.evidence-grid h3 {
  margin: 0 0 17px;
  font-family: var(--display);
  font-size: 29px;
  font-weight: 400;
}

.evidence-grid p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.evidence-grid a {
  display: inline-block;
  margin-top: 15px;
  border-bottom: 2px solid var(--lime);
  font-size: 13px;
  font-weight: 800;
}

.evidence-note {
  max-width: 1180px;
  margin: 28px auto 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
}

.transformations {
  background:
    radial-gradient(circle at 8% 15%, rgba(216, 255, 47, 0.22), transparent 18%),
    linear-gradient(180deg, #fff 0%, #f7f9f5 100%);
}

.transformation-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 1180px;
  margin: 65px auto 0;
}

.transformation-card {
  position: relative;
  min-width: 0;
  padding: 22px;
  border: 1px solid #d8dfd4;
  border-radius: 26px 5px 26px 5px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 60px rgba(18, 31, 67, 0.08);
  overflow: hidden;
}

.transformation-card header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.transformation-card header span,
.transformation-placeholder > span {
  display: block;
  margin-bottom: 4px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.transformation-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.transformation-card header > p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.transformation-comparison {
  border-radius: 18px 4px 18px 4px;
  background: #eef2ec;
  overflow: hidden;
}

.transformation-jose img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.23;
  object-fit: contain;
  background: #eef2ec;
}

.transformation-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  background: var(--white);
}

.transformation-pair figure {
  position: relative;
  min-width: 0;
  margin: 0;
  background: #eef2ec;
}

.transformation-pair img {
  width: 100%;
  height: 510px;
  object-fit: cover;
  object-position: center top;
}

.transformation-pair figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 11px;
  border-radius: 20px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 5px 18px rgba(16, 17, 20, 0.12);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.transformation-pair figure:last-child figcaption {
  color: var(--white);
  background: rgba(14, 48, 36, 0.88);
}

.transformation-card footer {
  padding: 16px 2px 2px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.transformation-placeholder {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  grid-template-rows: auto 1fr;
  gap: 20px 28px;
  align-items: center;
  min-height: 300px;
  border-style: dashed;
  border-color: #adbbdf;
  background: rgba(245, 247, 251, 0.78);
  box-shadow: none;
}

.transformation-placeholder > span {
  grid-column: 1 / -1;
  align-self: start;
}

.placeholder-frames {
  position: relative;
  min-height: 190px;
}

.placeholder-frames i {
  position: absolute;
  top: 4px;
  left: 8%;
  width: 60%;
  height: 170px;
  border: 1px solid #9db0e4;
  border-radius: 16px 3px 16px 3px;
  background:
    linear-gradient(145deg, rgba(11, 77, 255, 0.12), transparent),
    var(--white);
  transform: rotate(-5deg);
}

.placeholder-frames i:last-child {
  top: 12px;
  left: 35%;
  border-color: #bdd266;
  background:
    linear-gradient(145deg, rgba(216, 255, 47, 0.25), transparent),
    var(--white);
  transform: rotate(5deg);
}

.transformation-placeholder p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.transformation-disclaimer {
  max-width: 900px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
}

.conversion {
  display: block;
  background: var(--soft);
}

.conversion .faq,
.conversion .form-wrap {
  width: min(920px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.conversion .form-wrap {
  margin-top: 75px;
}

.faq-list {
  margin-top: 48px;
  border-top: 1px solid #cbd1df;
}

.faq-item {
  border-bottom: 1px solid #cbd1df;
}

.faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 21px 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.faq-item button span {
  position: relative;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
}

.faq-item button span::before,
.faq-item button span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: var(--blue);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 200ms ease;
}

.faq-item button span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item button[aria-expanded="true"] span::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 280ms ease;
}

.faq-answer p {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
}

.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.open .faq-answer p {
  padding: 0 35px 22px 0;
}

.form-wrap {
  align-self: start;
  padding: clamp(28px, 4vw, 54px);
  border: 2px solid var(--blue);
  border-radius: 24px 3px 24px 3px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-heading p {
  margin: 0 0 9px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.form-heading h2 {
  margin-bottom: 32px;
  font-size: clamp(36px, 4vw, 54px);
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

form label {
  display: block;
  margin-bottom: 20px;
}

form label > span {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 750;
}

input,
select,
textarea {
  width: 100%;
  padding: 0 14px;
  border: 1px solid #c7cedd;
  border-radius: 6px;
  outline: none;
  color: var(--ink);
  background: var(--white);
  font-size: 14px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

input,
select {
  height: 52px;
}

textarea {
  min-height: 112px;
  padding-top: 13px;
  padding-bottom: 13px;
  line-height: 1.5;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(11, 77, 255, 0.1);
}

label.invalid input,
label.invalid select,
label.invalid textarea {
  border-color: var(--orange);
}

.field-error {
  display: none;
  margin-top: 6px;
  color: #bd250a;
  font-size: 12px;
}

label.invalid .field-error {
  display: block;
}

.form-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.checkbox-field {
  position: relative;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 11px;
  align-items: start;
  margin-top: 4px;
  padding: 14px;
  border: 1px solid #d6dce8;
  border-radius: 10px;
  background: #f8fafc;
}

.checkbox-field input {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  accent-color: var(--blue);
}

.checkbox-field span {
  margin: 0;
  color: #4f5562;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
}

.checkbox-field-optional {
  border-color: #c8d9cf;
  background: #f4faf6;
}

.checkbox-field-optional span > strong {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 3px;
  color: #173b2c;
  font-size: 13px;
}

.checkbox-field-optional span > strong small {
  padding: 2px 7px;
  border-radius: 999px;
  color: #35624e;
  background: #dceee3;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkbox-field .field-error {
  grid-column: 2;
}

.checkbox-field.invalid {
  border-color: var(--orange);
}

.captcha-box {
  margin: 4px 0 20px;
  padding: 12px;
  border: 1px solid #d6dce8;
  border-radius: 12px;
  background: #f8fafc;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.captcha-button {
  display: grid;
  grid-template-columns: 28px 1fr 24px;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 4px;
  border: 0;
  color: var(--ink);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.captcha-button:focus-visible {
  outline: 3px solid rgba(11, 77, 255, 0.18);
  outline-offset: 4px;
}

.captcha-check {
  position: relative;
  width: 26px;
  height: 26px;
  border: 2px solid #aeb7c7;
  border-radius: 6px;
  background: var(--white);
}

.captcha-copy strong,
.captcha-copy small {
  display: block;
}

.captcha-copy strong {
  font-size: 13px;
}

.captcha-copy small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.captcha-loader {
  width: 19px;
  height: 19px;
  border: 2px solid #d2d8e3;
  border-top-color: var(--blue);
  border-radius: 50%;
  opacity: 0;
}

.captcha-status {
  margin: 7px 4px 0 40px;
  color: #737987;
  font-size: 11px;
  line-height: 1.4;
}

.captcha-box[data-state="loading"] {
  border-color: rgba(11, 77, 255, 0.45);
  box-shadow: 0 0 0 4px rgba(11, 77, 255, 0.06);
}

.captcha-box[data-state="loading"] .captcha-loader {
  opacity: 1;
  animation: captcha-spin 700ms linear infinite;
}

.captcha-box[data-state="verified"] {
  border-color: #79b98e;
  background: #f2fbf5;
}

.captcha-box[data-state="verified"] .captcha-check {
  border-color: #378c56;
  background: #378c56;
}

.captcha-box[data-state="verified"] .captcha-check::after {
  position: absolute;
  top: 5px;
  left: 8px;
  width: 6px;
  height: 11px;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  content: "";
  transform: rotate(45deg);
}

.captcha-box[data-state="verified"] .captcha-status {
  color: #2c7547;
}

.captcha-box[data-state="error"] {
  border-color: var(--orange);
  background: #fff8f6;
}

.captcha-box[data-state="error"] .captcha-status {
  color: #b52b12;
}

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

.button-full {
  justify-content: space-between;
  width: 100%;
  margin-top: 3px;
  padding-right: 22px;
  padding-left: 22px;
}

.privacy-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.privacy-note svg {
  flex: 0 0 18px;
  width: 18px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 1.5;
}

.privacy-note a {
  color: var(--blue);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-error {
  display: none;
  margin: 16px 0 0;
  padding: 13px 15px;
  border: 1px solid #f0b5aa;
  border-radius: 8px;
  color: #8e210f;
  background: #fff2ef;
  font-size: 12px;
  line-height: 1.5;
}

.form-error.visible {
  display: block;
}

form[aria-busy="true"] {
  cursor: wait;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.form-success {
  display: none;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
  padding: 16px;
  border-radius: 8px;
  background: #eefbdc;
}

.form-success.visible {
  display: flex;
}

.form-success > span {
  display: grid;
  flex: 0 0 38px;
  height: 38px;
  border-radius: 50%;
  color: var(--white);
  background: #378c56;
  font-weight: 900;
  place-items: center;
}

.form-success p {
  margin: 1px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.final-cta {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
  margin: 70px clamp(24px, 4vw, 62px) 0;
  padding-top: 54px;
  padding-bottom: 54px;
  border-radius: 34px 8px 34px 8px;
  color: var(--white);
  background: var(--blue);
  overflow: hidden;
}

.final-cta::after {
  position: absolute;
  top: -30px;
  right: 22%;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  content: "";
}

.final-leaf {
  width: 100px;
  fill: none;
  stroke: var(--white);
  stroke-linecap: round;
  stroke-width: 1.5;
}

.final-cta h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(37px, 4vw, 60px);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.final-cta p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.8);
}

.button-light {
  position: relative;
  z-index: 1;
  color: var(--blue);
  background: var(--white);
  box-shadow: none;
}

.button-light:hover {
  color: var(--blue-dark);
  background: var(--lime);
  box-shadow: none;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1.5fr auto;
  align-items: center;
  gap: 40px;
  padding: 55px clamp(24px, 6vw, 96px);
}

.footer-logo {
  font-size: initial;
}

.footer-links {
  display: flex;
  gap: 22px;
  font-size: 12px;
  font-weight: 700;
}

.site-footer > p {
  max-width: 480px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

.site-footer .copyright {
  white-space: nowrap;
  text-align: right;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 750ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 750ms cubic-bezier(0.22, 1, 0.36, 1);
}

.js [data-reveal].revealed {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-in {
  from {
    opacity: 0;
    transform: scale(1.06);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes logo-scroll {
  to {
    transform: translateX(-50%);
  }
}

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

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    visibility: hidden;
    pointer-events: none;
    background: var(--blue);
    color: var(--white);
    font-family: var(--display);
    font-size: 38px;
    font-weight: 400;
    opacity: 0;
    transition: none;
  }

  .site-nav.open {
    visibility: visible !important;
    pointer-events: auto !important;
    opacity: 1 !important;
  }

  .site-nav a::after {
    background: var(--lime);
  }

  .menu-button {
    position: fixed;
    top: 13px;
    right: 20px;
    z-index: 140;
    display: grid;
    width: 46px;
    height: 46px;
    padding: 12px;
    border: 0;
    border-radius: 50%;
    background: var(--white);
    box-shadow: 0 5px 18px rgba(16, 17, 20, 0.1);
    cursor: pointer;
    place-items: center;
  }

  .menu-button span {
    position: absolute;
    width: 20px;
    height: 2px;
    background: var(--ink);
    transition: transform 220ms ease;
  }

  .menu-button span:first-child {
    transform: translateY(-4px);
  }

  .menu-button span:last-child {
    transform: translateY(4px);
  }

  .menu-button[aria-expanded="true"] span:first-child {
    transform: rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:last-child {
    transform: rotate(-45deg);
  }

  body.menu-open .logo {
    position: relative;
    z-index: 140;
    color: var(--white);
  }

  body.menu-open .logo strong span {
    color: var(--lime);
  }

  .header-cta {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr 0.9fr;
    min-height: 760px;
  }

  .hero-copy {
    padding-left: 48px;
  }

  .hero h1 {
    font-size: clamp(58px, 8vw, 84px);
  }

  .support {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 44px;
  }

  .coach-support {
    grid-template-columns: minmax(380px, 0.9fr) minmax(370px, 1fr);
    gap: 60px;
  }

  .human {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .human-seal {
    right: -20px;
    width: 150px;
    height: 150px;
    font-size: 12px;
  }

  .story {
    grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
    gap: 42px;
  }

  .story h2 {
    font-size: clamp(47px, 6.2vw, 68px);
  }

  .conversion {
    gap: 65px;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-links {
    justify-content: flex-end;
  }

  .site-footer > p {
    text-align: left;
  }

  .site-footer .copyright {
    text-align: right;
  }
}

@media (max-width: 920px) {
  .story,
  .support {
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .story {
    min-height: auto;
  }

  .story::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 53%;
  }

  .story-copy,
  .support-copy {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
  }

  .story h2 {
    max-width: 650px;
  }

  .story-visual,
  .kit-visual {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
  }

  .support::before {
    display: none;
  }
}

@media (max-width: 780px) {
  html {
    scroll-padding-top: 72px;
  }

  .site-header {
    height: 72px;
    padding: 0 20px;
  }

  .logo {
    font-size: initial;
  }

  .logo strong {
    font-size: 29px;
  }

  .section {
    padding: 80px 22px;
  }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding-top: 72px;
  }

  .hero-copy {
    order: 1;
    padding: 65px 22px 90px;
  }

  .hero-copy::after {
    top: auto;
    right: 0;
    bottom: -55px;
    left: 0;
    width: 100%;
    height: 110px;
    border-radius: 0 0 50% 50%;
  }

  .hero h1 {
    font-size: clamp(48px, 13.2vw, 66px);
    line-height: 0.96;
  }

  .hero h1 em {
    white-space: normal;
  }

  .hero-intro {
    margin: 29px 0 26px;
    font-size: 18px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 19px;
  }

  .hero-media {
    order: 2;
    height: 410px;
    min-height: 410px;
    padding-top: 0;
  }

  .hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70% center;
  }

  .section-heading h2,
  .support h2,
  .conversion h2 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .steps-track {
    grid-template-columns: 1fr;
    gap: 54px;
    margin-top: 60px;
  }

  .track-line {
    display: none;
  }

  .step {
    padding: 28px 22px 30px;
    border: 1px solid #e4e8f0;
    border-radius: 22px 5px 22px 5px;
    background: linear-gradient(180deg, #fff, #fafbfe);
    box-shadow: 0 16px 42px rgba(18, 31, 67, 0.07);
  }

  .step-number {
    margin-bottom: 18px;
  }

  .js .steps .step[data-reveal] {
    transform: none;
  }

  .support {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .support::before {
    display: none;
  }

  .kit-visual {
    padding-top: 0;
  }

  .kit-image-stage {
    min-height: 420px;
  }

  .kit-image-stage::before {
    width: min(430px, 92%);
  }

  .kit-product-image {
    width: 100%;
    margin: 0 auto;
  }

  .kit-quickfacts {
    margin-top: 5px;
  }

  .kit-quickfacts span {
    padding: 13px 7px;
    font-size: 9px;
  }

  .kit-quickfacts strong {
    font-size: 25px;
  }

  .kit-offer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kit-price-option {
    padding-right: 12px;
  }

  .kit-price-option + .kit-price-option {
    padding-left: 14px;
  }

  .kit-price-option span {
    font-size: 10px;
  }

  .kit-price-option strong {
    font-size: clamp(29px, 9vw, 38px);
  }

  .kit-saving {
    grid-template-columns: auto auto;
    align-items: start;
    gap: 10px 12px;
  }

  .kit-saving small {
    grid-column: 1 / -1;
    padding-top: 2px;
  }

  .kit-actions,
  .story-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .kit-actions .button,
  .story-actions .button {
    width: 100%;
    text-align: center;
  }

  .phone-stage {
    min-height: 610px;
  }

  .phone {
    min-height: 605px;
  }

  .coach-support {
    grid-template-columns: 1fr;
    gap: 50px;
    min-height: auto;
  }

  .coach-copy {
    order: -1;
  }

  .coach-copy h2 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .coach-lead {
    font-size: 16px;
  }

  .human {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .human-media img {
    aspect-ratio: 1.2;
    border-radius: 90px 8px 8px 90px;
  }

  .human-seal {
    right: -8px;
    bottom: -48px;
  }

  .story {
    grid-template-columns: 1fr;
    gap: 58px;
    padding-top: 80px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .story::before {
    display: none;
  }

  .story-copy {
    order: -1;
    grid-column: auto;
    grid-row: auto;
  }

  .story h2 {
    font-size: clamp(42px, 12vw, 56px);
  }

  .story-text p {
    font-size: 15px;
  }

  .story-text blockquote {
    padding-left: 20px;
    font-size: clamp(25px, 8vw, 32px);
  }

  .story-visual {
    grid-column: auto;
    grid-row: auto;
    width: calc(100% + 44px);
    max-width: none;
    margin: 0 -22px;
    padding: 30px 22px 38px;
    background: #f4f7f1;
  }

  .story-view-label {
    margin-bottom: 12px;
  }

  .story-transformations {
    grid-template-columns: 1fr;
    gap: 34px;
    width: min(100%, 350px);
    margin: 0 auto;
  }

  .story-transformations::after {
    display: none;
  }

  .story-pair {
    width: 100%;
    margin: 0 auto;
  }

  .story-pair + .story-pair {
    padding-top: 30px;
    padding-left: 0;
    border-top: 1px solid #cbd4c8;
    border-left: 0;
  }

  .story-pair-heading {
    justify-content: center;
    margin-bottom: 14px;
  }

  .story-pair-images {
    gap: 10px;
  }

  .story-photo img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .story-photo figcaption {
    justify-content: center;
    gap: 2px;
    padding: 8px 0 0;
  }

  .story-disclaimer {
    margin-top: 20px;
  }

  .story-signature {
    margin-top: 24px;
  }

  .evidence-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .evidence-grid {
    grid-template-columns: 1fr;
  }

  .evidence-grid article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  }

  .evidence-grid article:last-child {
    border-bottom: 0;
  }

  .transformation-gallery {
    grid-template-columns: 1fr;
  }

  .transformation-pair img {
    height: min(118vw, 510px);
  }

  .transformation-placeholder {
    grid-template-columns: 1fr;
  }

  .logo-cloud {
    padding: 20px 0;
    -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
    mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  }

  .herbalife-mark img {
    width: 205px;
    height: 40px;
  }

  .conversion {
    grid-template-columns: 1fr;
  }

  .conversion .form-wrap {
    margin-top: 55px;
  }

  .field-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .final-cta {
    grid-template-columns: 1fr;
    gap: 23px;
    margin: 30px 14px 0;
    padding: 55px 28px;
  }

  .final-leaf {
    position: absolute;
    right: -8px;
    bottom: -20px;
    opacity: 0.35;
  }

  .final-cta .button {
    justify-self: start;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 27px;
    padding: 45px 24px;
  }

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

  .site-footer > p,
  .site-footer .copyright {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

.conversion > *,
.field-grid > *,
.site-footer > * {
  min-width: 0;
}
