@font-face {
  font-family: 'Geist Sans';
  src: url('fonts/geist-sans.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist Mono';
  src: url('fonts/geist-mono.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-geist-sans: 'Geist Sans';
  --font-geist-mono: 'Geist Mono';
}
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .overline {
    text-decoration-line: overline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
:root {
  --navy: #071626;
  --navy-deep: #03101c;
  --navy-soft: #102336;
  --green: #69ba2d;
  --green-bright: #84d343;
  --paper: #f4f5f1;
  --paper-2: #ffffff;
  --ink: #0a1a2a;
  --muted: rgba(255, 255, 255, 0.72);
  --line: rgba(255, 255, 255, 0.2);
  --paper-line: rgba(10, 26, 42, 0.13);
  --edge: clamp(24px, 6vw, 96px);
  --section: clamp(78px, 9vw, 138px);
  --sans: var(--font-geist-sans), Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--navy-deep);
  color: #fff;
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
body.menu-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input, textarea {
  color: inherit;
  font: inherit;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
}
.section-shell {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding-inline: var(--edge);
}
.section-label {
  margin: 0 0 18px;
  color: #4f8f20;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.section-label.light {
  color: var(--green-bright);
}
.section-label::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 1px;
  margin-right: 11px;
  background: currentColor;
  vertical-align: middle;
}
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  width: 100%;
  height: 76px;
  padding: 9px max(18px,3vw);
  display: grid;
  grid-template-columns: 165px 1fr auto;
  gap: 18px;
  align-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transition: height .35s ease,background .35s ease,box-shadow .35s ease,backdrop-filter .35s ease;
}
.site-header.is-scrolled {
  top: 0;
  height: 68px;
  background: rgba(3,16,28,.78);
  box-shadow: 0 12px 34px rgba(0,0,0,.18);
  backdrop-filter: blur(16px) saturate(120%);
}
.brand {
  display: inline-flex;
  width: 143px;
}
.brand img {
  display: block;
  width: 100%;
  height: auto;
}
.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(22px,2.4vw,42px);
}
.main-nav a {
  min-height: 36px;
  position: relative;
  padding: 8px 2px;
  display: inline-flex;
  align-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255,255,255,.82);
  font-size: 10.5px;
  font-weight: 680;
  letter-spacing: .13em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color .25s ease;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 3px;
  height: 1px;
  background: var(--green-bright);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.main-nav a:hover {
  color: #fff;
  background: transparent;
}
.main-nav a:hover::after {
  transform: scaleX(1);
}
.header-cta span {
  width: auto;
  height: auto;
  display: inline-grid;
  place-items: center;
  border-radius: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  transition: transform .25s ease,color .25s ease;
}
.header-cta span svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.header-cta:hover span {
  transform: rotate(45deg);
}
.header-cta {
  justify-self: end;
  min-height: 42px;
  padding: 5px 6px 5px 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 999px;
  background: rgba(255,255,255,.95);
  color: var(--navy);
  font-size: 11.5px;
  font-weight: 700;
  white-space: nowrap;
  transition: background .25s ease,color .25s ease,transform .25s ease;
}
.header-cta span {
  color: currentColor;
}
.header-cta:hover {
  background: var(--green-bright);
  color: #071b08;
  transform: translateY(-1px);
}
.menu-button {
  display: none;
}
.hero {
  position: relative;
  height: 100svh;
  min-height: 660px;
  overflow: hidden;
  background: var(--navy-deep);
}
.hero-slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.035);
  transition: opacity 1.2s ease-in-out,visibility 1.2s,transform 1.9s cubic-bezier(.16,.84,.44,1);
}
.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 2;
}
.hero-image {
  position: absolute;
  inset: -4%;
  background-size: cover;
  background-position: center;
  transform: scale(1.12);
  filter: saturate(.92) contrast(1.02);
  will-change: transform;
}
.hero-image-0 {
  transform-origin: 68% center;
}
.hero-image-1 {
  transform-origin: 70% center;
}
.hero-image-2 {
  transform-origin: 72% center;
}
.hero-slide.is-active .hero-image-0 {
  animation: heroKenBurns0 7.6s ease-out both;
  filter: saturate(1) contrast(1);
}
.hero-slide.is-active .hero-image-1 {
  animation: heroKenBurns1 7.6s ease-out both;
  filter: saturate(1) contrast(1);
}
.hero-slide.is-active .hero-image-2 {
  animation: heroKenBurns2 7.6s ease-out both;
  filter: saturate(1) contrast(1);
}
.hero-shine {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  mix-blend-mode: overlay;
  opacity: .55;
  background: linear-gradient(115deg,transparent 32%,rgba(255,255,255,.05) 45%,rgba(255,255,255,.14) 50%,rgba(255,255,255,.05) 55%,transparent 68%);
  background-size: 260% 100%;
  animation: heroShine 11s ease-in-out infinite;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(3,16,28,.7) 0%,rgba(3,16,28,.24) 52%,rgba(3,16,28,.08) 80%),linear-gradient(0deg,rgba(3,16,28,.72) 0%,transparent 42%,rgba(3,16,28,.28) 100%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 86px var(--edge) 96px;
}
.hero-copy {
  width: min(590px, 54vw);
}
.hero-kicker {
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--green-bright);
  font-size: 12px;
  font-weight: 680;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .6s ease,transform .6s ease;
}
.hero-kicker span {
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width .55s cubic-bezier(.16,.84,.44,1);
}
.hero-title {
  max-width: 660px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px,5.7vw,82px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 720;
  text-wrap: balance;
}
.hero-title > span,.hero-title > strong {
  display: block;
  opacity: 0;
  transform: translateY(26px) scale(.98);
  transition: opacity .9s cubic-bezier(.16,.84,.44,1),transform .9s cubic-bezier(.16,.84,.44,1);
}
.hero-title > strong {
  color: var(--green-bright);
  font-weight: inherit;
  background: linear-gradient(100deg,var(--green-bright) 40%,#d4f5b0 50%,var(--green-bright) 60%);
  background-size: 240% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: heroAccentShine 6s ease-in-out .8s infinite;
}
.hero-text {
  max-width: 500px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: clamp(16px,1.25vw,19px);
  line-height: 1.55;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .85s cubic-bezier(.16,.84,.44,1),transform .85s cubic-bezier(.16,.84,.44,1);
}
.hero-actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 28px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .8s cubic-bezier(.16,.84,.44,1),transform .8s cubic-bezier(.16,.84,.44,1);
}
.hero-slide.is-active .hero-kicker,.hero-slide.is-active .hero-text,.hero-slide.is-active .hero-actions {
  opacity: 1;
  transform: translateY(0);
}
.hero-slide.is-active .hero-title > span,.hero-slide.is-active .hero-title > strong {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.hero-slide.is-active .hero-kicker {
  transition-delay: .12s;
}
.hero-slide.is-active .hero-kicker span {
  width: 32px;
  transition-delay: .45s;
}
.hero-slide.is-active .hero-title > span {
  transition-delay: .22s;
}
.hero-slide.is-active .hero-title > strong {
  transition-delay: .36s;
}
.hero-slide.is-active .hero-text {
  transition-delay: .46s;
}
.hero-slide.is-active .hero-actions {
  transition-delay: .56s;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 51px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 680;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.button svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.8;
  transition: transform .25s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button:hover svg {
  transform: translateX(3px);
}
.button-primary {
  background: var(--green);
  color: #071b08;
  box-shadow: 0 12px 28px rgba(37,92,11,.26);
}
.button-primary:hover {
  background: var(--green-bright);
}
.button-dark {
  background: var(--navy);
  color: #fff;
}
.button-dark:hover {
  background: #112a41;
}
.text-link {
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,.5);
  padding-bottom: 3px;
}
.hero-availability {
  position: absolute;
  z-index: 6;
  right: var(--edge);
  bottom: 100px;
  min-height: 72px;
  padding: 9px 25px 9px 13px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: linear-gradient(180deg,rgba(114,201,54,.84) 0%,rgba(81,169,35,.84) 100%);
  color: #fff;
  box-shadow: 0 18px 38px rgba(25,83,7,.29),inset 0 1px 0 rgba(255,255,255,.25);
  backdrop-filter: blur(9px) saturate(120%);
  transition: transform .25s ease,box-shadow .25s ease,background .25s ease;
  animation: heroBadgeBreathe 4.6s ease-in-out infinite;
}
.hero-availability:hover {
  animation-play-state: paused;
  transform: translateY(-4px);
  background: linear-gradient(180deg,rgba(130,217,70,.94) 0%,rgba(93,184,43,.94) 100%);
  box-shadow: 0 24px 48px rgba(25,83,7,.38),inset 0 1px 0 rgba(255,255,255,.3);
}
.hero-availability-icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(0,0,0,.1);
}
.hero-availability-icon svg {
  width: 31px;
  height: 31px;
}
.hero-availability strong {
  font-size: 16px;
  line-height: 1.12;
  letter-spacing: -.015em;
  font-weight: 660;
}
.hero-footer {
  position: absolute;
  z-index: 5;
  left: var(--edge);
  right: var(--edge);
  bottom: 29px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero-pagination {
  display: flex;
  align-items: center;
  gap: 18px;
}
.hero-pagination button {
  border: 0;
  background: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 9px;
}
.hero-pagination span {
  color: rgba(255,255,255,.46);
  font-size: 10px;
  font-weight: 650;
}
.hero-pagination i {
  width: 34px;
  height: 1px;
  background: rgba(255,255,255,.3);
  position: relative;
  overflow: hidden;
}
.hero-pagination i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--green-bright);
  transform: translateX(-100%);
}
.hero-pagination button.is-active span {
  color: #fff;
}
.hero-pagination button.is-active i::after {
  animation: heroProgress 7s linear forwards;
}
@keyframes heroProgress {
  to {
    transform: translateX(0);
  }
}
@keyframes heroKenBurns0 {
  from {
    transform: scale(1.12) translate3d(0,0,0);
  }
  to {
    transform: scale(1.02) translate3d(-2.6%,-1.4%,0);
  }
}
@keyframes heroKenBurns1 {
  from {
    transform: scale(1.12) translate3d(0,0,0);
  }
  to {
    transform: scale(1.02) translate3d(2.6%,1.2%,0);
  }
}
@keyframes heroKenBurns2 {
  from {
    transform: scale(1.15) translate3d(0,0,0);
  }
  to {
    transform: scale(1.03) translate3d(-2%,1.6%,0);
  }
}
@keyframes heroKenBurnsMobile0 {
  from {
    transform: scale(1.08) translate3d(0,0,0);
  }
  to {
    transform: scale(1.01) translate3d(-1.4%,-1%,0);
  }
}
@keyframes heroKenBurnsMobile1 {
  from {
    transform: scale(1.08) translate3d(0,0,0);
  }
  to {
    transform: scale(1.01) translate3d(1.4%,.8%,0);
  }
}
@keyframes heroKenBurnsMobile2 {
  from {
    transform: scale(1.1) translate3d(0,0,0);
  }
  to {
    transform: scale(1.02) translate3d(-1%,1%,0);
  }
}
@keyframes heroShine {
  0%,100% {
    background-position: 220% 0;
  }
  50% {
    background-position: -60% 0;
  }
}
@keyframes heroAccentShine {
  0%,100% {
    background-position: 200% 0;
  }
  50% {
    background-position: 0% 0;
  }
}
@keyframes heroBadgeBreathe {
  0%,100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 18px 38px rgba(25,83,7,.29),inset 0 1px 0 rgba(255,255,255,.25);
  }
  50% {
    transform: translateY(-3px) scale(1.015);
    box-shadow: 0 22px 44px rgba(25,83,7,.36),inset 0 1px 0 rgba(255,255,255,.3);
  }
}
.hero-nav {
  display: flex;
  gap: 8px;
}
.hero-nav button,.pregnancy-controls > button {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  background: rgba(3,16,28,.14);
  transition: border-color .25s, background .25s;
}
.hero-nav button:hover,.pregnancy-controls > button:hover {
  border-color: var(--green-bright);
  background: rgba(3,16,28,.42);
}
.impact {
  background: var(--paper);
  color: var(--ink);
  padding: var(--section) 0;
}
.impact-layout {
  display: grid;
  grid-template-columns: minmax(0,1.05fr) minmax(420px,.75fr);
  align-items: center;
  gap: clamp(55px,8vw,120px);
}
.impact-copy h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(44px,5.4vw,76px);
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 690;
}
.impact-copy h2 span {
  color: #4d9f1f;
}
.impact-copy > p:last-child {
  max-width: 560px;
  margin: 28px 0 0;
  color: rgba(10,26,42,.62);
  font-size: 17px;
  line-height: 1.65;
}
.impact-card {
  min-height: 470px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--paper-line);
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(13,34,23,.09);
}
.impact-card::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  right: -110px;
  top: -105px;
  border: 1px solid rgba(105,186,45,.25);
  border-radius: 50%;
}
.impact-slide {
  position: absolute;
  inset: 0;
  padding: clamp(38px,4.4vw,58px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  opacity: 0;
  visibility: hidden;
  transform: translateX(25px);
  transition: opacity .55s ease, transform .55s ease, visibility .55s;
}
.impact-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.impact-icon {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eff8e9;
  color: #3f8f1c;
  box-shadow: inset 0 0 0 1px rgba(77,159,31,.08);
}
.impact-icon svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.impact-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.impact-top {
  margin-top: 24px;
}
.impact-top > span {
  color: #4d9f1f;
  font-size: clamp(62px,6vw,88px);
  line-height: .85;
  letter-spacing: -.07em;
  font-weight: 760;
}
.impact-top small {
  margin-top: 13px;
  color: #4d9f1f;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.impact-slide h3 {
  margin: 28px 0 0;
  font-size: clamp(25px,2.7vw,35px);
  line-height: 1.05;
  letter-spacing: -.04em;
}
.impact-slide > p {
  margin: 8px 0 0;
  color: rgba(10,26,42,.58);
  font-size: 17px;
}
.simple-dots {
  position: absolute;
  left: clamp(38px,5vw,66px);
  bottom: 34px;
  z-index: 3;
  display: flex;
  gap: 9px;
}
.simple-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(10,26,42,.18);
}
.simple-dots button.is-active {
  background: var(--green);
}
.model {
  position: relative;
  min-height: 930px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.model-image {
  position: absolute;
  inset: 0;
  background: url('images/modelo-fondo-2026.jpg') center 48%/cover no-repeat;
  transform: scale(1.025);
}
.model-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(3,16,28,.97) 0%,rgba(3,16,28,.9) 42%,rgba(3,16,28,.68) 100%),linear-gradient(0deg,rgba(3,16,28,.9),rgba(3,16,28,.2) 58%,rgba(3,16,28,.55));
}
.model-inner {
  position: relative;
  z-index: 2;
  padding-block: var(--section);
}
.model-layout {
  display: grid;
  grid-template-columns: minmax(0,1.12fr) minmax(390px,.78fr);
  gap: clamp(50px,6vw,96px);
  align-items: center;
}
.model-copy h2 {
  max-width: 710px;
  margin: 0;
  font-size: clamp(43px,4.75vw,70px);
  line-height: 1;
  letter-spacing: -.05em;
  font-weight: 680;
}
.model-stage {
  position: relative;
  min-height: 205px;
  max-width: 680px;
  margin-top: 54px;
}
.model-step {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 30px;
  align-items: start;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: opacity .55s ease, transform .55s ease, visibility .55s;
}
.model-step.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.model-index {
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(132,211,67,.55);
  border-radius: 50%;
  color: var(--green-bright);
  font-size: 18px;
}
.model-step h3 {
  margin: 6px 0 12px;
  font-size: clamp(27px,3vw,40px);
  line-height: 1;
  letter-spacing: -.035em;
}
.model-step p {
  max-width: 540px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}
