:root {
  --ink: #082f28;
  --muted: #5f6f69;
  --green: #06483d;
  --green-soft: #e5f0ea;
  --orange: #f47a2a;
  --gold: #d79a53;
  --line: #e7ddd2;
  --paper: #fbfaf7;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #f8fbf8 0, var(--paper) 34%, #ffffff 100%);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

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

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

.hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(251, 250, 247, 0) 42%, #dfe8df 100%),
    linear-gradient(135deg, rgba(244, 122, 42, 0.1), rgba(6, 72, 61, 0.08)),
    #edf2ec;
  overflow: hidden;
}

.hero__content {
  padding: clamp(42px, 7vw, 92px) clamp(24px, 6vw, 78px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
  z-index: 1;
}

.trust,
.eyebrow {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.trust {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(8, 47, 40, 0.1);
  border-radius: 999px;
  padding: 9px 14px;
  box-shadow: 0 10px 24px rgba(8, 47, 40, 0.08);
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(44px, 6.6vw, 82px);
  line-height: 1.02;
  letter-spacing: 0;
  max-width: 720px;
}

h1 strong,
h2 strong {
  color: var(--orange);
  font-weight: 800;
}

.lead {
  max-width: 560px;
  color: #253c37;
  font-size: 20px;
  line-height: 1.9;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.btn {
  min-height: 64px;
  border-radius: 8px;
  padding: 12px 18px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  border: 1px solid transparent;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(8, 47, 40, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(8, 47, 40, 0.14);
}

.btn small {
  font-size: 11px;
  font-weight: 500;
}

.btn--primary {
  background: linear-gradient(135deg, #075a4b, #033d34);
  color: white;
}

.hero .btn--primary {
  min-width: 230px;
  min-height: 76px;
  padding: 16px 24px;
  font-size: 18px;
}

.cta-strip .btn--primary,
.cta-strip .btn--wa-xl {
  min-width: min(100%, 460px);
  width: 100%;
  max-width: 520px;
  min-height: 92px;
  padding: 18px 28px;
  font-size: 22px;
  letter-spacing: 0.01em;
  border-radius: 14px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: linear-gradient(135deg, #1fad6b 0%, #128c7e 55%, #075e54 100%);
  box-shadow:
    0 18px 40px rgba(18, 140, 126, 0.35),
    0 0 0 0 rgba(37, 211, 102, 0.45);
  animation: waPulse 2.6s ease-in-out infinite;
}

.cta-strip .btn--wa-xl:hover {
  filter: brightness(1.05);
  transform: translateY(-3px) scale(1.01);
  box-shadow:
    0 24px 48px rgba(18, 140, 126, 0.42),
    0 0 0 6px rgba(37, 211, 102, 0.12);
}

.btn--wa-xl .btn__icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  flex-shrink: 0;
}

.btn--wa-xl .btn__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  text-align: left;
}

.btn--wa-xl .btn__label {
  line-height: 1.15;
}

.btn--wa-xl small {
  font-size: 12px;
  font-weight: 600;
  opacity: 0.92;
}

.actions--wa-xl {
  width: 100%;
  margin-top: 10px;
}

@keyframes waPulse {
  0%,
  100% {
    box-shadow:
      0 18px 40px rgba(18, 140, 126, 0.35),
      0 0 0 0 rgba(37, 211, 102, 0.4);
  }
  55% {
    box-shadow:
      0 22px 48px rgba(18, 140, 126, 0.42),
      0 0 0 12px rgba(37, 211, 102, 0);
  }
}

.btn--accent {
  background: linear-gradient(135deg, #ff9a43, #ef641f);
  color: white;
}

.btn--ghost {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(8, 47, 40, 0.22);
}

.hero__image {
  min-height: 620px;
  background:
    linear-gradient(90deg, rgba(237, 242, 236, 0.88), rgba(237, 242, 236, 0.06) 25%),
    url('../images/ads/eyebrowtrans/hero.webp') center / cover;
}

.stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.stats div {
  background: rgba(255, 255, 255, 0.72);
  min-height: 86px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 6px;
}

.stats b {
  color: var(--green);
  font-size: 20px;
}

.stats span,
.candidate p,
.review-grid p,
.clinic p,
.doctor p,
.cta-strip p,
.lead-form p {
  color: var(--muted);
  line-height: 1.9;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 54px 0;
}

.section--center,
.reviews {
  text-align: center;
}

h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.25;
  letter-spacing: 0;
  margin-top: 8px;
}

.results {
  display: grid;
  grid-template-columns: repeat(4, minmax(210px, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.result-card {
  background: white;
  border: 1px solid rgba(231, 221, 210, 0.9);
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 18px 44px rgba(8, 47, 40, 0.09);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.result-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 58px rgba(8, 47, 40, 0.14);
}

.split-image {
  height: 320px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: none;
}

.split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split-image::after {
  content: '';
  position: absolute;
  inset: 0 50% 0 auto;
  width: 50%;
  background: rgba(255, 255, 255, 0.27);
  backdrop-filter: saturate(70%);
}

.split-image span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: white;
  transform: translateX(-50%);
}

.ba-labels {
  display: flex;
  justify-content: space-around;
  margin-top: 14px;
  color: #5b615f;
  font-size: 12px;
  font-weight: 800;
}

.result-card--composite {
  padding: 8px;
}

.ba-image {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 8px;
  background: #062f28;
}

.ba-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.clinic,
.doctor,
.conversion,
.lead-form {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 28px;
}

.clinic {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.clinic__copy {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(231, 221, 210, 0.75);
  border-radius: 8px;
  padding: clamp(28px, 4vw, 46px);
}

ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

li::before {
  content: '✓';
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--green);
  color: white;
  font-size: 12px;
}

.clinic__photo {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: white;
  box-shadow: 0 18px 55px rgba(8, 47, 40, 0.1);
}

.clinic__photo img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.clinic__badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

.clinic__badges span {
  background: var(--green);
  padding: 20px;
  line-height: 1.7;
  font-weight: 800;
}

.candidate-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.who-section {
  width: min(1240px, calc(100% - 40px));
  padding: 64px clamp(18px, 3vw, 34px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(6, 72, 61, 0.96), rgba(3, 46, 39, 0.96)),
    #06483d;
  color: white;
  box-shadow: 0 28px 80px rgba(8, 47, 40, 0.18);
}

.who-section .eyebrow,
.who-section h2,
.who-section .candidate p {
  color: white;
}

.who-section h2 strong {
  color: #ffb26b;
}

.candidate {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 14px;
  min-height: 210px;
  padding: 22px;
  text-align: left;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  transition: transform 180ms ease, background 180ms ease;
}

.candidate:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.16);
}

.candidate span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 178, 107, 0.6);
  border-radius: 8px;
  color: #ffb26b;
  background: rgba(255, 178, 107, 0.1);
  font-weight: 900;
}

.candidate p {
  font-size: 15px;
}

.treatment-videos {
  width: min(1180px, calc(100% - 40px));
  text-align: center;
}

.treatment-videos .section-heading {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.treatment-videos__title {
  white-space: nowrap;
  font-size: clamp(22px, 3.4vw, 48px);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 30px;
}

.section-heading p {
  color: var(--muted);
  margin-top: 12px;
  line-height: 1.8;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 28px;
}

.video-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #082f28;
  border: 1px solid rgba(8, 47, 40, 0.16);
  box-shadow: 0 24px 60px rgba(8, 47, 40, 0.14);
  text-align: center;
}

.video-card video {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  display: block;
}

.video-card span {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 12px 14px;
  border-radius: 8px;
  color: white;
  font-weight: 900;
  text-align: center;
  background: rgba(6, 72, 61, 0.82);
  backdrop-filter: blur(8px);
}

.doctor {
  display: grid;
  grid-template-columns: 320px 1fr 320px;
  gap: 30px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(6, 72, 61, 0.96), rgba(2, 44, 38, 0.98)),
    #06483d;
  color: white;
  border-radius: 8px;
  overflow: hidden;
  padding: 18px;
}

.doctor img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 6px;
}

