*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --background: #F7F4EF;
  --background-secondary: #EFEBE3;
  --background-tertiary: #E8E2D8;
  --card: #FFFFFF;
  --gold: #B8922A;
  --gold-light: #D4AB4A;
  --text: #1A1612;
  --text-secondary: rgba(26, 22, 18, 0.55);
  --border: rgba(26, 22, 18, 0.08);
  --red-urgent: #EF0000;
  --headline: 'Bebas Neue', sans-serif;
  --body: 'Work Sans', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  background: var(--background);
  color: var(--text);
  font-family: var(--body);
  font-weight: 400;
  overflow-x: hidden;
}

@supports (content-visibility: auto) {
  .results-section,
  #historias-reais,
  .benefits-section,
  .faq-section,
  .pricing-section,
  .final-cta {
    content-visibility: auto;
    contain-intrinsic-size: 760px;
  }
}

em { font-style: normal; }

h1, h2 {
  font-family: var(--headline);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* URGENCY BAR */
.urgency-bar {
  background: var(--red-urgent);
  color: #FFFFFF;
  text-align: center;
  min-height: 52px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  overflow: visible;
  box-shadow: 0 10px 24px rgba(239, 0, 0, 0.12);
}

.urgency-message {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}

.urgency-label {
  display: inline-block;
}

#countdown {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}

.urgency-bar.is-claiming {
  background:
    linear-gradient(90deg, #D90000 0%, #EF0000 42%, #C0392B 100%);
  box-shadow: 0 12px 28px rgba(192, 57, 43, 0.2);
}

.urgency-bar.is-claiming #countdown {
  display: none;
}

.urgency-confetti {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: visible;
}

.urgency-confetti span {
  position: absolute;
  top: 50%;
  left: var(--x);
  width: var(--size);
  height: calc(var(--size) * 0.48);
  border-radius: 999px;
  background: var(--confetti-color);
  opacity: 0;
  transform: translate3d(0, 0, 0) rotate(0deg);
  animation: urgency-confetti var(--duration) cubic-bezier(0.12, 0.68, 0.24, 1) forwards;
  animation-delay: var(--delay);
}

.urgency-confetti span:nth-child(3n) {
  border-radius: 2px;
}

.urgency-confetti span:nth-child(4n) {
  width: calc(var(--size) * 0.55);
  height: var(--size);
}

.language-toggle {
  position: fixed;
  top: calc(52px + 14px);
  right: 18px;
  z-index: 1002;
  width: 92px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  font-family: var(--body);
}

.language-toggle__track {
  align-items: center;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background:
    linear-gradient(135deg, rgba(240, 219, 128, 0.9), rgba(233, 231, 122, 0.62)),
    radial-gradient(circle at 22% 50%, rgba(201, 168, 76, 0.16), transparent 42%);
  border: 1px solid rgba(228, 203, 115, 0.24);
  border-radius: inherit;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  overflow: hidden;
  padding: 5px;
  position: relative;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  width: 100%;
}

.language-toggle:hover .language-toggle__track {
  border-color: rgba(228, 203, 115, 0.46);
  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.32),
    0 0 28px rgba(201, 168, 76, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.language-toggle__option {
  align-content: center;
  color: rgba(255, 255, 255, 0.92);
  display: grid;
  filter: saturate(1.04);
  font-size: 7px;
  font-weight: 900;
  gap: 1px;
  line-height: 1;
  place-items: center;
  position: relative;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.42);
  z-index: 2;
}

.language-toggle__option::before {
  border-radius: 50%;
  box-shadow:
    0 1px 2px rgba(233, 200, 111, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.28);
  content: "";
  display: block;
  height: 25px;
  width: 25px;
}

.language-toggle__option--pt::before {
  background: url("assets/optimized/flag-pt.png") center / cover no-repeat;
}

.language-toggle__option--es::before {
  background: url("assets/optimized/flag-es.png") center / cover no-repeat;
}

.language-toggle__thumb {
  background:
    linear-gradient(145deg, rgba(228, 203, 115, 0.72), rgba(157, 122, 45, 0.52));
  border-radius: 999px;
  box-shadow:
    0 8px 18px rgba(204, 187, 113, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -1px 0 rgba(92, 64, 14, 0.3);
  height: calc(100% - 10px);
  left: 5px;
  opacity: 0.74;
  position: absolute;
  top: 5px;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  width: calc(50% - 5px);
  z-index: 1;
}

.language-toggle[aria-pressed="true"] .language-toggle__track {
  background:
    linear-gradient(135deg, rgba(204, 196, 123, 0.86), rgba(218, 196, 74, 0.6)),
    radial-gradient(circle at 78% 50%, rgba(201, 168, 76, 0.2), transparent 42%);
}

.language-toggle[aria-pressed="true"] .language-toggle__thumb {
  transform: translateX(100%);
}
body.modal-open .language-toggle {
  display: none;
}

@keyframes urgency-confetti {
  0% {
    opacity: 0;
    transform: translate3d(0, -10px, 0) rotate(0deg) scale(0.8);
  }
  12% {
    opacity: 0.95;
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--drift), var(--fall), 0) rotate(var(--rotate)) scale(1);
  }
}

/* HERO */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 60px 7% 60px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: var(--background) url('assets/optimized/backgrounddrvini.webp') right top / auto 100% no-repeat;
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    #F7F4EF 0%,
    rgba(247, 244, 239, 0.98) 24%,
    rgba(247, 244, 239, 0.72) 30%,
    rgba(247, 244, 239, 0.24) 36%,
    rgba(247, 244, 239, 0) 43%
  );
}

.hero-confetti {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.hero-confetti span {
  position: absolute;
  top: -8%;
  left: var(--x);
  width: var(--size);
  height: calc(var(--size) * 0.42);
  border-radius: 999px;
  background: #C98F76;
  opacity: var(--opacity);
  animation: rose-gold-fall var(--duration) linear var(--delay) infinite;
  will-change: transform;
}

.hero-confetti span:nth-child(3n) {
  background: #D6A07B;
  border-radius: 2px;
}

.hero-confetti span:nth-child(4n) {
  width: calc(var(--size) * 0.56);
  height: var(--size);
  background: #B97965;
}

@keyframes rose-gold-fall {
  0% {
    transform: translate3d(0, -12vh, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(var(--drift), 112vh, 0) rotate(240deg);
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  transform: translateX(3vw);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(184, 146, 42, 0.24);
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 11px;
  letter-spacing: 0.25em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 2rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(247, 244, 239, 0.58));
  box-shadow: 0 14px 34px rgba(111, 78, 33, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(12px);
}

.hero-badge .dot {
  width: 6px; height: 6px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(184, 146, 42, 0.1);
  animation: blink 1.5s ease infinite;
}

@keyframes blink {
  0%,100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.hero h1 {
  font-family: var(--headline);
  font-size: clamp(50.4px, 7.2vw, 93.6px);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.05;
  margin-bottom: 1.5rem;
}

.hero h1 em {
  color: var(--gold);
}

@media (min-width: 769px) {
  .hero h1 {
    position: relative;
    isolation: isolate;
  }

  .hero h1::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 122%;
    aspect-ratio: 1.25;
    left: 46%;
    top: 47%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background:
      radial-gradient(
        circle,
        rgba(212, 150, 118, 0.28) 0%,
        rgba(212, 171, 74, 0.2) 34%,
        rgba(247, 244, 239, 0) 72%
      );
    filter: blur(12px);
    pointer-events: none;
  }
}

.hero-sub {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 2rem;
  max-width: 480px;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 2.5rem;
}

.pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(247, 244, 239, 0.56));
  border: 1px solid rgba(184, 146, 42, 0.26);
  border-radius: 999px;
  box-shadow: 0 7px 18px rgba(111, 78, 33, 0.08);
  backdrop-filter: blur(8px);
  padding: 8px 15px 8px 9px;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: var(--text-secondary);
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.pill:hover {
  border-color: rgba(184, 146, 42, 0.48);
  box-shadow: 0 10px 22px rgba(111, 78, 33, 0.12);
  transform: translateY(-2px);
}

.pill .check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(184, 146, 42, 0.14);
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 600;
}

/* BUTTONS */
.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  background: linear-gradient(135deg, #B8922A 0%, #D4AB4A 100%);
  color: #FFFFFF;
  font-family: var(--body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 18px 36px;
  border: 1px solid rgba(184, 146, 42, 0.34);
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(184, 146, 42, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.btn-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.32) 46%, transparent 72%);
  transform: translateX(-120%);
  transition: transform 0.55s ease;
}

.btn-cta > * {
  position: relative;
  z-index: 1;
}

.btn-cta:hover::before { transform: translateX(120%); }
.btn-cta:hover {
  filter: saturate(1.06);
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(184, 146, 42, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.btn-cta .wpp-icon {
  position: relative;
  width: 24px;
  height: 24px;
  padding: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  fill: #FFFFFF;
  flex-shrink: 0;
  transition: transform 0.3s, background 0.3s;
}

.btn-cta:hover .wpp-icon {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.08) rotate(-5deg);
}

.btn-cta-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(184, 146, 42, 0.28);
  border-radius: 999px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 17px 32px;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
}

.btn-cta-ghost:hover {
  border-color: rgba(184, 146, 42, 0.46);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 34px rgba(111, 78, 33, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  transform: translateY(-2px);
}

.cta-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.floating-whatsapp {
  position: fixed !important;
  left: auto !important;
  right: 22px !important;
  bottom: calc(22px + env(safe-area-inset-bottom));
  z-index: 2147483000;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--gold), var(--gold-light));
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 44px rgba(184, 146, 42, 0.35);
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.94);
  transition: opacity 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.floating-whatsapp.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.floating-whatsapp.is-visible:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 24px 52px rgba(184, 146, 42, 0.42);
}