.model-tabs {
  display: flex;
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.18);
  max-width: 680px;
}
.model-tabs button {
  flex: 1;
  padding: 22px 15px 0 0;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.42);
  text-align: left;
  font-size: 12px;
  transition: color .25s;
}
.model-tabs button span {
  display: block;
  margin-bottom: 7px;
  font-size: 9px;
  letter-spacing: .14em;
}
.model-tabs button.is-active {
  color: var(--green-bright);
}
.model-gallery {
  min-height: 610px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  transform: rotate(.6deg);
}
.model-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 25px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 26px 58px rgba(0,0,0,.3);
}
.model-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,transparent 58%,rgba(3,16,28,.25));
  pointer-events: none;
}
.model-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.9) contrast(1.04);
  transition: transform .75s cubic-bezier(.2,.75,.2,1), filter .45s ease;
}
.model-photo:hover img {
  transform: scale(1.035);
  filter: saturate(1) contrast(1.02);
}
.model-photo-main {
  grid-row: 1 / 3;
  transform: translateY(22px);
}
.model-photo-main img {
  object-position: 50% center;
}
.model-photo-lab {
  transform: translateY(-12px);
}
.model-photo-lab img {
  object-position: 59% center;
}
.model-photo-field {
  transform: translateY(6px);
}
.model-photo-field img {
  object-position: 48% center;
}
.pregnancy {
  position: relative;
  min-height: 840px;
  overflow: hidden;
  background: var(--navy);
}
.pregnancy-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .85s ease, visibility .85s;
}
.pregnancy-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.pregnancy-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 45%;
  transform: scale(1.035);
  transition: transform 8s linear;
}
.pregnancy-slide.is-active .pregnancy-image {
  transform: scale(1);
}
.pregnancy-image-1 {
  background-position: center 38%;
}
.pregnancy-image-2 {
  background-position: center 41%;
}
.pregnancy-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(4,18,30,.94) 0%,rgba(4,18,30,.76) 39%,rgba(4,18,30,.18) 72%,rgba(4,18,30,.32) 100%),linear-gradient(0deg,rgba(3,16,28,.65),transparent 50%);
}
.pregnancy-inner {
  position: relative;
  z-index: 2;
  min-height: 840px;
  display: flex;
  align-items: center;
}
.pregnancy-copy {
  max-width: 650px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s ease .18s, transform .7s ease .18s;
}
.pregnancy-slide.is-active .pregnancy-copy {
  opacity: 1;
  transform: translateY(0);
}
.pregnancy-copy h2 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(50px,6vw,88px);
  line-height: .93;
  letter-spacing: -.06em;
  font-weight: 720;
  text-wrap: balance;
}
.pregnancy-copy > p:not(.section-label) {
  max-width: 500px;
  margin: 28px 0 34px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}