.doctor .eyebrow,
.doctor p {
  color: rgba(255, 255, 255, 0.78);
}

.doctor h2 {
  margin-bottom: 10px;
}

.doctor li::before {
  background: var(--orange);
}

.doctor aside {
  background: white;
  color: var(--ink);
  border-radius: 8px;
  padding: 26px;
}

.doctor aside p {
  color: #314c46;
}

.conversion {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 18px;
}

.price-card,
.cta-strip {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 15px 40px rgba(8, 47, 40, 0.07);
}

.price-card {
  padding: 32px;
  text-align: center;
}

.price-card span {
  color: var(--muted);
  font-weight: 800;
}

.price-card strong {
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 40px;
  margin: 12px 0 22px;
  color: var(--green);
}

.price-card a {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 22px;
  font-weight: 800;
}

.cta-strip {
  padding: 42px;
  display: grid;
  align-content: center;
  justify-items: stretch;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(229, 240, 234, 0.88)),
    white;
}

.cta-strip h2,
.cta-strip p {
  max-width: 34rem;
}

.actions--compact .btn {
  min-height: 68px;
  min-width: 230px;
  align-items: center;
}

.actions--compact .btn--wa-xl {
  min-height: 92px;
  min-width: min(100%, 460px);
}

.reviews-score {
  margin: 28px auto 0;
  width: min(720px, 100%);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 18px;
  align-items: center;
  text-align: left;
  padding: 22px 24px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(229, 240, 234, 0.75)),
    #fff;
  border: 1px solid rgba(231, 221, 210, 0.9);
  box-shadow: 0 18px 42px rgba(8, 47, 40, 0.08);
}

