﻿:root {
  --green: #36b36f;
  --green-dark: #19814f;
  --blue: #00a9c7;
  --blue-dark: #006b8f;
  --yellow: #f5b934;
  --yellow-dark: #e29a08;
  --aqua: #e7fbfa;
  --ink: #123342;
  --muted: #5d7280;
  --line: #d7eef0;
  --white: #ffffff;
  --shadow: 0 20px 50px rgba(16, 33, 47, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
  letter-spacing: 0;
}

.hero-mobile-summary,
.hero-mobile-seals {
  display: none;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.hero {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  padding: 0 18px 92px;
  background: #ffffff;
  overflow: hidden;
}

.topbar,
.hero-grid,
.section,
.preclose,
.final-cta {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 4px 0 16px;
}

.brand,
.topbar-link {
  color: var(--ink);
  text-decoration: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand-logo {
  width: 118px;
  height: auto;
}

.brand span {
  display: none;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 10px;
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--blue));
}

.topbar-link {
  display: none;
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-grid {
  display: contents;
}

.trust-pill,
.eyebrow,
.badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.trust-pill {
  padding: 8px 11px;
  color: var(--green-dark);
  background: rgba(54, 179, 111, 0.13);
}

.eyebrow {
  color: var(--blue-dark);
}

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

h1 {
  max-width: 760px;
  margin-bottom: 12px;
  font-size: clamp(2rem, 10.4vw, 4.85rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(1.7rem, 7vw, 3rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.04rem;
}

.hero-copy p {
  max-width: 620px;
  color: #405666;
  font-size: 0.98rem;
  line-height: 1.55;
}

.hero-actions {
  display: grid;
  gap: 12px;
  margin: 2px 0 0;
}

.btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 10px;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #17323e;
  background: linear-gradient(180deg, #ffd86b, var(--yellow));
  box-shadow: 0 14px 28px rgba(245, 185, 52, 0.32);
}

.btn-primary:hover {
  box-shadow: 0 18px 36px rgba(226, 154, 8, 0.3);
}

.btn-secondary {
  color: var(--blue-dark);
  background: var(--white);
  border: 1px solid var(--line);
}

.hero-points {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: #41515f;
  list-style: none;
  font-size: 0.92rem;
}

.hero-copy {
  order: 3;
  text-align: center;
}

.hero-copy .trust-pill {
  display: none;
}

.hero-copy h1 {
  margin-right: auto;
  margin-left: auto;
}

.hero-copy p {
  margin-right: auto;
  margin-left: auto;
}

.hero-copy .hero-points {
  text-align: left;
}

.hero-points li::before {
  content: "\2713";
  margin-right: 8px;
  color: var(--green);
  font-weight: 800;
}

.product-showcase {
  order: 1;
  position: relative;
  height: 245px;
  margin: 0 -18px 14px;
  overflow: hidden;
}

.product-showcase::before {
  display: none;
}

.product-showcase img {
  position: relative;
  width: min(640px, 155vw);
  max-width: none;
  margin: 0 auto;
  transform: translateY(-92px);
  filter: drop-shadow(0 18px 28px rgba(18, 51, 66, 0.13));
}

.topbar {
  order: 2;
}

.hero-actions {
  order: 4;
}

.section {
  padding: 68px 18px;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 26px;
  text-align: center;
}

.section-heading.left {
  margin-left: 0;
  text-align: left;
}

.section-heading p,
.section p {
  color: var(--muted);
  line-height: 1.65;
}

.video-box {
  overflow: hidden;
  width: min(430px, 100%);
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.vsl-player {
  aspect-ratio: 9 / 16;
  border: 0;
  box-shadow: none;
}

.video-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.belief-grid,
.testimonials,
.kits {
  display: grid;
  gap: 16px;
}

.belief-grid article,
.testimonial,
.kit-card,
.safety-card,
.comparison-table,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(16, 33, 47, 0.06);
}

.belief-grid article,
.testimonial,
.kit-card,
.faq-list details {
  padding: 20px;
}

.testimonial {
  min-height: 180px;
}

.ingredient-photo {
  width: 112px;
  height: 112px;
  margin-bottom: 14px;
  border-radius: 0;
  object-fit: contain;
  box-shadow: 0 12px 24px rgba(18, 51, 66, 0.13);
}

.media-testimonials {
  align-items: stretch;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.video-testimonial {
  position: relative;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  padding: 0;
  background: #111f27;
}

.video-testimonial video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: 0;
  background: rgba(18, 28, 34, 0.42);
  backdrop-filter: grayscale(0.25) brightness(0.82);
  -webkit-backdrop-filter: grayscale(0.25) brightness(0.82);
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.video-testimonial.is-playing .video-overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.play-circle {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border-radius: 50%;
  color: #17323e;
  background: linear-gradient(180deg, #ffd86b, var(--yellow));
  box-shadow: 0 14px 34px rgba(18, 51, 66, 0.28);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.text-proof {
  background: #ffffff;
}

.testimonial p {
  color: #334859;
}

.testimonial strong {
  color: var(--green-dark);
  font-size: 0.92rem;
}

.whatsapp-print {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #ffffff;
}

.chat-line {
  width: fit-content;
  max-width: 92%;
  padding: 10px 12px;
  border-radius: 8px;
  color: #183246;
  background: var(--white);
}

.chat-line.sent {
  align-self: flex-end;
  color: #073f2c;
  background: #ffffff;
}

.safety-card {
  display: grid;
  gap: 20px;
  padding: 20px;
}

.icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  place-items: center;
  border-radius: 10px;
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--blue));
  font-weight: 900;
}

.comparison-table {
  overflow: hidden;
}

.comparison-row {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-top: 1px solid var(--line);
}

.comparison-row:first-child {
  border-top: 0;
}

.comparison-row.heading {
  display: none;
  color: var(--blue-dark);
  font-weight: 800;
  background: #ffffff;
}

.comparison-row.highlighted {
  border-left: 5px solid var(--green);
  background: #ffffff;
  font-weight: 800;
}

.offer-section {
  width: 100%;
  max-width: none;
  padding: 30px 18px;
  background: #ffffff;
}

.offer-section > * {
  width: min(1120px, 100%);
  margin-inline: auto;
}

.offer-section .offer-eyebrow {
  display: none;
}

.desktop-break {
  display: none;
}

.offer-section .section-heading {
  display: flex;
  justify-content: center;
  text-align: center;
}

.offer-section .section-heading h2 {
  display: grid;
  row-gap: 0.08em;
  justify-items: center;
  width: fit-content;
  max-width: min(980px, 100%);
  margin-inline: auto;
  text-align: center;
}

.offer-title-line {
  display: block;
  text-align: center;
}

.offer-title-highlight {
  display: inline-block;
  padding: 0.01em 0.18em 0.06em;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 214, 82, 0.86) 0%, rgba(250, 185, 35, 0.82) 100%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

@media (min-width: 760px) {
  .offer-section .desktop-break {
    display: block;
  }

  .offer-section .section-heading h2 {
    width: fit-content;
    max-width: min(1040px, 96vw);
    margin-inline: auto;
    font-size: clamp(1.95rem, 2.35vw, 2.45rem);
    line-height: 1.08;
    text-align: center;
  }

  .offer-title-line {
    white-space: nowrap;
  }
}

.kit-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.kit-card h3 {
  text-align: center;
}

.kit-product {
  width: min(170px, 70%);
  height: 150px;
  align-self: center;
  object-fit: contain;
  filter: drop-shadow(0 16px 22px rgba(18, 51, 66, 0.14));
}

.kit-card.featured {
  border: 2px solid var(--green);
  box-shadow: 0 20px 54px rgba(0, 169, 199, 0.18);
  transform: translateY(-4px);
}

.badge {
  padding: 7px 10px;
  color: #17323e;
  background: var(--yellow);
}

.kit-desc,
.installments {
  color: var(--muted);
}

.kit-benefit {
  max-width: 230px;
  margin-right: auto;
  margin-left: auto;
  color: #111827;
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.18;
  text-align: center;
}

.kit-card-conversion .kit-product {
  margin-bottom: -10px;
  filter:
    drop-shadow(0 20px 28px rgba(15, 23, 42, 0.16))
    drop-shadow(0 0 28px rgba(37, 99, 235, 0.10));
}

.kit-card-protocol .kit-product {
  width: min(118px, 58%);
  height: 168px;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
}

.kit-card.featured .kit-product {
  width: min(172px, 78%);
  height: 140px;
  object-fit: contain;
  object-position: center bottom;
}

.kit-card:not(.kit-card-protocol):not(.featured) .kit-product {
  width: min(188px, 82%);
  height: 140px;
  object-fit: contain;
  object-position: center bottom;
}

.kit-card-conversion .kit-benefit {
  margin-top: -8px;
  margin-bottom: 18px;
  color: #334155;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: none;
}

.kit-card-conversion .kit-desc {
  color: #475569;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.45;
}

.kit-card-conversion .price-stack {
  gap: 9px;
  position: relative;
  margin: 0 -2px;
  border: 1px solid rgba(21, 153, 71, 0.12);
  border-radius: 18px;
  padding: 12px 12px 11px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 210, 92, 0.20), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(240, 253, 244, 0.84) 100%);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.07);
}

.price-stack {
  display: grid;
  gap: 6px;
}

.normal-price {
  color: #7c8a94;
  font-size: 1.02rem;
  font-weight: 800;
  text-decoration: line-through;
}

.normal-price-split {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.normal-price-split small {
  color: #7b8794;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
}

.normal-price-split strong {
  color: #64748b;
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.05;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.kit-card-conversion .normal-price-split {
  gap: 7px;
}

.kit-card-conversion .normal-price-split strong {
  color: #8f1d2c;
  font-size: 1.3rem;
  text-decoration-color: rgba(143, 29, 44, 0.86);
  text-decoration-thickness: 1.5px;
}

.kit-card-conversion .normal-price-split small {
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.05;
}

.kit-card-conversion .normal-price:not(.normal-price-split) {
  color: #8f1d2c;
  font-size: 1.02rem;
  font-weight: 900;
  text-decoration-color: rgba(143, 29, 44, 0.86);
  text-decoration-thickness: 1.5px;
}

.kit-card-conversion .price-with-note {
  align-items: center;
  gap: 8px;
  min-width: 0;
  white-space: nowrap;
}

.kit-card-conversion .price {
  color: #119443;
  font-size: clamp(2.3rem, 2.7vw, 2.65rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
  text-shadow: 0 8px 24px rgba(21, 153, 71, 0.16);
}

.kit-card-conversion .price-cents {
  align-self: flex-start;
  margin-top: 0.18em;
  font-size: 0.42em;
  letter-spacing: -0.02em;
  line-height: 1;
}

.kit-card-conversion .price-with-note small {
  flex: 0 0 auto;
  margin-bottom: 0;
  border-radius: 999px;
  padding: 5px 7px;
  color: #057a34;
  background: rgba(22, 163, 74, 0.10);
  font-size: 0.68rem;
  letter-spacing: -0.01em;
}

.kit-card-conversion .discount-tag {
  align-self: stretch;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(190, 120, 15, 0.16);
  min-height: 30px;
  padding: 5px 9px;
  color: #172033;
  background: linear-gradient(180deg, #ffd75f 0%, #f6b72a 100%);
  box-shadow: 0 10px 22px rgba(246, 183, 42, 0.22);
  font-size: 0.68rem;
  line-height: 1.15;
  text-align: center;
  white-space: normal;
}

.kit-card-protocol .discount-tag svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.kit-card-conversion .discount-tag svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.price {
  color: var(--green-dark);
  font-size: 2.45rem;
  font-weight: 900;
}

.price-with-note {
  display: inline-flex;
  align-items: flex-end;
  gap: 8px;
}

.price-with-note small {
  margin-bottom: 7px;
  color: #159947;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.discount-tag {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 6px 10px;
  color: #17323e;
  background: var(--yellow);
  font-size: 0.76rem;
  font-weight: 900;
}

.kit-card ul {
  display: grid;
  gap: 8px;
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
}

.kit-card-conversion ul {
  gap: 6px;
  margin-top: 10px;
  color: #1f2937;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.22;
}

.kit-card-conversion {
  overflow: hidden;
  border: 1px solid rgba(21, 153, 71, 0.18);
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 214, 102, 0.16), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f9fffb 58%, #eefdf4 100%);
  box-shadow:
    0 22px 56px rgba(15, 23, 42, 0.10),
    0 0 0 1px rgba(255, 255, 255, 0.88) inset;
}

.kit-card-conversion::before {
  position: absolute;
  inset: 0;
  height: 5px;
  content: "";
  background: linear-gradient(90deg, #f6b72a 0%, #1fc15a 50%, #159947 100%);
}

.kit-card-conversion {
  padding-top: 32px;
}

.kit-card-top-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 0 0 11px 11px;
  padding: 0 14px;
  color: #ffffff;
  background: linear-gradient(180deg, #19b84f 0%, #0f8f37 100%);
  box-shadow:
    0 14px 28px rgba(21, 153, 71, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.20);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}

.kit-card-top-badge svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}

.kit-card-conversion h3 {
  color: #0f172a;
  font-size: 1.08rem;
  font-weight: 900;
}

.kit-card-conversion .btn {
  min-height: 52px;
  border-radius: 16px;
  font-size: 0.88rem;
  font-weight: 900;
  box-shadow:
    0 18px 38px rgba(21, 153, 71, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.kit-card li::before {
  content: "\2713";
  margin-right: 8px;
  color: var(--green);
  font-weight: 900;
}

.kit-card .btn {
  margin-top: auto;
}

.preclose,
.final-cta {
  display: grid;
  gap: 18px;
  align-items: center;
  padding: 34px 18px;
}

.preclose p {
  margin: 0;
  color: #294253;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.35;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
}

.faq-list p {
  margin: 12px 0 0;
}

.final-cta {
  margin-bottom: 84px;
  border-radius: 0;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
}

.final-cta .eyebrow,
.final-cta p {
  color: var(--muted);
}

.final-cta h2 {
  margin-bottom: 10px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: end;
  justify-content: center;
}

.modal.is-open {
  display: flex;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 28, 45, 0.58);
}

.modal-panel {
  position: relative;
  z-index: 1;
  width: min(520px, calc(100% - 20px));
  max-height: calc(100svh - 24px);
  overflow: auto;
  border-radius: 14px 14px 0 0;
  padding: 24px;
  background: var(--white);
  box-shadow: var(--shadow);
  animation: modalIn 0.22s ease both;
}

.modal-intro {
  margin-bottom: 10px;
  color: var(--muted);
  line-height: 1.5;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  font-size: 1.5rem;
}

form {
  display: grid;
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  color: #263d4f;
  font-weight: 800;
}

input,
select {
  width: 100%;
  min-height: 50px;
  border: 1px solid #cddde8;
  border-radius: 10px;
  padding: 12px;
  color: var(--ink);
  background: var(--white);
}

input:focus,
select:focus {
  outline: 3px solid rgba(22, 119, 200, 0.18);
  border-color: var(--blue);
}

.social-proof {
  position: fixed;
  left: 12px;
  bottom: 86px;
  z-index: 45;
  display: grid;
  gap: 8px;
  width: min(360px, calc(100vw - 24px));
  pointer-events: none;
}

.proof-toast {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 13px 15px 13px 13px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(12px);
  animation: toastIn 0.32s ease both;
}

.proof-toast.is-leaving {
  animation: toastOut 0.28s ease both;
}

.proof-icon {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.32), transparent 38%),
    linear-gradient(180deg, #22c55e 0%, #159947 100%);
  box-shadow: 0 9px 22px rgba(21, 153, 71, 0.20);
  font-weight: 900;
  font-size: 0.92rem;
}

.proof-toast p {
  margin: 0;
  color: #334155;
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.32;
}

.proof-meta {
  color: #64748b;
  font-weight: 750;
}

.site-footer {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  min-height: 166px;
  padding: 28px 86px 32px;
  color: rgba(255, 255, 255, 0.72);
  background: #151a24;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.footer-minimal-copy {
  display: grid;
  min-height: 104px;
  place-content: center;
  gap: 5px;
  text-align: center;
}

.footer-logo {
  display: block;
  width: min(186px, 58vw);
  height: auto;
  margin: 0 auto 8px;
}

.footer-minimal-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.96rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.footer-scroll-top {
  position: absolute;
  top: 50%;
  right: 20px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 999px;
  color: #151a24;
  background: #f5f6f8;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  text-decoration: none;
  transform: translateY(-50%);
  transition: transform 0.25s ease, background 0.25s ease;
}

.footer-scroll-top:hover {
  background: #ffffff;
  transform: translateY(-52%);
}

.section-cta {
  display: flex;
  width: min(420px, calc(100% - 44px));
  min-height: 56px;
  align-items: center;
  justify-content: center;
  margin: 32px auto 0;
  border: 0;
  border-radius: 18px;
  padding: 16px 22px;
  color: #ffffff;
  background: linear-gradient(180deg, #1fc15a 0%, #159947 100%);
  box-shadow: 0 16px 38px rgba(21, 153, 71, 0.24);
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.12;
  text-align: center;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.section-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 46px rgba(21, 153, 71, 0.32);
}

.protocol-cta {
  margin-top: 28px;
}

.faq-cta {
  margin-top: 36px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #ffffff;
  text-decoration: none;
}

.footer-brand .atl-logo-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #07111f;
  background: linear-gradient(180deg, #f7d86b 0%, #f3b51f 100%);
  box-shadow: 0 12px 30px rgba(243, 181, 31, 0.22);
  font-weight: 900;
}

.footer-brand .atl-logo-text {
  display: inline-flex;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.site-footer h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 0.98rem;
  letter-spacing: -0.01em;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.94rem;
  line-height: 1.65;
}

.footer-minimal-copy p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.96rem;
  line-height: 1.2;
}

.payment-flags {
  width: 210px;
  max-width: 100%;
  margin-top: 14px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
}

.footer-disclaimer {
  width: min(1120px, 100%);
  margin: 22px auto 0;
  padding: 20px 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.46) !important;
  font-size: 0.82rem;
  text-align: center;
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes toastIn {
  from {
    opacity: 0;
    transform: translate3d(-10px, 10px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes toastOut {
  to {
    opacity: 0;
    transform: translate3d(-6px, 4px, 0);
  }
}

@media (min-width: 720px) {
  .hero {
    display: block;
    padding: 24px 32px 48px;
  }

  .topbar {
    justify-content: space-between;
    padding: 6px 0 24px;
  }

  .brand-logo {
    width: 132px;
  }

  .brand span,
  .topbar-link {
    display: inline-flex;
  }

  .hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    min-height: calc(100svh - 110px);
    gap: 28px;
  }

  .hero-copy {
    grid-column: 1;
    grid-row: 1;
    text-align: left;
  }

  .hero-copy .trust-pill {
    display: inline-flex;
  }

  .product-showcase {
    grid-column: 2;
    grid-row: 1 / span 2;
    height: auto;
    margin: 0;
    overflow: visible;
  }

  .product-showcase::before {
    display: block;
  }

  .product-showcase img {
    width: min(500px, 95vw);
    max-width: 100%;
    transform: none;
  }

  .hero-actions {
    grid-template-columns: max-content max-content;
    grid-column: 1;
    grid-row: 2;
    margin: -60px 0 0;
  }

  .belief-grid,
  .safety-card,
  .kits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .testimonials {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .media-testimonials {
    grid-template-columns: repeat(4, minmax(160px, 1fr));
    width: min(1040px, 100%);
    margin-inline: auto;
  }

  .comparison-row,
  .comparison-row.heading {
    display: grid;
    grid-template-columns: 0.8fr 1fr 1fr;
  }

  .preclose,
  .final-cta {
    grid-template-columns: 1fr max-content;
  }

  .modal {
    align-items: center;
  }

  .modal-panel {
    border-radius: 14px;
  }

  .final-cta {
    margin-bottom: 0;
    border-radius: 12px;
  }

  .social-proof {
    bottom: 28px;
    left: 24px;
  }

  .site-footer {
    padding-bottom: 42px;
  }

  .footer-inner {
    grid-template-columns: 1.1fr 0.85fr 0.85fr;
  }
}

@media (min-width: 1040px) {
  .testimonials {
    overflow: visible;
  }
}

/* Premium hero override */
.hero {
  display: block;
  min-height: auto;
  padding: 18px 18px 24px;
  background: #ffffff;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  width: min(1200px, 100%);
  margin: 0 auto;
  gap: 18px;
  align-items: center;
}

.hero-copy {
  display: contents;
  text-align: center;
}

.hero-copy .brand {
  order: 1;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}

.hero-copy .brand span {
  display: none;
}

.hero-copy .brand-logo {
  width: 110px;
}

.hero-copy .trust-pill {
  order: 2;
  display: inline-flex;
  justify-self: center;
  padding: 7px 11px;
  color: var(--green-dark);
  background: rgba(54, 179, 111, 0.11);
  font-size: 0.68rem;
}

.hero-copy h1 {
  order: 3;
  max-width: 760px;
  margin: 6px auto 0;
  color: #101820;
  font-size: clamp(1.78rem, 7.6vw, 3.65rem);
  line-height: 1.08;
  font-weight: 900;
  text-align: center;
}

.hero-copy h1 span {
  color: var(--green-dark);
}

.hero-copy p {
  order: 6;
  max-width: 620px;
  margin: 0 auto;
  color: #5f6f78;
  font-size: 0.96rem;
  line-height: 1.55;
  text-align: center;
}

.factory-box {
  order: 7;
  max-width: 620px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 15px;
  color: #19323d;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(18, 51, 66, 0.08);
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.hero-points {
  order: 8;
  grid-template-columns: 1fr;
  width: min(620px, 100%);
  margin: 0 auto;
  gap: 9px;
  color: #213c49;
  text-align: left;
}

.hero-points li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-points li::before {
  display: grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  place-items: center;
  margin: 0;
  border-radius: 50%;
  color: #ffffff;
  background: var(--green);
  font-size: 0.78rem;
}

.hero-actions {
  order: 9;
  width: min(620px, 100%);
  margin: 2px auto 0;
}

.hero-actions .btn {
  width: 100%;
  min-height: 56px;
  border-radius: 14px;
  text-transform: uppercase;
  box-shadow: 0 18px 42px rgba(226, 154, 8, 0.22);
}

.hero-actions small {
  display: block;
  margin-top: 10px;
  color: #667782;
  font-size: 0.86rem;
  text-align: center;
}

.product-showcase {
  order: 4;
  position: relative;
  display: grid;
  height: auto;
  min-height: 280px;
  margin: 0;
  place-items: center;
  overflow: visible;
}

.product-showcase::before {
  position: absolute;
  inset: 12% 6% 9%;
  display: block;
  content: "";
  border: 1px solid rgba(215, 238, 240, 0.7);
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfd 100%);
  box-shadow: 0 26px 70px rgba(18, 51, 66, 0.12);
  transform: none;
}

.product-showcase img {
  position: relative;
  z-index: 2;
  width: min(300px, 74vw);
  max-width: 100%;
  margin: 0 auto;
  transform: none;
  filter: drop-shadow(0 30px 34px rgba(18, 51, 66, 0.18));
}

.leaf {
  position: absolute;
  z-index: 1;
  width: 74px;
  height: 34px;
  border-radius: 80% 0 80% 0;
  background: linear-gradient(135deg, rgba(54, 179, 111, 0.3), rgba(25, 129, 79, 0.06));
  transform: rotate(-28deg);
}

.leaf-one {
  top: 16%;
  right: 7%;
}

.leaf-two {
  bottom: 15%;
  left: 7%;
  transform: rotate(145deg);
}

.formula-seal {
  position: absolute;
  top: 13%;
  right: 10%;
  z-index: 3;
  border-radius: 999px;
  padding: 8px 11px;
  color: #17323e;
  background: linear-gradient(180deg, #ffe39a, var(--yellow));
  box-shadow: 0 12px 28px rgba(226, 154, 8, 0.18);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-vsl {
  order: 5;
  width: min(470px, 100%);
  margin: 0 auto;
}

.hero-video-card {
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #111f27;
  box-shadow: 0 24px 58px rgba(18, 51, 66, 0.16);
}

.delivery-card {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(18, 51, 66, 0.08);
}

.shield-icon {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  color: #ffffff;
  background: var(--green);
  font-weight: 900;
}

.delivery-card strong {
  display: block;
  color: #17323e;
  font-size: 0.94rem;
  text-transform: uppercase;
}

.delivery-card p {
  margin: 4px 0 0;
  color: #6a7a84;
  font-size: 0.88rem;
}

.hero-trustbar {
  display: grid;
  width: min(1120px, 100%);
  margin: 22px auto 0;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 12px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(18, 51, 66, 0.08);
}

.hero-trustbar div {
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 10px;
  align-items: center;
}

.hero-trustbar span {
  display: grid;
  grid-row: span 2;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  color: #ffffff;
  background: var(--green);
  font-weight: 900;
}

.hero-trustbar strong {
  color: #17323e;
  font-size: 0.84rem;
  text-transform: uppercase;
}

.hero-trustbar small {
  color: #7a8a93;
  font-size: 0.78rem;
}

@media (max-width: 759px) {
  .factory-box {
    margin-top: 4px;
  }

  .hero-points {
    margin-top: 2px;
  }

  .product-showcase {
    min-height: 255px;
  }

  .hero-vsl {
    width: min(360px, 100%);
  }

  .hero-trustbar {
    margin-top: 20px;
  }
}

@media (min-width: 760px) {
  .hero {
    padding: 24px 24px 26px;
  }

  .hero-copy {
    display: block;
    text-align: left;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.82fr) minmax(300px, 0.84fr);
    gap: 24px;
  }

  .hero-copy .brand {
    justify-content: flex-start;
    margin: 0 0 18px;
  }

  .hero-copy .brand-logo {
    width: 126px;
  }

  .hero-copy .trust-pill {
    justify-self: start;
    margin-bottom: 14px;
  }

  .hero-copy h1,
  .hero-copy p,
  .factory-box {
    margin-left: 0;
    text-align: left;
  }

  .hero-copy h1 {
    font-size: clamp(2.2rem, 3.15vw, 3.5rem);
    line-height: 1.08;
  }

  .hero-copy p {
    font-size: 0.96rem;
    margin-top: 12px;
  }

  .factory-box {
    margin-top: 16px;
  }

  .hero-points {
    grid-template-columns: 1fr 1fr;
    margin: 16px 0 0;
  }

  .hero-actions {
    width: min(440px, 100%);
    margin: 18px 0 0;
  }

  .product-showcase {
    min-height: 430px;
  }

  .product-showcase img {
    width: min(310px, 86%);
  }

  .hero-vsl {
    width: 100%;
  }

  .hero-video-card {
    aspect-ratio: 4 / 5;
    max-height: 430px;
  }

  .hero-trustbar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1180px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.74fr) minmax(340px, 0.82fr);
    gap: 30px;
  }

  .hero-vsl {
    width: min(380px, 100%);
  }

  .product-showcase::before {
    inset: 10% 8% 8%;
  }
}

@media (min-width: 1180px) and (max-height: 860px) {
  .hero-copy h1 {
    font-size: clamp(2.1rem, 2.85vw, 3.18rem);
  }

  .product-showcase {
    min-height: 390px;
  }

  .product-showcase img {
    width: min(285px, 84%);
  }

  .hero-vsl {
    width: min(380px, 100%);
  }

  .hero-video-card {
    aspect-ratio: 4 / 5;
    max-height: 410px;
  }

  .hero-trustbar {
    margin-top: 18px;
  }
}

/* Final product framing fix */
.product-showcase {
  min-height: 300px;
}

.product-showcase img {
  width: auto;
  height: min(330px, 48vh);
  max-width: 82%;
  object-fit: contain;
}

@media (min-width: 760px) {
  .product-showcase {
    min-height: 410px;
  }

  .product-showcase img {
    width: auto;
    height: min(360px, 50vh);
    max-width: 82%;
  }
}

@media (min-width: 1180px) {
  .product-showcase {
    min-height: 390px;
  }

  .product-showcase img {
    height: min(345px, 48vh);
    max-width: 80%;
  }
}

@media (max-width: 759px) {
  .product-showcase {
    min-height: 280px;
  }

  .product-showcase img {
    height: min(285px, 44vh);
    max-width: 78%;
  }
}

/* Hero proportion reset */
.hero {
  padding: 20px 18px 26px;
}

.hero .hero-grid {
  display: grid;
  width: min(1180px, 100%);
  margin: 0 auto;
  gap: 20px;
  align-items: center;
}

.hero .hero-copy {
  display: block;
  max-width: 100%;
}

.hero .brand {
  margin-bottom: 14px;
}

.hero .brand-logo {
  width: 118px;
}

.hero .trust-pill {
  margin-bottom: 12px;
}

.hero .hero-copy h1 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.hero .hero-copy p {
  max-width: 540px;
  margin: 12px 0 0;
  font-size: 0.96rem;
  line-height: 1.5;
}

.hero .factory-box {
  max-width: 540px;
  margin: 16px 0 0;
  padding: 14px 16px;
}

.hero .hero-points {
  max-width: 540px;
  margin: 16px 0 0;
}

.hero .hero-actions {
  width: min(420px, 100%);
  margin: 18px 0 0;
}

.hero .product-showcase {
  display: grid;
  min-height: 390px;
  height: 390px;
  margin: 0;
  place-items: center;
  overflow: visible;
}

.hero .product-showcase::before {
  inset: 8% 8% 8%;
}

.hero .product-showcase img {
  width: auto;
  height: min(335px, 100%);
  max-width: 78%;
  object-fit: contain;
}

.hero .formula-seal {
  top: 9%;
  right: 10%;
}

.hero .hero-vsl {
  width: min(360px, 100%);
  margin: 0 auto;
}

.hero .hero-video-card {
  aspect-ratio: 4 / 5;
  max-height: 450px;
}

.hero .delivery-card {
  margin-top: 12px;
}

.hero .hero-trustbar {
  width: min(1080px, 100%);
  margin-top: 20px;
}

@media (min-width: 900px) {
  .hero .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.78fr) minmax(300px, 0.82fr);
    gap: 28px;
  }

  .hero .hero-copy {
    text-align: left;
  }

  .hero .hero-copy .brand {
    justify-content: flex-start;
  }
}

@media (min-width: 1200px) {
  .hero .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) 300px 360px;
    gap: 34px;
  }
}

@media (max-width: 899px) {
  .hero {
    padding: 18px 18px 92px;
  }

  .hero .hero-grid {
    gap: 18px;
  }

  .hero .hero-copy {
    display: contents;
    text-align: center;
  }

  .hero .brand {
    order: 1;
    justify-content: center;
    margin: 0 auto 2px;
  }

  .hero .trust-pill {
    order: 2;
    justify-self: center;
    margin-bottom: 0;
  }

  .hero .hero-copy h1 {
    order: 3;
    max-width: 390px;
    margin: 0 auto;
    font-size: clamp(1.75rem, 8vw, 2.55rem);
    text-align: center;
  }

  .hero .product-showcase {
    order: 4;
    width: min(360px, 100%);
    height: 310px;
    min-height: 310px;
    margin: 0 auto;
  }

  .hero .product-showcase img {
    height: 270px;
    max-width: 76%;
  }

  .hero .hero-vsl {
    order: 5;
    width: min(330px, 100%);
  }

  .hero .hero-video-card {
    aspect-ratio: 4 / 5;
    max-height: 410px;
  }

  .hero .hero-copy p {
    order: 6;
    max-width: 390px;
    margin: 0 auto;
    text-align: center;
  }

  .hero .factory-box {
    order: 7;
    max-width: 390px;
    margin: 0 auto;
    text-align: center;
  }

  .hero .hero-points {
    order: 8;
    max-width: 390px;
    margin: 0 auto;
  }

  .hero .hero-actions {
    order: 9;
    width: min(390px, 100%);
    margin: 0 auto;
  }

  .hero .hero-trustbar {
    margin-top: 18px;
  }
}

@media (max-width: 600px) {
  .hero {
    padding-top: 128px;
  }

  .hero .product-showcase {
    height: clamp(370px, 94vw, 420px) !important;
    min-height: clamp(370px, 94vw, 420px) !important;
    margin-bottom: 16px !important;
  }

  .hero .product-showcase img {
    width: min(92vw, 420px) !important;
    transform: none !important;
  }

  .hero .hero-copy {
    margin-top: 0 !important;
  }
}

@media (max-width: 899px) {
  .hero .hero-copy > p:not(.hero-mobile-summary) {
    display: none;
  }

  .hero .hero-copy .hero-mobile-summary {
    display: block;
    max-width: 90%;
    margin: 18px auto 28px;
    color: #4b5563;
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.45;
    text-align: center;
  }

  .hero .hero-points {
    gap: 12px;
  }

  .hero .hero-points li {
    font-size: 1.05rem;
  }

  .hero .hero-points li:nth-child(1) {
    order: 1;
  }

  .hero .hero-points li:nth-child(2) {
    order: 3;
  }

  .hero .hero-points li:nth-child(3) {
    order: 2;
  }

  .hero .hero-points li:nth-child(4) {
    order: 4;
  }

  .hero .hero-trustbar {
    display: none;
  }

  .hero .hero-actions small {
    margin-bottom: 0;
  }

  .hero-mobile-seals {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 18px auto 36px;
  }

  .hero-mobile-seals span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 999px;
    padding: 8px 12px;
    color: #111827;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
  }

  .hero-mobile-seals span::before {
    content: "\2713";
    color: #16a34a;
    font-size: 0.86rem;
    font-weight: 900;
  }
}

/* Global premium standardization */
:root {
  --brand-ink: #0f172a;
  --brand-muted: #5b6472;
  --brand-green: #159947;
  --brand-green-light: #1fc15a;
  --brand-yellow: #f5a623;
  --brand-yellow-light: #ffcc4d;
  --premium-radius-card: 26px;
  --premium-radius-button: 18px;
  --premium-radius-video: 28px;
  --premium-shadow-card: 0 18px 50px rgba(15, 23, 42, 0.08);
  --premium-shadow-video: 0 30px 70px rgba(15, 23, 42, 0.14);
  --premium-shadow-button: 0 14px 34px rgba(22, 163, 74, 0.22);
  --premium-glass: rgba(255, 255, 255, 0.72);
}

body {
  color: var(--brand-ink);
  background:
    radial-gradient(circle at 15% 8%, rgba(59, 130, 246, 0.035), transparent 32%),
    #f8fafc;
}

.section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-heading {
  margin-bottom: 32px;
}

.section-heading h2,
.preclose p,
.final-cta h2 {
  color: var(--brand-ink);
  font-size: clamp(2rem, 7vw, 3.2rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.section-heading p,
.section p,
.faq-list p {
  color: var(--brand-muted);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.section-heading p {
  max-width: min(720px, 90%);
  margin: 22px auto 0;
}

.belief-grid article,
.testimonial,
.kit-card,
.safety-card,
.comparison-table,
.faq-list details,
.audio-card {
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: var(--premium-radius-card);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--premium-shadow-card);
}

.testimonial,
.video-testimonial,
.vsl-section .video-box,
.vsl-section .vsl-player {
  border-radius: var(--premium-radius-video);
  box-shadow: var(--premium-shadow-video);
}

.btn,
.btn-primary,
.vsl-cta,
.audio-primary,
.audio-secondary,
.kit-card .btn {
  border-radius: var(--premium-radius-button);
  font-weight: 800;
  transition: all 0.25s ease;
}

.btn-primary,
.kit-card .btn {
  color: #ffffff;
  background: linear-gradient(180deg, var(--brand-green-light) 0%, var(--brand-green) 100%);
  box-shadow: var(--premium-shadow-button);
}

.btn-primary:hover,
.kit-card .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(21, 153, 71, 0.28);
}

.vsl-cta,
.audio-primary {
  color: #0f172a;
  background: linear-gradient(180deg, var(--brand-yellow-light) 0%, var(--brand-yellow) 100%);
  box-shadow: 0 14px 34px rgba(245, 166, 35, 0.22);
}

.vsl-cta:hover,
.audio-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(245, 166, 35, 0.26);
}

.trust-pill,
.eyebrow,
.badge,
.hero-mobile-seals span,
.vsl-trust span,
.audio-proof-count,
.premium-chip {
  border-radius: 999px;
}

.hero .hero-trustbar,
.audio-card,
.audio-secondary,
.hero-mobile-seals span {
  background: var(--premium-glass);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hero .hero-trustbar {
  background: linear-gradient(180deg, rgba(255, 173, 74, 0.92), rgba(255, 152, 47, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.product-showcase img {
  filter: drop-shadow(0 40px 90px rgba(15, 23, 42, 0.12));
}

.audio-card:nth-child(2) .waveform i:nth-child(1) { height: 18px; }
.audio-card:nth-child(2) .waveform i:nth-child(4) { height: 20px; }
.audio-card:nth-child(2) .waveform i:nth-child(6) { height: 30px; }
.audio-card:nth-child(3) .waveform i:nth-child(2) { height: 16px; }
.audio-card:nth-child(3) .waveform i:nth-child(5) { height: 30px; }
.audio-card:nth-child(3) .waveform i:nth-child(8) { height: 12px; }
.audio-card:nth-child(4) .waveform i:nth-child(3) { height: 26px; }
.audio-card:nth-child(4) .waveform i:nth-child(6) { height: 16px; }

@media (min-width: 900px) {
  .section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-heading h2,
  .final-cta h2 {
    font-size: clamp(2.25rem, 3.2vw, 3.2rem);
  }

  .section-heading p,
  .section p {
    font-size: 1.05rem;
  }
}

@media (max-width: 899px) {
  .hero .hero-copy h1 {
    font-size: clamp(2.5rem, 9vw, 4.2rem);
  }

  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .section-heading h2 {
    font-size: clamp(2rem, 7vw, 3.2rem);
    line-height: 1.06;
    letter-spacing: -0.03em;
  }

  .section-heading p,
  .section p {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    color: var(--brand-muted);
    font-size: 1rem;
    line-height: 1.6;
  }
}

/* Audio proof section */
.audio-proof-section {
  position: relative;
  overflow: hidden;
  padding: 82px 22px 88px;
  background:
    radial-gradient(circle at 18% 18%, rgba(22, 163, 74, 0.1), transparent 34%),
    radial-gradient(circle at 82% 70%, rgba(47, 109, 246, 0.08), transparent 36%),
    linear-gradient(180deg, #f8fafc 0%, #f4f8f7 56%, #eef4f2 100%);
}

.audio-proof-section::before,
.audio-proof-section::after {
  position: absolute;
  content: "";
  pointer-events: none;
  border-radius: 999px;
  opacity: 0.08;
  filter: blur(18px);
}

.audio-proof-section::before {
  top: 18%;
  left: -40px;
  width: 170px;
  height: 170px;
  background: #16a34a;
}

.audio-proof-section::after {
  right: -48px;
  bottom: 16%;
  width: 190px;
  height: 190px;
  background: #60a5fa;
}

.audio-proof-heading,
.audio-proof-list,
.audio-proof-count,
.audio-proof-actions {
  position: relative;
  z-index: 1;
}

.audio-proof-heading {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.audio-proof-heading .eyebrow {
  margin-bottom: 14px;
  color: #16a34a;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.audio-proof-heading h2 {
  max-width: 760px;
  margin: 0 auto;
  color: #0f172a;
  font-size: clamp(2rem, 7vw, 3rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.audio-proof-heading h2 span {
  color: #169b4d;
}

.audio-proof-heading p {
  max-width: 90%;
  margin: 22px auto 0;
  color: #667085;
  font-size: 1rem;
  line-height: 1.62;
}

.audio-proof-list {
  display: grid;
  width: min(460px, 100%);
  margin: 62px auto 0;
  gap: 18px;
}

.audio-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 24px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.audio-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 58px rgba(15, 23, 42, 0.1);
}

.audio-card img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
}

.audio-info {
  min-width: 0;
}

.audio-person {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
}

.audio-person strong {
  color: #111827;
  font-size: 0.96rem;
  font-weight: 800;
}

.audio-person span {
  color: #7b8794;
  font-size: 0.76rem;
  font-weight: 700;
}

.audio-info p {
  margin: 5px 0 12px;
  color: #374151;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
}

.audio-player {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.audio-player button {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, #22c55e, #169b4d);
  box-shadow: 0 10px 24px rgba(22, 163, 74, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.audio-player button:hover {
  transform: scale(1.06);
  box-shadow: 0 14px 30px rgba(22, 163, 74, 0.28);
}

.audio-player button span {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #ffffff;
}

.waveform {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 4px;
}

.waveform i {
  display: block;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #86efac, #16a34a);
}

.waveform i:nth-child(1) { height: 12px; opacity: 0.58; }
.waveform i:nth-child(2) { height: 22px; opacity: 0.88; }
.waveform i:nth-child(3) { height: 16px; opacity: 0.68; }
.waveform i:nth-child(4) { height: 28px; opacity: 1; }
.waveform i:nth-child(5) { height: 18px; opacity: 0.76; }
.waveform i:nth-child(6) { height: 24px; opacity: 0.9; }
.waveform i:nth-child(7) { height: 14px; opacity: 0.62; }
.waveform i:nth-child(8) { height: 20px; opacity: 0.82; }

.audio-player small {
  color: #7b8794;
  font-size: 0.76rem;
  font-weight: 800;
}

.audio-proof-count {
  display: flex;
  max-width: 360px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 34px auto 0;
  color: #374151;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.audio-proof-count span {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #16a34a;
  font-size: 0.75rem;
}

.audio-proof-actions {
  display: grid;
  width: min(420px, 100%);
  margin: 30px auto 0;
  gap: 12px;
}

.audio-secondary,
.audio-primary {
  min-height: 58px;
  border-radius: 16px;
  padding: 1rem 1.25rem;
  font-weight: 900;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.audio-secondary {
  border: 1px solid rgba(22, 163, 74, 0.42);
  color: #169b4d;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
}

.audio-primary {
  border: 0;
  color: #0f172a;
  background: linear-gradient(180deg, #ffcc4d 0%, #f5a623 100%);
  box-shadow: 0 16px 36px rgba(245, 166, 35, 0.24);
}

.audio-secondary:hover,
.audio-primary:hover {
  transform: translateY(-2px);
}

@media (min-width: 760px) {
  .audio-proof-section {
    padding: 110px 22px;
  }

  .audio-proof-heading p {
    max-width: 640px;
    font-size: 1.08rem;
  }

  .audio-proof-list {
    width: min(940px, 100%);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .audio-proof-actions {
    grid-template-columns: 1fr 1fr;
    width: min(620px, 100%);
  }
}

/* Reference-style hero */
.hero {
  position: relative;
  padding: 38px 18px 0;
  background: #ffffff;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  top: -170px;
  left: -120px;
  width: min(620px, 78vw);
  height: min(620px, 78vw);
  content: "";
  border-radius: 50%;
  background:
    radial-gradient(circle at 70% 40%, rgba(255, 201, 111, 0.5), transparent 34%),
    linear-gradient(135deg, #ff8f2d 0%, #ffb14e 100%);
  z-index: 0;
}

.hero::after {
  position: absolute;
  right: -58px;
  bottom: 86px;
  width: 150px;
  height: 68px;
  content: "";
  border-radius: 80% 0 80% 0;
  background: linear-gradient(135deg, rgba(75, 151, 48, 0.38), rgba(75, 151, 48, 0.05));
  transform: rotate(35deg);
  z-index: 0;
}

.hero .hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1060px, 100%);
  min-height: 480px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: center;
}

.hero .product-showcase {
  order: 1;
  display: grid;
  height: 430px;
  min-height: 430px;
  margin: 0;
  place-items: center;
  overflow: visible;
}

.hero .product-showcase::before {
  display: none;
}

.hero .product-showcase img {
  position: relative;
  z-index: 2;
  width: min(440px, 100%);
  height: auto;
  max-width: 100%;
  filter: drop-shadow(0 28px 28px rgba(18, 51, 66, 0.16));
}

.hero .leaf {
  z-index: 3;
  width: 92px;
  height: 42px;
  background: linear-gradient(135deg, rgba(73, 145, 45, 0.58), rgba(73, 145, 45, 0.14));
}

.hero .leaf-one {
  top: 8px;
  left: -34px;
  right: auto;
  transform: rotate(-38deg);
}

.hero .leaf-two {
  right: 12px;
  bottom: 44px;
  left: auto;
  transform: rotate(128deg);
}

.hero .formula-seal {
  top: 70px;
  right: 54px;
}

.hero .hero-copy {
  order: 2;
  display: block;
  max-width: 520px;
  text-align: left;
}

.hero .brand {
  justify-content: flex-start;
  margin: 0 0 14px;
}

.hero .brand-logo {
  width: 92px;
}

.hero .trust-pill {
  display: none;
}

.hero .hero-copy h1 {
  max-width: 500px;
  margin: 0;
  color: #050505;
  font-size: clamp(2rem, 3.1vw, 2.95rem);
  line-height: 1;
  font-weight: 900;
}

.hero .hero-copy h1 span {
  color: #050505;
}

.hero .hero-copy p {
  max-width: 500px;
  margin: 12px 0 0;
  color: #1d2529;
  font-size: 1.02rem;
  line-height: 1.18;
}

.hero .factory-box {
  display: none;
}

.hero .hero-points {
  display: grid;
  max-width: 520px;
  margin: 14px 0 0;
  gap: 7px;
  color: #101820;
  font-size: 0.82rem;
  font-weight: 800;
}

.hero .hero-points li {
  gap: 6px;
}

.hero .hero-points li::before {
  width: auto;
  height: auto;
  flex: 0 0 auto;
  color: #1fa454;
  background: transparent;
  font-size: 0.9rem;
}

.hero .hero-actions {
  width: min(390px, 100%);
  margin: 18px 0 0;
}

.hero .hero-actions .btn {
  min-height: 52px;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(180deg, #25b85a, #168b3f);
  box-shadow: 0 14px 28px rgba(22, 139, 63, 0.22);
  font-size: 0.84rem;
}

.hero .hero-actions small {
  margin-top: 8px;
  color: #6c7478;
  font-size: 0.74rem;
}

.hero .hero-trustbar {
  position: relative;
  z-index: 2;
  width: calc(100% + 36px);
  max-width: none;
  margin: 28px -18px 0;
  border: 0;
  border-radius: 0;
  padding: 24px max(18px, calc((100vw - 1060px) / 2));
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  background: #ff922f;
  box-shadow: none;
}

.hero .hero-trustbar div {
  grid-template-columns: 34px 1fr;
}

.hero .hero-trustbar span {
  color: #1d2529;
  background: rgba(255, 255, 255, 0.28);
}

.hero .hero-trustbar strong {
  color: #1d2529;
  font-size: 0.74rem;
}

.hero .hero-trustbar small {
  color: rgba(29, 37, 41, 0.72);
  font-size: 0.68rem;
}

@media (max-width: 899px) {
  .hero {
    padding: 22px 18px 92px;
  }

  .hero::before {
    top: -120px;
    left: -150px;
    width: 420px;
    height: 420px;
  }

  .hero .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hero .product-showcase {
    order: 1;
    width: min(390px, 100%);
    height: 330px;
    min-height: 330px;
    margin: 0 auto;
  }

  .hero .product-showcase img {
    width: min(360px, 100%);
  }

  .hero .formula-seal {
    top: 40px;
    right: 20px;
  }

  .hero .hero-copy {
    order: 2;
    display: block;
    max-width: 390px;
    margin: 0 auto;
    text-align: center;
  }

  .hero .brand {
    justify-content: center;
    margin-bottom: 12px;
  }

  .hero .brand-logo {
    width: 96px;
  }

  .hero .hero-copy h1 {
    max-width: 390px;
    font-size: clamp(1.95rem, 8vw, 2.55rem);
    text-align: center;
  }

  .hero .hero-copy p {
    max-width: 390px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .hero .hero-points {
    max-width: 390px;
    margin: 14px auto 0;
    text-align: left;
  }

  .hero .hero-actions {
    width: min(390px, 100%);
    margin: 18px auto 0;
  }

  .hero .hero-trustbar {
    grid-template-columns: 1fr 1fr;
    margin-top: 22px;
  }
}

/* Hero match reference image */
.hero {
  padding: 72px 18px 0;
  background:
    radial-gradient(circle at 15% 22%, rgba(255, 167, 51, 0.34) 0%, rgba(255, 167, 51, 0.16) 18%, transparent 42%),
    radial-gradient(circle at 76% 30%, rgba(60, 130, 255, 0.18) 0%, rgba(60, 130, 255, 0.08) 30%, transparent 58%),
    linear-gradient(180deg, #f9fbfd 0%, #f2f6f9 56%, #ffffff 100%);
}

.hero::before {
  top: -170px;
  left: -165px;
  width: 620px;
  height: 620px;
  background: rgba(255, 167, 51, 0.2);
  filter: blur(16px);
  opacity: 0.75;
}

.hero::after {
  right: 28px;
  bottom: 250px;
  width: 62px;
  height: 28px;
  opacity: 0.28;
  filter: blur(0.5px);
}

.hero .hero-grid {
  width: min(1320px, 100%);
  min-height: 610px;
  grid-template-columns: minmax(0, 1.02fr) minmax(520px, 0.98fr);
  gap: 46px;
  align-items: center;
}

.hero .hero-copy {
  padding-left: clamp(18px, 3vw, 64px);
}

.hero .brand,
.hero .trust-pill,
.hero .factory-box {
  display: none;
}

.hero .hero-copy h1 {
  max-width: 720px;
  margin: 0;
  color: #050505;
  font-size: clamp(4rem, 5.15vw, 5.35rem);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -1.5px;
}

.hero .hero-copy h1 span {
  display: block;
  color: #159a4f;
}

.hero .hero-copy p {
  max-width: 690px;
  margin-top: 28px;
  color: #53606a;
  font-size: 1.42rem;
  line-height: 1.55;
  font-weight: 400;
}

.hero .hero-points {
  grid-template-columns: 1fr 1fr;
  max-width: 640px;
  gap: 18px 42px;
  margin-top: 32px;
}

.hero .hero-points li {
  color: #14191f;
  font-size: 1.16rem;
  font-weight: 800;
  line-height: 1.25;
}

.hero .hero-points li::before {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #169d4e;
  font-size: 0.9rem;
}

.hero .hero-actions {
  width: min(540px, 100%);
  margin-top: 42px;
}

.hero .hero-actions .btn {
  width: 100%;
  min-height: 72px;
  border-radius: 14px;
  padding: 20px 36px;
  color: #ffffff;
  background: linear-gradient(180deg, #17c665 0%, #0f9344 100%);
  box-shadow: 0 22px 44px rgba(15, 147, 68, 0.24);
  font-size: 1.24rem;
  font-weight: 900;
}

.hero .hero-actions .btn::after {
  content: "›";
  margin-left: 18px;
  font-size: 2rem;
  line-height: 0;
}

.hero .hero-actions small {
  width: 100%;
  margin-top: 24px;
  color: #6c7780;
  font-size: 1rem;
  text-align: center;
}

.hero .product-showcase {
  height: 610px;
  min-height: 610px;
  align-self: center;
  overflow: visible;
}

.hero .product-showcase::before {
  display: none;
}

.hero .product-showcase img {
  width: min(650px, 100%);
  height: auto;
  max-width: none;
  transform: translateY(-8px);
  filter: drop-shadow(0 34px 38px rgba(0, 0, 0, 0.16));
}

.hero .formula-seal {
  top: 38px;
  right: 66px;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 0.92rem;
  box-shadow: 0 18px 36px rgba(226, 154, 8, 0.24);
}

.hero .leaf {
  width: 66px;
  height: 30px;
  opacity: 0.28;
  filter: blur(0.5px);
}

.hero .leaf-one {
  top: 8px;
  left: -38px;
}

.hero .leaf-two {
  right: -10px;
  bottom: 118px;
}

.hero .hero-trustbar {
  min-height: 132px;
  margin: 0 -18px;
  padding: 28px max(18px, calc((100vw - 1220px) / 2));
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  background: linear-gradient(180deg, #ffb24f 0%, #ff952e 100%);
}

.hero .hero-trustbar div {
  grid-template-columns: 58px 1fr;
  column-gap: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  padding-right: 24px;
}

.hero .hero-trustbar div:last-child {
  border-right: 0;
}

.hero .hero-trustbar span {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  color: #b85a13;
  background: rgba(255, 255, 255, 0.44);
}

.hero .hero-trustbar strong {
  color: #141414;
  font-size: 1rem;
  font-weight: 900;
}

.hero .hero-trustbar small {
  color: rgba(17, 17, 17, 0.72);
  font-size: 0.92rem;
}

@media (max-width: 899px) {
  .hero {
    padding: 34px 18px 92px;
  }

  .hero .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hero .hero-copy {
    order: 2;
    padding-left: 0;
    text-align: center;
  }

  .hero .product-showcase {
    order: 1;
    width: min(430px, 100%);
    height: 390px;
    min-height: 390px;
    margin: 0 auto;
  }

  .hero .product-showcase img {
    width: min(430px, 112vw);
    transform: none;
  }

  .hero .hero-copy h1 {
    max-width: 420px;
    margin: 0 auto;
    font-size: clamp(2.35rem, 11vw, 3.35rem);
    line-height: 1.02;
    letter-spacing: -0.8px;
    text-align: center;
  }

  .hero .hero-copy p {
    max-width: 390px;
    margin: 18px auto 0;
    font-size: 1rem;
    line-height: 1.45;
  }

  .hero .hero-points {
    grid-template-columns: 1fr;
    max-width: 390px;
    gap: 10px;
    margin: 22px auto 0;
  }

  .hero .hero-points li {
    font-size: 0.96rem;
  }

  .hero .hero-actions {
    width: min(390px, 100%);
    margin: 26px auto 0;
  }

  .hero .hero-actions .btn {
    min-height: 60px;
    padding: 16px 18px;
    font-size: 0.95rem;
  }

  .hero .hero-actions small {
    margin-top: 14px;
    font-size: 0.78rem;
  }

  .hero .hero-trustbar {
    min-height: auto;
    margin-top: 28px;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero .hero-trustbar div {
    grid-template-columns: 42px 1fr;
    border-right: 0;
    padding-right: 0;
  }

  .hero .hero-trustbar span {
    width: 42px;
    height: 42px;
  }
}

/* Final hero fixes requested */
.hero .brand {
  gap: 8px;
}

.hero .brand img,
.hero .brand-logo {
  display: none;
}

.hero .atl-logo-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #111820;
  background: linear-gradient(180deg, #ffe39a, var(--yellow));
  font-weight: 900;
}

.hero .atl-logo-text {
  display: inline-flex;
  color: #111820;
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero .product-showcase {
  height: 490px;
  min-height: 490px;
  overflow: visible;
}

.hero .product-showcase img {
  width: min(430px, 100%);
  height: auto;
  max-width: 100%;
  transform: translateY(-10px);
}

.hero .hero-actions {
  display: block;
}

.hero .hero-actions .btn {
  width: min(390px, 100%);
}

.hero .hero-actions small {
  display: block;
  width: min(390px, 100%);
  margin: 8px 0 0;
  color: #6c7478;
  font-size: 0.74rem;
  text-align: center;
}

@media (max-width: 899px) {
  .hero .product-showcase {
    height: 390px;
    min-height: 390px;
  }

  .hero .product-showcase img {
    width: min(390px, 100%);
    transform: none;
  }

  .hero .atl-logo-text {
    font-size: 0.82rem;
  }
}

@media (min-width: 900px) {
  .hero .hero-grid {
    align-items: start;
  }

  .hero .product-showcase {
    height: 500px;
    min-height: 500px;
    margin-top: -18px;
  }

  .hero .product-showcase img {
    width: min(405px, 92%);
    transform: translateY(-34px);
  }

  .hero .formula-seal {
    top: 28px;
  }
}

/* Hero premium refinement */
.hero {
  padding-top: 46px;
}

.hero .hero-grid {
  width: min(1080px, 100%);
  gap: 34px;
}

.hero .hero-copy {
  padding-left: clamp(4px, 1vw, 18px);
}

.hero .hero-copy h1 {
  max-width: 540px;
  color: #080b0d;
  font-size: clamp(2.05rem, 3vw, 2.85rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.hero .hero-copy h1 span {
  color: #178d45;
}

.hero .hero-copy p {
  max-width: 520px;
  color: #3f4a50;
  font-size: 0.94rem;
  line-height: 1.45;
}

.hero .hero-points {
  grid-template-columns: 1fr 1fr;
  max-width: 520px;
  gap: 9px 20px;
  margin-top: 16px;
}

.hero .hero-points li {
  align-items: flex-start;
  color: #101820;
  font-size: 0.8rem;
  line-height: 1.25;
}

.hero .hero-points li::before {
  content: "\2713";
  color: #15934a;
  font-size: 0.82rem;
  line-height: 1.15;
}

.hero .hero-actions {
  margin-top: 20px;
}

.hero .hero-actions .btn {
  width: min(370px, 100%);
  min-height: 54px;
  border-radius: 13px;
  color: #ffffff;
  background: linear-gradient(180deg, #25b85a 0%, #13823d 100%);
  box-shadow: 0 16px 34px rgba(19, 130, 61, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.hero .hero-actions .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(19, 130, 61, 0.28);
  filter: saturate(1.05);
}

.hero .hero-actions small {
  width: min(370px, 100%);
  margin-top: 9px;
  color: #7a858b;
  font-size: 0.72rem;
  text-align: center;
}

.hero .product-showcase img {
  filter: drop-shadow(0 24px 26px rgba(18, 51, 66, 0.14));
}

.hero .leaf {
  width: 74px;
  height: 34px;
  opacity: 0.62;
}

.hero .hero-trustbar {
  margin-top: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero .hero-trustbar strong {
  font-size: 0.72rem;
  letter-spacing: 0;
}

.hero .hero-trustbar small {
  font-size: 0.66rem;
}

@media (min-width: 900px) {
  .hero .hero-grid {
    grid-template-columns: minmax(0, 0.96fr) minmax(410px, 1.04fr);
    align-items: center;
  }

  .hero .product-showcase {
    height: 470px;
    min-height: 470px;
  }
}

@media (max-width: 899px) {
  .hero {
    padding-top: 28px;
  }

  .hero .hero-copy {
    padding-left: 0;
  }

  .hero .hero-copy h1 {
    font-size: clamp(1.85rem, 7.5vw, 2.35rem);
    line-height: 1.08;
  }

  .hero .hero-copy p {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .hero .hero-points {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero .hero-actions .btn,
  .hero .hero-actions small {
    width: 100%;
  }

  .hero .leaf {
    width: 58px;
    height: 27px;
  }

  .hero .hero-trustbar {
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 12px;
  }
}

/* Hero text lockup aligned to the visual reference */
.hero .hero-copy {
  padding-left: clamp(18px, 3.6vw, 70px);
}

.hero .hero-copy h1 {
  max-width: 620px;
  color: #050505;
  font-size: clamp(3.6rem, 4.55vw, 4.72rem);
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: 0;
}

.hero .hero-copy h1 span {
  color: #159a4f;
}

.hero .hero-copy p {
  max-width: 620px;
  margin: 20px 0 0;
  color: #4f5e68;
  font-size: 1.24rem;
  line-height: 1.42;
  font-weight: 400;
}

.hero .hero-copy p + p {
  margin-top: 14px;
}

.hero .hero-points {
  max-width: 615px;
  grid-template-columns: 1fr 1fr;
  gap: 17px 38px;
  margin-top: 28px;
}

.hero .hero-points li {
  display: flex;
  align-items: center;
  color: #111417;
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.2;
}

.hero .hero-points li::before {
  display: grid;
  width: 24px;
  height: 24px;
  margin-right: 14px;
  flex: 0 0 24px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #179b4d;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
}

.hero .hero-actions {
  width: min(560px, 100%);
  margin-top: 34px;
}

.hero .hero-actions .btn {
  width: min(560px, 100%);
  min-height: 76px;
  border-radius: 14px;
  padding: 22px 38px;
  color: #ffffff;
  background: linear-gradient(180deg, #18c866 0%, #0f9646 100%);
  box-shadow: 0 24px 44px rgba(15, 150, 70, 0.28);
  font-size: 1.16rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.hero .hero-actions .btn::after {
  content: "›";
  margin-left: 20px;
  font-size: 2.05rem;
  font-weight: 700;
  line-height: 0.7;
}

.hero .hero-actions small {
  display: block;
  width: min(560px, 100%);
  margin-top: 24px;
  color: #6b757d;
  font-size: 0.98rem;
  line-height: 1.2;
  text-align: center;
}

.hero .hero-trustbar {
  min-height: 134px;
  margin-top: 24px;
  padding: 28px max(18px, calc((100vw - 1220px) / 2));
  gap: 30px;
  align-items: center;
}

.hero .hero-trustbar div {
  grid-template-columns: 64px 1fr;
  column-gap: 18px;
  align-items: center;
}

.hero .hero-trustbar span {
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 18px;
  color: #b7601a;
  background: rgba(255, 255, 255, 0.55);
  font-size: 1.55rem;
  line-height: 1;
}

.hero .hero-trustbar .trust-icon svg {
  width: 30px;
  height: 30px;
  overflow: visible;
}

.hero .hero-trustbar .trust-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero .hero-trustbar strong {
  color: #141414;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.hero .hero-trustbar small {
  margin-top: 6px;
  color: rgba(17, 17, 17, 0.74);
  font-size: 0.92rem;
  line-height: 1.2;
}

@media (min-width: 900px) and (max-width: 1180px) {
  .hero .hero-copy {
    padding-left: 10px;
  }

  .hero .hero-copy h1 {
    font-size: clamp(3rem, 4.5vw, 3.65rem);
  }

  .hero .hero-copy p {
    font-size: 1.08rem;
  }

  .hero .hero-actions .btn {
    font-size: 1rem;
  }
}

@media (max-width: 899px) {
  .hero .hero-copy {
    padding-left: 0;
  }

  .hero .hero-copy h1 {
    max-width: 420px;
    font-size: clamp(2.35rem, 10.5vw, 3.25rem);
    line-height: 1.04;
  }

  .hero .hero-copy p {
    max-width: 390px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1rem;
    line-height: 1.45;
  }

  .hero .hero-points {
    max-width: 390px;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }

  .hero .hero-points li {
    font-size: 1rem;
  }

  .hero .hero-actions {
    width: min(390px, 100%);
    margin-right: auto;
    margin-left: auto;
  }

  .hero .hero-actions .btn {
    width: 100%;
    min-height: 62px;
    padding: 17px 20px;
    font-size: 0.95rem;
  }

  .hero .hero-actions small {
    width: 100%;
    margin-top: 14px;
    font-size: 0.82rem;
  }

  .hero .hero-trustbar {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero .hero-trustbar div {
    grid-template-columns: 48px 1fr;
    border-right: 0;
  }

  .hero .hero-trustbar span {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 1.15rem;
  }
}

/* Hero proportion rebalance */
.hero {
  padding-top: 48px;
}

.hero .hero-grid {
  width: min(1320px, 100%);
  min-height: 570px;
  grid-template-columns: minmax(0, 0.96fr) minmax(520px, 1.04fr);
  gap: 46px;
  align-items: center;
}

.hero .hero-copy {
  max-width: 620px;
  padding-left: clamp(28px, 3.2vw, 78px);
}

.hero .hero-copy h1 {
  max-width: 570px;
  font-size: clamp(2.95rem, 3.45vw, 3.65rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.hero .hero-copy p {
  max-width: 560px;
  margin-top: 18px;
  color: #4b5563;
  font-size: 1.05rem;
  line-height: 1.5;
}

.hero .hero-copy p + p {
  margin-top: 16px;
}

.hero .hero-points {
  max-width: 560px;
  gap: 14px 36px;
  margin-top: 24px;
}

.hero .hero-points li {
  color: #111827;
  font-size: 0.98rem;
  font-weight: 700;
}

.hero .hero-points li::before {
  background: #16a34a;
}

.hero .hero-actions {
  width: min(520px, 100%);
  margin-top: 30px;
}

.hero .hero-actions .btn {
  width: 100%;
  min-height: 68px;
  font-size: 1.04rem;
}

.hero .hero-actions small {
  width: 100%;
  margin-top: 18px;
  font-size: 0.86rem;
}

.hero .product-showcase {
  height: 540px;
  min-height: 540px;
  margin-top: 0;
  align-self: start;
  transform: translateY(-10px);
}

.hero .product-showcase img {
  width: min(565px, 100%);
  transform: translateY(0);
}

.hero .formula-seal {
  top: 22px;
  right: 66px;
}

.hero .hero-trustbar {
  min-height: 132px;
  margin-top: 18px;
  padding-top: 28px;
  padding-bottom: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  background: linear-gradient(180deg, #ffad4a 0%, #ff982f 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.hero .hero-trustbar span {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.3);
}

.hero .hero-trustbar strong {
  color: #111827;
  font-size: 1rem;
}

.hero .hero-trustbar small {
  color: rgba(17, 24, 39, 0.72);
  font-size: 0.92rem;
}

@media (min-width: 900px) and (max-width: 1180px) {
  .hero {
    padding-top: 28px;
  }

  .hero .hero-grid {
    width: min(1040px, 100%);
    min-height: 480px;
    grid-template-columns: minmax(0, 0.98fr) minmax(390px, 1.02fr);
    gap: 30px;
  }

  .hero .hero-copy {
    max-width: 520px;
    padding-left: clamp(8px, 2vw, 28px);
  }

  .hero .hero-copy h1 {
    max-width: 470px;
    font-size: clamp(2.35rem, 3.92vw, 2.95rem);
    line-height: 1.03;
  }

  .hero .hero-copy p {
    max-width: 470px;
    margin-top: 13px;
    font-size: 0.9rem;
    line-height: 1.42;
  }

  .hero .hero-copy p + p {
    margin-top: 10px;
  }

  .hero .hero-points {
    max-width: 470px;
    gap: 10px 22px;
    margin-top: 18px;
  }

  .hero .hero-points li {
    font-size: 0.8rem;
  }

  .hero .hero-points li::before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex-basis: 20px;
    font-size: 0.72rem;
  }

  .hero .hero-actions {
    width: min(400px, 100%);
    margin-top: 22px;
  }

  .hero .hero-actions .btn {
    min-height: 54px;
    padding: 14px 24px;
    font-size: 0.82rem;
  }

  .hero .hero-actions .btn::after {
    margin-left: 16px;
    font-size: 1.72rem;
  }

  .hero .hero-actions small {
    margin-top: 12px;
    font-size: 0.68rem;
  }

  .hero .product-showcase {
    height: 420px;
    min-height: 420px;
    align-self: start;
  }

  .hero .product-showcase img {
    width: min(430px, 100%);
    transform: translateY(0);
  }

  .hero .formula-seal {
    top: 16px;
    right: 34px;
    padding: 10px 16px;
    font-size: 0.72rem;
  }

  .hero .hero-trustbar {
    min-height: 94px;
    padding-top: 18px;
    padding-bottom: 18px;
    gap: 18px;
  }

  .hero .hero-trustbar div {
    grid-template-columns: 48px 1fr;
    column-gap: 14px;
    padding-right: 16px;
  }

  .hero .hero-trustbar span {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 1.1rem;
  }

  .hero .hero-trustbar .trust-icon svg {
    width: 24px;
    height: 24px;
  }

  .hero .hero-trustbar strong {
    font-size: 0.72rem;
  }

  .hero .hero-trustbar small {
    font-size: 0.66rem;
  }
}

@media (max-width: 899px) {
  .hero {
    padding: 28px 18px 92px;
  }

  .hero .hero-grid {
    width: min(430px, 100%);
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hero .hero-copy {
    order: 2;
    max-width: 390px;
    padding-left: 0;
    text-align: center;
  }

  .hero .product-showcase {
    order: 1;
    width: min(430px, 100%);
    height: 390px;
    min-height: 390px;
    margin: 0 auto;
  }

  .hero .product-showcase img {
    width: min(390px, 100%);
    transform: none;
  }

  .hero .formula-seal {
    top: 32px;
    right: 20px;
    padding: 9px 14px;
    font-size: 0.68rem;
  }

  .hero .hero-copy h1 {
    max-width: 390px;
    margin: 0 auto;
    font-size: clamp(2.2rem, 10.5vw, 3rem);
    line-height: 1.05;
    text-align: center;
  }

  .hero .hero-copy p {
    max-width: 370px;
    margin: 16px auto 0;
    font-size: 0.98rem;
    line-height: 1.45;
    text-align: center;
  }

  .hero .hero-copy p + p {
    margin-top: 10px;
  }

  .hero .hero-points {
    max-width: 360px;
    grid-template-columns: 1fr;
    gap: 11px;
    margin: 22px auto 0;
    text-align: left;
  }

  .hero .hero-points li {
    font-size: 0.96rem;
  }

  .hero .hero-points li::before {
    width: 22px;
    height: 22px;
    margin-right: 12px;
    flex-basis: 22px;
  }

  .hero .hero-actions {
    width: min(360px, 100%);
    margin: 26px auto 0;
  }

  .hero .hero-actions .btn {
    min-height: 62px;
    padding: 17px 18px;
    font-size: 0.92rem;
  }

  .hero .hero-actions small {
    margin-top: 14px;
    font-size: 0.78rem;
  }

  .hero .hero-trustbar {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
    padding: 20px 18px;
  }

  .hero .hero-trustbar div {
    grid-template-columns: 48px 1fr;
    border-right: 0;
    padding-right: 0;
  }

  .hero .hero-trustbar span {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 1.12rem;
  }

  .hero .hero-trustbar .trust-icon svg {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 900px) and (max-height: 760px) {
  .hero {
    padding-top: 24px;
  }

  .hero .hero-grid {
    width: min(1160px, 100%);
    min-height: 455px;
    grid-template-columns: minmax(0, 0.98fr) minmax(410px, 1.02fr);
    gap: 34px;
  }

  .hero .hero-copy {
    max-width: 560px;
    padding-left: clamp(8px, 2.4vw, 44px);
  }

  .hero .hero-copy h1 {
    max-width: 500px;
    font-size: clamp(2.25rem, 3.35vw, 2.95rem);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: -0.03em;
  }

  .hero .hero-copy p {
    max-width: 480px;
    margin-top: 12px;
    color: #4b5563;
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .hero .hero-copy p + p {
    margin-top: 10px;
  }

  .hero .hero-points {
    max-width: 500px;
    gap: 9px 24px;
    margin-top: 17px;
  }

  .hero .hero-points li {
    color: #111827;
    font-size: 0.82rem;
    font-weight: 700;
  }

  .hero .hero-points li::before {
    width: 20px;
    height: 20px;
    margin-right: 11px;
    flex-basis: 20px;
    background: #16a34a;
    font-size: 0.72rem;
  }

  .hero .hero-actions {
    width: min(390px, 100%);
    margin-top: 20px;
  }

  .hero .hero-actions .btn {
    min-height: 52px;
    padding: 1rem 2.2rem;
    border-radius: 14px;
    background: linear-gradient(180deg, #20c866 0%, #159947 100%);
    box-shadow: 0 14px 32px rgba(21, 153, 71, 0.24);
    font-size: 0.84rem;
    transition: all 0.25s ease;
  }

  .hero .hero-actions .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(21, 153, 71, 0.3);
  }

  .hero .hero-actions .btn::after {
    margin-left: 16px;
    font-size: 1.7rem;
  }

  .hero .hero-actions small {
    margin-top: 0.75rem;
    color: #7b8794;
    font-size: 0.7rem;
  }

  .hero .product-showcase {
    height: 405px;
    min-height: 405px;
    align-self: start;
    transform: translateY(-18px);
  }

  .hero .product-showcase img {
    width: min(405px, 100%);
    transform: translateY(-54px);
  }

  .hero .formula-seal {
    top: 0;
    right: 42px;
    padding: 10px 18px;
    font-size: 0.76rem;
  }

  .hero .leaf {
    width: 58px;
    height: 27px;
  }

  .hero .hero-trustbar {
    min-height: 80px;
    margin-top: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    gap: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    background: linear-gradient(180deg, #ffad4a 0%, #ff982f 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  }

  .hero .hero-trustbar div {
    grid-template-columns: 46px 1fr;
    column-gap: 12px;
    padding-right: 14px;
  }

  .hero .hero-trustbar span {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.3);
    font-size: 1.05rem;
  }

  .hero .hero-trustbar .trust-icon svg {
    width: 23px;
    height: 23px;
  }

  .hero .hero-trustbar strong {
    color: #111827;
    font-size: 0.76rem;
  }

  .hero .hero-trustbar small {
    margin-top: 4px;
    color: rgba(17, 24, 39, 0.72);
    font-size: 0.68rem;
  }
}

@media (min-width: 900px) and (max-height: 640px) {
  .hero {
    padding-top: 14px;
  }

  .hero .hero-grid {
    min-height: 410px;
  }

  .hero .hero-copy h1 {
    font-size: clamp(2.18rem, 3.25vw, 2.82rem);
    line-height: 0.98;
  }

  .hero .hero-copy p {
    margin-top: 10px;
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .hero .hero-points {
    gap: 9px 24px;
    margin-top: 16px;
  }

  .hero .hero-actions {
    margin-top: 20px;
  }

  .hero .hero-actions .btn {
    min-height: 48px;
    font-size: 0.8rem;
  }

  .hero .product-showcase {
    height: 390px;
    min-height: 390px;
    transform: translateY(-18px);
  }

  .hero .product-showcase img {
    width: min(385px, 100%);
    transform: translateY(-46px);
  }

  .hero .hero-trustbar {
    min-height: 78px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

/* Premium VSL section */
.vsl-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  padding: 90px 18px 100px;
  background:
    radial-gradient(
      circle at center,
      rgba(38, 99, 255, 0.08) 0%,
      rgba(38, 99, 255, 0.03) 40%,
      transparent 75%
    ),
    linear-gradient(
      180deg,
      #f8fafc 0%,
      #f3f6f9 55%,
      #eef2f7 100%
    );
}

.vsl-section::before,
.vsl-section::after {
  position: absolute;
  content: "";
  pointer-events: none;
  border-radius: 999px;
  opacity: 0.06;
  filter: blur(8px);
}

.vsl-section::before {
  top: 18%;
  left: 12%;
  width: 150px;
  height: 150px;
  background: #2663ff;
}

.vsl-section::after {
  right: 12%;
  bottom: 18%;
  width: 190px;
  height: 190px;
  background: #18a84d;
}

.vsl-section .section-heading,
.vsl-section .video-box,
.vsl-section .vsl-cta {
  position: relative;
  z-index: 1;
}

.vsl-section .section-heading {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.vsl-section .eyebrow {
  display: none;
}

.vsl-section h2 {
  max-width: 900px;
  margin: 0 auto;
  color: #0f172a;
  font-size: clamp(2.6rem, 4vw, 4.4rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-align: center;
}

.vsl-section h2 .danger-word {
  color: #dc2626;
}

.vsl-section h2 .warning-word {
  color: #f97316;
}

.vsl-section .section-heading p {
  max-width: 720px;
  margin: 22px auto 0;
  color: #374151;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.vsl-section .section-heading p span {
  color: #dc2626;
}

.vsl-section .video-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 420px;
  max-width: 90vw;
  height: 510px;
  max-height: 510px;
  margin: 42px auto 0;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 26px;
  background: #000000;
  box-shadow: 0 36px 80px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.vsl-section .vsl-player {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  height: 100%;
  max-height: 510px;
  width: 100%;
  aspect-ratio: auto;
  border: 0;
  border-radius: 26px;
  background: #000000;
  box-shadow: 0 36px 80px rgba(15, 23, 42, 0.18);
}

.vsl-section .vsl-player video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vsl-section .vsl-player::before {
  position: absolute;
  inset: -18px;
  z-index: -1;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 24%, rgba(47, 109, 246, 0.18), transparent 48%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.28), rgba(15, 23, 42, 0.08));
  filter: blur(20px);
  opacity: 0.45;
  transform: scale(1.08);
}

.vsl-section .vsl-player::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.16), transparent 34%),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.08) 0%,
      rgba(0, 0, 0, 0.35) 100%
    );
}

.vsl-section .video-overlay {
  z-index: 3;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.08) 0%,
      rgba(0, 0, 0, 0.35) 100%
    );
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.vsl-section .play-circle {
  position: relative;
  width: 74px;
  height: 74px;
  color: #ffffff;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffd25c 0%, #f6b91d 100%);
  box-shadow: 0 14px 32px rgba(246, 185, 29, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.25s ease;
}

.vsl-section .play-circle::before {
  width: 0;
  height: 0;
  margin-left: 6px;
  content: "";
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 23px solid currentColor;
}

.vsl-section .video-overlay:hover .play-circle {
  transform: scale(1.04);
}

.vsl-trust {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 28px;
  margin-top: 32px;
}

.vsl-cta {
  display: flex;
  width: min(420px, 90vw);
  min-height: 64px;
  align-items: center;
  justify-content: center;
  margin: 28px auto 0;
  border: 0;
  border-radius: 18px;
  padding: 1.25rem 1.5rem;
  color: #0f172a;
  background: linear-gradient(180deg, #ffcc4d 0%, #f5a623 100%);
  box-shadow: 0 16px 36px rgba(245, 166, 35, 0.28);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.vsl-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(245, 166, 35, 0.32);
}

.vsl-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111827;
  font-size: 0.92rem;
  font-weight: 600;
}

.vsl-trust span::before {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  content: "\2713";
  color: #ffffff;
  background: #18a84d;
  font-size: 0.7rem;
  font-weight: 900;
}

@media (max-width: 899px) {
  .vsl-section {
    padding: 70px 22px 80px;
  }

  .vsl-section .eyebrow {
    display: none;
  }

  .vsl-section h2 {
    font-size: clamp(2.1rem, 8vw, 3.2rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
  }

  .vsl-section .section-heading p {
    margin-top: 22px;
    color: #374151;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.5;
  }

  .vsl-section .video-box,
  .vsl-section .vsl-player {
    width: min(88vw, 420px);
    border-radius: 26px;
  }

  .vsl-section .video-box {
    margin-top: 42px;
  }

  .vsl-section .play-circle {
    width: 74px;
    height: 74px;
  }

  .vsl-section .play-circle::before {
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 18px;
  }

  .vsl-trust {
    display: none;
  }

  .vsl-cta {
    width: min(90vw, 420px);
    min-height: 60px;
    margin-top: 24px;
    padding: 1.05rem 1.2rem;
    font-size: 0.9rem;
  }
}

/* Mobile rhythm fixes: hero, trust bar and VSL */
@media (max-width: 899px) {
  .hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 22px 0;
  }

  .hero .hero-grid {
    display: flex;
    width: 100%;
    max-width: 430px;
    flex-direction: column;
    gap: 0;
    align-items: center;
  }

  .hero .product-showcase {
    order: 1;
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    height: clamp(250px, 66vw, 300px);
    min-height: 0;
    margin: 0 auto 0;
    justify-content: center;
    overflow: visible;
  }

  .hero .product-showcase img {
    display: block;
    width: min(92vw, 420px);
    height: auto;
    margin: 0 auto;
    transform: none;
  }

  .hero .formula-seal {
    top: 6px;
    right: 18px;
    z-index: 3;
  }

  .hero .hero-copy {
    order: 2;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 430px;
    padding-left: 0;
    text-align: center;
    margin-top: 0;
  }

  .hero .hero-copy h1 {
    max-width: 95%;
    margin: 0 auto 20px;
    font-size: clamp(2.35rem, 10vw, 3.4rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
    text-align: center;
  }

  .hero .hero-copy p {
    max-width: 92%;
    margin: 0 auto 22px;
    font-size: 1rem;
    line-height: 1.55;
    text-align: center;
  }

  .hero .hero-copy p + p {
    margin-top: -10px;
  }

  .hero .hero-points {
    display: grid;
    max-width: 92%;
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 0 auto 28px;
    text-align: left;
  }

  .hero .hero-points li {
    font-size: 0.96rem;
    line-height: 1.25;
  }

  .hero .hero-actions {
    width: 100%;
    max-width: 92%;
    margin: 0 auto;
  }

  .hero .hero-actions .btn {
    width: 100%;
    min-height: 62px;
  }

  .hero .hero-actions small {
    width: 100%;
    margin: 14px auto 34px;
  }

  .hero .hero-trustbar {
    width: calc(100% + 44px);
    min-height: auto;
    grid-template-columns: 1fr 1fr;
    gap: 22px 18px;
    margin: 0 -22px;
    padding: 28px 22px;
  }

  .hero .hero-trustbar div {
    display: grid;
    min-width: 0;
    grid-template-columns: 52px minmax(0, 1fr);
    column-gap: 12px;
    align-items: start;
    border-right: 0;
    padding-right: 0;
  }

  .hero .hero-trustbar span {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 16px;
  }

  .hero .hero-trustbar .trust-icon svg {
    width: 25px;
    height: 25px;
  }

  .hero .hero-trustbar strong {
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.15;
  }

  .hero .hero-trustbar small {
    margin-top: 4px;
    font-size: 0.78rem;
    line-height: 1.25;
  }

  .vsl-section {
    padding: 72px 22px 76px;
  }

  .vsl-section h2 {
    max-width: 94%;
    margin: 0 auto 22px;
    font-size: clamp(2.15rem, 9vw, 3.15rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
  }

  .vsl-section .section-heading p {
    max-width: 94%;
    margin: 0 auto 38px;
    font-size: 1.05rem;
    line-height: 1.5;
  }

  .vsl-section .video-box {
    width: 100%;
    max-width: 420px;
    height: 510px;
    margin: 0 auto;
    border-radius: 24px;
    overflow: hidden;
  }

  .vsl-section .vsl-player {
    width: 100%;
    max-width: 420px;
    border-radius: 24px;
  }

  .vsl-cta {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 3;
    width: 100%;
    max-width: 420px;
    margin: 24px auto 0;
    transform: none;
  }
}

/* Final premium harmonization layer */
.section:not(.vsl-section) {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-heading {
  margin-bottom: 32px;
}

.section-heading h2 {
  color: var(--brand-ink);
  font-size: clamp(2rem, 7vw, 3.2rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.section-heading p,
.section p {
  color: var(--brand-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.belief-grid article,
.testimonial,
.kit-card,
.safety-card,
.comparison-table,
.faq-list details,
.audio-card {
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: var(--premium-radius-card);
  box-shadow: var(--premium-shadow-card);
}

.video-testimonial,
.vsl-section .video-box,
.vsl-section .vsl-player {
  border-radius: var(--premium-radius-video);
  box-shadow: var(--premium-shadow-video);
}

.btn,
.btn-primary,
.kit-card .btn,
.vsl-cta,
.audio-primary,
.audio-secondary {
  border-radius: var(--premium-radius-button);
  transition: all 0.25s ease;
}

.btn-primary,
.kit-card .btn {
  color: #ffffff;
  background: linear-gradient(180deg, var(--brand-green-light) 0%, var(--brand-green) 100%);
  box-shadow: var(--premium-shadow-button);
}

.vsl-cta,
.audio-primary {
  background: linear-gradient(180deg, var(--brand-yellow-light) 0%, var(--brand-yellow) 100%);
  box-shadow: 0 14px 34px rgba(245, 166, 35, 0.22);
}

/* Testimonial video modal */
.testimonial-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.testimonial-modal.is-open {
  display: flex;
}

.testimonial-modal-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 26%, rgba(59, 130, 246, 0.18), transparent 42%),
    rgba(6, 12, 22, 0.78);
  backdrop-filter: blur(14px);
}

.testimonial-modal-panel {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(960px, 100%);
  max-height: calc(100svh - 28px);
  grid-template-columns: minmax(0, 0.84fr) minmax(270px, 420px);
  gap: 28px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
  padding: 28px;
  animation: testimonialModalIn 0.24s ease both;
}

.testimonial-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  cursor: pointer;
  font-size: 1.55rem;
  line-height: 1;
  transition: all 0.25s ease;
}

.testimonial-modal-close:hover {
  transform: scale(1.04);
  background: rgba(255, 255, 255, 0.22);
}

.testimonial-modal-copy {
  color: #ffffff;
  padding: 18px 10px 18px 4px;
}

.testimonial-modal-copy span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  padding: 8px 14px;
  color: #bfe0ff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.testimonial-modal-copy h2 {
  max-width: 520px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.1rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.testimonial-modal-copy p {
  max-width: 460px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.02rem;
  line-height: 1.55;
}

.testimonial-modal-player {
  position: relative;
  width: min(360px, 100%);
  justify-self: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 28px;
  background: #05070b;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.42);
  aspect-ratio: 9 / 16;
}

.testimonial-modal-player video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #05070b;
}

.testimonial-modal-player::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.16) 100%);
}

.testimonial-modal-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-50%);
  transition: all 0.25s ease;
}

.testimonial-modal-nav:hover {
  background: rgba(255, 255, 255, 0.26);
  transform: translateY(-50%) scale(1.05);
}

.testimonial-modal-prev {
  left: 12px;
}

.testimonial-modal-next {
  right: 12px;
}

.testimonial-modal-footer {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  font-weight: 700;
}

.testimonial-modal-dots {
  display: flex;
  gap: 7px;
  align-items: center;
}

.testimonial-modal-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
  transition: all 0.25s ease;
}

.testimonial-modal-dot.is-active {
  width: 22px;
  background: #ffd25c;
}

.testimonial-modal-footer small {
  width: 100%;
  color: rgba(255, 255, 255, 0.64);
  text-align: center;
  font-size: 0.78rem;
  font-weight: 600;
}

@keyframes testimonialModalIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 760px) {
  .testimonial-modal {
    align-items: end;
    padding: 10px;
  }

  .testimonial-modal-panel {
    width: 100%;
    max-height: calc(100svh - 20px);
    grid-template-columns: 1fr;
    gap: 16px;
    border-radius: 26px;
    padding: 22px 16px 18px;
  }

  .testimonial-modal-copy {
    padding: 8px 46px 0 4px;
  }

  .testimonial-modal-copy span {
    margin-bottom: 12px;
    padding: 7px 12px;
    font-size: 0.66rem;
  }

  .testimonial-modal-copy h2 {
    font-size: clamp(1.65rem, 8vw, 2.35rem);
    line-height: 1;
  }

  .testimonial-modal-copy p {
    margin-top: 10px;
    font-size: 0.92rem;
  }

  .testimonial-modal-player {
    width: min(82vw, 330px);
    max-height: 58svh;
  }

  .testimonial-modal-nav {
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
  }
}

/* Wistia player injection: one active embed inside testimonial popup */
#wistiaPlayerContainer {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 24px;
  background: #000000;
}

#wistiaPlayerContainer wistia-player {
  width: 100%;
  height: 100%;
  display: block;
}

.wistia-fallback {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 260px;
  place-items: center;
  padding: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.testimonial-modal-player {
  width: 100%;
  max-width: 360px;
  height: min(64vh, 560px);
  max-height: min(64vh, 560px);
  border-radius: 24px;
}

.testimonial-modal-player::after {
  display: none;
}

@media (max-width: 390px) and (max-height: 760px) {
  .testimonial-modal-player {
    height: min(60vh, 500px);
    max-height: min(60vh, 500px);
  }
}

/* Popup without top badge */
.testimonial-modal-copy {
  padding-top: 8px;
}

@media (max-width: 760px) {
  .testimonial-modal-copy {
    padding-top: 4px;
  }
}

/* LAST RULESET - mobile testimonial popup lock */
@media (max-width: 760px) {
  .testimonial-modal {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 6px;
  }

  .testimonial-modal.is-open {
    display: flex;
  }

  .testimonial-modal-panel {
    display: flex;
    width: min(94vw, 430px);
    max-height: 96svh;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    overflow: hidden;
    border-radius: 28px;
    padding: 18px 14px 16px;
  }

  .testimonial-modal-copy {
    width: 100%;
    padding: 0 46px;
  }

  .testimonial-modal-badge {
    margin: 0 auto 10px;
    padding: 8px 16px;
    color: #22f35c;
    font-size: 0.76rem;
    background: linear-gradient(180deg, rgba(20, 111, 57, 0.72) 0%, rgba(10, 68, 38, 0.84) 100%);
  }

  .testimonial-modal-copy h2 {
    max-width: 100%;
    margin: 0 auto;
    font-size: clamp(1.7rem, 7.2vw, 2.25rem);
    line-height: 1.04;
  }

  .testimonial-modal-copy p {
    margin: 8px auto 0;
    font-size: 0.9rem;
  }

  .testimonial-modal-copy small {
    margin: 8px auto 0;
    font-size: 0.9rem;
  }

  .testimonial-carousel-stage {
    display: grid;
    width: 100%;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 4px;
    align-items: center;
    justify-items: center;
    margin: 4px auto 0;
  }

  .testimonial-peek {
    display: none;
  }

  .testimonial-modal-player {
    grid-column: 2;
    width: min(70vw, 300px);
    height: auto;
    max-height: none;
    aspect-ratio: 0.656934306569343 / 1;
    border: 2px solid #16d456;
    border-radius: 24px;
    justify-self: center;
  }

  #wistiaPlayerContainer {
    width: 100%;
    height: 100%;
    border-radius: 22px;
  }

  #wistiaPlayerContainer wistia-player {
    width: 100%;
    height: 100%;
    display: block;
  }

  .testimonial-video-tags {
    top: 9px;
    right: 9px;
    left: 9px;
  }

  .testimonial-video-tags span {
    min-height: 30px;
    padding: 6px 9px;
    font-size: 0.72rem;
  }

  .testimonial-person-card {
    bottom: 10px;
    left: 10px;
    min-width: 104px;
    padding: 8px 10px;
  }

  .testimonial-modal-nav {
    position: static;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(22, 212, 86, 0.55);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(4, 13, 11, 0.78);
    box-shadow: 0 0 28px rgba(22, 212, 86, 0.18);
    font-size: 2rem;
    transform: none;
  }

  .testimonial-modal-prev {
    grid-column: 1;
    grid-row: 1;
    left: auto;
  }

  .testimonial-modal-next {
    grid-column: 3;
    grid-row: 1;
    right: auto;
  }

  .testimonial-modal-footer {
    display: grid;
    width: 100%;
    gap: 10px;
    justify-items: center;
  }

  .testimonial-proof-row {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 16px;
  }

  .testimonial-proof-row > div {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    column-gap: 7px;
    padding: 9px 6px;
  }

  .testimonial-proof-icon {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    font-size: 1.05rem;
  }

  .testimonial-proof-row strong {
    font-size: 0.68rem;
  }

  .testimonial-proof-row small {
    font-size: 0.62rem;
  }

  .testimonial-modal-cta {
    width: 100%;
    min-height: 54px;
    border-radius: 999px;
    font-size: 0.86rem;
  }

  .testimonial-security {
    max-width: 96%;
    font-size: 0.66rem;
    line-height: 1.25;
  }
}

@media (max-width: 390px) and (max-height: 760px) {
  .testimonial-modal-panel {
    gap: 7px;
    padding: 14px 10px 12px;
  }

  .testimonial-modal-badge {
    margin-bottom: 7px;
    padding: 7px 14px;
    font-size: 0.68rem;
  }

  .testimonial-modal-copy h2 {
    font-size: clamp(1.38rem, 6.2vw, 1.82rem);
  }

  .testimonial-modal-copy p {
    display: none;
  }

  .testimonial-modal-copy small {
    margin-top: 7px;
    font-size: 0.82rem;
  }

  .testimonial-modal-player {
    width: min(64vw, 250px);
    height: auto;
    max-height: none;
  }

  .testimonial-proof-row > div {
    padding: 7px 5px;
  }

  .testimonial-modal-cta {
    min-height: 48px;
    font-size: 0.78rem;
  }
}

/* Absolute final desktop testimonial modal balance */
@media (min-width: 900px) {
  .testimonial-modal {
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .testimonial-modal-panel {
    display: flex;
    width: min(92vw, 820px);
    max-height: calc(100svh - 40px);
    flex-direction: column;
    align-items: center;
    gap: 12px;
    overflow: hidden;
    border-radius: 30px;
    padding: 22px 34px 20px;
  }

  .testimonial-modal-close {
    top: 16px;
    right: 16px;
    width: 50px;
    height: 50px;
    font-size: 2.1rem;
  }

  .testimonial-modal-copy {
    width: 100%;
    max-width: 620px;
    padding: 0 62px;
  }

  .testimonial-modal-copy h2 {
    max-width: 560px;
    margin: 0 auto;
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1.03;
    letter-spacing: -0.04em;
  }

  .testimonial-modal-copy p {
    margin: 10px auto 0;
    font-size: 0.98rem;
    line-height: 1.35;
  }

  .testimonial-modal-copy small {
    margin: 12px auto 0;
    font-size: 1rem;
    line-height: 1.2;
  }

  .testimonial-carousel-stage {
    display: grid;
    width: 100%;
    grid-template-columns: 72px minmax(0, 320px) 72px;
    gap: 30px;
    align-items: center;
    justify-content: center;
    justify-items: center;
    margin: 4px auto 0;
  }

  .testimonial-peek {
    display: none;
  }

  .testimonial-modal-player {
    grid-column: 2;
    width: 320px;
    max-width: 320px;
    height: auto;
    max-height: none;
    aspect-ratio: 0.656934306569343 / 1;
    border-radius: 24px;
  }

  #wistiaPlayerContainer,
  #wistiaPlayerContainer wistia-player {
    width: 100%;
    height: 100%;
    display: block;
  }

  .testimonial-modal-nav {
    position: static;
    width: 60px;
    height: 60px;
    align-self: center;
    justify-self: center;
    border-color: rgba(22, 212, 86, 0.42);
    font-size: 2.7rem;
    transform: none;
  }

  .testimonial-modal-nav:hover {
    transform: scale(1.06);
  }

  .testimonial-modal-prev {
    grid-column: 1;
    grid-row: 1;
    left: auto;
  }

  .testimonial-modal-next {
    grid-column: 3;
    grid-row: 1;
    right: auto;
  }

  .testimonial-modal-footer {
    display: grid;
    width: 100%;
    gap: 12px;
    justify-items: center;
  }

  .testimonial-proof-row {
    width: min(100%, 640px);
    grid-template-columns: repeat(3, 1fr);
    border-radius: 18px;
  }

  .testimonial-proof-row > div {
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 10px;
    padding: 13px 16px;
  }

  .testimonial-proof-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 1.3rem;
  }

  .testimonial-proof-row strong {
    font-size: 0.86rem;
  }

  .testimonial-proof-row small {
    font-size: 0.76rem;
  }

  .testimonial-modal-cta {
    width: min(100%, 640px);
    min-height: 58px;
    padding: 16px 24px;
    font-size: 1rem;
  }

  .testimonial-security {
    max-width: 640px;
    font-size: 0.76rem;
    line-height: 1.3;
  }
}

@media (min-width: 900px) and (max-height: 760px) {
  .testimonial-modal-panel {
    width: min(92vw, 760px);
    gap: 8px;
    padding: 16px 28px 14px;
  }

  .testimonial-modal-copy h2 {
    max-width: 500px;
    font-size: clamp(1.7rem, 2.6vw, 2.25rem);
  }

  .testimonial-modal-copy p {
    display: none;
  }

  .testimonial-modal-copy small {
    margin-top: 8px;
    font-size: 0.9rem;
  }

  .testimonial-carousel-stage {
    grid-template-columns: 58px minmax(0, 250px) 58px;
    gap: 22px;
  }

  .testimonial-modal-player {
    width: 250px;
    max-width: 250px;
  }

  .testimonial-modal-nav {
    width: 48px;
    height: 48px;
    font-size: 2.2rem;
  }

  .testimonial-proof-row > div {
    padding: 9px 12px;
  }

  .testimonial-modal-cta {
    min-height: 50px;
    font-size: 0.9rem;
  }

  .testimonial-security {
    font-size: 0.7rem;
  }
}

/* Final desktop testimonial modal balance */
@media (min-width: 900px) {
  .testimonial-modal {
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .testimonial-modal-panel {
    display: flex;
    width: min(92vw, 820px);
    max-height: calc(100svh - 40px);
    flex-direction: column;
    align-items: center;
    gap: 12px;
    overflow: hidden;
    border-radius: 30px;
    padding: 22px 34px 20px;
  }

  .testimonial-modal-close {
    top: 16px;
    right: 16px;
    width: 50px;
    height: 50px;
    font-size: 2.1rem;
  }

  .testimonial-modal-copy {
    width: 100%;
    max-width: 620px;
    padding: 0 62px;
  }

  .testimonial-modal-copy h2 {
    max-width: 560px;
    margin: 0 auto;
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1.03;
    letter-spacing: -0.04em;
  }

  .testimonial-modal-copy p {
    margin: 10px auto 0;
    font-size: 0.98rem;
    line-height: 1.35;
  }

  .testimonial-modal-copy small {
    margin: 12px auto 0;
    font-size: 1rem;
    line-height: 1.2;
  }

  .testimonial-carousel-stage {
    display: grid;
    width: 100%;
    grid-template-columns: 72px minmax(0, 320px) 72px;
    gap: 30px;
    align-items: center;
    justify-content: center;
    justify-items: center;
    margin: 4px auto 0;
  }

  .testimonial-peek {
    display: none;
  }

  .testimonial-modal-player {
    grid-column: 2;
    width: 320px;
    max-width: 320px;
    height: auto;
    max-height: none;
    aspect-ratio: 0.656934306569343 / 1;
    border-radius: 24px;
  }

  #wistiaPlayerContainer,
  #wistiaPlayerContainer wistia-player {
    width: 100%;
    height: 100%;
    display: block;
  }

  .testimonial-modal-nav {
    position: static;
    width: 60px;
    height: 60px;
    align-self: center;
    justify-self: center;
    border-color: rgba(22, 212, 86, 0.42);
    font-size: 2.7rem;
    transform: none;
  }

  .testimonial-modal-nav:hover {
    transform: scale(1.06);
  }

  .testimonial-modal-prev {
    grid-column: 1;
    grid-row: 1;
    left: auto;
  }

  .testimonial-modal-next {
    grid-column: 3;
    grid-row: 1;
    right: auto;
  }

  .testimonial-modal-footer {
    display: grid;
    width: 100%;
    gap: 12px;
    justify-items: center;
  }

  .testimonial-proof-row {
    width: min(100%, 640px);
    grid-template-columns: repeat(3, 1fr);
    border-radius: 18px;
  }

  .testimonial-proof-row > div {
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 10px;
    padding: 13px 16px;
  }

  .testimonial-proof-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 1.3rem;
  }

  .testimonial-proof-row strong {
    font-size: 0.86rem;
  }

  .testimonial-proof-row small {
    font-size: 0.76rem;
  }

  .testimonial-modal-cta {
    width: min(100%, 640px);
    min-height: 58px;
    padding: 16px 24px;
    font-size: 1rem;
  }

  .testimonial-security {
    max-width: 640px;
    font-size: 0.76rem;
    line-height: 1.3;
  }
}

@media (min-width: 900px) and (max-height: 760px) {
  .testimonial-modal-panel {
    width: min(92vw, 760px);
    gap: 8px;
    padding: 16px 28px 14px;
  }

  .testimonial-modal-copy h2 {
    max-width: 500px;
    font-size: clamp(1.7rem, 2.6vw, 2.25rem);
  }

  .testimonial-modal-copy p {
    display: none;
  }

  .testimonial-modal-copy small {
    margin-top: 8px;
    font-size: 0.9rem;
  }

  .testimonial-carousel-stage {
    grid-template-columns: 58px minmax(0, 250px) 58px;
    gap: 22px;
  }

  .testimonial-modal-player {
    width: 250px;
    max-width: 250px;
  }

  .testimonial-modal-nav {
    width: 48px;
    height: 48px;
    font-size: 2.2rem;
  }

  .testimonial-proof-row > div {
    padding: 9px 12px;
  }

  .testimonial-modal-cta {
    min-height: 50px;
    font-size: 0.9rem;
  }

  .testimonial-security {
    font-size: 0.7rem;
  }
}

/* Final VSL spacing and Wistia fit */
.vsl-section {
  padding-top: 84px;
  padding-bottom: 92px;
}

.vsl-section .section-heading {
  margin-bottom: 0;
}

.vsl-section .section-heading p {
  margin-bottom: 0;
}

.vsl-section .video-box {
  width: min(390px, 90vw);
  height: auto;
  min-height: 0;
  margin: 36px auto 0;
  overflow: hidden;
  border-radius: 26px;
  background: #000000;
}

.vsl-section .vsl-player {
  width: 100%;
  height: auto;
  max-height: none;
  overflow: hidden;
  border-radius: inherit;
  aspect-ratio: 0.7333333333333333 / 1;
  background: #000000;
}

.vsl-section .vsl-player::after {
  display: none;
}

.vsl-section .wistia-vsl-player wistia-player {
  display: block;
  width: 100%;
  height: 100%;
}

.vsl-cta {
  width: min(390px, 90vw);
  margin: 24px auto 0;
}

@media (min-width: 900px) {
  .vsl-section {
    padding-top: 88px;
    padding-bottom: 98px;
  }

  .vsl-section h2 {
    font-size: clamp(2.15rem, 3.15vw, 3.35rem);
    line-height: 1.04;
  }

  .vsl-section .section-heading p {
    margin-top: 20px;
    font-size: 1.14rem;
  }

  .vsl-section .video-box {
    width: 390px;
    max-width: 90vw;
    margin-top: 36px;
  }
}

@media (max-width: 899px) {
  .vsl-section {
    padding: 68px 22px 74px;
  }

  .vsl-section h2 {
    max-width: 94%;
    margin: 0 auto;
    font-size: clamp(2rem, 8.3vw, 2.85rem);
    line-height: 1.04;
  }

  .vsl-section .section-heading p {
    max-width: 94%;
    margin: 18px auto 0;
    font-size: 1rem;
    line-height: 1.45;
  }

  .vsl-section .video-box {
    width: min(86vw, 360px);
    margin-top: 30px;
    border-radius: 24px;
  }

  .vsl-cta {
    width: min(86vw, 360px);
    min-height: 56px;
    margin-top: 22px;
    padding: 0.95rem 1rem;
    font-size: 0.84rem;
    line-height: 1.15;
  }
}

@media (max-width: 390px) and (max-height: 760px) {
  .vsl-section {
    padding-top: 60px;
    padding-bottom: 66px;
  }

  .vsl-section .video-box {
    width: min(82vw, 320px);
    margin-top: 24px;
  }

  .vsl-cta {
    width: min(82vw, 320px);
    min-height: 52px;
    margin-top: 18px;
  }
}

/* Desktop testimonial popup fit */
@media (min-width: 900px) {
  .testimonial-modal {
    align-items: center;
    justify-content: center;
    padding: 18px;
  }

  .testimonial-modal-panel {
    display: flex;
    width: min(92vw, 820px);
    max-height: min(94svh, 860px);
    flex-direction: column;
    gap: 12px;
    align-items: center;
    overflow: hidden;
    border-radius: 30px;
    padding: 22px 34px 20px;
  }

  .testimonial-modal-close {
    top: 16px;
    right: 16px;
    width: 52px;
    height: 52px;
    font-size: 2.25rem;
  }

  .testimonial-modal-copy {
    width: 100%;
    max-width: 620px;
    padding: 0 58px;
  }

  .testimonial-modal-copy h2 {
    max-width: 560px;
    font-size: clamp(2rem, 3vw, 2.85rem);
    line-height: 1.03;
  }

  .testimonial-modal-copy p {
    margin-top: 10px;
    font-size: 0.98rem;
  }

  .testimonial-modal-copy small {
    margin: 12px auto 2px;
    font-size: 1rem;
  }

  .testimonial-carousel-stage {
    display: grid;
    width: 100%;
    grid-template-columns: 74px minmax(0, 320px) 74px;
    gap: 28px;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
  }

  .testimonial-peek {
    display: none;
  }

  .testimonial-modal-player {
    grid-column: 2;
    width: 320px;
    max-width: 320px;
    height: auto;
    max-height: none;
    aspect-ratio: 0.656934306569343 / 1;
    border-radius: 24px;
  }

  .testimonial-modal-nav {
    position: static;
    width: 60px;
    height: 60px;
    align-self: center;
    justify-self: center;
    font-size: 2.75rem;
    transform: none;
  }

  .testimonial-modal-nav:hover {
    transform: scale(1.06);
  }

  .testimonial-modal-prev {
    grid-column: 1;
    grid-row: 1;
    left: auto;
  }

  .testimonial-modal-next {
    grid-column: 3;
    grid-row: 1;
    right: auto;
  }

  .testimonial-modal-footer {
    display: grid;
    width: 100%;
    gap: 12px;
    justify-items: center;
  }

  .testimonial-proof-row {
    width: min(100%, 640px);
  }

  .testimonial-proof-row > div {
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 10px;
    padding: 13px 16px;
  }

  .testimonial-proof-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 1.35rem;
  }

  .testimonial-proof-row strong {
    font-size: 0.86rem;
  }

  .testimonial-proof-row small {
    font-size: 0.76rem;
  }

  .testimonial-modal-cta {
    width: min(100%, 640px);
    min-height: 58px;
    font-size: 1rem;
  }

  .testimonial-security {
    font-size: 0.76rem;
  }
}

@media (min-width: 900px) and (max-height: 760px) {
  .testimonial-modal-panel {
    width: min(92vw, 760px);
    gap: 8px;
    padding: 16px 28px 14px;
  }

  .testimonial-modal-copy h2 {
    font-size: clamp(1.7rem, 2.6vw, 2.25rem);
  }

  .testimonial-modal-copy p {
    display: none;
  }

  .testimonial-modal-copy small {
    margin-top: 8px;
    font-size: 0.9rem;
  }

  .testimonial-carousel-stage {
    grid-template-columns: 58px minmax(0, 250px) 58px;
    gap: 22px;
  }

  .testimonial-modal-player {
    width: 250px;
    max-width: 250px;
  }

  .testimonial-modal-nav {
    width: 48px;
    height: 48px;
    font-size: 2.2rem;
  }

  .testimonial-proof-row > div {
    padding: 9px 12px;
  }

  .testimonial-modal-cta {
    min-height: 50px;
    font-size: 0.9rem;
  }
}

/* Wistia VSL embed */
wistia-player[media-id='bzcqvlj7q6']:not(:defined) {
  display: block;
  padding-top: 136.36%;
  background: center / contain no-repeat url("https://fast.wistia.com/embed/medias/bzcqvlj7q6/swatch");
  filter: blur(5px);
}

.vsl-section .wistia-vsl-player wistia-player {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.vsl-section .wistia-vsl-player {
  background: #000000;
}

/* Mobile popup size correction after Wistia render */
@media (max-width: 760px) {
  .testimonial-modal-panel {
    justify-content: flex-start;
    gap: 7px;
    padding: 14px 12px 12px;
  }

  .testimonial-modal-copy {
    flex: 0 0 auto;
    padding: 0 44px;
  }

  .testimonial-modal-badge {
    margin-bottom: 7px;
    padding: 7px 14px;
    font-size: 0.68rem;
  }

  .testimonial-modal-copy h2 {
    display: block;
    font-size: clamp(1.34rem, 6vw, 1.78rem);
    line-height: 1.03;
  }

  .testimonial-modal-copy p {
    display: none;
  }

  .testimonial-modal-copy small {
    margin-top: 6px;
    font-size: 0.78rem;
    line-height: 1.2;
  }

  .testimonial-carousel-stage {
    flex: 0 0 auto;
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    margin-top: 2px;
  }

  .testimonial-modal-player {
    width: min(58vw, 235px);
    max-width: 235px;
    height: auto;
    max-height: none;
    aspect-ratio: 0.656934306569343 / 1;
  }

  .testimonial-video-tags span {
    min-height: 26px;
    padding: 5px 8px;
    font-size: 0.66rem;
  }

  .testimonial-person-card {
    bottom: 7px;
    left: 8px;
    min-width: 96px;
    padding: 7px 9px;
  }

  .testimonial-person-card strong {
    font-size: 0.78rem;
  }

  .testimonial-person-card span {
    font-size: 0.64rem;
  }

  .testimonial-modal-nav {
    width: 38px;
    height: 38px;
    font-size: 1.8rem;
  }

  .testimonial-modal-footer {
    flex: 0 0 auto;
    gap: 7px;
  }

  .testimonial-modal-dots {
    gap: 8px;
  }

  .testimonial-modal-dot,
  .testimonial-modal-dot.is-active {
    width: 7px;
    height: 7px;
  }

  .testimonial-proof-row {
    border-radius: 14px;
  }

  .testimonial-proof-row > div {
    grid-template-columns: 24px minmax(0, 1fr);
    column-gap: 5px;
    padding: 7px 4px;
  }

  .testimonial-proof-icon {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    font-size: 0.9rem;
  }

  .testimonial-proof-row strong {
    font-size: 0.6rem;
    line-height: 1.05;
  }

  .testimonial-proof-row small {
    font-size: 0.56rem;
    line-height: 1.05;
  }

  .testimonial-modal-cta {
    min-height: 48px;
    padding: 12px 12px;
    font-size: 0.75rem;
  }

  .testimonial-security {
    font-size: 0.58rem;
  }
}

@media (max-width: 390px) and (max-height: 760px) {
  .testimonial-modal-player {
    width: min(54vw, 215px);
    max-width: 215px;
  }

  .testimonial-modal-copy h2 {
    font-size: clamp(1.22rem, 5.5vw, 1.55rem);
  }

  .testimonial-modal-copy small {
    font-size: 0.72rem;
  }

  .testimonial-proof-row > div {
    padding: 6px 3px;
  }

  .testimonial-modal-cta {
    min-height: 44px;
    font-size: 0.7rem;
  }
}

/* Last mobile lock for testimonial popup */
@media (max-width: 760px) {
  .testimonial-modal {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 6px;
  }

  .testimonial-modal.is-open {
    display: flex;
  }

  .testimonial-modal-panel {
    display: flex;
    width: min(94vw, 430px);
    max-height: 96svh;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    overflow: hidden;
    border-radius: 28px;
    padding: 18px 14px 16px;
  }

  .testimonial-modal-copy {
    width: 100%;
    padding: 0 46px;
  }

  .testimonial-modal-badge {
    margin: 0 auto 10px;
    padding: 8px 16px;
    color: #22f35c;
    font-size: 0.76rem;
    background: linear-gradient(180deg, rgba(20, 111, 57, 0.72) 0%, rgba(10, 68, 38, 0.84) 100%);
  }

  .testimonial-modal-copy h2 {
    max-width: 100%;
    margin: 0 auto;
    font-size: clamp(1.7rem, 7.2vw, 2.25rem);
    line-height: 1.04;
  }

  .testimonial-modal-copy p {
    margin: 8px auto 0;
    font-size: 0.9rem;
  }

  .testimonial-modal-copy small {
    margin: 8px auto 0;
    font-size: 0.9rem;
  }

  .testimonial-carousel-stage {
    display: grid;
    width: 100%;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 4px;
    align-items: center;
    justify-items: center;
    margin: 4px auto 0;
  }

  .testimonial-peek {
    display: none;
  }

  .testimonial-modal-player {
    grid-column: 2;
    width: min(70vw, 300px);
    height: auto;
    max-height: none;
    aspect-ratio: 0.656934306569343 / 1;
    border: 2px solid #16d456;
    border-radius: 24px;
    justify-self: center;
  }

  #wistiaPlayerContainer {
    width: 100%;
    height: 100%;
    border-radius: 22px;
  }

  #wistiaPlayerContainer wistia-player {
    width: 100%;
    height: 100%;
    display: block;
  }

  .testimonial-video-tags {
    top: 9px;
    right: 9px;
    left: 9px;
  }

  .testimonial-video-tags span {
    min-height: 30px;
    padding: 6px 9px;
    font-size: 0.72rem;
  }

  .testimonial-person-card {
    bottom: 10px;
    left: 10px;
    min-width: 104px;
    padding: 8px 10px;
  }

  .testimonial-modal-nav {
    position: static;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(22, 212, 86, 0.55);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(4, 13, 11, 0.78);
    box-shadow: 0 0 28px rgba(22, 212, 86, 0.18);
    font-size: 2rem;
    transform: none;
  }

  .testimonial-modal-prev {
    grid-column: 1;
    grid-row: 1;
    left: auto;
  }

  .testimonial-modal-next {
    grid-column: 3;
    grid-row: 1;
    right: auto;
  }

  .testimonial-modal-footer {
    display: grid;
    width: 100%;
    gap: 10px;
    justify-items: center;
  }

  .testimonial-proof-row {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 16px;
  }

  .testimonial-proof-row > div {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    column-gap: 7px;
    padding: 9px 6px;
  }

  .testimonial-proof-icon {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    font-size: 1.05rem;
  }

  .testimonial-proof-row strong {
    font-size: 0.68rem;
  }

  .testimonial-proof-row small {
    font-size: 0.62rem;
  }

  .testimonial-modal-cta {
    width: 100%;
    min-height: 54px;
    border-radius: 999px;
    font-size: 0.86rem;
  }

  .testimonial-security {
    max-width: 96%;
    font-size: 0.66rem;
    line-height: 1.25;
  }
}

@media (max-width: 390px) and (max-height: 760px) {
  .testimonial-modal-panel {
    gap: 7px;
    padding: 14px 10px 12px;
  }

  .testimonial-modal-badge {
    margin-bottom: 7px;
    padding: 7px 14px;
    font-size: 0.68rem;
  }

  .testimonial-modal-copy h2 {
    font-size: clamp(1.38rem, 6.2vw, 1.82rem);
  }

  .testimonial-modal-copy p {
    display: none;
  }

  .testimonial-modal-copy small {
    margin-top: 7px;
    font-size: 0.82rem;
  }

  .testimonial-modal-player {
    width: min(64vw, 250px);
    height: auto;
    max-height: none;
  }

  .testimonial-proof-row > div {
    padding: 7px 5px;
  }

  .testimonial-modal-cta {
    min-height: 48px;
    font-size: 0.78rem;
  }
}

/* Hard mobile fix: keep testimonial popup aligned and centered */
@media (max-width: 760px) {
  .testimonial-modal {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 6px;
    background:
      radial-gradient(circle at 50% 34%, rgba(14, 165, 91, 0.16) 0%, transparent 34%),
      radial-gradient(circle at top, rgba(37, 99, 235, 0.13) 0%, transparent 44%),
      linear-gradient(180deg, #050a12 0%, #02050a 100%);
  }

  .testimonial-modal.is-open {
    display: flex;
  }

  .testimonial-modal-panel {
    display: flex;
    width: min(94vw, 430px);
    max-height: 96svh;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    background:
      radial-gradient(circle at 50% 38%, rgba(22, 163, 74, 0.12), transparent 38%),
      linear-gradient(180deg, rgba(5, 10, 18, 0.98) 0%, rgba(2, 6, 12, 0.98) 100%);
    padding: 18px 14px 16px;
  }

  .testimonial-modal-close {
    top: 12px;
    right: 12px;
    width: 44px;
    height: 44px;
    font-size: 2rem;
  }

  .testimonial-modal-copy {
    width: 100%;
    max-width: none;
    padding: 0 46px;
    text-align: center;
  }

  .testimonial-modal-badge {
    margin: 0 auto 10px;
    padding: 8px 16px;
    color: #22f35c;
    font-size: 0.76rem;
    background: linear-gradient(180deg, rgba(20, 111, 57, 0.72) 0%, rgba(10, 68, 38, 0.84) 100%);
  }

  .testimonial-modal-copy h2 {
    max-width: 100%;
    margin: 0 auto;
    font-size: clamp(1.7rem, 7.2vw, 2.25rem);
    line-height: 1.04;
  }

  .testimonial-modal-copy p {
    margin: 8px auto 0;
    font-size: 0.9rem;
  }

  .testimonial-modal-copy small {
    margin: 8px auto 0;
    font-size: 0.9rem;
  }

  .testimonial-carousel-stage {
    display: grid;
    width: 100%;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 4px;
    align-items: center;
    justify-items: center;
    margin: 4px auto 0;
  }

  .testimonial-peek {
    display: none;
  }

  .testimonial-modal-player {
    grid-column: 2;
    width: min(70vw, 300px);
    height: auto;
    max-height: none;
    aspect-ratio: 0.656934306569343 / 1;
    border: 2px solid #16d456;
    border-radius: 24px;
    justify-self: center;
  }

  #wistiaPlayerContainer {
    width: 100%;
    height: 100%;
    border-radius: 22px;
  }

  #wistiaPlayerContainer wistia-player {
    width: 100%;
    height: 100%;
    display: block;
  }

  .testimonial-video-tags {
    top: 9px;
    right: 9px;
    left: 9px;
  }

  .testimonial-video-tags span {
    min-height: 30px;
    padding: 6px 9px;
    font-size: 0.72rem;
  }

  .testimonial-person-card {
    bottom: 10px;
    left: 10px;
    min-width: 104px;
    padding: 8px 10px;
  }

  .testimonial-modal-nav {
    position: static;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(22, 212, 86, 0.55);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(4, 13, 11, 0.78);
    box-shadow: 0 0 28px rgba(22, 212, 86, 0.18);
    font-size: 2rem;
    transform: none;
  }

  .testimonial-modal-prev {
    grid-column: 1;
    grid-row: 1;
    left: auto;
  }

  .testimonial-modal-next {
    grid-column: 3;
    grid-row: 1;
    right: auto;
  }

  .testimonial-modal-footer {
    display: grid;
    width: 100%;
    gap: 10px;
    justify-items: center;
  }

  .testimonial-modal-dots {
    gap: 10px;
  }

  .testimonial-proof-row {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 16px;
  }

  .testimonial-proof-row > div {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    column-gap: 7px;
    padding: 9px 6px;
  }

  .testimonial-proof-icon {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    font-size: 1.05rem;
  }

  .testimonial-proof-row strong {
    font-size: 0.68rem;
  }

  .testimonial-proof-row small {
    font-size: 0.62rem;
  }

  .testimonial-modal-cta {
    width: 100%;
    min-height: 54px;
    border-radius: 999px;
    font-size: 0.86rem;
  }

  .testimonial-security {
    max-width: 96%;
    font-size: 0.66rem;
    line-height: 1.25;
  }
}

@media (max-width: 390px) and (max-height: 760px) {
  .testimonial-modal-panel {
    gap: 7px;
    padding: 14px 10px 12px;
  }

  .testimonial-modal-badge {
    margin-bottom: 7px;
    padding: 7px 14px;
    font-size: 0.68rem;
  }

  .testimonial-modal-copy h2 {
    font-size: clamp(1.38rem, 6.2vw, 1.82rem);
  }

  .testimonial-modal-copy p {
    display: none;
  }

  .testimonial-modal-copy small {
    margin-top: 7px;
    font-size: 0.82rem;
  }

  .testimonial-modal-player {
    width: min(64vw, 250px);
  }

  .testimonial-proof-row > div {
    padding: 7px 5px;
  }

  .testimonial-modal-cta {
    min-height: 48px;
    font-size: 0.78rem;
  }
}

/* Exact premium testimonial popup layout */
.testimonial-modal {
  padding: 18px;
  background:
    radial-gradient(circle at 50% 34%, rgba(14, 165, 91, 0.16) 0%, transparent 34%),
    radial-gradient(circle at top, rgba(37, 99, 235, 0.13) 0%, transparent 44%),
    linear-gradient(180deg, #050a12 0%, #02050a 100%);
}

.testimonial-modal-backdrop {
  background:
    radial-gradient(circle at 50% 34%, rgba(14, 165, 91, 0.16) 0%, transparent 34%),
    radial-gradient(circle at top, rgba(37, 99, 235, 0.13) 0%, transparent 44%),
    linear-gradient(180deg, #050a12 0%, #02050a 100%);
  backdrop-filter: blur(16px);
}

.testimonial-modal-panel {
  width: min(94vw, 860px);
  max-height: calc(100svh - 28px);
  gap: 14px;
  overflow: hidden auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 42%, rgba(22, 163, 74, 0.14), transparent 38%),
    linear-gradient(180deg, rgba(5, 10, 18, 0.98) 0%, rgba(2, 6, 12, 0.98) 100%);
  box-shadow:
    0 38px 120px rgba(0, 0, 0, 0.56),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 80px rgba(34, 197, 94, 0.1);
  padding: 26px 42px 22px;
  scrollbar-width: none;
}

.testimonial-modal-panel::-webkit-scrollbar {
  display: none;
}

.testimonial-modal-close {
  top: 22px;
  right: 22px;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  font-size: 2.55rem;
  font-weight: 300;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.testimonial-modal-close:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: scale(1.04);
}

.testimonial-modal-copy {
  max-width: 680px;
  padding: 0;
}

.testimonial-modal-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 auto 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(20, 111, 57, 0.72) 0%, rgba(10, 68, 38, 0.84) 100%);
  box-shadow:
    0 18px 38px rgba(22, 163, 74, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: #22f35c;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.testimonial-modal-badge svg,
.testimonial-modal-copy small svg,
.testimonial-video-tags svg,
.testimonial-person-card svg,
.testimonial-proof-icon svg,
.testimonial-security svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.testimonial-modal-copy h2 {
  max-width: 630px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(2.2rem, 5.4vw, 4.35rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.045em;
  text-align: center;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.26);
}

.testimonial-modal-copy h2 strong {
  display: block;
  color: #18d45a;
  font: inherit;
}

.testimonial-modal-copy p {
  max-width: 620px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 700;
  line-height: 1.28;
  text-align: center;
}

.testimonial-modal-copy small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 22px auto 10px;
  color: #22f35c;
  font-size: clamp(0.98rem, 2vw, 1.2rem);
  font-weight: 800;
}

.testimonial-carousel-stage {
  width: 100%;
  grid-template-columns: 90px minmax(260px, 390px) 90px;
  gap: 22px;
  margin-top: 0;
  align-items: center;
}

.testimonial-modal-player {
  position: relative;
  width: 100%;
  max-width: 390px;
  height: min(54svh, 575px);
  max-height: min(54svh, 575px);
  overflow: hidden;
  border: 2px solid #16d456;
  border-radius: 30px;
  background: #000000;
  box-shadow:
    0 0 0 1px rgba(22, 212, 86, 0.24),
    0 28px 90px rgba(0, 0, 0, 0.54),
    0 0 56px rgba(22, 212, 86, 0.28);
}

#wistiaPlayerContainer {
  width: 100%;
  height: 100%;
  border-radius: 28px;
  background: #000000;
}

#wistiaPlayerContainer wistia-player {
  width: 100%;
  height: 100%;
  display: block;
}

.testimonial-video-tags {
  position: absolute;
  top: 16px;
  right: 14px;
  left: 14px;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.testimonial-video-tags span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.56);
  padding: 9px 15px;
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.testimonial-video-tags span:first-child svg {
  color: #22f35c;
}

.testimonial-person-card {
  position: absolute;
  bottom: 18px;
  left: 18px;
  z-index: 4;
  display: grid;
  gap: 7px;
  min-width: 132px;
  border-radius: 16px;
  background: rgba(10, 10, 10, 0.66);
  padding: 12px 14px;
  color: #ffffff;
  pointer-events: none;
  backdrop-filter: blur(14px);
}

.testimonial-person-card strong {
  font-size: 1rem;
  line-height: 1;
}

.testimonial-person-card span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #22f35c;
  font-size: 0.78rem;
  font-weight: 800;
}

.testimonial-peek {
  opacity: 0;
  pointer-events: none;
}

.testimonial-modal-nav {
  position: static;
  width: 76px;
  height: 76px;
  align-self: center;
  justify-self: center;
  border: 1px solid rgba(22, 212, 86, 0.55);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(4, 13, 11, 0.78);
  box-shadow:
    0 0 36px rgba(22, 212, 86, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: 3.3rem;
  line-height: 1;
  transform: none;
  backdrop-filter: blur(12px);
}

.testimonial-modal-nav:hover {
  background: rgba(8, 24, 18, 0.9);
  transform: scale(1.06);
}

.testimonial-modal-prev {
  grid-column: 1;
  grid-row: 1;
}

.testimonial-modal-next {
  grid-column: 3;
  grid-row: 1;
}

.testimonial-modal-footer {
  display: grid;
  gap: 20px;
  justify-items: center;
  width: 100%;
}

.testimonial-modal-dots {
  gap: 18px;
}

.testimonial-modal-dot {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.18);
}

.testimonial-modal-dot.is-active {
  width: 12px;
  background: #14e75a;
  box-shadow: 0 0 18px rgba(20, 231, 90, 0.48);
}

.testimonial-proof-row {
  display: grid;
  width: min(100%, 700px);
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}

.testimonial-proof-row > div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 12px;
  align-items: center;
  padding: 18px 22px;
  color: #ffffff;
  text-align: left;
}

.testimonial-proof-row > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.testimonial-proof-icon {
  display: grid;
  width: 48px;
  height: 48px;
  grid-row: span 2;
  place-items: center;
  border-radius: 14px;
  background: rgba(22, 212, 86, 0.16);
  color: #22f35c;
  font-size: 1.7rem;
}

.testimonial-proof-row strong {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.1;
}

.testimonial-proof-row small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.88rem;
  font-weight: 600;
}

.testimonial-modal-cta {
  display: inline-flex;
  width: min(100%, 700px);
  min-height: 76px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #0ee45a 0%, #08bd48 100%);
  box-shadow:
    0 20px 54px rgba(8, 189, 72, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  color: #ffffff;
  font-size: clamp(1rem, 2.5vw, 1.35rem);
  font-weight: 900;
  letter-spacing: 0.01em;
}

.testimonial-modal-cta span {
  font-size: 1.6em;
  line-height: 1;
}

.testimonial-security {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
  font-weight: 500;
  text-align: center;
}

.testimonial-security svg {
  color: rgba(255, 255, 255, 0.62);
}

@media (max-width: 760px) {
  .testimonial-modal {
    padding: 6px;
  }

  .testimonial-modal-panel {
    width: 94vw;
    max-height: 96svh;
    gap: 11px;
    border-radius: 28px;
    padding: 18px 14px;
  }

  .testimonial-modal-close {
    top: 12px;
    right: 12px;
    width: 44px;
    height: 44px;
    font-size: 2rem;
  }

  .testimonial-modal-badge {
    margin-bottom: 12px;
    padding: 8px 16px;
    font-size: 0.76rem;
  }

  .testimonial-modal-copy h2 {
    max-width: 92%;
    font-size: clamp(1.82rem, 9vw, 2.55rem);
    line-height: 1.04;
  }

  .testimonial-modal-copy p {
    margin-top: 10px;
    font-size: 0.98rem;
  }

  .testimonial-modal-copy small {
    margin: 12px auto 2px;
    font-size: 0.92rem;
  }

  .testimonial-carousel-stage {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 4px;
  }

  .testimonial-modal-player {
    max-width: min(74vw, 330px);
    height: min(49svh, 490px);
    max-height: min(49svh, 490px);
    border-radius: 24px;
  }

  .testimonial-video-tags {
    top: 10px;
    right: 10px;
    left: 10px;
  }

  .testimonial-video-tags span {
    min-height: 34px;
    padding: 7px 10px;
    font-size: 0.78rem;
  }

  .testimonial-person-card {
    bottom: 12px;
    left: 12px;
    min-width: 118px;
    border-radius: 14px;
    padding: 10px 12px;
  }

  .testimonial-modal-nav {
    width: 44px;
    height: 44px;
    font-size: 2.1rem;
  }

  .testimonial-modal-dots {
    gap: 11px;
  }

  .testimonial-modal-dot,
  .testimonial-modal-dot.is-active {
    width: 9px;
    height: 9px;
  }

  .testimonial-proof-row {
    width: 100%;
    border-radius: 18px;
  }

  .testimonial-proof-row > div {
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 8px;
    padding: 12px 8px;
  }

  .testimonial-proof-icon {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    font-size: 1.2rem;
  }

  .testimonial-proof-row strong {
    font-size: 0.72rem;
  }

  .testimonial-proof-row small {
    font-size: 0.68rem;
  }

  .testimonial-modal-cta {
    min-height: 58px;
    font-size: 0.92rem;
    gap: 12px;
  }

  .testimonial-security {
    max-width: 92%;
    font-size: 0.7rem;
    line-height: 1.35;
  }
}

@media (max-width: 390px) and (max-height: 760px) {
  .testimonial-modal-panel {
    gap: 8px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .testimonial-modal-copy h2 {
    font-size: clamp(1.52rem, 8vw, 2rem);
  }

  .testimonial-modal-copy p {
    display: none;
  }

  .testimonial-modal-player {
    height: min(44svh, 430px);
    max-height: min(44svh, 430px);
  }

  .testimonial-proof-row > div {
    padding: 9px 6px;
  }

  .testimonial-modal-cta {
    min-height: 52px;
  }
}

/* Final 10/10 mobile refinement for testimonial popup */
.testimonial-modal,
.testimonial-modal-backdrop {
  background:
    radial-gradient(circle at top, rgba(37, 99, 235, 0.18) 0%, transparent 40%),
    linear-gradient(180deg, #0b1120 0%, #050816 100%);
}

.testimonial-modal-panel {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.96) 0%, rgba(8, 13, 23, 0.98) 100%);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.48),
    0 0 70px rgba(37, 99, 235, 0.18);
}

.testimonial-modal-copy span {
  background: linear-gradient(180deg, #ffd25c 0%, #f4b321 100%);
  box-shadow: 0 10px 24px rgba(245, 179, 33, 0.2);
  color: #111827;
  padding: 7px 15px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.testimonial-modal-copy h2 {
  max-width: 92%;
  margin: 12px auto 6px;
  color: #ffffff;
  font-size: clamp(1.55rem, 4vw, 2rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-align: center;
}

.testimonial-modal-copy p {
  margin: 6px auto 14px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

.testimonial-modal-player {
  max-width: 360px;
  height: min(64vh, 560px);
  max-height: min(64vh, 560px);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.48),
    0 0 46px rgba(37, 99, 235, 0.18);
}

.testimonial-modal-cta {
  max-width: 360px;
  margin: 14px auto 0;
  padding: 15px 16px;
  font-size: 0.92rem;
  line-height: 1.1;
}

.testimonial-peek {
  opacity: 0.25;
  filter: blur(2px);
  transform: scale(0.88);
  border-radius: 24px;
}

.testimonial-modal-nav {
  width: 42px;
  height: 42px;
}

@media (max-width: 760px) {
  .testimonial-modal {
    padding: 6px;
  }

  .testimonial-modal-panel {
    width: 94vw;
    max-width: 430px;
    max-height: 96vh;
    gap: 8px;
    border-radius: 28px;
    padding: 16px 14px 18px;
    overflow: hidden;
  }

  .testimonial-modal-copy {
    padding: 0 42px;
  }

  .testimonial-modal-copy span {
    margin-bottom: 6px;
  }

  .testimonial-modal-copy h2 {
    max-width: 92%;
    margin: 12px auto 6px;
    font-size: clamp(1.55rem, 6vw, 2rem);
  }

  .testimonial-modal-copy p {
    margin: 6px auto 14px;
    font-size: 0.9rem;
  }

  .testimonial-carousel-stage {
    grid-template-columns: 26px minmax(0, 1fr) 26px;
    gap: 6px;
  }

  .testimonial-modal-player {
    width: 100%;
    max-width: 360px;
    height: min(64vh, 560px);
    max-height: min(64vh, 560px);
    margin: 0 auto;
  }

  .testimonial-modal-cta {
    width: 100%;
    max-width: 360px;
    margin-top: 14px;
    padding: 15px 16px;
    font-size: 0.92rem;
    line-height: 1.1;
  }

  .testimonial-modal-prev {
    left: 6px;
  }

  .testimonial-modal-next {
    right: 6px;
  }
}

@media (max-width: 390px) and (max-height: 760px) {
  .testimonial-modal-panel {
    gap: 7px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .testimonial-modal-copy h2 {
    font-size: clamp(1.38rem, 5.7vw, 1.72rem);
  }

  .testimonial-modal-player {
    height: min(60vh, 500px);
    max-height: min(60vh, 500px);
  }

  .testimonial-modal-cta {
    margin-top: 10px;
    padding: 13px 14px;
  }
}

/* Mobile-first premium reels popup refinement */
.testimonial-modal {
  background:
    radial-gradient(circle at top, rgba(29, 78, 216, 0.18) 0%, transparent 38%),
    linear-gradient(180deg, #101623 0%, #070b12 100%);
  box-shadow: 0 0 80px rgba(37, 99, 235, 0.18);
}

.testimonial-modal-backdrop {
  background:
    radial-gradient(circle at top, rgba(29, 78, 216, 0.18) 0%, transparent 38%),
    linear-gradient(180deg, #101623 0%, #070b12 100%);
}

.testimonial-modal-panel {
  width: min(94vw, 460px);
  max-height: 94vh;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.96) 0%, rgba(8, 13, 23, 0.98) 100%);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.45),
    0 0 60px rgba(37, 99, 235, 0.16);
  padding: 22px;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.testimonial-modal.is-open .testimonial-modal-panel {
  animation: testimonialModalPremiumIn 0.28s ease both;
}

.testimonial-modal-close {
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.testimonial-modal-close:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: scale(1.04);
}

.testimonial-modal-copy {
  padding: 0 48px;
}

.testimonial-modal-copy span {
  margin-bottom: 14px;
  border: 0;
  background: linear-gradient(180deg, #ffd25c 0%, #f4b321 100%);
  box-shadow: 0 10px 24px rgba(245, 179, 33, 0.22);
  color: #111827;
  padding: 8px 16px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.testimonial-modal-copy h2 {
  max-width: 90%;
  margin: 14px auto 8px;
  color: #ffffff;
  font-size: clamp(1.55rem, 4vw, 2rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-align: center;
}

.testimonial-modal-copy p {
  margin: 0 auto 16px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}

.testimonial-carousel-stage {
  grid-template-columns: 36px minmax(240px, 360px) 36px;
  gap: 8px;
}

.testimonial-modal-player {
  width: 100%;
  max-width: 360px;
  height: min(58vh, 520px);
  max-height: min(58vh, 520px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: #000000;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.45),
    0 0 40px rgba(37, 99, 235, 0.16);
  aspect-ratio: auto;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.testimonial-modal-player.is-switching {
  opacity: 0.64;
  transform: translateX(8px) scale(0.985);
}

.testimonial-modal-player video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.testimonial-peek {
  width: 86px;
  border-radius: 24px;
  opacity: 0.28;
  filter: blur(2px) saturate(0.85) brightness(0.78);
  transform: scale(0.88);
}

.testimonial-peek-prev {
  justify-self: end;
  transform: translateX(48px) scale(0.88);
}

.testimonial-peek-next {
  justify-self: start;
  transform: translateX(-48px) scale(0.88);
}

.testimonial-peek:hover,
.testimonial-peek-prev:hover,
.testimonial-peek-next:hover {
  opacity: 0.42;
  filter: blur(1px) saturate(0.95) brightness(0.86);
  transform: scale(0.9);
}

.testimonial-peek span {
  display: none;
}

.testimonial-modal-nav {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

.testimonial-modal-nav:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-50%) scale(1.06);
}

.testimonial-modal-prev {
  left: 12px;
}

.testimonial-modal-next {
  right: 12px;
}

.testimonial-modal-cta {
  width: 100%;
  max-width: 340px;
  min-height: auto;
  margin: 14px auto 0;
  padding: 15px 18px;
  border-radius: 16px;
  background: linear-gradient(180deg, #1fc15a 0%, #159947 100%);
  box-shadow: 0 16px 38px rgba(21, 153, 71, 0.3);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 900;
}

.testimonial-modal-cta:hover {
  box-shadow: 0 20px 46px rgba(21, 153, 71, 0.38);
  transform: translateY(-2px);
}

.testimonial-modal-footer {
  gap: 9px;
  font-size: 0.8rem;
}

.testimonial-modal-dot.is-active {
  background: #1fc15a;
  box-shadow: 0 0 18px rgba(31, 193, 90, 0.18);
}

.testimonial-modal-footer small {
  display: none;
}

@keyframes testimonialModalPremiumIn {
  from {
    opacity: 0;
    transform: scale(0.96) translateY(12px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@media (max-width: 760px) {
  .testimonial-modal {
    align-items: center;
    padding: 8px;
  }

  .testimonial-modal-panel {
    width: 94vw;
    max-width: 430px;
    max-height: 94vh;
    padding: 18px 16px 20px;
    overflow: hidden;
  }

  .testimonial-modal-copy {
    padding: 0 42px;
  }

  .testimonial-modal-copy span {
    margin-bottom: 10px;
    font-size: 0.72rem;
  }

  .testimonial-modal-copy h2 {
    max-width: 90%;
    margin: 14px auto 8px;
    font-size: clamp(1.55rem, 6vw, 2rem);
  }

  .testimonial-modal-copy p {
    margin-bottom: 16px;
    font-size: 0.92rem;
  }

  .testimonial-carousel-stage {
    grid-template-columns: 30px minmax(0, 1fr) 30px;
  }

  .testimonial-modal-player {
    max-width: 340px;
    height: min(58vh, 520px);
    max-height: min(58vh, 520px);
  }

  .testimonial-peek {
    width: 72px;
  }

  .testimonial-peek-prev {
    transform: translateX(42px) scale(0.88);
  }

  .testimonial-peek-next {
    transform: translateX(-42px) scale(0.88);
  }

  .testimonial-modal-nav {
    top: calc(50% + 6px);
  }

  .testimonial-modal-prev {
    left: 8px;
  }

  .testimonial-modal-next {
    right: 8px;
  }

  .testimonial-modal-cta {
    max-width: 340px;
    margin-top: 14px;
    padding: 15px 18px;
    font-size: 0.95rem;
  }
}

@media (min-width: 900px) {
  .hero {
    padding-top: 76px;
  }

  .section:not(.vsl-section) {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-heading h2 {
    font-size: clamp(2.25rem, 3.2vw, 3.2rem);
  }

  .section-heading p,
  .section p {
    font-size: 1.05rem;
  }
}

/* Streaming-style testimonial modal override */
.testimonial-modal {
  padding: 16px;
}

.testimonial-modal-backdrop {
  background:
    radial-gradient(circle at 50% 18%, rgba(41, 91, 255, 0.26), transparent 34%),
    linear-gradient(180deg, rgba(7, 10, 18, 0.92) 0%, rgba(2, 6, 14, 0.96) 100%);
}

.testimonial-modal-panel {
  width: min(1120px, 100%);
  max-height: calc(100svh - 24px);
  grid-template-columns: 1fr;
  gap: 14px;
  overflow: hidden;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%),
    rgba(3, 7, 18, 0.78);
  padding: 24px;
}

.testimonial-modal-copy {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 54px 0;
  text-align: center;
}

.testimonial-modal-copy span {
  margin: 0 auto 12px;
  color: #ffd25c;
}

.testimonial-modal-copy h2 {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(1.75rem, 3.1vw, 3rem);
  line-height: 1.02;
}

.testimonial-modal-copy p {
  max-width: 540px;
  margin: 12px auto 0;
  font-size: 0.95rem;
}

.testimonial-carousel-stage {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 0;
  grid-template-columns: minmax(110px, 0.38fr) minmax(240px, 360px) minmax(110px, 0.38fr);
  gap: clamp(10px, 2vw, 24px);
  align-items: center;
  justify-content: center;
  margin: 4px auto 0;
  perspective: 1000px;
}

.testimonial-modal-player {
  width: min(330px, 40vw);
  max-height: min(58svh, 560px);
  justify-self: center;
  border-radius: 28px;
  background: #000000;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18),
    0 34px 90px rgba(0, 0, 0, 0.52),
    0 0 70px rgba(59, 130, 246, 0.18);
  aspect-ratio: 9 / 16;
}

.testimonial-modal-player video {
  object-fit: contain;
}

.testimonial-peek {
  position: relative;
  display: block;
  width: min(210px, 100%);
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.36);
  cursor: pointer;
  opacity: 0.52;
  filter: saturate(0.85) brightness(0.78);
  transition: all 0.25s ease;
}

.testimonial-peek:hover {
  opacity: 0.8;
  filter: saturate(1) brightness(0.92);
  transform: translateY(-2px) scale(1.02);
}

.testimonial-peek-prev {
  justify-self: end;
  transform: rotateY(10deg) scale(0.92);
}

.testimonial-peek-next {
  justify-self: start;
  transform: rotateY(-10deg) scale(0.92);
}

.testimonial-peek-prev:hover {
  transform: rotateY(10deg) translateY(-2px) scale(0.95);
}

.testimonial-peek-next:hover {
  transform: rotateY(-10deg) translateY(-2px) scale(0.95);
}

.testimonial-peek video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.testimonial-peek::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.56) 100%),
    rgba(0, 0, 0, 0.18);
}

.testimonial-peek span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  padding: 7px 10px;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
  backdrop-filter: blur(10px);
}

.testimonial-modal-nav {
  top: 50%;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.18);
}

.testimonial-modal-prev {
  left: calc(50% - min(270px, 34vw));
}

.testimonial-modal-next {
  right: calc(50% - min(270px, 34vw));
}

.testimonial-modal-cta {
  display: inline-flex;
  width: min(330px, 100%);
  min-height: 54px;
  align-items: center;
  justify-content: center;
  justify-self: center;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(180deg, #1fc15a 0%, #159947 100%);
  box-shadow: 0 18px 42px rgba(21, 153, 71, 0.28);
  color: #ffffff;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0;
  transition: all 0.25s ease;
}

.testimonial-modal-cta:hover {
  box-shadow: 0 22px 52px rgba(21, 153, 71, 0.34);
  transform: translateY(-2px);
}

.testimonial-modal-footer {
  gap: 10px;
}

.testimonial-modal-footer small {
  margin-top: -4px;
}

@media (max-width: 760px) {
  .testimonial-modal {
    align-items: center;
    padding: 8px;
  }

  .testimonial-modal-panel {
    max-height: calc(100svh - 16px);
    gap: 10px;
    border-radius: 26px;
    padding: 18px 12px 14px;
  }

  .testimonial-modal-close {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
  }

  .testimonial-modal-copy {
    padding: 0 44px;
  }

  .testimonial-modal-copy span {
    margin-bottom: 8px;
    font-size: 0.62rem;
  }

  .testimonial-modal-copy h2 {
    font-size: clamp(1.28rem, 6.4vw, 1.9rem);
    line-height: 1.03;
  }

  .testimonial-modal-copy p {
    margin-top: 8px;
    font-size: 0.8rem;
  }

  .testimonial-carousel-stage {
    grid-template-columns: 36px minmax(220px, 72vw) 36px;
    gap: 8px;
    overflow: visible;
  }

  .testimonial-modal-player {
    width: min(72vw, 310px);
    max-height: 52svh;
    border-radius: 24px;
  }

  .testimonial-peek {
    width: 76px;
    border-radius: 18px;
    opacity: 0.42;
  }

  .testimonial-peek-prev {
    justify-self: end;
    transform: translateX(42px) scale(0.82);
  }

  .testimonial-peek-next {
    justify-self: start;
    transform: translateX(-42px) scale(0.82);
  }

  .testimonial-peek span {
    display: none;
  }

  .testimonial-modal-nav {
    width: 38px;
    height: 38px;
    font-size: 1.7rem;
  }

  .testimonial-modal-prev {
    left: 8px;
  }

  .testimonial-modal-next {
    right: 8px;
  }

  .testimonial-modal-cta {
    width: min(72vw, 310px);
    min-height: 50px;
    border-radius: 16px;
    font-size: 0.86rem;
  }

  .testimonial-modal-footer {
    font-size: 0.78rem;
  }

  .testimonial-modal-footer small {
    font-size: 0.7rem;
  }
}

/* Wistia testimonial popup final override */
#wistiaPlayerContainer {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 24px;
  background: #000000;
}

#wistiaPlayerContainer wistia-player {
  width: 100%;
  height: 100%;
  display: block;
}

.wistia-fallback {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 260px;
  place-items: center;
  padding: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.testimonial-modal-player {
  width: 100%;
  max-width: 360px;
  height: min(64vh, 560px);
  max-height: min(64vh, 560px);
  border-radius: 24px;
}

@media (max-width: 760px) {
  .testimonial-modal-player {
    width: 100%;
    max-width: 360px;
    height: min(64vh, 560px);
    max-height: min(64vh, 560px);
  }
}

@media (max-width: 390px) and (max-height: 760px) {
  .testimonial-modal-player {
    height: min(60vh, 500px);
    max-height: min(60vh, 500px);
  }
}

/* LAST RULESET - mobile testimonial popup lock */
@media (max-width: 760px) {
  .testimonial-modal {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 6px;
  }

  .testimonial-modal.is-open {
    display: flex;
  }

  .testimonial-modal-panel {
    display: flex;
    width: min(94vw, 430px);
    max-height: 96svh;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    overflow: hidden;
    border-radius: 28px;
    padding: 18px 14px 16px;
  }

  .testimonial-modal-copy {
    width: 100%;
    padding: 0 46px;
  }

  .testimonial-modal-badge {
    margin: 0 auto 10px;
    padding: 8px 16px;
    color: #22f35c;
    font-size: 0.76rem;
    background: linear-gradient(180deg, rgba(20, 111, 57, 0.72) 0%, rgba(10, 68, 38, 0.84) 100%);
  }

  .testimonial-modal-copy h2 {
    max-width: 100%;
    margin: 0 auto;
    font-size: clamp(1.7rem, 7.2vw, 2.25rem);
    line-height: 1.04;
  }

  .testimonial-modal-copy p {
    margin: 8px auto 0;
    font-size: 0.9rem;
  }

  .testimonial-modal-copy small {
    margin: 8px auto 0;
    font-size: 0.9rem;
  }

  .testimonial-carousel-stage {
    display: grid;
    width: 100%;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 4px;
    align-items: center;
    justify-items: center;
    margin: 4px auto 0;
  }

  .testimonial-peek {
    display: none;
  }

  .testimonial-modal-player {
    grid-column: 2;
    width: min(70vw, 300px);
    height: auto;
    max-height: none;
    aspect-ratio: 0.656934306569343 / 1;
    border: 2px solid #16d456;
    border-radius: 24px;
    justify-self: center;
  }

  #wistiaPlayerContainer {
    width: 100%;
    height: 100%;
    border-radius: 22px;
  }

  #wistiaPlayerContainer wistia-player {
    width: 100%;
    height: 100%;
    display: block;
  }

  .testimonial-video-tags {
    top: 9px;
    right: 9px;
    left: 9px;
  }

  .testimonial-video-tags span {
    min-height: 30px;
    padding: 6px 9px;
    font-size: 0.72rem;
  }

  .testimonial-person-card {
    bottom: 10px;
    left: 10px;
    min-width: 104px;
    padding: 8px 10px;
  }

  .testimonial-modal-nav {
    position: static;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(22, 212, 86, 0.55);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(4, 13, 11, 0.78);
    box-shadow: 0 0 28px rgba(22, 212, 86, 0.18);
    font-size: 2rem;
    transform: none;
  }

  .testimonial-modal-prev {
    grid-column: 1;
    grid-row: 1;
    left: auto;
  }

  .testimonial-modal-next {
    grid-column: 3;
    grid-row: 1;
    right: auto;
  }

  .testimonial-modal-footer {
    display: grid;
    width: 100%;
    gap: 10px;
    justify-items: center;
  }

  .testimonial-proof-row {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 16px;
  }

  .testimonial-proof-row > div {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    column-gap: 7px;
    padding: 9px 6px;
  }

  .testimonial-proof-icon {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    font-size: 1.05rem;
  }

  .testimonial-proof-row strong {
    font-size: 0.68rem;
  }

  .testimonial-proof-row small {
    font-size: 0.62rem;
  }

  .testimonial-modal-cta {
    width: 100%;
    min-height: 54px;
    border-radius: 999px;
    font-size: 0.86rem;
  }

  .testimonial-security {
    max-width: 96%;
    font-size: 0.66rem;
    line-height: 1.25;
  }
}

@media (max-width: 390px) and (max-height: 760px) {
  .testimonial-modal-panel {
    gap: 7px;
    padding: 14px 10px 12px;
  }

  .testimonial-modal-badge {
    margin-bottom: 7px;
    padding: 7px 14px;
    font-size: 0.68rem;
  }

  .testimonial-modal-copy h2 {
    font-size: clamp(1.38rem, 6.2vw, 1.82rem);
  }

  .testimonial-modal-copy p {
    display: none;
  }

  .testimonial-modal-copy small {
    margin-top: 7px;
    font-size: 0.82rem;
  }

  .testimonial-modal-player {
    width: min(64vw, 250px);
    height: auto;
    max-height: none;
  }

  .testimonial-proof-row > div {
    padding: 7px 5px;
  }

  .testimonial-modal-cta {
    min-height: 48px;
    font-size: 0.78rem;
  }
}

/* Desktop testimonial modal - final enforced override */
@media (min-width: 900px) {
  .testimonial-modal {
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .testimonial-modal-panel {
    display: flex;
    width: min(92vw, 820px);
    max-height: calc(100svh - 40px);
    flex-direction: column;
    align-items: center;
    gap: 12px;
    overflow: hidden;
    border-radius: 30px;
    padding: 22px 34px 20px;
  }

  .testimonial-modal-close {
    top: 16px;
    right: 16px;
    width: 50px;
    height: 50px;
    font-size: 2.1rem;
  }

  .testimonial-modal-copy {
    width: 100%;
    max-width: 620px;
    padding: 0 62px;
  }

  .testimonial-modal-copy h2 {
    max-width: 560px;
    margin: 0 auto;
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1.03;
    letter-spacing: -0.04em;
  }

  .testimonial-modal-copy p {
    margin: 10px auto 0;
    font-size: 0.98rem;
    line-height: 1.35;
  }

  .testimonial-modal-copy small {
    margin: 12px auto 0;
    font-size: 1rem;
    line-height: 1.2;
  }

  .testimonial-carousel-stage {
    display: grid;
    width: 100%;
    grid-template-columns: 72px minmax(0, 320px) 72px;
    gap: 30px;
    align-items: center;
    justify-content: center;
    justify-items: center;
    margin: 4px auto 0;
  }

  .testimonial-peek {
    display: none;
  }

  .testimonial-modal-player {
    grid-column: 2;
    width: 320px;
    max-width: 320px;
    height: auto;
    max-height: none;
    aspect-ratio: 0.656934306569343 / 1;
    border-radius: 24px;
  }

  #wistiaPlayerContainer,
  #wistiaPlayerContainer wistia-player {
    width: 100%;
    height: 100%;
    display: block;
  }

  .testimonial-modal-nav {
    position: static;
    width: 60px;
    height: 60px;
    align-self: center;
    justify-self: center;
    border-color: rgba(22, 212, 86, 0.42);
    font-size: 2.7rem;
    transform: none;
  }

  .testimonial-modal-nav:hover {
    transform: scale(1.06);
  }

  .testimonial-modal-prev {
    grid-column: 1;
    grid-row: 1;
    left: auto;
  }

  .testimonial-modal-next {
    grid-column: 3;
    grid-row: 1;
    right: auto;
  }

  .testimonial-modal-footer {
    display: grid;
    width: 100%;
    gap: 12px;
    justify-items: center;
  }

  .testimonial-proof-row {
    width: min(100%, 640px);
    grid-template-columns: repeat(3, 1fr);
    border-radius: 18px;
  }

  .testimonial-proof-row > div {
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 10px;
    padding: 13px 16px;
  }

  .testimonial-proof-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 1.3rem;
  }

  .testimonial-proof-row strong {
    font-size: 0.86rem;
  }

  .testimonial-proof-row small {
    font-size: 0.76rem;
  }

  .testimonial-modal-cta {
    width: min(100%, 640px);
    min-height: 58px;
    padding: 16px 24px;
    font-size: 1rem;
  }

  .testimonial-security {
    max-width: 640px;
    font-size: 0.76rem;
    line-height: 1.3;
  }
}

@media (min-width: 900px) and (max-height: 760px) {
  .testimonial-modal-panel {
    width: min(92vw, 760px);
    gap: 8px;
    padding: 16px 28px 14px;
  }

  .testimonial-modal-copy h2 {
    max-width: 500px;
    font-size: clamp(1.7rem, 2.6vw, 2.25rem);
  }

  .testimonial-modal-copy p {
    display: none;
  }

  .testimonial-modal-copy small {
    margin-top: 8px;
    font-size: 0.9rem;
  }

  .testimonial-carousel-stage {
    grid-template-columns: 58px minmax(0, 250px) 58px;
    gap: 22px;
  }

  .testimonial-modal-player {
    width: 250px;
    max-width: 250px;
  }

  .testimonial-modal-nav {
    width: 48px;
    height: 48px;
    font-size: 2.2rem;
  }

  .testimonial-proof-row > div {
    padding: 9px 12px;
  }

  .testimonial-modal-cta {
    min-height: 50px;
    font-size: 0.9rem;
  }

  .testimonial-security {
    font-size: 0.7rem;
  }
}

/* Extra compact testimonial modal for low desktop viewports */
@media (min-width: 900px) and (max-height: 650px) {
  .testimonial-modal {
    padding: 10px;
  }

  .testimonial-modal-panel {
    width: min(92vw, 720px);
    max-height: calc(100svh - 20px);
    gap: 6px;
    padding: 12px 24px 10px;
    border-radius: 26px;
  }

  .testimonial-modal-close {
    top: 10px;
    right: 10px;
    width: 42px;
    height: 42px;
    font-size: 1.8rem;
  }

  .testimonial-modal-copy {
    max-width: 500px;
    padding: 0 48px;
  }

  .testimonial-modal-copy h2 {
    max-width: 460px;
    font-size: clamp(1.45rem, 2.25vw, 1.9rem);
    line-height: 1.02;
  }

  .testimonial-modal-copy p {
    display: none;
  }

  .testimonial-modal-copy small {
    margin-top: 6px;
    font-size: 0.82rem;
  }

  .testimonial-carousel-stage {
    grid-template-columns: 48px minmax(0, 190px) 48px;
    gap: 18px;
    margin-top: 2px;
  }

  .testimonial-modal-player {
    width: 190px;
    max-width: 190px;
    border-radius: 20px;
  }

  .testimonial-video-tags span {
    min-height: 24px;
    padding: 4px 8px;
    font-size: 0.62rem;
  }

  .testimonial-person-card {
    bottom: 8px;
    left: 8px;
    padding: 7px 9px;
  }

  .testimonial-person-card strong {
    font-size: 0.72rem;
  }

  .testimonial-person-card span {
    font-size: 0.62rem;
  }

  .testimonial-modal-nav {
    width: 42px;
    height: 42px;
    font-size: 2rem;
  }

  .testimonial-modal-footer {
    gap: 6px;
  }

  .testimonial-modal-dots {
    gap: 7px;
    margin-top: 0;
  }

  .testimonial-proof-row {
    width: min(100%, 560px);
    border-radius: 14px;
  }

  .testimonial-proof-row > div {
    grid-template-columns: 30px minmax(0, 1fr);
    column-gap: 7px;
    padding: 7px 10px;
  }

  .testimonial-proof-icon {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    font-size: 1rem;
  }

  .testimonial-proof-row strong {
    font-size: 0.68rem;
  }

  .testimonial-proof-row small {
    font-size: 0.62rem;
  }

  .testimonial-modal-cta {
    width: min(100%, 560px);
    min-height: 44px;
    padding: 12px 18px;
    font-size: 0.82rem;
  }

  .testimonial-security {
    max-width: 560px;
    font-size: 0.62rem;
    line-height: 1.2;
  }
}

/* Performance pass for testimonial popup */
.testimonial-modal-panel {
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.38),
    0 0 34px rgba(37, 99, 235, 0.10);
}

.testimonial-modal-player {
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.34),
    0 0 22px rgba(31, 193, 90, 0.12);
}

.testimonial-modal-nav,
.testimonial-modal-close {
  backdrop-filter: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

.testimonial-peek {
  display: none !important;
}

@media (max-width: 760px) {
  .testimonial-modal-backdrop {
    background: linear-gradient(180deg, rgba(8, 13, 23, 0.94) 0%, rgba(3, 7, 15, 0.98) 100%);
  }

  .testimonial-modal-panel {
    box-shadow:
      0 18px 48px rgba(0, 0, 0, 0.34),
      0 0 24px rgba(37, 99, 235, 0.08);
  }

  .testimonial-modal-player {
    box-shadow:
      0 16px 40px rgba(0, 0, 0, 0.34),
      0 0 18px rgba(31, 193, 90, 0.10);
  }

  .testimonial-modal-nav,
  .testimonial-modal-close {
    backdrop-filter: none;
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.20);
  }
}

/* Mobile testimonial popup CTA visibility fix */
@media (max-width: 760px) {
  .testimonial-modal-panel {
    max-height: calc(100svh - 18px);
    gap: 7px;
    padding: 14px 12px 12px;
  }

  .testimonial-modal-close {
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    font-size: 1.9rem;
  }

  .testimonial-modal-copy {
    padding: 0 42px;
  }

  .testimonial-modal-copy h2 {
    max-width: 96%;
    font-size: clamp(1.32rem, 6.1vw, 1.82rem);
    line-height: 1.02;
    margin: 0 auto;
  }

  .testimonial-modal-copy p {
    display: none;
  }

  .testimonial-modal-copy small {
    margin: 7px auto 0;
    font-size: 0.82rem;
    line-height: 1.15;
  }

  .testimonial-carousel-stage {
    grid-template-columns: 40px minmax(0, 250px) 40px;
    gap: 5px;
    margin-top: 3px;
  }

  .testimonial-modal-player {
    width: min(66vw, 250px);
    max-width: 250px;
    height: auto;
    max-height: none;
    aspect-ratio: 0.656934306569343 / 1;
    border-radius: 21px;
  }

  .testimonial-video-tags {
    top: 8px;
    right: 8px;
    left: 8px;
  }

  .testimonial-video-tags span {
    min-height: 26px;
    padding: 5px 8px;
    font-size: 0.66rem;
  }

  .testimonial-person-card {
    bottom: 8px;
    left: 8px;
    min-width: 110px;
    padding: 8px 10px;
  }

  .testimonial-person-card strong {
    font-size: 0.82rem;
  }

  .testimonial-person-card span {
    font-size: 0.68rem;
  }

  .testimonial-modal-nav {
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
  }

  .testimonial-modal-footer {
    width: 100%;
    gap: 7px;
  }

  .testimonial-modal-dots {
    gap: 7px;
    margin-top: 0;
  }

  .testimonial-modal-dot {
    width: 8px;
    height: 8px;
  }

  .testimonial-modal-cta {
    width: min(100%, 300px);
    min-height: 48px;
    margin-top: 0;
    padding: 12px 14px;
    border-radius: 999px;
    font-size: 0.78rem;
    line-height: 1.1;
  }

  .testimonial-security {
    display: none;
  }
}

@media (max-width: 390px) and (max-height: 760px) {
  .testimonial-modal-panel {
    padding: 12px 10px 10px;
  }

  .testimonial-modal-copy h2 {
    font-size: clamp(1.2rem, 5.8vw, 1.6rem);
  }

  .testimonial-modal-copy small {
    font-size: 0.76rem;
  }

  .testimonial-carousel-stage {
    grid-template-columns: 38px minmax(0, 225px) 38px;
    gap: 4px;
  }

  .testimonial-modal-player {
    width: min(61vw, 225px);
    max-width: 225px;
  }

  .testimonial-modal-cta {
    width: min(100%, 280px);
    min-height: 44px;
    font-size: 0.72rem;
  }
}

/* Final premium reels-style testimonial popup */
.testimonial-modal {
  background:
    radial-gradient(circle at top, rgba(34, 197, 94, 0.12) 0%, rgba(37, 99, 235, 0.14) 25%, transparent 45%),
    linear-gradient(180deg, #08101d 0%, #040816 100%);
}

.testimonial-modal.is-open .testimonial-modal-panel {
  animation: testimonialModalEnter 0.28s ease both;
}

@keyframes testimonialModalEnter {
  from {
    opacity: 0;
    transform: scale(0.96);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 760px) {
  .testimonial-modal {
    box-shadow:
      0 0 80px rgba(34, 197, 94, 0.08),
      0 0 120px rgba(37, 99, 235, 0.12);
    padding: 8px;
  }

  .testimonial-modal-backdrop {
    background:
      radial-gradient(circle at top, rgba(34, 197, 94, 0.12) 0%, rgba(37, 99, 235, 0.14) 25%, transparent 45%),
      linear-gradient(180deg, #08101d 0%, #040816 100%);
  }

  .testimonial-modal-panel {
    width: 94vw;
    max-width: 430px;
    max-height: calc(100svh - 16px);
    gap: 9px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    padding: 18px 16px 18px;
    background: linear-gradient(180deg, rgba(10, 16, 28, 0.96) 0%, rgba(4, 8, 22, 0.98) 100%);
    box-shadow:
      0 0 80px rgba(34, 197, 94, 0.08),
      0 0 120px rgba(37, 99, 235, 0.12),
      0 28px 78px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(12px);
  }

  .testimonial-modal-close {
    top: 14px;
    right: 14px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
    color: #ffffff;
    font-size: 2rem;
    backdrop-filter: blur(10px);
    transition: all 0.25s ease;
  }

  .testimonial-modal-close:hover {
    background: rgba(34, 197, 94, 0.18);
    transform: scale(1.08);
  }

  .testimonial-modal-copy {
    padding: 0 44px;
  }

  .testimonial-modal-copy h2 {
    max-width: 92%;
    margin: 0 auto 8px;
    color: #ffffff;
    font-size: clamp(1.55rem, 6vw, 2.05rem);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -0.04em;
    text-align: center;
  }

  .testimonial-modal-copy h2 strong {
    color: #22c55e;
  }

  .testimonial-modal-copy p {
    display: none;
  }

  .testimonial-modal-copy small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto 7px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.15;
    text-align: center;
  }

  .testimonial-modal-copy small svg {
    width: 16px;
    height: 16px;
    stroke: #22c55e;
  }

  .testimonial-carousel-stage {
    display: grid;
    width: 100%;
    grid-template-columns: 42px minmax(0, 300px) 42px;
    gap: 7px;
    align-items: center;
    justify-content: center;
    justify-items: center;
    margin: 0 auto;
  }

  .testimonial-modal-player {
    position: relative;
    grid-column: 2;
    width: min(72vw, 300px);
    max-width: 300px;
    height: auto;
    max-height: none;
    overflow: hidden;
    aspect-ratio: 0.656934306569343 / 1;
    border: 1px solid rgba(34, 197, 94, 0.42);
    border-radius: 28px;
    background: #000000;
    box-shadow:
      0 0 40px rgba(34, 197, 94, 0.18),
      0 0 80px rgba(37, 99, 235, 0.16),
      0 30px 90px rgba(0, 0, 0, 0.48);
  }

  .testimonial-modal-player::after {
    width: 88px;
    height: 88px;
    border: 2px solid rgba(34, 197, 94, 0.65);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.28);
    box-shadow: 0 0 30px rgba(34, 197, 94, 0.28);
    backdrop-filter: blur(12px);
    transition: all 0.25s ease;
    animation: testimonialPlayPulse 2.6s ease-in-out infinite;
  }

  .testimonial-modal-player:hover::after {
    transform: translate(-50%, -50%) scale(1.05);
  }

  @keyframes testimonialPlayPulse {
    0%,
    100% {
      box-shadow: 0 0 24px rgba(34, 197, 94, 0.18);
    }

    50% {
      box-shadow: 0 0 34px rgba(34, 197, 94, 0.30);
    }
  }

  #wistiaPlayerContainer,
  #wistiaPlayerContainer wistia-player {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    border-radius: 28px;
  }

  #wistiaPlayerContainer video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .testimonial-modal-nav {
    position: static;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
    color: #ffffff;
    font-size: 2rem;
    transform: none;
    backdrop-filter: blur(10px);
    transition: all 0.25s ease;
  }

  .testimonial-modal-nav:hover {
    background: rgba(34, 197, 94, 0.18);
    transform: scale(1.08);
  }

  .testimonial-modal-prev {
    grid-column: 1;
    grid-row: 1;
    left: auto;
  }

  .testimonial-modal-next {
    grid-column: 3;
    grid-row: 1;
    right: auto;
  }

  .testimonial-peek {
    display: none !important;
    opacity: 0.18;
    filter: blur(3px);
    transform: scale(0.84);
    border-radius: 24px;
  }

  .testimonial-modal-footer {
    width: 100%;
    gap: 10px;
  }

  .testimonial-modal-dots {
    gap: 10px;
    margin-top: 0;
  }

  .testimonial-modal-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
  }

  .testimonial-modal-dot.is-active {
    background: #22c55e;
    box-shadow: 0 0 16px rgba(34, 197, 94, 0.36);
  }

  .testimonial-modal-cta {
    width: 100%;
    max-width: 340px;
    min-height: 52px;
    margin: 4px auto 0;
    padding: 16px 20px;
    border-radius: 18px;
    background: linear-gradient(180deg, #1fd267 0%, #159947 100%);
    box-shadow: 0 18px 40px rgba(21, 153, 71, 0.28);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 1.1;
    transition: all 0.25s ease;
  }

  .testimonial-modal-cta:hover,
  .testimonial-modal-cta:active {
    box-shadow: 0 20px 46px rgba(21, 153, 71, 0.36);
    transform: translateY(-2px);
  }

  .testimonial-security {
    display: block;
    max-width: 340px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.7rem;
    line-height: 1.25;
    text-align: center;
  }
}

@media (max-width: 390px), (max-width: 760px) and (max-height: 760px) {
  .testimonial-modal-panel {
    gap: 7px;
    padding: 14px 12px 12px;
  }

  .testimonial-modal-copy h2 {
    font-size: clamp(1.28rem, 5.7vw, 1.72rem);
  }

  .testimonial-modal-copy small {
    margin-bottom: 4px;
    font-size: 0.78rem;
  }

  .testimonial-carousel-stage {
    grid-template-columns: 40px minmax(0, 245px) 40px;
    gap: 4px;
  }

  .testimonial-modal-player {
    width: min(64vw, 245px);
    max-width: 245px;
    border-radius: 24px;
  }

  .testimonial-modal-player::after {
    width: 76px;
    height: 76px;
  }

  .testimonial-modal-nav {
    width: 40px;
    height: 40px;
    font-size: 1.75rem;
  }

  .testimonial-modal-cta {
    max-width: 300px;
    min-height: 46px;
    padding: 13px 16px;
    font-size: 0.78rem;
  }

  .testimonial-security {
    font-size: 0.64rem;
  }
}

/* Keep testimonial popup final line together on mobile */
@media (max-width: 760px) {
  .testimonial-modal-copy {
    padding: 0 36px;
  }

  .testimonial-modal-copy h2 {
    max-width: 100%;
    font-size: clamp(1.42rem, 5.45vw, 1.9rem);
  }
}

@media (max-width: 390px) {
  .testimonial-modal-copy {
    padding: 0 34px;
  }

  .testimonial-modal-copy h2 {
    font-size: clamp(1.28rem, 5.15vw, 1.58rem);
  }
}

/* Mobile static testimonial previews */
@media (max-width: 760px) {
  .video-testimonial.is-static-preview video {
    filter: saturate(0.98) contrast(1.03);
  }

  .video-testimonial.is-static-preview .video-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.20) 100%);
  }
}

/* Mobile uses WebP thumbnails for testimonial cards after the first */
.mobile-testimonial-thumb {
  display: none;
}

@media (max-width: 760px) {
  .video-testimonial.is-static-preview video {
    display: none;
  }

  .video-testimonial.is-static-preview .mobile-testimonial-thumb {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* Final static testimonial thumbnail display */
.video-testimonial .mobile-testimonial-thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-testimonial video + .mobile-testimonial-thumb {
  display: none;
}

@media (max-width: 760px) {
  .video-testimonial video + .mobile-testimonial-thumb {
    display: none;
  }
}

/* Mobile performance: keep the first testimonial moving and make the rest clean clickable images */
@media (max-width: 1019px) {
  .social-section .video-testimonial {
    content-visibility: auto;
    contain-intrinsic-size: 260px 430px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  }

  .social-section .video-testimonial video,
  .social-section .video-testimonial img {
    filter: none;
    transform: none;
    transition: none;
  }

  .social-section .video-testimonial .video-overlay {
    background: transparent;
    border-radius: inherit;
  }

  .social-section .video-testimonial .play-circle {
    display: none;
  }

  .social-section .video-testimonial:active {
    transform: scale(0.995);
  }
}

/* Final CTA and hero alignment polish */
.js-scroll-offer,
.section-cta,
.symptoms-cta,
.anvisa-cta,
.testimonial-modal-cta,
.vsl-cta {
  text-decoration: none;
  cursor: pointer;
}

.hero .hero-actions .btn::after {
  display: none !important;
  content: none !important;
}

.product-showcase picture {
  display: block;
  width: 100%;
}

.product-showcase picture img {
  display: block;
}

.vsl-cta {
  color: #ffffff;
  background: linear-gradient(180deg, #1fc15a 0%, #159947 100%);
  box-shadow: 0 16px 36px rgba(21, 153, 71, 0.26);
}

.vsl-cta:hover {
  box-shadow: 0 20px 44px rgba(21, 153, 71, 0.32);
}

.footer-logo {
  width: min(93px, 30vw);
}

/* Final hero stability patch */
@media (min-width: 900px) {
  .hero {
    padding-top: 70px;
  }

  .hero .hero-grid {
    min-height: 520px;
    align-items: center;
  }

  .hero .hero-copy {
    align-self: center;
  }

  .hero .product-showcase {
    align-self: center;
    transform: none;
  }

  .hero .product-showcase picture {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
  }

  .hero .product-showcase img {
    transform: none;
  }

  .hero .hero-trustbar {
    width: calc(100% + 36px);
    margin-right: -18px;
    margin-left: -18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hero .hero-trustbar div {
    min-width: 0;
  }
}

@media (min-width: 900px) and (max-height: 760px) {
  .hero {
    padding-top: 54px;
  }

  .hero .hero-grid {
    min-height: 430px;
  }

  .hero .product-showcase {
    height: 405px;
    min-height: 405px;
    transform: none;
  }

  .hero .product-showcase img {
    width: min(405px, 100%);
    transform: none;
  }
}

.social-section,
.symptoms-section,
.protocol-carousel-section,
.anvisa-section,
.offer-section,
.faq-section,
.site-footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 760px;
}

@media (min-width: 900px) {
  .hero .product-showcase img {
    transform: translateY(22px);
  }
}

@media (min-width: 900px) and (max-height: 760px) {
  .hero {
    padding-top: 42px;
  }

  .hero .product-showcase {
    transform: translateY(8px);
  }

  .hero .product-showcase img {
    transform: translateY(0);
  }

  .hero .formula-seal {
    top: 18px;
  }
}

/* Cadastro modal conversion polish */
.modal {
  align-items: center;
  padding: 18px;
}

.modal-backdrop {
  background: rgba(7, 17, 31, 0.62);
  backdrop-filter: blur(6px);
}

.modal-panel {
  width: min(620px, calc(100vw - 32px));
  max-height: calc(100svh - 34px);
  border: 1px solid rgba(22, 163, 74, 0.12);
  border-radius: 24px;
  padding: 28px 34px 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(31, 193, 90, 0.09) 0%, transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
  box-shadow:
    0 34px 90px rgba(15, 23, 42, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.88) inset;
}

.modal-close {
  top: 22px;
  right: 22px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 999px;
  color: rgba(15, 23, 42, 0.62);
  background: rgba(255, 255, 255, 0.74);
  font-size: 1.55rem;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.modal-close:hover {
  color: #0f172a;
  background: #ffffff;
  transform: scale(1.04);
}

.modal-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  padding: 0 48px 0 0;
  margin: 0 0 18px;
}

.modal-badges .eyebrow,
.modal-discount-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  border-radius: 10px;
  padding: 9px 15px;
  color: #ffffff;
  background: linear-gradient(180deg, #1fc15a 0%, #159947 100%);
  box-shadow: 0 10px 24px rgba(21, 153, 71, 0.18);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.modal-badges .eyebrow {
  color: #087a36;
  background: rgba(22, 163, 74, 0.08);
  box-shadow: none;
}

.modal-badges .eyebrow span,
.modal-discount-badge span {
  font-size: 1.42em;
  line-height: 0.8;
}

.modal-discount-badge {
  background: linear-gradient(180deg, #23c866 0%, #0f8f42 100%);
  text-transform: none;
}

#modalTitle {
  margin: 0 0 14px;
  max-width: 520px;
  color: #0f172a;
  font-size: clamp(2.55rem, 4.2vw, 3.55rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.04em;
  text-align: left;
}

#modalTitle span {
  color: #159947;
}

.modal-intro {
  max-width: 520px;
  margin: 0 0 3px;
  color: #4b5563;
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.42;
  text-align: left;
}

.modal-intro strong {
  color: #159947;
  font-weight: 900;
}

#orderForm {
  gap: 10px;
  margin-top: 15px;
}

#orderForm label {
  gap: 6px;
  color: #111827;
  font-size: 0.84rem;
  font-weight: 800;
}

#orderForm input,
#orderForm select {
  min-height: 50px;
  border: 1.5px solid rgba(15, 23, 42, 0.12);
  border-radius: 16px;
  padding: 12px 14px;
  color: #111827;
  background-color: #ffffff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
  font-size: 0.9rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, outline-color 0.2s ease;
}

#orderForm input::placeholder {
  color: rgba(75, 85, 99, 0.68);
}

#orderForm .input-user,
#orderForm .input-whatsapp {
  padding-left: 42px;
  background-repeat: no-repeat;
  background-position: 15px 50%;
  background-size: 18px 18px;
}

#orderForm .input-user {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23159947' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}

#orderForm .input-whatsapp {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23159947' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.5 8.5 0 0 1-12.4 7.6L3 21l1.9-5.4A8.5 8.5 0 1 1 21 11.5Z'/%3E%3Cpath d='M8.7 8.8c.2 3 2.4 5.2 5.5 6 .6.2 1.2-.3 1.4-.8l.2-.5c.1-.4-.1-.8-.5-.9l-1.5-.6c-.3-.1-.7 0-.9.3l-.3.4c-1-.5-1.8-1.2-2.3-2.2l.4-.3c.3-.2.4-.6.3-.9l-.6-1.5c-.1-.4-.5-.6-.9-.5l-.5.2c-.5.2-.8.7-.8 1.3Z'/%3E%3C/svg%3E");
}

#orderForm input:focus,
#orderForm select:focus {
  outline: 3px solid rgba(22, 163, 74, 0.14);
  border-color: #16a34a;
  box-shadow: 0 12px 30px rgba(22, 163, 74, 0.09);
}

#orderForm input.is-invalid {
  border-color: rgba(220, 38, 38, 0.58);
  box-shadow: 0 10px 26px rgba(220, 38, 38, 0.08);
}

#orderForm input.is-invalid:focus {
  outline-color: rgba(220, 38, 38, 0.14);
  border-color: #dc2626;
}

.field-error {
  display: block;
  min-height: 1rem;
  margin-top: -2px;
  color: #b42318;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.25;
}

#orderForm .btn-primary {
  min-height: 54px;
  margin-top: 2px;
  gap: 9px;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(180deg, #1fc15a 0%, #159947 100%);
  box-shadow: 0 16px 38px rgba(21, 153, 71, 0.28);
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.01em;
}

#orderForm .btn-primary:hover,
#orderForm .btn-primary:active {
  transform: translateY(-1px);
  box-shadow: 0 18px 42px rgba(21, 153, 71, 0.34);
  filter: brightness(1.02);
}

#orderForm .btn-primary:disabled {
  cursor: wait;
  opacity: 0.78;
  transform: none;
}

.modal-trust {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  max-width: 285px;
}

.modal-avatars {
  display: flex;
  flex: 0 0 auto;
}

.modal-avatars span {
  width: 28px;
  height: 28px;
  margin-left: -8px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.12);
}

.modal-avatars span:nth-child(1) {
  background:
    radial-gradient(circle at 50% 34%, #f8c9a5 0 17%, transparent 18%),
    radial-gradient(circle at 50% 72%, #0f172a 0 28%, transparent 29%),
    linear-gradient(135deg, #14b8a6, #2563eb);
}

.modal-avatars span:nth-child(2) {
  background:
    radial-gradient(circle at 50% 34%, #d7a47d 0 17%, transparent 18%),
    radial-gradient(circle at 50% 72%, #1f2937 0 28%, transparent 29%),
    linear-gradient(135deg, #16a34a, #0ea5e9);
}

.modal-avatars span:nth-child(3) {
  background:
    radial-gradient(circle at 50% 34%, #f2b8a0 0 17%, transparent 18%),
    radial-gradient(circle at 50% 72%, #334155 0 28%, transparent 29%),
    linear-gradient(135deg, #22c55e, #60a5fa);
}

.modal-avatars span:first-child {
  margin-left: 0;
}

.modal-trust p {
  margin: 0;
  color: #4b5563;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.3;
}

.modal-trust strong {
  color: #159947;
  font-weight: 900;
}

.modal-security {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: -46px;
  margin-left: auto;
  width: min(255px, 45%);
  padding: 0 0 0 22px;
  border: 0;
  border-left: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 0;
  background: transparent;
}

.modal-security > span {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  background: #16a34a;
  font-weight: 900;
}

.modal-security strong,
.modal-security small {
  display: block;
}

.modal-security strong {
  color: #111827;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.15;
}

.modal-security small {
  margin-top: 2px;
  color: #5b6472;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.2;
}

.modal-safe-note {
  display: block;
  margin-top: 10px;
  color: #7b8794;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

@media (max-width: 680px) {
  .modal-security {
    width: 100%;
    margin: 0;
    padding: 9px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(15, 23, 42, 0.12);
  }

  .modal-trust {
    max-width: none;
  }
}

@media (max-width: 520px) {
  .modal {
    align-items: flex-start;
    padding: 26px 12px 12px;
  }

  .modal-panel {
    width: min(430px, calc(100vw - 20px));
    max-height: calc(100svh - 20px);
    padding: 18px 15px 14px;
    border-radius: 22px;
  }

  .modal-close {
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    font-size: 1.45rem;
  }

  .modal-badges {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0 42px 0 0;
    gap: 6px;
    margin-bottom: 10px;
  }

  .modal-badges .eyebrow,
  .modal-discount-badge {
    min-height: 29px;
    padding: 7px 8px;
    font-size: 0.58rem;
    letter-spacing: 0.04em;
  }

  .modal-discount-badge {
    letter-spacing: 0.01em;
  }

  #modalTitle {
    margin-bottom: 10px;
    font-size: clamp(1.9rem, 8.8vw, 2.55rem);
    text-align: left;
  }

  .modal-intro {
    font-size: 0.84rem;
    line-height: 1.35;
  }

  #orderForm {
    gap: 8px;
    margin-top: 10px;
  }

  #orderForm input,
  #orderForm select {
    min-height: 46px;
    font-size: 0.86rem;
  }

  #orderForm .btn-primary {
    min-height: 50px;
    font-size: 0.86rem;
  }

  .modal-trust,
  .modal-security {
    padding: 9px 10px;
  }

  .modal-trust {
    align-items: flex-start;
    padding: 0;
    max-width: none;
  }

  .modal-avatars span {
    width: 30px;
    height: 30px;
  }

  .modal-trust p {
    font-size: 0.7rem;
  }

  .modal-security {
    width: 100%;
    margin: 0;
    padding: 8px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(15, 23, 42, 0.12);
  }

  .modal-security > span {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .modal-security strong {
    font-size: 0.72rem;
  }

  .modal-security small {
    font-size: 0.68rem;
  }

  .modal-safe-note {
    margin-top: 5px;
    font-size: 0.66rem;
  }
}

/* Simplified testimonial popup: dark background, title, media, arrows and CTA */
.testimonial-modal {
  background: rgba(3, 7, 18, 0.92);
}

.testimonial-modal-backdrop {
  background: rgba(3, 7, 18, 0.92);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.testimonial-modal-panel {
  width: min(94vw, 410px);
  max-height: 94svh;
  gap: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 24px;
  padding: 18px 16px 20px;
  background: #07101f;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.46);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.testimonial-modal-copy {
  padding: 0 42px;
}

.testimonial-modal-copy h2 {
  max-width: 100%;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(1.4rem, 5.5vw, 1.9rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-align: center;
}

.testimonial-modal-close {
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
  font-size: 1.8rem;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.testimonial-modal-copy p,
.testimonial-modal-copy small,
.testimonial-video-tags,
.testimonial-peek,
.testimonial-modal-dots,
.testimonial-security {
  display: none !important;
}

.testimonial-carousel-stage {
  display: grid;
  width: 100%;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.testimonial-modal-player {
  position: relative;
  grid-column: 2;
  width: min(68vw, 300px);
  max-width: 300px;
  aspect-ratio: 0.656934306569343 / 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 22px;
  background: #000000;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.36);
}

.testimonial-modal-player::after {
  content: none !important;
}

#testimonialMediaContainer,
#testimonialMediaContainer video,
#testimonialMediaContainer img {
  display: block;
  width: 100%;
  height: 100%;
}

#testimonialMediaContainer video,
#testimonialMediaContainer img {
  object-fit: cover;
  object-position: center;
}

.testimonial-modal-nav {
  position: static;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
  font-size: 1.85rem;
  line-height: 1;
  transform: none;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.testimonial-modal-prev {
  grid-column: 1;
  grid-row: 1;
}

.testimonial-modal-next {
  grid-column: 3;
  grid-row: 1;
}

.testimonial-modal-footer {
  width: 100%;
  gap: 0;
}

.testimonial-modal-cta {
  width: 100%;
  max-width: 320px;
  min-height: 50px;
  margin: 0 auto;
  padding: 14px 18px;
  border-radius: 16px;
  background: linear-gradient(180deg, #1fc15a 0%, #159947 100%);
  box-shadow: 0 16px 36px rgba(21, 153, 71, 0.26);
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.1;
}

@media (min-width: 761px) {
  .testimonial-modal-panel {
    width: min(92vw, 460px);
    padding: 20px;
  }

  .testimonial-modal-player {
    width: min(310px, 62vw);
    max-width: 310px;
  }
}

@media (max-width: 390px), (max-width: 760px) and (max-height: 760px) {
  .testimonial-modal-panel {
    gap: 10px;
    padding: 14px 12px 14px;
  }

  .testimonial-modal-player {
    width: min(62vw, 245px);
    max-width: 245px;
  }

  .testimonial-modal-cta {
    max-width: 290px;
    min-height: 46px;
    padding: 12px 14px;
    font-size: 0.76rem;
  }
}

/* Final modal sizing balance */
.modal-panel {
  overflow: visible;
}

@media (min-width: 761px) {
  .modal-panel {
    width: min(560px, calc(100vw - 40px));
    padding: 22px 28px 20px;
  }

  .modal-badges {
    margin-bottom: 12px;
  }

  .modal-badges .eyebrow,
  .modal-discount-badge {
    min-height: 28px;
    padding: 7px 12px;
    font-size: 0.68rem;
  }

  #modalTitle {
    margin-bottom: 10px;
    font-size: clamp(2.25rem, 3.35vw, 2.85rem);
    line-height: 0.98;
  }

  .modal-intro {
    font-size: 0.86rem;
    line-height: 1.38;
  }

  #orderForm {
    gap: 8px;
    margin-top: 10px;
  }

  #orderForm label {
    gap: 5px;
    font-size: 0.78rem;
  }

  #orderForm input,
  #orderForm select {
    min-height: 44px;
    border-radius: 14px;
    font-size: 0.82rem;
  }

  #orderForm .btn-primary {
    min-height: 48px;
    font-size: 0.84rem;
  }

  .modal-trust {
    margin-top: 6px;
  }

  .modal-avatars span {
    width: 24px;
    height: 24px;
  }

  .modal-trust p {
    font-size: 0.68rem;
  }

  .modal-security {
    margin-top: -38px;
    width: min(230px, 44%);
  }

  .modal-security > span {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
  }

  .modal-security strong {
    font-size: 0.68rem;
  }

  .modal-security small {
    font-size: 0.64rem;
  }

  .modal-safe-note {
    margin-top: 7px;
    font-size: 0.64rem;
  }
}

/* Final desktop testimonial modal balance */
@media (min-width: 761px) {
  .testimonial-modal-panel {
    width: min(92vw, 520px);
    max-height: calc(100svh - 44px);
    gap: 10px;
    padding: 22px 22px 20px;
  }

  .testimonial-modal-copy {
    padding: 0 52px;
  }

  .testimonial-modal-copy h2 {
    font-size: clamp(1.45rem, 2.6vw, 1.95rem);
    line-height: 1.02;
  }

  .testimonial-carousel-stage {
    grid-template-columns: 46px minmax(0, 260px) 46px;
    gap: 12px;
  }

  .testimonial-modal-player {
    width: 260px;
    max-width: 260px;
  }

  .testimonial-modal-cta {
    max-width: 300px;
    min-height: 46px;
    padding: 12px 16px;
    font-size: 0.78rem;
  }
}

/* Use baked-in CTA on static testimonial thumbnails; keep a real button only on the moving first card */
.social-section .video-testimonial .play-circle {
  display: none;
}

.social-section .video-testimonial:first-child .play-circle {
  display: grid;
  place-items: center;
}

/* Lazy Wistia VSL placeholder */
.vsl-wistia-placeholder {
  width: 100%;
  height: 100%;
  min-height: inherit;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.24) 100%),
    center / cover no-repeat url("https://fast.wistia.com/embed/medias/bzcqvlj7q6/swatch");
  filter: saturate(1.02);
}

.wistia-vsl-player wistia-player {
  width: 100%;
  height: 100%;
  display: block;
}

/* Avoid eager external VSL swatch request before the video section is needed */
.vsl-wistia-placeholder {
  background:
    radial-gradient(circle at 50% 38%, rgba(31, 193, 90, 0.24) 0%, rgba(37, 99, 235, 0.14) 42%, transparent 70%),
    linear-gradient(180deg, #111827 0%, #020617 100%);
}

/* Desktop hero copy inset refinement */
@media (min-width: 900px) {
  .hero .hero-grid {
    padding-left: 44px;
    padding-right: 24px;
  }
}

@media (min-width: 1200px) {
  .hero .hero-grid {
    padding-left: 58px;
    padding-right: 28px;
  }
}

/* Hide mobile hero seals */
@media (max-width: 899px) {
  .hero-mobile-seals {
    display: none !important;
  }
}

/* Mobile social proof toast lower position */
@media (max-width: 719px) {
  .social-proof {
    left: 50%;
    bottom: 16px;
    width: min(360px, calc(100vw - 28px));
    transform: translateX(-50%);
  }

  .proof-toast {
    padding: 11px 13px;
    border-radius: 16px;
  }

  .proof-toast p {
    font-size: 0.8rem;
    line-height: 1.28;
  }

  .proof-icon {
    flex-basis: 31px;
    width: 31px;
    height: 31px;
  }
}

/* Social proof text highlight */
.proof-highlight {
  color: #159947;
  font-weight: 900;
}

/* Symptoms awareness section */
.symptoms-section {
  position: relative;
  overflow: hidden;
  padding: 82px 22px 88px;
  background:
    radial-gradient(circle at 16% 20%, rgba(34, 197, 94, 0.10), transparent 34%),
    radial-gradient(circle at 86% 70%, rgba(59, 130, 246, 0.08), transparent 38%),
    linear-gradient(180deg, #f8fafc 0%, #f4f8f7 54%, #eef4f2 100%);
}

.symptoms-section::before {
  position: absolute;
  inset: 22px auto auto 50%;
  width: min(880px, 95vw);
  height: 220px;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(15, 23, 42, 0.04), transparent);
  filter: blur(28px);
  transform: translateX(-50%);
}

.symptoms-heading,
.symptoms-grid,
.symptoms-cta {
  position: relative;
  z-index: 1;
}

.symptoms-heading {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.symptoms-heading .eyebrow {
  margin-bottom: 14px;
  color: #169b4d;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.symptoms-heading h2 {
  max-width: 820px;
  margin: 0 auto;
  color: #0f172a;
  font-size: clamp(2rem, 7vw, 3.25rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.symptoms-heading h2 span {
  color: #159947;
}

.symptoms-heading p {
  max-width: 720px;
  margin: 22px auto 0;
  color: #5b6472;
  font-size: 1rem;
  line-height: 1.62;
}

.symptoms-grid {
  display: grid;
  width: min(1060px, 100%);
  margin: 46px auto 0;
  grid-template-columns: 1fr;
  gap: 12px;
}

.symptom-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 22px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 42px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(12px);
}

.symptom-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(21, 153, 71, 0.16);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.35)),
    linear-gradient(180deg, rgba(34, 197, 94, 0.16), rgba(59, 130, 246, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), 0 10px 26px rgba(21, 153, 71, 0.10);
}

.symptom-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: #159947;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.symptom-card strong {
  color: #111827;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.22;
}

.symptoms-cta {
  display: flex;
  width: min(420px, 100%);
  min-height: 56px;
  align-items: center;
  justify-content: center;
  margin: 34px auto 0;
  border: 0;
  border-radius: 18px;
  padding: 1rem 1.6rem;
  background: linear-gradient(180deg, #1fc15a 0%, #159947 100%);
  box-shadow: 0 14px 34px rgba(22, 163, 74, 0.22);
  color: #ffffff;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  transition: all 0.25s ease;
}

.symptoms-cta:hover {
  box-shadow: 0 18px 42px rgba(21, 153, 71, 0.28);
  transform: translateY(-2px);
}

@media (min-width: 700px) {
  .symptoms-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (min-width: 1020px) {
  .symptoms-section {
    padding: 110px 22px;
  }

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

  .symptom-card {
    min-height: 164px;
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 20px 14px;
    text-align: center;
  }

  .symptom-card strong {
    font-size: 0.92rem;
  }
}

/* Symptom cards with real photo thumbnails */
.symptom-card {
  grid-template-columns: 72px minmax(0, 1fr);
}

.symptom-photo {
  display: block;
  width: 72px;
  height: 72px;
  border: 3px solid rgba(255, 151, 45, 0.82);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

@media (min-width: 1020px) {
  .symptom-card {
    min-height: 205px;
    gap: 14px;
  }

  .symptom-photo {
    width: 104px;
    height: 104px;
  }
}

@media (max-width: 480px) {
  .symptom-card {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .symptom-photo {
    width: 64px;
    height: 64px;
  }
}

/* Symptoms section top spacing refinement */
.symptoms-section {
  padding-top: 58px;
}

@media (min-width: 1020px) {
  .symptoms-section {
    padding-top: 76px;
  }
}

/* Symptoms section tighter top spacing */
.symptoms-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 1020px) {
  .symptoms-section {
    padding-top: 38px;
    padding-bottom: 30px;
  }
}

/* Symptoms section equal spacing */
.symptoms-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 1020px) {
  .symptoms-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* Protocol carousel section */
.protocol-carousel-section {
  position: relative;
  overflow: hidden;
  padding: 72px 18px 82px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 52%, #f3f7f4 100%);
}

.protocol-carousel-heading {
  max-width: 880px;
  margin: 0 auto 38px;
  text-align: center;
}

.protocol-carousel-heading .eyebrow {
  display: block;
  margin-bottom: 14px;
  color: #f97316;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.protocol-carousel-heading::before {
  display: block;
  width: 96px;
  height: 3px;
  margin: 0 auto 20px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, #ffad4a, #f97316);
}

.protocol-carousel-heading h2 {
  max-width: 860px;
  margin: 0 auto;
  color: #0f172a;
  font-size: clamp(2rem, 6.6vw, 3.25rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.protocol-carousel-heading p {
  max-width: 720px;
  margin: 18px auto 0;
  color: #5b6472;
  font-size: 1rem;
  line-height: 1.55;
}

.protocol-carousel {
  display: grid;
  width: min(1120px, 100%);
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.protocol-card {
  overflow: hidden;
  border-radius: 18px;
  background: #064a91;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.10);
}

.protocol-card.is-carousel-clone {
  display: none;
}

.protocol-card img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.protocol-card-feature img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
}

.protocol-card-feature {
  align-self: start;
}

.protocol-card-feature div {
  min-height: 214px;
  max-height: 214px;
  overflow: hidden;
}

.protocol-card-feature p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

@media (min-width: 761px) {
  .protocol-card img,
  .protocol-card-feature img {
    height: 190px;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center;
  }

  .protocol-card div,
  .protocol-card-feature div {
    height: 330px;
    min-height: 330px;
    max-height: none;
  }

  .protocol-card-feature p {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
  }
}

.protocol-card div {
  height: 214px;
  min-height: 214px;
  padding: 18px 18px 20px;
  color: #ffffff;
  background: linear-gradient(180deg, #0875c9 0%, #07458f 100%);
}

.protocol-card h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.protocol-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.48;
  text-align: justify;
}

.protocol-carousel-dots {
  display: none;
}

@media (max-width: 760px) {
  .protocol-carousel-section {
    padding: 58px 0 70px;
  }

  .protocol-carousel-heading {
    padding: 0 22px;
    margin-bottom: 30px;
  }

  .protocol-carousel-heading p {
    display: none;
  }

  .protocol-carousel {
    display: flex;
    width: 100%;
    gap: 0;
    overflow: hidden;
    scroll-behavior: smooth;
  }

  .protocol-card {
    flex: 0 0 86vw;
    margin: 0 7vw;
    border-radius: 16px;
  }

  .protocol-card div {
    min-height: 236px;
  }

  .protocol-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
  }

  .protocol-carousel-dots span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.26);
  }

  .protocol-carousel-dots span.is-active {
    background: #0f172a;
  }
}

/* Mobile protocol carousel reference layout */
@media (max-width: 760px) {
  .protocol-carousel-section {
    padding: 36px 12px 58px;
    background: #ffffff;
  }

  .protocol-carousel-heading {
    margin-bottom: 26px;
    padding: 0 10px;
  }

  .protocol-carousel-heading::before,
  .protocol-carousel-heading .eyebrow {
    display: none;
  }

  .protocol-carousel-heading h2 {
    max-width: 320px;
    font-size: clamp(1.75rem, 8vw, 2.25rem);
    line-height: 1.04;
  }

  .protocol-carousel-heading p {
    display: block;
    max-width: 320px;
    margin-top: 18px;
    color: #111827;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.25;
  }

  .protocol-carousel {
    width: 100%;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: none;
    scroll-behavior: auto;
    scrollbar-width: none;
  }

  .protocol-carousel::-webkit-scrollbar {
    display: none;
  }

  .protocol-card {
    flex: 0 0 calc((100vw - 34px) / 2);
    margin: 0;
    border-radius: 10px;
    box-shadow: none;
  }

  .protocol-card.is-carousel-clone {
    display: block;
  }

  .protocol-card img {
    height: 100px;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center;
  }

  .protocol-card div {
    height: 292px;
    min-height: 292px;
    max-height: 292px;
    padding: 9px 10px 12px;
    background: linear-gradient(180deg, #0875c9 0%, #064392 100%);
  }

  .protocol-card h3 {
    margin-bottom: 7px;
    font-size: 0.86rem;
    line-height: 1.02;
  }

  .protocol-card p {
    font-size: 0.58rem;
    font-weight: 600;
    line-height: 1.28;
    letter-spacing: 0.01em;
  }

  .protocol-card-feature p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
  }

  .protocol-carousel-dots {
    margin-top: 18px;
  }
}

/* Desktop symptom cards visual refinement */
@media (min-width: 1020px) {
  .symptoms-grid {
    width: min(1080px, 100%);
    gap: 18px;
  }

  .symptom-card {
    display: flex;
    min-height: 190px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 18px 14px 20px;
    text-align: center;
  }

  .symptom-photo {
    width: 118px;
    height: 118px;
    border-width: 4px;
  }

  .symptom-card strong {
    max-width: 138px;
    font-size: 0.94rem;
    line-height: 1.13;
  }
}

/* Blocks 1-5 careful vertical rhythm */
.hero {
  padding-top: 30px;
}

.vsl-section,
.social-section,
.symptoms-section,
.protocol-carousel-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.hero .hero-trustbar {
  padding-bottom: 30px;
}

@media (min-width: 900px) {
  .hero {
    padding-top: 76px;
  }

  .hero .hero-grid {
    width: min(1080px, 100%);
    min-height: 500px;
    gap: 34px;
    align-items: center;
  }

  .hero .hero-copy {
    padding-left: clamp(20px, 3vw, 56px);
    align-self: center;
  }

  .hero .product-showcase {
    height: 430px;
    min-height: 430px;
    align-self: center;
    transform: none;
  }

  .hero .product-showcase picture {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
  }

  .hero .product-showcase img {
    width: min(430px, 100%);
    transform: none;
  }

  .hero .formula-seal {
    top: 36px;
    right: 46px;
  }

  .hero .hero-trustbar {
    width: calc(100vw + 2px);
    margin-top: 22px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: max(18px, calc((100vw - 1080px) / 2));
    padding-left: max(18px, calc((100vw - 1080px) / 2));
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hero .hero-trustbar div {
    min-width: 0;
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .section.social-section,
  .vsl-section,
  .symptoms-section,
  .protocol-carousel-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 900px) and (max-height: 760px) {
  .hero {
    padding-top: 54px;
  }

  .hero .hero-grid {
    min-height: 430px;
  }

  .hero .product-showcase {
    height: 400px;
    min-height: 400px;
  }

  .hero .product-showcase img {
    width: min(405px, 100%);
  }
}

@media (max-width: 899px) {
  .hero {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .vsl-section,
  .social-section,
  .symptoms-section,
  .protocol-carousel-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* Mobile testimonial card visual refinement */
@media (max-width: 1019px) {
  .social-section .video-testimonial {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: #050816;
    box-shadow:
      0 18px 48px rgba(15, 23, 42, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.18);
  }

  .social-section .video-testimonial video,
  .social-section .video-testimonial img {
    filter: brightness(0.9) contrast(1.04) saturate(0.96);
  }

  .social-section .video-testimonial .video-overlay {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.18) 54%, rgba(0, 0, 0, 0.36) 100%);
  }

  .social-section .video-testimonial .play-circle {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
    color: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.02em;
  }

  .social-section .video-testimonial .play-circle::before {
    display: none;
  }

  .social-section .video-testimonial:active .play-circle {
    background: rgba(255, 255, 255, 0.22);
    transform: scale(1.04);
  }
}

/* Desktop testimonial grid: 2 rows x 5 premium cards */
@media (min-width: 1020px) {
  .social-section .media-testimonials {
    display: grid;
    width: min(1060px, calc(100% - 56px));
    margin: 24px auto 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px 18px;
    align-items: stretch;
  }

  .social-section .video-testimonial {
    width: 100%;
    min-width: 0;
    height: auto;
    aspect-ratio: 0.61;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 24px;
    background: #050816;
    box-shadow:
      0 18px 48px rgba(15, 23, 42, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.18);
    transform: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .social-section .video-testimonial video,
  .social-section .video-testimonial img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.9) contrast(1.04) saturate(0.96);
    transition: filter 0.25s ease, transform 0.25s ease;
  }

  .social-section .video-testimonial .video-overlay {
    inset: 0;
    border-radius: inherit;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.18) 54%, rgba(0, 0, 0, 0.36) 100%);
  }

  .social-section .video-testimonial .play-circle {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.02em;
  }

  .social-section .video-testimonial .play-circle::before {
    display: none;
  }

  .social-section .video-testimonial:hover {
    box-shadow:
      0 22px 58px rgba(15, 23, 42, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.22);
    transform: translateY(-3px);
  }

  .social-section .video-testimonial:hover video,
  .social-section .video-testimonial:hover img {
    filter: brightness(0.98) contrast(1.05) saturate(1);
    transform: scale(1.015);
  }

  .social-section .video-testimonial:hover .play-circle {
    background: rgba(255, 255, 255, 0.22);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
    transform: scale(1.04);
  }
}

@media (min-width: 1020px) {
  .social-section .section-heading {
    margin-bottom: 10px;
  }
}

/* Desktop protocol carousel full text area */
@media (min-width: 761px) {
  .protocol-card img,
  .protocol-card-feature img {
    height: 190px;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center;
  }

  .protocol-card div,
  .protocol-card-feature div {
    height: 330px;
    min-height: 330px;
    max-height: none;
  }

  .protocol-card-feature p {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
  }
}

/* Protocol carousel full-copy equal cards */
@media (min-width: 761px) {
  .protocol-card div,
  .protocol-card-feature div {
    height: 390px;
    min-height: 390px;
    max-height: none;
    overflow: visible;
  }

  .protocol-card p,
  .protocol-card-feature p {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
  }
}

@media (max-width: 760px) {
  .protocol-card div,
  .protocol-card-feature div {
    height: 292px;
    min-height: 292px;
    max-height: none;
    overflow: visible;
  }

  .protocol-card p,
  .protocol-card-feature p {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
  }
}

/* ANVISA safety section */
.anvisa-section {
  position: relative;
  display: grid;
  min-height: 420px;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  overflow: hidden;
  padding: 48px clamp(22px, 6vw, 78px);
  background:
    radial-gradient(circle at 92% 88%, rgba(22, 163, 74, 0.12), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.anvisa-section::before {
  position: absolute;
  top: 12%;
  left: -4%;
  width: min(560px, 52vw);
  height: 70%;
  content: "";
  border-radius: 0 28px 28px 0;
  background: linear-gradient(180deg, #ffad4a 0%, #ff902f 100%);
}

.anvisa-section::after {
  position: absolute;
  top: 2%;
  right: 4%;
  content: "SEGURANÇA";
  color: rgba(15, 23, 42, 0.045);
  font-size: clamp(4rem, 11vw, 9rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  pointer-events: none;
}

.anvisa-visual,
.anvisa-copy {
  position: relative;
  z-index: 1;
}

.anvisa-product-card {
  position: relative;
  display: flex;
  min-height: 380px;
  align-items: center;
  justify-content: center;
}

.anvisa-product-card img {
  width: min(390px, 88%);
  height: auto;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 36px 70px rgba(15, 23, 42, 0.22));
  transform: none;
}

.anvisa-medal {
  position: absolute;
  right: clamp(16px, 7vw, 88px);
  bottom: 24px;
  display: block;
  width: 128px;
  filter: drop-shadow(0 22px 34px rgba(91, 61, 10, 0.28));
}

.anvisa-medal img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.anvisa-copy {
  max-width: 640px;
}

.anvisa-copy .eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  border: 1px solid rgba(21, 153, 71, 0.12);
  border-radius: 999px;
  padding: 7px 13px;
  color: #159947;
  background: rgba(22, 163, 74, 0.08);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.anvisa-copy h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(2.1rem, 4vw, 3.45rem);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.anvisa-copy p {
  max-width: 620px;
  margin: 16px 0 0;
  color: #374151;
  font-size: 1.05rem;
  line-height: 1.55;
}

.anvisa-cta {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  border: 0;
  border-radius: 16px;
  padding: 1rem 1.8rem;
  color: #ffffff;
  background: linear-gradient(180deg, #1fc15a 0%, #159947 100%);
  box-shadow: 0 16px 36px rgba(21, 153, 71, 0.26);
  font-size: 0.9rem;
  font-weight: 900;
  text-align: center;
  transition: all 0.25s ease;
}

.anvisa-cta:hover {
  box-shadow: 0 20px 44px rgba(21, 153, 71, 0.32);
  transform: translateY(-2px);
}

.anvisa-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.anvisa-trust-row span {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  padding: 7px 11px;
  color: #111827;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
  font-size: 0.78rem;
  font-weight: 800;
}

@media (max-width: 899px) {
  .anvisa-section {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 38px 22px 44px;
    text-align: center;
  }

  .anvisa-section::before {
    top: 34px;
    left: 50%;
    width: min(360px, 86vw);
    height: 260px;
    border-radius: 24px;
    transform: translateX(-50%);
  }

  .anvisa-section::after {
    top: 18px;
    right: auto;
    left: 50%;
    font-size: clamp(3rem, 16vw, 5rem);
    transform: translateX(-50%);
  }

  .anvisa-product-card {
    min-height: 320px;
  }

  .anvisa-product-card img {
    width: min(300px, 78vw);
    height: auto;
    object-fit: contain;
    transform: none;
  }

  .anvisa-medal {
    right: calc(50% - 148px);
    bottom: 12px;
    width: 102px;
  }

  .anvisa-copy {
    max-width: 430px;
    margin: 0 auto;
  }

  .anvisa-copy h2 {
    font-size: clamp(2rem, 8vw, 2.75rem);
  }

  .anvisa-copy p {
    font-size: 1rem;
  }

  .anvisa-cta {
    width: 100%;
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
  }

  .anvisa-trust-row {
    justify-content: center;
  }
}

/* Final mobile testimonial performance override */
@media (max-width: 1019px) {
  .social-section .video-testimonial {
    content-visibility: auto;
    contain-intrinsic-size: 260px 430px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    transition: transform 0.15s ease;
  }

  .social-section .video-testimonial video,
  .social-section .video-testimonial img {
    filter: none;
    transform: none;
    transition: none;
  }

  .social-section .video-testimonial .video-overlay {
    background: transparent;
  }

  .social-section .video-testimonial .play-circle {
    display: none;
  }

  .social-section .video-testimonial:hover,
  .social-section .video-testimonial:hover video,
  .social-section .video-testimonial:hover img {
    filter: none;
    transform: none;
  }

  .social-section .video-testimonial:active {
    transform: scale(0.995);
  }
}