.pregnancy-controls {
  position: absolute;
  z-index: 5;
  left: var(--edge);
  right: var(--edge);
  bottom: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pregnancy-controls > div {
  display: flex;
  gap: 9px;
}
.pregnancy-controls > div button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.36);
}
.pregnancy-controls > div button.is-active {
  background: var(--green-bright);
}
.services {
  background: #f7f8f5;
  color: var(--ink);
  padding: var(--section) 0;
}
.section-heading {
  max-width: 700px;
  margin: 0 auto clamp(52px,7vw,86px);
  text-align: center;
}
.section-heading h2 {
  margin: 0;
  font-size: clamp(41px,4.8vw,66px);
  line-height: 1;
  letter-spacing: -.05em;
  font-weight: 690;
}
.services .section-heading h2 span {
  display: block;
  color: #4d9f1f;
}
.section-heading > p:last-child {
  margin: 22px 0 0;
  color: rgba(10,26,42,.58);
  font-size: 17px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: clamp(16px,2vw,26px);
}
.service-card {
  min-height: 300px;
  position: relative;
  padding: clamp(30px,3.5vw,48px);
  overflow: hidden;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(10,26,42,.09);
  border-radius: 26px;
  box-shadow: 0 18px 46px rgba(13,34,23,.075),0 3px 10px rgba(13,34,23,.035);
  transition: background .3s ease, transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.service-card:hover {
  background: #fff;
  border-color: rgba(77,159,31,.2);
  box-shadow: 0 24px 58px rgba(13,34,23,.11),0 4px 14px rgba(13,34,23,.045);
  transform: translateY(-5px);
}
.service-number {
  position: absolute;
  top: 23px;
  right: 25px;
  color: rgba(10,26,42,.26);
  font-size: 10px;
  letter-spacing: .12em;
}
.service-icon {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(77,159,31,.28);
  border-radius: 50%;
  background: #eff8e9;
  color: #4d9f1f;
}
.service-icon svg {
  width: 38px;
  height: 38px;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-card h3 {
  margin: 34px 0 13px;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -.03em;
}
.service-card p {
  max-width: 290px;
  margin: 0;
  color: rgba(10,26,42,.58);
  font-size: 15px;
  line-height: 1.6;
}
.center-action {
  margin-top: 48px;
  text-align: center;
}
.results {
  min-height: 730px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.results-image {
  position: absolute;
  inset: 0;
  background: url('images/resultados-team.jpg') center/cover no-repeat;
  transform: scale(1.025);
}
.results-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(2,10,18,.97) 0%,rgba(2,10,18,.82) 48%,rgba(2,10,18,.2) 100%),linear-gradient(0deg,rgba(2,10,18,.72),transparent 56%);
}
.results-inner {
  position: relative;
  z-index: 2;
  padding-block: var(--section);
}
.results-heading h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(55px,7vw,100px);
  line-height: .87;
  letter-spacing: -.065em;
  font-weight: 760;
  text-transform: uppercase;
}
.results-heading h2 span {
  display: block;
  color: var(--green-bright);
}
.results-grid {
  width: min(760px,70%);
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  border-top: 1px solid rgba(255,255,255,.2);
  border-left: 1px solid rgba(255,255,255,.2);
}
.results-grid article {
  min-height: 155px;
  padding: 23px;
  display: grid;
  grid-template-columns: 68px 1fr;
  align-items: center;
  gap: 20px;
  border-right: 1px solid rgba(255,255,255,.2);
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.result-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(132,211,67,.58);
  border-radius: 13px;
  color: var(--green-bright);
  background: rgba(3,16,28,.28);
  box-shadow: inset 0 0 0 1px rgba(132,211,67,.04);
}
.result-icon svg {
  width: 36px;
  height: 36px;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.result-copy strong {
  display: block;
  margin-bottom: 5px;
  font-size: clamp(30px,4.2vw,58px);
  line-height: .82;
  letter-spacing: -.055em;
}
.results-grid span {
  color: var(--green-bright);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.results-grid p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.alliances {
  background: #fff;
  color: var(--ink);
  padding: clamp(70px,8vw,110px) 0;
}
.section-heading.compact {
  max-width: 760px;
  margin-bottom: 58px;
}
.section-heading.compact h2 {
  font-size: clamp(35px,4vw,54px);
}
.alliance-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px,3.5vw,52px);
  color: rgba(10,26,42,.42);
  font-size: clamp(16px,1.7vw,23px);
  font-weight: 700;
}
.alliance-row i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
}
.contact {
  background: var(--navy-deep);
  padding: var(--section) 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(55px,8vw,120px);
  align-items: start;
}
.contact-info h2 {
  max-width: 590px;
  margin: 0;
  font-size: clamp(43px,5vw,70px);
  line-height: 1;
  letter-spacing: -.05em;
  font-weight: 680;
}
.contact-info > p:not(.section-label) {
  max-width: 510px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}