.reviews-score__badge {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 28px;
  color: #4285f4;
  background: #fff;
  border: 2px solid #e8eaed;
  box-shadow: 0 10px 24px rgba(66, 133, 244, 0.18);
  grid-row: span 2;
}

.reviews-score__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
}

.reviews-score__meta strong {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 42px;
  line-height: 1;
  color: var(--green);
}

.reviews-score__stars {
  color: #f4a11f;
  letter-spacing: 2px;
  font-size: 20px;
  animation: starTwinkle 2.8s ease-in-out infinite;
}

.reviews-score__count {
  color: var(--muted);
  font-weight: 700;
  font-size: 14px;
}

.reviews-score__note {
  grid-column: 2;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.review-marquee {
  margin: 28px 0 8px;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.review-marquee__track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: reviewMarquee 28s linear infinite;
}

.review-marquee__track span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(6, 72, 61, 0.08);
  border: 1px solid rgba(6, 72, 61, 0.12);
  color: var(--green);
  font-weight: 700;
  font-size: 13px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 28px;
  text-align: left;
}

.review-grid article,
.review-card {
  position: relative;
  background:
    linear-gradient(180deg, #ffffff 0, #fffaf5 100%);
  border: 1px solid rgba(231, 221, 210, 0.75);
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 18px 45px rgba(8, 47, 40, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease;
  overflow: hidden;
}

.review-card::before {
  content: '“';
  position: absolute;
  top: 4px;
  right: 16px;
  color: rgba(244, 122, 42, 0.16);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 74px;
  line-height: 1;
  pointer-events: none;
}

.review-card:hover {
  transform: translateY(-8px) rotate(-0.4deg);
  box-shadow: 0 28px 64px rgba(8, 47, 40, 0.14);
}

.review-card__head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.review-card__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #06483d, #0a6b58);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.review-card__head strong {
  display: block;
  font-size: 15px;
}

.review-card__head em {
  display: block;
  margin-top: 2px;
  font-style: normal;
  font-size: 12px;
  color: var(--muted);
}

.review-card__g {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 14px;
  color: #4285f4;
  background: #fff;
  border: 1px solid #e8eaed;
}

.review-card__stars {
  margin-top: 14px;
  color: #f4a11f;
  letter-spacing: 1.5px;
  font-size: 15px;
}

.review-card p {
  margin: 12px 0 0;
  position: relative;
  z-index: 1;
}

@keyframes reviewMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes starTwinkle {
  0%,
  100% {
    filter: brightness(1);
    letter-spacing: 2px;
  }
  50% {
    filter: brightness(1.15);
    letter-spacing: 3px;
  }
}

.lead-form {
  margin-bottom: 56px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 36px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(6, 72, 61, 0.97), rgba(2, 43, 37, 0.98)),
    #06483d;
  color: white;
  border-radius: 8px;
  padding: clamp(26px, 5vw, 54px);
  box-shadow: 0 30px 88px rgba(8, 47, 40, 0.22);
}

.lead-form p {
  color: rgba(255, 255, 255, 0.78);
}