.floating-whatsapp svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}

body.modal-open .floating-whatsapp {
  display: none;
}

body:not(.modal-open) .floating-whatsapp {
  display: inline-flex !important;
}

/* SOCIAL PROOF STRIP */
.proof-strip {
  background: var(--background-tertiary);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 24px 7%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
}

.proof-item {
  text-align: center;
}

.proof-number {
  font-family: var(--headline);
  font-size: 36px;
  font-weight: 400;
  color: var(--gold);
  line-height: 1;
}

.proof-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--text-secondary);
  text-transform: uppercase;
  margin-top: 4px;
}

.proof-divider {
  width: 1px;
  height: 40px;
  background: rgba(184, 146, 42, 0.2);
}

/* SECTIONS */
section { padding: 80px 7%; }

.section-eyebrow {
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.section-eyebrow::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--gold);
  flex-shrink: 0;
}

.section-title {
  font-family: var(--headline);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-align: center;
}

.section-title em { color: var(--gold); }

.section-sub {
  font-size: 15px;
  color: var(--text-secondary);
  max-width: 520px;
  line-height: 1.7;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* BEFORE/AFTER */
.results-section {
  background: var(--background-secondary);
  overflow: hidden;
  padding: 62px clamp(18px, 3vw, 52px);
  scroll-margin-top: 68px;
}

.results-carousel {
  --active-result-image: url('assets/optimized/resultadotopo1.webp');
  --carousel-duration: 4200ms;
  position: relative;
  isolation: isolate;
  max-width: 1480px;
  margin: 2rem auto 0;
  padding: 14px;
  border-radius: 36px;
}

.results-ambient {
  position: absolute;
  inset: -42px;
  z-index: -2;
  border-radius: 48px;
  background:
    linear-gradient(135deg, rgba(239, 235, 227, 0.7), rgba(184, 146, 42, 0.16)),
    var(--active-result-image) center / cover;
  filter: blur(18px) saturate(0.86);
  opacity: 0.32;
  transform: scale(1.08);
  transition: background-image 0.65s ease;
}

.results-carousel::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.22);
  box-shadow: 0 26px 70px rgba(78, 54, 24, 0.14);
  backdrop-filter: blur(8px);
}

.results-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 28px;
  background: rgba(247, 244, 239, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
}

.results-shell::before {
  content: '';
  position: absolute;
  top: -45%;
  right: -12%;
  width: 66%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 146, 42, 0.16), transparent 70%);
  pointer-events: none;
}

.results-stage {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(220px, 0.62fr) minmax(0, 1.7fr);
  gap: 20px;
  padding: 20px 20px 14px;
}

.results-copy {
  position: relative;
  z-index: 2;
  padding: 0 4px 0 8px;
}

.results-case-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1.1rem;
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.results-case-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(184, 146, 42, 0.32);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
  letter-spacing: 0.08em;
}

.results-case-title {
  max-width: 300px;
  margin-bottom: 0.75rem;
  color: var(--text);
  font-family: var(--headline);
  font-size: clamp(34px, 3.5vw, 50px);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 0.98;
  text-transform: uppercase;
}

.results-case-description {
  max-width: 300px;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.6;
}

.results-case-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 2rem;
  color: rgba(26, 22, 18, 0.48);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.results-viewport {
  position: relative;
  height: clamp(330px, 34vw, 470px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 22px;
  background: #1A1612;
  box-shadow: 0 18px 44px rgba(26, 22, 18, 0.18);
}

.result-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.045) translateX(18px);
  transition: opacity 0.65s ease, transform 0.95s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.result-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateX(0);
}

.result-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  cursor: zoom-in;
}

.result-slide figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 34px 18px 16px;
  background: linear-gradient(to top, rgba(12, 10, 8, 0.54), transparent);
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.result-slide figcaption strong {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

.result-slide figcaption i {
  width: 22px;
  height: 1px;
  background: rgba(255, 255, 255, 0.68);
}

.results-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  background: rgba(247, 244, 239, 0.84);
  box-shadow: 0 8px 18px rgba(26, 22, 18, 0.15);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.3s, transform 0.3s;
}

.results-arrow:hover {
  background: #FFFFFF;
  transform: translateY(-50%) scale(1.06);
}

.results-arrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.results-prev { left: 14px; }
.results-next { right: 14px; }

.results-dock {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px 16px;
}

.results-pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 0;
  color: rgba(26, 22, 18, 0.44);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.results-pagination i {
  width: 28px;
  height: 1px;
  background: rgba(26, 22, 18, 0.22);
}

.results-progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  height: 5px;
  overflow: hidden;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.32);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
}

.results-progress-bar {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  box-shadow: 0 0 14px rgba(212, 171, 74, 0.58);
  transform: scaleX(0);
  transform-origin: left center;
}

.results-progress-bar.is-running {
  animation: results-progress var(--carousel-duration) linear forwards;
}

.results-carousel.is-paused .results-progress-bar {
  animation-play-state: paused;
}

@keyframes results-progress {
  to { transform: scaleX(1); }
}

/* BENEFITS */
.benefits-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(212, 171, 74, 0.16), transparent 32%),
    radial-gradient(circle at 86% 84%, rgba(201, 143, 118, 0.18), transparent 30%),
    linear-gradient(180deg, var(--background) 0%, #EFE9DE 100%);
}

.benefits-section::before {
  content: '';
  position: absolute;
  inset: 42px 7%;
  border: 1px solid rgba(184, 146, 42, 0.12);
  pointer-events: none;
}

.benefits-section .section-eyebrow,
.benefits-section .section-title,
.benefits-grid {
  position: relative;
  z-index: 1;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 3.5rem;
}