.contact-links {
  margin-top: 42px;
  display: grid;
  gap: 15px;
}
.contact-links a,.contact-links > div {
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
}
.contact-links span {
  width: 37px;
  height: 37px;
  flex: 0 0 37px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  color: var(--green-bright);
}
.contact-links svg {
  width: 18px;
  height: 18px;
}
.contact-socials {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.contact-socials a {
  min-height: 43px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  color: rgba(255,255,255,.84);
  font-size: 12px;
  font-weight: 650;
  transition: border-color .25s,background .25s,transform .25s;
}
.contact-socials a:hover {
  border-color: rgba(132,211,67,.52);
  background: rgba(132,211,67,.09);
  transform: translateY(-2px);
}
.contact-socials svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-socials .social-facebook,.footer-socials .social-facebook {
  stroke: none;
}
.contact-socials a > svg:last-child {
  width: 13px;
  height: 13px;
  margin-left: 2px;
}
.coverage {
  margin-top: 42px;
  padding: 26px 28px;
  border-left: 2px solid var(--green);
  background: rgba(255,255,255,.045);
}
.coverage strong {
  font-size: 16px;
}
.coverage p {
  margin: 7px 0 0;
  color: rgba(255,255,255,.56);
  font-size: 13px;
  line-height: 1.5;
}
.contact-form {
  padding: clamp(30px,4vw,50px);
  overflow: hidden;
  background: #0c1d2e;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 30px;
  box-shadow: 0 28px 70px rgba(0,0,0,.22);
}
.contact-form > label,.form-row label {
  display: block;
  margin-bottom: 21px;
  color: rgba(255,255,255,.58);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.contact-form input,.contact-form textarea {
  width: 100%;
  margin-top: 9px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  outline: 0;
  background: rgba(255,255,255,.045);
  color: #fff;
  font-size: 15px;
  text-transform: none;
  resize: vertical;
  transition: border-color .25s, background .25s, box-shadow .25s;
}
.contact-form textarea {
  border-radius: 18px;
}
.contact-form input:focus,.contact-form textarea:focus {
  border-color: var(--green-bright);
  background: rgba(255,255,255,.065);
  box-shadow: 0 0 0 3px rgba(132,211,67,.09);
}
.contact-form input::placeholder,.contact-form textarea::placeholder {
  color: rgba(255,255,255,.3);
}
.contact-form .button {
  width: 100%;
  margin-top: 8px;
}
.final-cta {
  min-height: 670px;
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
}
.final-image {
  position: absolute;
  inset: 0;
  background: url('images/cta-final-diagnostico.jpg') center 46%/cover no-repeat;
  transform: scale(1.018);
}
.final-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 48%,rgba(3,16,28,.68) 0%,rgba(3,16,28,.42) 48%,rgba(3,16,28,.64) 100%),linear-gradient(180deg,rgba(3,16,28,.7),rgba(3,16,28,.36) 48%,rgba(3,16,28,.94));
}
.final-inner {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: 80px var(--edge);
}
.final-inner .section-label::before {
  display: none;
}
.final-inner h2 {
  margin: 0;
  font-size: clamp(48px,6vw,84px);
  line-height: .96;
  letter-spacing: -.055em;
  font-weight: 710;
}
.final-inner > p:not(.section-label) {
  margin: 25px 0 35px;
  color: var(--muted);
  font-size: 18px;
}
.site-footer {
  background: #020b13;
  border-top: 1px solid rgba(255,255,255,.12);
}
.footer-main {
  min-height: 160px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}