.promise {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 34px;
  color: #f6c08d;
  font-weight: 800;
}

.promise span {
  padding: 10px 14px;
  border: 1px solid rgba(246, 192, 141, 0.34);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

form {
  background:
    linear-gradient(180deg, #ffffff 0, #fffaf5 100%);
  color: var(--ink);
  border-radius: 8px;
  padding: clamp(20px, 3vw, 34px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 20px 50px rgba(0, 0, 0, 0.16);
}

label {
  display: grid;
  gap: 8px;
  color: #314c46;
  font-size: 13px;
  font-weight: 800;
}

input,
select {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd8d1;
  border-radius: 7px;
  padding: 0 14px;
  color: var(--ink);
  background: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

input:focus,
select:focus {
  outline: none;
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(244, 122, 42, 0.14);
}

button {
  grid-column: 1 / -1;
  height: 58px;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(135deg, #ff9a43, #ef641f);
  color: white;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(244, 122, 42, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(244, 122, 42, 0.34);
}

form small {
  grid-column: 1 / -1;
  color: var(--muted);
  text-align: center;
}

@media (max-width: 980px) {
  .hero,
  .clinic,
  .doctor,
  .conversion,
  .lead-form {
    grid-template-columns: 1fr;
  }

  .hero__image {
    min-height: 430px;
    order: -1;
  }

  .stats,
  .results,
  .candidate-row,
  .review-grid,
  .video-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .reviews-score {
    grid-template-columns: auto 1fr;
  }

  .doctor {
    padding: 14px;
  }

  .cta-strip .btn--wa-xl {
    max-width: none;
  }
}

@media (max-width: 620px) {
  .hero {
    min-height: auto;
  }

  .hero__content {
    padding: 34px 20px 42px;
  }

  .actions,
  .stats,
  .results,
  .candidate-row,
  .review-grid,
  .video-grid,
  form,
  .clinic__badges {
    grid-template-columns: 1fr;
  }

  .actions,
  .promise {
    width: 100%;
  }

  .btn {
    width: 100%;
  }

  .reviews-score {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .reviews-score__badge {
    grid-row: auto;
  }

  .reviews-score__meta {
    justify-content: center;
  }

  .reviews-score__note {
    grid-column: 1;
  }

  .btn--wa-xl .btn__copy {
    align-items: center;
    text-align: center;
  }

  .cta-strip .btn--wa-xl {
    flex-direction: column;
    gap: 10px;
    min-height: 100px;
    padding: 18px 20px;
  }

  .ads-back-top {
    right: 14px;
    bottom: 16px;
  }
}

/* WordPress ads landing helpers */
.ads-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.helia-ads-landing,
body.helia-ads-eyebrowtrans-page {
  padding-bottom: 0;
}

label.full {
  grid-column: 1 / -1;
}

.lead-form .form-status {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.lead-form .form-status.is-error {
  color: #b42318;
}

.lead-form .form-status.is-ok {
  color: var(--green);
}

/* Scroll reveal */
.ads-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.ads-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero.ads-reveal {
  transform: none;
}

.hero.ads-reveal:not(.is-visible) {
  opacity: 0;
}

.hero.ads-reveal.is-visible .hero__content {
  animation: heroCopyIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero.ads-reveal.is-visible .hero__image {
  animation: heroImageIn 1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes heroCopyIn {
  from {
    opacity: 0;
    transform: translateX(-24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes heroImageIn {
  from {
    opacity: 0;
    transform: scale(1.04);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Floating back to top */
.ads-back-top {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 60;
  width: 54px;
  min-height: 54px;
  padding: 8px 6px 6px;
  border: 1px solid rgba(231, 221, 210, 0.95);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--green);
  box-shadow: 0 16px 36px rgba(8, 47, 40, 0.16);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.ads-back-top span {
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}

.ads-back-top small {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ads-back-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.ads-back-top:hover {
  background: #fff;
  box-shadow: 0 20px 42px rgba(8, 47, 40, 0.2);
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  .ads-reveal,
  .ads-reveal.is-visible,
  .hero.ads-reveal.is-visible .hero__content,
  .hero.ads-reveal.is-visible .hero__image,
  .cta-strip .btn--wa-xl,
  .review-marquee__track,
  .reviews-score__stars {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

  .ads-back-top {
    transition: none;
  }
}