.benefit-card {
  position: relative;
  min-height: 330px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(247, 244, 239, 0.72));
  padding: 2rem 1.6rem 1.75rem;
  border: 1px solid rgba(26, 22, 18, 0.08);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(26, 22, 18, 0.07);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.benefit-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), transparent 46%),
    radial-gradient(circle at 68% 8%, rgba(212, 171, 74, 0.18), transparent 34%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.benefit-card::after {
  content: '';
  position: absolute;
  left: 1.6rem;
  right: 1.6rem;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(184, 146, 42, 0.82), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.35s ease;
}

.benefit-card:hover {
  transform: translateY(-8px);
  border-color: rgba(184, 146, 42, 0.24);
  box-shadow: 0 30px 90px rgba(26, 22, 18, 0.12);
}

.benefit-card.is-mobile-active {
  transform: translateY(-8px);
  border-color: rgba(184, 146, 42, 0.24);
  box-shadow: 0 30px 90px rgba(26, 22, 18, 0.12);
}

.benefit-card:hover::before { opacity: 1; }
.benefit-card:hover::after { transform: scaleX(1); }
.benefit-card.is-mobile-active::before { opacity: 1; }
.benefit-card.is-mobile-active::after { transform: scaleX(1); }

.benefit-icon {
  position: relative;
  width: 118px;
  height: 118px;
  margin: -0.3rem 0 1.15rem;
  display: grid;
  place-items: center;
}

.benefit-icon::before {
  content: '';
  position: absolute;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: rgba(184, 146, 42, 0.12);
  filter: blur(1px);
}

.benefit-icon img {
  position: relative;
  width: 118px;
  height: 118px;
  object-fit: contain;
  filter: drop-shadow(0 20px 22px rgba(97, 54, 38, 0.18));
  transition: transform 0.35s ease;
}

.benefit-card-fast .benefit-icon img {
  width: 128px;
  height: 128px;
  transform: translate(-2px, -2px);
}

.benefit-card:hover .benefit-icon img {
  transform: translateY(-5px) rotate(-3deg) scale(1.04);
}

.benefit-card-fast:hover .benefit-icon img {
  transform: translate(-2px, -7px) rotate(-3deg) scale(1.04);
}

.benefit-card.is-mobile-active .benefit-icon img {
  transform: translateY(-5px) rotate(-3deg) scale(1.04);
}

.benefit-card-fast.is-mobile-active .benefit-icon img {
  transform: translate(-2px, -7px) rotate(-3deg) scale(1.04);
}

.benefit-number {
  position: absolute;
  top: 1.45rem;
  right: 1.45rem;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: rgba(184, 146, 42, 0.62);
}

.benefit-title {
  position: relative;
  font-family: var(--headline);
  font-size: clamp(29px, 2.4vw, 38px);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 0.98;
  color: var(--text);
  margin-bottom: 0.85rem;
}

.benefit-text {
  position: relative;
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.65;
  max-width: 28ch;
}

/* PRICING */
.pricing-section {
  position: relative;
  overflow: hidden;
  padding-block: 86px 94px;
  background:
    radial-gradient(circle at 16% 12%, rgba(212, 171, 74, 0.2), transparent 28%),
    radial-gradient(circle at 88% 78%, rgba(201, 143, 118, 0.14), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 42%),
    linear-gradient(180deg, var(--background-secondary) 0%, #F7F4EF 100%);
}

.pricing-section::before {
  content: '';
  position: absolute;
  inset: 42px 7%;
  border: 1px solid rgba(184, 146, 42, 0.12);
  pointer-events: none;
}

.pricing-section .section-eyebrow,
.pricing-section .section-title,
.pricing-section .section-sub,
.pricing-trust,
.pricing-cards,
.pricing-note {
  position: relative;
  z-index: 1;
}

.pricing-trust {
  width: min(760px, 100%);
  margin: 1.35rem auto 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.pricing-trust span {
  border: 1px solid rgba(184, 146, 42, 0.18);
  background: rgba(255, 255, 255, 0.56);
  color: rgba(26, 22, 18, 0.72);
  border-radius: 999px;
  padding: 7px 12px;
  min-width: 142px;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-cards {
  width: min(960px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 2.35rem auto 0;
  align-items: stretch;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid rgba(26, 22, 18, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(247, 244, 239, 0.74));
  padding: 1.38rem;
  box-shadow: 0 18px 58px rgba(26, 22, 18, 0.07);
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.price-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 82% 12%, rgba(184, 146, 42, 0.14), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), transparent 46%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.price-card:hover {
  transform: translateY(-4px);
  border-color: rgba(184, 146, 42, 0.32);
  box-shadow: 0 24px 72px rgba(26, 22, 18, 0.11);
}

.price-card:hover::before { opacity: 1; }

.price-card.featured {
  border-color: rgba(184, 146, 42, 0.48);
  background:
    linear-gradient(150deg, #FFFFFF 0%, #FBF4E6 52%, #F3E4C7 100%);
  padding-top: 2.28rem;
  box-shadow: 0 26px 82px rgba(184, 146, 42, 0.16);
  transform: translateY(-4px);
}

.price-card.featured:hover {
  transform: translateY(-7px);
}

.price-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 0.85rem;
}

.price-badge {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  min-height: 30px;
  padding: 7px 18px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(184, 146, 42, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.36);
  z-index: 2;
}

.price-kicker {
  display: block;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.price-name {
  font-family: var(--headline);
  font-size: clamp(32px, 2.6vw, 40px);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 0.95;
  color: var(--text);
}

.price-choice {
  max-width: 126px;
  border: 1px solid rgba(184, 146, 42, 0.18);
  border-radius: 15px;
  padding: 7px 9px;
  color: rgba(26, 22, 18, 0.6);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
  text-align: right;
}

.price-value {
  font-family: var(--headline);
  font-size: clamp(46px, 5vw, 62px);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: 0.01em;
  margin: 0.2rem 0 0.36rem;
  color: var(--text);
}

.price-value small {
  font-size: 16px;
  font-family: var(--body);
  font-weight: 500;
  letter-spacing: 0;
  vertical-align: 0.82em;
}

.price-old {
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 0.45rem;
  text-decoration: none;
  text-transform: uppercase;
}

.price-old:empty {
  display: none;
}

.price-per-lens {
  display: inline-flex;
  align-self: flex-start;
  background: rgba(184, 146, 42, 0.12);
  color: var(--gold);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.price-installment {
  font-size: 12px;
  color: var(--text-secondary);
  margin-bottom: 0.65rem;
}

.price-save {
  display: inline-block;
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(184, 146, 42, 0.18);
  color: rgba(26, 22, 18, 0.72);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 6px 10px;
  border-radius: 11px;
  margin-bottom: 0.9rem;
}

.price-features {
  list-style: none;
  margin-bottom: 1rem;
  flex: 1;
}

.price-features li {
  font-size: 12px;
  color: var(--text-secondary);
  padding: 5.5px 0;
  border-bottom: 1px solid rgba(26, 22, 18, 0.07);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.35;
}

.price-features li .check {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: rgba(184, 146, 42, 0.12);
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 600;
}

.price-cta {
  width: 100%;
  justify-content: center;
  border-radius: 999px;
  min-height: 46px;
  font-size: 11px;
}

.featured .price-cta {
  box-shadow: 0 14px 34px rgba(184, 146, 42, 0.24);
}

.pricing-note {
  text-align: center;
  font-size: 12px;
  color: var(--text-secondary);
  margin-top: 1.5rem;
  letter-spacing: 0.05em;
}

/* BOOKING FLOW */
body.modal-open {
  overflow: hidden;
}

.booking-modal[hidden] {
  display: none;
}

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.booking-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.booking-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 22, 18, 0.42);
  backdrop-filter: blur(10px);
}

.booking-dialog {
  position: relative;
  width: min(520px, 100%);
  max-height: min(720px, calc(100vh - 44px));
  overflow-y: auto;
  background:
    radial-gradient(circle at 18% 0%, rgba(212, 171, 74, 0.16), transparent 30%),
    linear-gradient(180deg, #F7F4EF 0%, #EFEBE3 100%);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 28px;
  box-shadow: 0 36px 120px rgba(26, 22, 18, 0.28);
  padding: 26px 24px 24px;
  transform: translateY(18px) scale(0.98);
  transition: transform 0.25s ease;
}

.booking-modal.is-open .booking-dialog {
  transform: none;
}

.booking-progress {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 22px;
}

.booking-progress span {
  height: 5px;
  border-radius: 999px;
  background: rgba(26, 22, 18, 0.09);
}

.booking-progress span.is-active {
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}

.booking-close,
.booking-back {
  border: 0;
  background: none;
  font-family: var(--body);
  cursor: pointer;
}

.booking-close {
  position: absolute;
  top: 16px;
  right: 18px;
  color: rgba(26, 22, 18, 0.62);
  font-size: 28px;
  line-height: 1;
}

.booking-back {
  color: rgba(26, 22, 18, 0.58);
  font-size: 14px;
  margin-bottom: 12px;
}

.booking-heading {
  text-align: center;
  margin-bottom: 20px;
}

.booking-eyebrow {
  display: inline-flex;
  color: var(--gold);
  background: rgba(184, 146, 42, 0.12);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 14px;
}

.booking-heading h3 {
  font-family: var(--headline);
  font-size: clamp(34px, 6vw, 46px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 8px;
}

.booking-heading p {
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.45;
}

.booking-offer {
  border: 1px solid rgba(192, 57, 43, 0.16);
  background: rgba(192, 57, 43, 0.07);
  border-radius: 22px;
  padding: 14px;
  text-align: center;
  margin-bottom: 12px;
}

.booking-offer > span {
  display: block;
  color: #C0392B;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

.booking-offer.is-claiming {
  border-color: rgba(192, 57, 43, 0.24);
  background:
    radial-gradient(circle at 50% 0%, rgba(239, 0, 0, 0.12), transparent 58%),
    rgba(192, 57, 43, 0.08);
  padding-block: 18px;
}

.booking-offer.is-claiming > span {
  margin-bottom: 0;
  color: #C0392B;
  font-size: 15px;
  line-height: 1.24;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.booking-offer.is-claiming .booking-timer {
  display: none;
}

.booking-timer {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #C0392B;
}

.booking-timer strong {
  min-width: 54px;
  background: #EF0000;
  color: #FFFFFF;
  border-radius: 9px;
  padding: 9px 10px 7px;
  display: grid;
  place-items: center;
  gap: 2px;
  font-family: var(--headline);
  font-size: 32px;
  font-weight: 400;
  line-height: 0.85;
  letter-spacing: 0.02em;
}

.booking-timer strong span {
  display: block;
  color: #FFFFFF;
  font-size: inherit;
  font-weight: inherit;
  line-height: 0.85;
  margin: 0;
}

.booking-timer small {
  font-family: var(--body);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.booking-timer i {
  font-style: normal;
  font-size: 24px;
  font-weight: 600;
}

.booking-selected {
  display: grid;
  gap: 4px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(184, 146, 42, 0.14);
  border-radius: 18px;
  padding: 14px 16px;
  margin-bottom: 14px;
}

.booking-selected span,
.booking-summary span {
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-selected strong {
  font-family: var(--headline);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  color: var(--text);
}

.booking-selected small {
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
}

.booking-options {
  display: grid;
  gap: 12px;
}

.booking-option {
  width: 100%;
  border: 1px solid rgba(26, 22, 18, 0.11);
  background: rgba(255, 255, 255, 0.62);
  color: var(--text);
  border-radius: 18px;
  min-height: 72px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--body);
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.booking-option:hover {
  transform: translateY(-3px);
  border-color: rgba(184, 146, 42, 0.5);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 38px rgba(26, 22, 18, 0.08);
}

.booking-pin {
  width: 22px;
  height: 22px;
  border: 2px solid var(--gold);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  flex-shrink: 0;
  position: relative;
}

.booking-pin::after {
  content: '';
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: var(--gold);
}

.booking-step {
  animation: booking-step-in 0.25s ease both;
}

@keyframes booking-step-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}

.booking-summary {
  border: 1px solid rgba(26, 22, 18, 0.1);
  background: rgba(255, 255, 255, 0.62);
  border-radius: 18px;
  padding: 16px;
  margin-bottom: 14px;
  display: grid;
  gap: 13px;
}

.booking-summary div {
  display: grid;
  gap: 5px;
}

.booking-summary strong {
  color: var(--text);
  font-size: 15px;
  line-height: 1.35;
}

.booking-summary del {
  color: var(--text-secondary);
  font-weight: 400;
  margin-left: 4px;
}

.booking-summary b {
  color: #149846;
  font-weight: 700;
  margin-left: 4px;
}

.booking-whatsapp {
  width: 100%;
  border: 0;
  border-radius: 18px;
  min-height: 58px;
  background: #149846;
  color: #FFFFFF;
  font-family: var(--body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 18px 42px rgba(20, 152, 70, 0.28);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.booking-whatsapp svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex-shrink: 0;
}

.booking-whatsapp:hover {
  transform: translateY(-2px);
  background: #17A651;
  box-shadow: 0 22px 48px rgba(20, 152, 70, 0.34);
}

/* DEPTH REVEAL */
.depth-reveal {
  position: relative;
  background: #1A1612;
}

.depth-reveal-window {
  position: relative;
  height: clamp(440px, 70vh, 680px);
  background: #1A1612;
}

.depth-reveal-gallery {
  position: fixed;
  inset: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  visibility: hidden;
  pointer-events: none;
  clip-path: inset(100% 0 0 0);
  will-change: clip-path;
}

.depth-reveal-gallery.is-visible {
  visibility: visible;
}

.depth-reveal-gallery figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.depth-reveal-gallery img {
  width: 100%;
  height: 100vh;
  display: block;
  object-fit: cover;
  object-position: center 20%;
  filter: brightness(0.72) saturate(0.78);
}

/* TESTIMONIALS */
.stories-carousel {
  --stories-ambient-primary: url('assets/optimized/a.webp');
  --stories-ambient-secondary: url('assets/optimized/d.webp');
  position: relative;
  isolation: isolate;
  margin-top: 3rem;
  padding: 0 54px 24px;
}

.stories-ambient {
  position: absolute;
  inset: -58px -32px -48px;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.stories-ambient::before,
.stories-ambient::after {
  content: '';
  position: absolute;
  top: 5%;
  width: 58%;
  height: 86%;
  border-radius: 36%;
  background-position: center;
  background-size: cover;
  filter: blur(24px) saturate(0.82);
  opacity: 0.22;
  transform: scale(1.08);
  transition: opacity 0.45s ease, filter 0.45s ease;
}

.stories-ambient::before {
  left: -4%;
  background-image: var(--stories-ambient-primary);
}

.stories-ambient::after {
  right: -4%;
  background-image: var(--stories-ambient-secondary);
}

.stories-viewport {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.stories-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}

.stories-track::-webkit-scrollbar {
  display: none;
}

.story-card {
  flex: 0 0 calc((100% - 48px) / 4);
  margin: 0;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #FFFFFF;
  box-shadow: 0 14px 34px rgba(26, 22, 18, 0.08);
}

.story-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  cursor: zoom-in;
}

.stories-arrow {
  position: absolute;
  top: calc(50% - 12px);
  z-index: 2;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(184, 146, 42, 0.34);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: var(--gold);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.25s, color 0.25s, opacity 0.25s, transform 0.25s;
}

.stories-arrow:hover {
  background: var(--gold);
  color: #FFFFFF;
  transform: translateY(-50%) scale(1.06);
}

.stories-arrow:disabled {
  opacity: 0.28;
  cursor: default;
  transform: translateY(-50%);
}

.stories-arrow svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.stories-prev { left: 0; }
.stories-next { right: 0; }

.stories-footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 18px;
  color: rgba(26, 22, 18, 0.5);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
}

.google-rating,
.stories-pagination {
  display: flex;
  align-items: center;
}

.google-rating {
  gap: 8px;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid rgba(26, 22, 18, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 8px 22px rgba(26, 22, 18, 0.05);
  backdrop-filter: blur(12px);
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.google-rating:hover {
  border-color: rgba(184, 146, 42, 0.28);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 30px rgba(26, 22, 18, 0.09);
  transform: translateY(-2px);
}

.google-wordmark {
  display: flex;
  color: #4285F4;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.09em;
}

.google-wordmark b { font-weight: 700; }
.google-wordmark b:nth-child(2),
.google-wordmark b:nth-child(6) { color: #EA4335; }
.google-wordmark b:nth-child(3) { color: #FBBC05; }
.google-wordmark b:nth-child(5) { color: #34A853; }

.google-rating strong {
  color: var(--text);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.google-stars {
  color: #F6B900;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
}

.google-rating-label {
  color: rgba(26, 22, 18, 0.52);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.stories-pagination {
  position: absolute;
  right: 0;
  gap: 10px;
}

.stories-carousel .stories-pagination {
  display: none;
}

.stories-pagination i {
  width: 42px;
  height: 1px;
  background: rgba(184, 146, 42, 0.58);
}

/* IMAGE LIGHTBOX */
.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 4vw, 36px);
  background: rgba(26, 22, 18, 0.82);
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.image-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-stage {
  width: min(100%, 1180px);
  height: min(88vh, 900px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  overscroll-behavior: contain;
  touch-action: none;
  cursor: grab;
}

.image-lightbox.is-zoomed .lightbox-stage {
  cursor: move;
}

.image-lightbox img {
  display: block;
  max-width: 100%;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 24px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  transform: translate3d(var(--lightbox-x, 0px), var(--lightbox-y, 0px), 0) scale(var(--lightbox-zoom, 1));
  transform-origin: center center;
  transition: transform 0.2s ease;
  user-select: none;
  -webkit-user-drag: none;
}

.image-lightbox.is-gesturing img {
  transition: none;
}

.lightbox-close {
  position: absolute;
  top: calc(14px + env(safe-area-inset-top));
  right: calc(14px + env(safe-area-inset-right));
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(26, 22, 18, 0.34);
  color: #FFFFFF;
  display: grid;
  place-items: center;
  font: 300 30px/1 'Barlow', sans-serif;
  cursor: pointer;
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  transition: background 0.2s ease, transform 0.2s ease;
}

.lightbox-close:hover {
  background: rgba(184, 146, 42, 0.72);
  transform: scale(1.04);
}

.lightbox-dots {
  position: absolute;
  left: 50%;
  bottom: calc(16px + env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 22px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  transform: translateX(-50%);
}

.lightbox-dots span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
  transition: width 0.2s ease, background 0.2s ease;
}

.lightbox-dots span.is-active {
  width: 18px;
  background: #FFFFFF;
}

/* FAQ */
.faq-section {
  position: relative;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 18% 12%, rgba(184, 146, 42, 0.12), transparent 30%),
    radial-gradient(circle at 82% 90%, rgba(201, 143, 118, 0.13), transparent 28%),
    linear-gradient(180deg, var(--background-secondary) 0%, var(--background) 100%);
}

.faq-section::before {
  content: '';
  position: absolute;
  inset: 34px 7%;
  border: 1px solid rgba(184, 146, 42, 0.12);
  pointer-events: none;
}

.faq-section .section-eyebrow,
.faq-section .section-title,
.faq-section .section-sub,
.faq-list {
  position: relative;
  z-index: 1;
}

.faq-section .section-sub {
  max-width: 620px;
}

.faq-list {
  width: min(920px, 100%);
  margin: 3.2rem auto 0;
  padding: 12px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(26, 22, 18, 0.08);
  border-radius: 34px;
  box-shadow: 0 28px 90px rgba(26, 22, 18, 0.08);
  text-align: left;
}

.faq-item {
  border: 1px solid transparent;
  border-bottom-color: rgba(26, 22, 18, 0.07);
  border-radius: 24px;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.faq-item:last-child {
  border-bottom-color: transparent;
}

.faq-item.open {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(184, 146, 42, 0.18);
  box-shadow: 0 18px 50px rgba(26, 22, 18, 0.07);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  color: var(--text);
  font-family: var(--body);
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  padding: 22px 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
  transition: color 0.3s ease;
}

.faq-question:hover { color: var(--gold); }

.faq-question-text {
  flex: 1;
}

.faq-icon {
  color: var(--gold);
  width: 34px;
  height: 34px;
  border: 1px solid rgba(184, 146, 42, 0.28);
  border-radius: 50%;
  background: rgba(184, 146, 42, 0.08);
  display: grid;
  place-items: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.faq-item.open .faq-icon {
  background: var(--gold);
  color: #FFFFFF;
  transform: rotate(45deg);
}

.faq-answer {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.7;
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item.open .faq-answer {
  max-height: 320px;
  padding-bottom: 24px;
}

/* FINAL CTA */
.final-cta {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 100px 7%;
  background:
    radial-gradient(circle at 16% 18%, rgba(212, 171, 74, 0.18), transparent 30%),
    radial-gradient(circle at 84% 78%, rgba(201, 143, 118, 0.16), transparent 30%),
    linear-gradient(180deg, var(--background) 0%, var(--background-secondary) 100%);
}

.final-cta::before {
  content: '';
  position: absolute;
  inset: 42px 7%;
  border: 1px solid rgba(184, 146, 42, 0.12);
  pointer-events: none;
}

.final-cta::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 520px;
  height: 520px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 146, 42, 0.1) 0%, transparent 68%);
  pointer-events: none;
}

.final-cta-inner {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  margin: 0 auto;
  padding: clamp(2.4rem, 5vw, 4rem);
  border: 1px solid rgba(26, 22, 18, 0.08);
  border-radius: 42px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.6) 62%, rgba(212, 171, 74, 0.1) 100%);
  box-shadow: 0 34px 110px rgba(26, 22, 18, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.74);
  isolation: isolate;
}

.final-cta-inner::before,
.final-cta-inner::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.final-cta-inner::before {
  inset: 1px;
  border-radius: inherit;
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 171, 74, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), transparent 44%);
  z-index: -1;
}

.final-cta-inner::after {
  left: 50%;
  bottom: -80px;
  width: min(560px, 82%);
  height: 160px;
  border-radius: 50%;
  background: rgba(184, 146, 42, 0.12);
  filter: blur(42px);
  transform: translateX(-50%);
  z-index: -2;
}

.final-cta .section-eyebrow {
  width: max-content;
  margin-inline: auto;
  margin-bottom: 1.15rem;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(184, 146, 42, 0.14);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 12px 34px rgba(184, 146, 42, 0.08);
}

.final-cta h2 {
  font-family: var(--headline);
  font-size: clamp(46px, 6.6vw, 92px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  position: relative;
}

.final-cta h2 em {
  color: var(--gold);
}

.final-cta p {
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.65;
  max-width: 600px;
  margin: 0 auto 1.7rem;
  position: relative;
}

.final-cta-points {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.final-cta-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(184, 146, 42, 0.18);
  background: rgba(255, 255, 255, 0.68);
  color: rgba(26, 22, 18, 0.68);
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.final-cta-points span::before {
  content: '';
  width: 8px;
  height: 5px;
  border-left: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(-45deg) translateY(-1px);
  flex-shrink: 0;
}

.final-cta .btn-cta {
  font-size: 14px;
  padding: 20px 46px;
  border-radius: 999px;
  color: #FFFFFF;
  box-shadow: 0 20px 48px rgba(184, 146, 42, 0.28);
  position: relative;
  animation: cta-breathe 3.8s ease-in-out infinite;
}

.guarantee {
  margin-top: 1.5rem;
  margin-bottom: 0 !important;
  font-size: 12px;
  color: var(--text-secondary);
  letter-spacing: 0.05em;
  position: relative;
}

/* FOOTER */
footer {
  background: var(--background-secondary);
  border-top: 1px solid var(--border);
  padding: 30px 7%;
  text-align: center;
  font-size: 12px;
  color: var(--text-secondary);
  letter-spacing: 0.08em;
}

@media (max-width: 1100px) {
  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-card {
    flex-basis: calc((100% - 32px) / 3);
  }
}

/* RESPONSIVE */
@media (min-width: 1600px) {
  .hero,
  section,
  .proof-strip,
  footer {
    padding-left: max(7%, calc((100vw - 1680px) / 2 + 96px));
    padding-right: max(7%, calc((100vw - 1680px) / 2 + 96px));
  }

  .hero {
    min-height: min(920px, 92vh);
  }

  .hero-content {
    transform: none;
  }
}

@media (min-width: 769px) and (max-height: 840px) {
  .urgency-bar {
    min-height: 44px;
    padding-block: 7px;
    font-size: 15px;
  }

  .hero {
    min-height: calc(100vh - 44px);
    padding-top: 34px;
    padding-bottom: 38px;
  }

  .hero-bg {
    background-size: auto 106%;
    background-position: right center;
  }

  .hero-content {
    max-width: 540px;
    transform: translateX(1vw);
  }

  .hero-badge {
    margin-bottom: 1.2rem;
    padding: 7px 14px;
    font-size: 10px;
    letter-spacing: 0.22em;
  }

  .hero h1 {
    font-size: clamp(56px, 6vw, 78px);
    line-height: 1;
    margin-bottom: 1rem;
  }

  .hero-sub {
    max-width: 420px;
    margin-bottom: 1.15rem;
    font-size: 14.5px;
    line-height: 1.55;
  }

  .hero-pills {
    gap: 8px;
    margin-bottom: 1.25rem;
  }

  .pill {
    padding: 7px 12px 7px 8px;
    font-size: 10.5px;
  }

  .cta-row {
    gap: 0.85rem;
  }

  .hero .btn-cta,
  .hero .btn-cta-ghost {
    padding: 15px 28px;
    font-size: 11.5px;
  }
}

@media (min-width: 769px) and (max-width: 1500px) {
  .hero {
    padding-left: clamp(58px, 8vw, 104px);
    padding-right: clamp(28px, 4vw, 64px);
  }

  .hero-bg {
    background-size: auto 106%;
    background-position: calc(100% + clamp(74px, 7.5vw, 132px)) center;
  }

  .hero-bg::after {
    background: linear-gradient(
      to right,
      #F7F4EF 0%,
      rgba(247, 244, 239, 0.98) 25%,
      rgba(247, 244, 239, 0.74) 33%,
      rgba(247, 244, 239, 0.22) 41%,
      rgba(247, 244, 239, 0) 50%
    );
  }

  .hero-content {
    max-width: clamp(430px, 35.5vw, 520px);
    transform: none;
  }

  .hero-badge {
    margin-bottom: 1.25rem;
    padding: 8px 15px;
    font-size: 10px;
    letter-spacing: clamp(0.14em, 0.18vw, 0.2em);
  }

  .hero h1 {
    font-size: clamp(54px, 5.15vw, 74px);
    line-height: 1;
    margin-bottom: 1.15rem;
  }

  .hero-sub {
    max-width: 390px;
    font-size: 14.5px;
    line-height: 1.58;
    margin-bottom: 1.25rem;
  }

  .hero-pills {
    gap: 8px;
    margin-bottom: 1.45rem;
  }

  .pill {
    padding: 7px 12px 7px 8px;
    font-size: 10.5px;
  }

  .cta-row {
    gap: 0.9rem;
  }

  .hero .btn-cta,
  .hero .btn-cta-ghost {
    padding: 15px 28px;
    font-size: 11.5px;
  }

  #historias-reais {
    padding-top: 88px;
    padding-bottom: 96px;
  }

  .stories-carousel {
    margin-top: 3.4rem;
    padding-inline: 64px;
    padding-bottom: 32px;
  }

  .story-card {
    flex-basis: calc((100% - 32px) / 3);
  }

  .story-card img {
    aspect-ratio: 1.06;
  }

  .google-rating {
    min-height: 34px;
    padding: 7px 13px;
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .hero {
    padding-left: clamp(34px, 5.8vw, 68px);
    padding-right: clamp(20px, 3vw, 42px);
  }

  .hero-bg {
    background-size: auto 101%;
    background-position: calc(100% + clamp(128px, 17vw, 214px)) center;
  }

  .hero-bg::after {
    background: linear-gradient(
      to right,
      #F7F4EF 0%,
      rgba(247, 244, 239, 0.98) 30%,
      rgba(247, 244, 239, 0.78) 40%,
      rgba(247, 244, 239, 0.24) 52%,
      rgba(247, 244, 239, 0) 63%
    );
  }

  .hero-content {
    max-width: clamp(360px, 43vw, 430px);
  }

  .hero-badge {
    max-width: 100%;
    font-size: 9.2px;
    letter-spacing: 0.13em;
    white-space: normal;
  }

  .hero h1 {
    font-size: clamp(45px, 5.4vw, 60px);
  }

  .hero h1::before {
    width: 132%;
    left: 48%;
  }

  .hero-sub {
    max-width: 332px;
    font-size: 13.5px;
    line-height: 1.5;
  }

  .hero-pills {
    max-width: 390px;
  }

  .pill {
    font-size: 9.6px;
  }

  .cta-row {
    align-items: stretch;
    max-width: 420px;
  }
}

@media (max-width: 768px) {
  .urgency-bar {
    min-height: 40px;
    padding: 5px 8px;
    font-size: 12px;
    line-height: 1.12;
  }
  .language-toggle {
    top: calc(40px + 8px);
    right: 10px;
    height: 42px;
    width: 86px;
  }

  .language-toggle__track {
    padding: 5px;
  }

  .language-toggle__option {
    font-size: 6.5px;
  }

  .language-toggle__option::before {
    height: 23px;
    width: 23px;
  }
  .hero {
    display: block;
    min-height: auto;
    padding: 0 0 44px;
    background: var(--background);
  }
  .hero-bg {
    position: relative;
    inset: auto;
    width: 100%;
    height: clamp(372px, 49svh, 486px);
    background-image: url('assets/optimized/bgmobile.webp');
    background-position: center bottom;
    background-size: auto 130%;
    background-repeat: no-repeat;
    background-color: var(--background);
  }
  .hero-bg::after {
    background:
      radial-gradient(
        ellipse at 50% 94%,
        rgba(212, 171, 74, 0.3) 0%,
        rgba(212, 171, 74, 0.13) 30%,
        rgba(212, 171, 74, 0) 62%
      ),
      linear-gradient(
        to bottom,
        rgba(247, 244, 239, 0) 0%,
        rgba(247, 244, 239, 0.04) 54%,
        rgba(247, 244, 239, 0.62) 86%,
        #F7F4EF 100%
      ),
      linear-gradient(
        to right,
        rgba(247, 244, 239, 0.2) 0%,
        rgba(247, 244, 239, 0) 24%,
        rgba(247, 244, 239, 0) 76%,
        rgba(247, 244, 239, 0.16) 100%
      );
  }
  .hero-content {
    width: 100%;
    max-width: none;
    margin-top: -54px;
    padding: 0 16px;
    transform: none;
    text-align: center;
  }
  .hero-badge {
    width: fit-content;
    max-width: min(390px, calc(100vw - 28px));
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    min-height: 50px;
    padding: 13px 20px;
    margin-bottom: 1.05rem;
    border-radius: 999px;
    border-color: rgba(184, 146, 42, 0.28);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(247, 244, 239, 0.7));
    box-shadow: 0 14px 36px rgba(111, 78, 33, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(12px);
    font-size: 10.4px;
    line-height: 1.35;
    letter-spacing: 0.055em;
    white-space: normal;
    overflow: hidden;
  }
  .hero-badge .dot {
    width: 5px;
    height: 5px;
    box-shadow: 0 0 0 5px rgba(184, 146, 42, 0.12);
  }
  .hero h1 {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(40px, 11vw, 50px);
    line-height: 1;
    margin-bottom: 1rem;
    text-shadow: none;
    text-align: center;
  }
  .hero-sub {
    max-width: 342px;
    margin: 0 auto 1.15rem;
    color: rgba(26, 22, 18, 0.64);
    font-size: 14px;
    line-height: 1.55;
    text-shadow: none;
    text-align: center;
  }
  .hero-pills {
    --hero-pill-size: clamp(94px, 27vw, 104px);
    display: grid;
    grid-template-columns: repeat(3, var(--hero-pill-size));
    align-items: flex-start;
    justify-content: center;
    gap: 9px;
    width: 100%;
    max-width: none;
    margin: 0 auto 1.35rem;
  }
  .pill {
    width: var(--hero-pill-size);
    min-width: var(--hero-pill-size);
    max-width: var(--hero-pill-size);
    min-height: 58px;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 8px 6px;
    border-radius: 20px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(247, 244, 239, 0.82));
    box-shadow: 0 13px 28px rgba(111, 78, 33, 0.09);
    font-size: 10px;
    line-height: 1.12;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .pill .check {
    width: 24px;
    height: 24px;
    background:
      radial-gradient(circle at 34% 28%, #FFFFFF 0%, rgba(255, 255, 255, 0.35) 36%, transparent 62%),
      rgba(184, 146, 42, 0.16);
    box-shadow: inset 0 0 0 1px rgba(184, 146, 42, 0.12);
    font-size: 12px;
  }
  .cta-row {
    width: min(356px, 100%);
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 11px;
  }
  .hero .btn-cta,
  .hero .btn-cta-ghost {
    width: 100%;
    justify-content: center;
    min-height: 56px;
    padding: 16px 18px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 0.055em;
  }
  .hero .btn-cta {
    background: linear-gradient(135deg, #A77C16, var(--gold-light));
    color: #FFFFFF;
    font-weight: 700;
    text-transform: none;
    box-shadow: 0 18px 42px rgba(184, 146, 42, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  }
  .hero .btn-cta .cta-label {
    font-size: 0;
  }
  .hero .btn-cta .cta-label::after {
    content: attr(data-mobile-label);
    font-size: 13px;
    letter-spacing: 0.02em;
  }
  .hero .btn-cta-ghost {
    border-color: rgba(184, 146, 42, 0.3);
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 14px 34px rgba(111, 78, 33, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(10px);
  }
  .hero .btn-cta .wpp-icon {
    width: 23px;
    height: 23px;
    padding: 4px;
  }
  .floating-whatsapp {
    left: auto;
    right: 16px !important;
    bottom: calc(16px + env(safe-area-inset-bottom));
    width: 52px;
    height: 52px;
  }
  .floating-whatsapp svg {
    width: 24px;
    height: 24px;
  }
  .proof-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
    padding: 18px 16px;
  }
  .proof-number {
    font-size: 30px;
  }
  .proof-label {
    max-width: 140px;
    margin: 4px auto 0;
    font-size: 9px;
    line-height: 1.35;
    letter-spacing: 0.14em;
  }
  .proof-divider { display: none; }
  .results-carousel {
    margin-top: 1.35rem;
    padding: 0;
    border-radius: 26px;
  }
  .results-carousel::after {
    inset: -6px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 18px 48px rgba(78, 54, 24, 0.12);
  }
  .results-shell {
    border-radius: 24px;
    background: rgba(247, 244, 239, 0.82);
  }
  .results-stage {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 8px 8px 12px;
  }
  .results-copy {
    padding: 0 8px;
  }
  .results-case-label {
    margin-bottom: 0.5rem;
  }
  .results-case-title {
    max-width: none;
    font-size: 35px;
  }
  .results-case-description {
    max-width: none;
    font-size: 12.5px;
    line-height: 1.5;
  }
  .results-case-meta { display: none; }
  .results-viewport {
    order: -1;
    height: clamp(300px, 77vw, 390px);
    margin: 0 6px;
    overflow: visible;
    border: none;
    border-radius: 20px;
    background: transparent;
    box-shadow: none;
  }
  .result-slide {
    overflow: hidden;
    border-radius: 18px;
    background: #1A1612;
    box-shadow: 0 16px 34px rgba(26, 22, 18, 0.15);
  }
  .result-slide figcaption {
    padding: 28px 16px 16px;
    font-size: 9px;
  }
  .results-arrow {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 28px rgba(26, 22, 18, 0.16);
  }
  .results-prev { left: -8px; }
  .results-next { right: -8px; }
  .results-dock {
    justify-content: center;
    padding: 10px 10px 8px;
  }
  .results-progress {
    right: 0;
    bottom: 0;
    left: 0;
    height: 5px;
  }
  .results-pagination { margin-left: 0; }
  .benefits-section::before {
    inset: 28px 5%;
  }
  .benefits-grid {
    grid-template-columns: 1fr;
    margin-top: 2.4rem;
  }
  .benefit-card {
    min-height: auto;
    padding: 1.85rem 1.55rem 1.7rem;
    text-align: center;
  }
  .benefit-icon {
    width: 98px;
    height: 98px;
    margin: 0 auto 0.8rem;
  }
  .benefit-icon img {
    width: 98px;
    height: 98px;
  }
  .benefit-card-fast .benefit-icon img {
    width: 108px;
    height: 108px;
  }
  .benefit-number {
    top: 1.35rem;
    right: 1.35rem;
  }
  .benefit-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .benefit-text {
    max-width: 31ch;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .faq-section::before {
    inset: 28px 5%;
  }
  .faq-list {
    margin-top: 2.4rem;
    padding: 7px;
    border-radius: 26px;
  }
  .faq-item {
    border-radius: 20px;
  }
  .faq-question {
    padding: 18px 16px;
    font-size: 15px;
    gap: 0.9rem;
  }
  .faq-icon {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  .faq-answer {
    padding: 0 16px;
  }
  .faq-item.open .faq-answer {
    padding-bottom: 18px;
  }
  .depth-reveal-window {
    height: 62vh;
    min-height: 420px;
    max-height: 560px;
    padding: 0;
    background: #1A1612;
  }
  .depth-reveal-gallery {
    position: fixed;
    inset: 0;
    z-index: 2;
    visibility: hidden;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 0;
    clip-path: inset(100% 0 0 0);
    border-radius: 0;
    overflow: visible;
    will-change: clip-path;
  }
  .depth-reveal-gallery.is-visible {
    visibility: visible;
  }
  .depth-reveal-gallery figure {
    min-height: 0;
    border-radius: 0;
    overflow: hidden;
  }
  .depth-reveal-gallery img {
    width: 100%;
    height: 50vh;
    min-height: 0;
    object-fit: cover;
    object-position: center 18%;
    filter: brightness(0.7) saturate(0.78);
  }
  .depth-reveal-gallery figure:nth-child(1) img {
    object-position: 38% 18%;
  }
  .depth-reveal-gallery figure:nth-child(2) img {
    object-position: 58% 16%;
  }
  .depth-reveal-gallery figure:nth-child(3) img {
    object-position: 46% 20%;
  }
  .depth-reveal-gallery figure:nth-child(4) img {
    object-position: 60% 20%;
  }
  .stories-carousel {
    margin-top: 2.2rem;
    padding: 0 24px 22px;
  }
  .stories-viewport {
    overflow: visible;
    border-radius: 22px;
  }
  .stories-track {
    gap: 14px;
  }
  .story-card {
    flex-basis: calc((100% - 14px) / 2);
    border-radius: 20px;
    box-shadow: 0 22px 50px rgba(26, 22, 18, 0.1);
  }
  .story-card img {
    aspect-ratio: 0.82;
    object-fit: contain;
  }
  .stories-arrow {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 28px rgba(26, 22, 18, 0.12);
  }
  .stories-prev {
    left: 2px;
  }
  .stories-next {
    right: 2px;
  }
  .google-rating-label {
    display: none;
  }
  .pricing-section::before {
    inset: 18px 10px;
  }
  .pricing-section {
    padding: 54px 16px 62px;
  }
  .pricing-section .section-title {
    max-width: 390px;
    margin-inline: auto;
    font-size: clamp(36px, 9.6vw, 44px);
    line-height: 1.02;
  }
  .pricing-section .section-sub {
    max-width: 340px;
    font-size: 14px;
    line-height: 1.55;
  }
  .pricing-trust {
    justify-content: center;
    margin-top: 1.05rem;
    gap: 8px;
  }
  .pricing-trust span {
    min-width: 128px;
    font-size: 9.5px;
    padding: 7px 10px;
  }
  .pricing-cards {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 1.85rem;
    width: min(100%, 430px);
  }
  .price-card,
  .price-card.featured,
  .price-card.featured:hover {
    transform: none;
  }
  .price-card {
    padding: 1.08rem 1.05rem;
    border-radius: 24px;
    align-items: center;
    text-align: center;
  }
  .price-badge {
    top: 10px;
    right: 20px;
    left: auto;
    transform: none;
    width: 30px;
    height: 30px;
    min-width: 0;
    min-height: 0;
    padding: 0;
    font-size: 15px;
    letter-spacing: 0;
    border-radius: 50%;
  }
  .price-badge span {
    font-size: 0;
  }
  .price-badge span::before {
    content: '\2713';
    font-size: 15px;
  }
  .price-card.featured {
    padding-top: 1.7rem;
  }
  .price-card-head {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 0.7rem;
    text-align: center;
  }
  .price-choice {
    max-width: 126px;
    font-size: 9.5px;
    padding: 6px 8px;
    text-align: center;
  }
  .price-kicker {
    font-size: 9.5px;
    letter-spacing: 0.18em;
  }
  .price-name {
    font-size: 34px;
  }
  .price-old {
    font-size: 11px;
    margin-bottom: 0.22rem;
  }
  .price-value {
    font-size: 46px;
    margin-block: 0.1rem 0.25rem;
  }
  .price-value small {
    font-size: 13px;
  }
  .price-per-lens,
  .price-save {
    align-self: center;
    font-size: 9.5px;
  }
  .price-installment {
    font-size: 11.5px;
    margin-bottom: 0.52rem;
  }
  .price-save {
    margin-bottom: 0.7rem;
  }
  .price-features {
    width: 100%;
    margin-bottom: 0.8rem;
    text-align: left;
  }
  .price-features li {
    padding: 4.8px 0;
    font-size: 11.5px;
  }
  .price-features li .check {
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
  .price-cta {
    align-self: stretch;
    min-height: 44px;
    font-size: 10.5px;
  }
  .booking-modal {
    padding: 12px;
  }
  .booking-dialog {
    width: 100%;
    max-height: calc(100svh - 24px);
    border-radius: 24px;
    padding: 22px 16px 18px;
  }
  .booking-heading h3 {
    font-size: 36px;
  }
  .booking-offer {
    padding: 12px;
  }
  .booking-timer strong {
    min-width: 48px;
    font-size: 28px;
  }
  .booking-option {
    min-height: 66px;
    padding: 16px;
    font-size: 15px;
  }
  .booking-summary {
    padding: 14px;
  }
  .booking-whatsapp {
    min-height: 56px;
    padding: 0 16px;
    font-size: 13px;
  }
  .final-cta {
    padding: 56px 14px 62px;
  }
  .final-cta::before {
    inset: 18px 10px;
    border-color: rgba(184, 146, 42, 0.16);
  }
  .final-cta::after {
    width: 360px;
    height: 360px;
    opacity: 0.86;
  }
  .final-cta-inner {
    border-radius: 34px;
    padding: 2rem 1.2rem 2.15rem;
  }
  .final-cta .section-eyebrow {
    margin-bottom: 1rem;
    padding: 8px 13px;
    font-size: 9px;
    letter-spacing: 0.24em;
  }
  .final-cta h2 {
    max-width: 430px;
    margin-inline: auto;
    font-size: clamp(40px, 11vw, 52px);
    line-height: 0.98;
    text-wrap: balance;
  }
  .final-cta p {
    max-width: 340px;
    font-size: 15px;
    line-height: 1.58;
    margin-bottom: 1.4rem;
  }
  .final-cta-points {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: min(100%, 320px);
    margin-inline: auto;
    margin-bottom: 1.5rem;
    gap: 9px;
  }
  .final-cta-points span {
    justify-content: center;
    min-height: 40px;
    border-radius: 999px;
    padding: 0 14px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 12px 28px rgba(26, 22, 18, 0.06);
  }
  .final-cta .btn-cta {
    width: min(100%, 330px);
    min-height: 60px;
    justify-content: center;
    padding: 0 22px;
    margin-inline: auto;
    letter-spacing: 0.1em;
  }
  .guarantee {
    max-width: 300px;
    margin-inline: auto;
    line-height: 1.55;
  }
}

@media (max-width: 480px) {
  .urgency-bar {
    min-height: 38px;
    padding: 5px 7px;
    font-size: 11px;
  }

  .proof-strip {
    padding: 16px 14px;
    gap: 12px 8px;
  }

  .proof-number {
    font-size: 28px;
  }

  .proof-label {
    max-width: 132px;
    font-size: 8px;
    letter-spacing: 0.12em;
  }

  .results-section {
    padding: 48px 12px;
  }

  .results-section .section-eyebrow,
  .results-section .section-sub {
    display: none;
  }

  .results-section .section-title {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 0.4rem;
  }

  .results-carousel {
    margin-top: 1rem;
  }

  .results-stage {
    padding: 7px 7px 10px;
  }

  .results-viewport {
    height: clamp(292px, 75vw, 360px);
    margin: 0 4px;
  }

  .results-prev { left: -6px; }
  .results-next { right: -6px; }

  .results-copy {
    padding: 0 7px;
  }

  .results-case-title {
    font-size: 30px;
  }

  .depth-reveal-window {
    height: 60vh;
    min-height: 390px;
    max-height: 520px;
  }

  .depth-reveal-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .depth-reveal-gallery img {
    height: 50vh;
    filter: brightness(0.68) saturate(0.78);
  }

  .benefit-card {
    padding: 1.75rem 1.35rem 1.55rem;
  }

  .benefit-icon {
    margin-inline: auto;
  }

  .benefit-title,
  .benefit-text {
    text-align: center;
  }

  .hero {
    padding: 0 0 40px;
  }

  .hero-bg {
    height: clamp(360px, 46svh, 430px);
    background-image: url('assets/optimized/bgmobile.webp');
    background-position: center bottom;
    background-size: auto 136%;
  }

  .hero-content {
    max-width: none;
    margin-top: -58px;
    padding-inline: 12px;
    transform: none;
  }

  .hero-badge {
    max-width: min(382px, calc(100vw - 24px));
    min-height: 48px;
    padding-inline: 17px;
    font-size: 10px;
    letter-spacing: 0.04em;
  }

  .hero h1 {
    max-width: 354px;
    font-size: clamp(39px, 11vw, 46px);
  }

  .hero-sub,
  .cta-row {
    max-width: 312px;
  }

  .hero-pills {
    --hero-pill-size: clamp(92px, 27vw, 100px);
    width: 100%;
    gap: 8px;
    margin-bottom: 1rem;
  }

  .pill {
    width: var(--hero-pill-size);
    min-width: var(--hero-pill-size);
    max-width: var(--hero-pill-size);
    min-height: 52px;
    font-size: 9.5px;
  }

  .hero .btn-cta,
  .hero .btn-cta-ghost {
    min-height: 54px;
    border-radius: 999px;
  }

  .pricing-trust {
    justify-content: center;
  }

  .pricing-trust span {
    min-width: 120px;
    font-size: 9px;
    padding: 7px 9px;
  }

  .price-card-head {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .price-choice {
    max-width: 116px;
    text-align: center;
    font-size: 9px;
  }

  .price-card {
    padding: 1rem 0.92rem;
  }

  .price-name {
    font-size: 32px;
  }

  .price-value {
    font-size: 43px;
  }

  .price-features li {
    font-size: 11px;
  }

  .booking-progress {
    margin-right: 32px;
  }

  .booking-heading {
    margin-bottom: 16px;
  }

  .booking-selected strong {
    font-size: 27px;
  }

  .final-cta {
    padding: 44px 10px 50px;
  }

  .final-cta::before {
    inset: 12px 8px;
  }

  .final-cta-inner {
    border-radius: 30px;
    padding: 1.7rem 1rem 1.95rem;
  }

  .final-cta .section-eyebrow {
    max-width: 100%;
    white-space: nowrap;
    font-size: 8.5px;
    padding-inline: 11px;
  }

  .final-cta h2 {
    max-width: 310px;
    font-size: clamp(38px, 12vw, 44px);
  }

  .final-cta p {
    max-width: 285px;
    font-size: 14px;
    margin-bottom: 1.25rem;
  }

  .final-cta-points {
    width: min(100%, 286px);
    gap: 8px;
    margin-bottom: 1.35rem;
  }

  .final-cta-points span {
    min-height: 37px;
    padding-inline: 12px;
    font-size: 10px;
    letter-spacing: 0.07em;
  }

  .final-cta .btn-cta {
    width: min(100%, 298px);
    min-height: 58px;
    font-size: 11.5px;
    padding-inline: 16px;
  }

  .guarantee {
    max-width: 260px;
    font-size: 11px;
    letter-spacing: 0.04em;
  }

  .stories-carousel {
    margin-top: 2rem;
    padding-inline: 18px;
    padding-bottom: 18px;
  }

  .stories-ambient {
    inset: -28px -16px -36px;
  }

  .stories-ambient::before,
  .stories-ambient::after {
    width: 78%;
    opacity: 0.24;
    filter: blur(20px) saturate(0.84);
  }

  .story-card {
    flex-basis: 100%;
    border-radius: 22px;
    border-color: rgba(184, 146, 42, 0.12);
    box-shadow: 0 24px 60px rgba(26, 22, 18, 0.11);
  }

  .story-card img {
    aspect-ratio: 0.86;
    padding: 0;
  }

  .stories-arrow {
    width: 36px;
    height: 36px;
    top: 48%;
  }

  .stories-prev {
    left: -2px;
  }

  .stories-next {
    right: -2px;
  }

  .stories-footer {
    padding-top: 16px;
  }

  .google-rating {
    min-height: 32px;
    padding: 6px 12px;
    box-shadow: 0 12px 30px rgba(26, 22, 18, 0.07);
  }

  .google-wordmark {
    font-size: 15px;
  }

  .google-stars {
    font-size: 15px;
  }

  .image-lightbox {
    padding: 12px;
  }

  .image-lightbox img {
    max-height: 86vh;
    border-radius: 18px;
  }
}

/* ANIMATIONS */
.fade-in,
.motion-rise,
.motion-pop,
.motion-left,
.motion-right,
.motion-blur {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(4px);
  transition:
    opacity 0.75s cubic-bezier(0.2, 0.65, 0.25, 1),
    transform 0.75s cubic-bezier(0.2, 0.65, 0.25, 1),
    filter 0.75s cubic-bezier(0.2, 0.65, 0.25, 1);
  transition-delay: var(--motion-delay, 0ms);
}

.motion-pop {
  transform: translateY(22px) scale(0.96);
}

.motion-left {
  transform: translateX(-28px);
}

.motion-right {
  transform: translateX(28px);
}

.motion-blur {
  transform: translateY(10px) scale(1.015);
  filter: blur(9px);
}

.fade-in.visible,
.motion-rise.visible,
.motion-pop.visible,
.motion-left.visible,
.motion-right.visible,
.motion-blur.visible {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

@keyframes cta-breathe {
  0%, 100% {
    box-shadow: 0 20px 48px rgba(184, 146, 42, 0.26);
  }
  50% {
    box-shadow: 0 24px 62px rgba(184, 146, 42, 0.4);
  }
}

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

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

  .fade-in,
  .motion-rise,
  .motion-pop,
  .motion-left,
  .motion-right,
  .motion-blur {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