.footer-brand {
  width: 140px;
}
.footer-brand img {
  display: block;
}
.footer-main nav {
  display: flex;
  gap: 28px;
}
.footer-main nav a {
  color: rgba(255,255,255,.62);
  font-size: 13px;
}
.footer-end {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 18px;
}
.footer-end > p {
  margin: 0;
  color: rgba(255,255,255,.46);
  font-size: 12px;
}
.footer-socials {
  display: flex;
  gap: 8px;
}
.footer-socials a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  color: rgba(255,255,255,.72);
  transition: color .25s,border-color .25s,background .25s;
}
.footer-socials a:hover {
  color: var(--green-bright);
  border-color: rgba(132,211,67,.5);
  background: rgba(132,211,67,.08);
}
.footer-socials svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-bottom {
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.35);
  font-size: 11px;
}
.whatsapp-float {
  position: fixed;
  z-index: 40;
  right: 23px;
  bottom: 23px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 12px 35px rgba(0,0,0,.32);
  transition: transform .25s;
}
.whatsapp-float:hover {
  transform: translateY(-3px);
}
.whatsapp-float svg {
  width: 26px;
  height: 26px;
  color: #fff;
}
@media (max-width: 1040px) {
  .impact-layout {
    grid-template-columns: 1fr;
  }
  .impact-card {
    width: min(100%,620px);
  }
  .model {
    min-height: auto;
  }
  .model-layout {
    grid-template-columns: 1fr;
  }
  .model-copy {
    max-width: 760px;
  }
  .model-gallery {
    width: min(100%,760px);
    min-height: 500px;
    margin-top: 8px;
  }
  .services-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-info {
    max-width: 720px;
  }
}
@media (max-width: 980px) {
  .site-header {
    inset: 0 0 auto;
    grid-template-columns: 1fr auto;
    height: 70px;
    padding: 8px 18px;
    border-radius: 0;
  }
  .site-header.is-scrolled {
    inset: 0 0 auto;
    height: 64px;
  }
  .header-cta {
    display: none;
  }
  .brand {
    width: 134px;
    z-index: 2;
  }
  .menu-button {
    display: grid;
    position: relative;
    z-index: 2;
    justify-items: end;
    gap: 7px;
    width: 46px;
    padding: 12px 0;
    border: 0;
    background: transparent;
  }
  .menu-button span {
    display: block;
    width: 26px;
    height: 1px;
    background: #fff;
    transition: transform .25s ease, width .25s ease;
  }
  .menu-button span:last-child {
    width: 18px;
  }
  .menu-button.is-open span:first-child {
    transform: translateY(4px) rotate(45deg);
  }
  .menu-button.is-open span:last-child {
    width: 26px;
    transform: translateY(-4px) rotate(-45deg);
  }
  .main-nav {
    position: fixed;
    inset: 0;
    min-height: 100svh;
    padding: 110px var(--edge) 50px;
    border-radius: 0;
    background: rgba(3,16,28,.99);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s;
  }
  .main-nav.is-open {
    opacity: 1;
    visibility: visible;
  }
  .main-nav a {
    width: 100%;
    min-height: auto;
    padding: 17px 0;
    justify-content: space-between;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.13);
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-size: 27px;
    letter-spacing: .04em;
  }
  .main-nav a::after {
    display: none;
  }
  .results-grid {
    width: min(100%,760px);
  }
  .alliance-row {
    flex-wrap: wrap;
  }
  .footer-main {
    grid-template-columns: 1fr auto;
  }
  .footer-main > p {
    display: none;
  }
}
@media (max-width: 720px) {
  :root {
    --edge: 22px;
    --section: 76px;
  }
  .hero {
    min-height: 700px;
  }
  .hero-image {
    inset: -3%;
  }
  .hero-image-0 {
    background-position: 58% center;
  }
  .hero-image-1 {
    background-position: 64% center;
  }
  .hero-image-2 {
    background-position: 69% center;
  }
  .hero-slide.is-active .hero-image-0 {
    animation-name: heroKenBurnsMobile0;
  }
  .hero-slide.is-active .hero-image-1 {
    animation-name: heroKenBurnsMobile1;
  }
  .hero-slide.is-active .hero-image-2 {
    animation-name: heroKenBurnsMobile2;
  }
  .hero-shade {
    background: linear-gradient(0deg,rgba(3,16,28,.94) 0%,rgba(3,16,28,.54) 64%,rgba(3,16,28,.3) 100%);
  }
  .hero-inner {
    align-items: flex-end;
    padding: 100px var(--edge) 138px;
  }
  .hero-copy {
    width: 100%;
  }
  .hero-kicker {
    margin-bottom: 16px;
    font-size: 10px;
  }
  .hero-title {
    max-width: 520px;
    font-size: clamp(39px,11.8vw,57px);
    line-height: 1;
  }
  .hero-text {
    margin-top: 19px;
    max-width: 440px;
    font-size: 15px;
  }
  .hero-actions {
    margin-top: 26px;
    gap: 19px;
  }
  .button {
    min-height: 48px;
    padding-inline: 18px;
    font-size: 13px;
  }
  .text-link {
    font-size: 13px;
  }
  .hero-availability {
    right: 22px;
    bottom: 70px;
    min-height: 58px;
    padding: 7px 18px 7px 9px;
    gap: 10px;
  }
  .hero-availability-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
  .hero-availability-icon svg {
    width: 26px;
    height: 26px;
  }
  .hero-availability strong {
    font-size: 14px;
  }
  .hero-footer {
    bottom: 24px;
  }
  .hero-pagination {
    gap: 12px;
  }
  .hero-pagination i {
    width: 24px;
  }
  .hero-nav {
    display: none;
  }
  .impact-layout {
    gap: 48px;
  }
  .impact-copy h2 {
    font-size: clamp(40px,12vw,57px);
  }
  .impact-card {
    min-height: 455px;
    border-radius: 22px;
  }
  .impact-slide h3 {
    margin-top: 26px;
  }
  .model-image {
    background-position: 58% center;
  }
  .model-overlay {
    background: linear-gradient(0deg,rgba(3,16,28,.98) 0%,rgba(3,16,28,.88) 72%,rgba(3,16,28,.72) 100%);
  }
  .model-inner {
    padding-block: 92px;
  }
  .model-copy h2 {
    font-size: clamp(39px,11vw,56px);
  }
  .model-stage {
    min-height: 245px;
    margin-top: 42px;
  }
  .model-step {
    grid-template-columns: 58px 1fr;
    gap: 18px;
  }
  .model-index {
    width: 56px;
    height: 56px;
    font-size: 13px;
  }
  .model-step h3 {
    margin-top: 2px;
    font-size: 25px;
  }
  .model-step p {
    font-size: 15px;
  }
  .model-tabs button {
    font-size: 0;
    padding-right: 0;
  }
  .model-tabs button span {
    font-size: 10px;
  }
  .model-gallery {
    min-height: 390px;
    grid-template-columns: 1.12fr .88fr;
    gap: 10px;
    margin-top: 3px;
    transform: none;
  }
  .model-photo {
    border-radius: 17px;
    box-shadow: 0 18px 38px rgba(0,0,0,.28);
  }
  .model-photo-main {
    transform: translateY(10px);
  }
  .model-photo-lab {
    transform: translateY(-5px);
  }
  .model-photo-field {
    transform: translateY(3px);
  }
  .pregnancy {
    min-height: 760px;
  }
  .pregnancy-inner {
    min-height: 760px;
    align-items: flex-end;
    padding-bottom: 120px;
  }
  .pregnancy-image-0 {
    background-position: 52% center;
  }
  .pregnancy-image-1 {
    background-position: 52% center;
  }
  .pregnancy-image-2 {
    background-position: 50% center;
  }
  .pregnancy-overlay {
    background: linear-gradient(0deg,rgba(3,16,28,.96) 0%,rgba(3,16,28,.57) 68%,rgba(3,16,28,.28) 100%);
  }
  .pregnancy-copy h2 {
    font-size: clamp(43px,12vw,62px);
  }
  .pregnancy-copy > p:not(.section-label) {
    font-size: 15px;
    margin-block: 21px 28px;
  }
  .pregnancy-controls > button {
    display: none;
  }
  .pregnancy-controls {
    justify-content: center;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 270px;
    border-radius: 22px;
  }
  .results {
    min-height: 760px;
  }
  .results-image {
    background-position: 67% center;
  }
  .results-overlay {
    background: linear-gradient(0deg,rgba(2,10,18,.97),rgba(2,10,18,.62) 70%,rgba(2,10,18,.35));
  }
  .results-heading h2 {
    font-size: clamp(53px,16vw,76px);
  }
  .results-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 48px;
  }
  .results-grid article {
    min-height: 130px;
    padding: 15px;
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 13px;
  }
  .result-icon {
    width: 50px;
    height: 50px;
    border-radius: 11px;
  }
  .result-icon svg {
    width: 28px;
    height: 28px;
  }
  .result-copy strong {
    display: block;
    margin-bottom: 7px;
    font-size: 34px;
  }
  .results-grid p {
    font-size: 11px;
  }
  .alliance-row i {
    display: none;
  }
  .alliance-row {
    gap: 22px 34px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .contact-form {
    padding: 28px 22px;
    border-radius: 24px;
  }
  .final-cta {
    min-height: 600px;
  }
  .final-image {
    background-position: 48% center;
  }
  .final-inner h2 {
    font-size: clamp(43px,12vw,60px);
  }
  .footer-main {
    min-height: 220px;
    grid-template-columns: 1fr;
    align-content: center;
  }
  .footer-main nav {
    flex-wrap: wrap;
    gap: 15px 24px;
  }
  .footer-end {
    justify-self: start;
    flex-wrap: wrap;
  }
  .footer-bottom {
    min-height: 95px;
    display: grid;
    align-content: center;
    gap: 6px;
  }
  .whatsapp-float {
    width: 50px;
    height: 50px;
    right: 17px;
    bottom: 17px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
