/* ===== ITAQUERA SMILE HERO CONSOLIDADA ===== */
:root {
  --gold: #c9a84c;
  --gold-light: #dbc57d;
  --ink: #041017;
  --text: #f1f0ec;
  --muted: #d8d8d4;
  --line: rgba(211, 143, 35, 0.28);
  --serif: "Jost", Arial, sans-serif;
  --sans: "Jost", Arial, sans-serif;
  --hero-blue: #0a223d;
  --hero-blue-soft: #185591;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: var(--sans);
}

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

.hero {
  background: #07131a;
  isolation: isolate;
  min-height: 94svh;
  overflow: hidden;
  position: relative;
}

.hero::before {
  background: url("hero-teste-20260607.png?v=81") center / cover no-repeat;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -2;
}

.hero::after {
  background:
    radial-gradient(ellipse at 23% 44%, rgba(19, 72, 118, 0.34), rgba(9, 34, 58, 0.2) 36%, transparent 70%),
    radial-gradient(ellipse at 56% 40%, rgba(5, 12, 18, 0.08), rgba(5, 12, 18, 0.04) 42%, transparent 72%);
  content: "";
  height: clamp(360px, 42vw, 660px);
  opacity: 0.78;
  pointer-events: none;
  position: absolute;
  left: -7vw;
  top: 10%;
  width: clamp(520px, 54vw, 900px);
  z-index: 0;
}

.hero__shade {
  background:
    radial-gradient(ellipse at 22% 42%, rgba(21, 79, 128, 0.42), rgba(12, 42, 70, 0.26) 34%, transparent 67%),
    radial-gradient(ellipse at 78% 34%, rgba(201, 168, 76, 0.08), rgba(128, 84, 28, 0.04) 30%, transparent 66%),
    linear-gradient(90deg, rgba(2, 12, 20, 0.7) 0%, rgba(6, 23, 38, 0.58) 22%, rgba(8, 25, 40, 0.36) 46%, rgba(5, 16, 25, 0.14) 76%, rgba(3, 12, 18, 0.06) 100%),
    linear-gradient(180deg, rgba(3, 12, 18, 0.1), transparent 34%, rgba(1, 8, 12, 0.18) 100%);
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.header {
  align-items: center;
  display: flex;
  height: 118px;
  left: 0;
  padding: 0 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

.header::before {
  background: transparent;
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.brand {
  align-items: center;
  display: flex;
  height: 88px;
  justify-content: center;
  left: clamp(46px, 5vw, 90px);
  position: absolute;
  top: 24px;
  width: clamp(270px, 18vw, 340px);
  z-index: 1;
}

.brand img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.nav {
  align-items: center;
  display: flex;
  gap: clamp(34px, 4.35vw, 65px);
  left: clamp(430px, 35vw, 610px);
  position: absolute;
  top: 43px;
  z-index: 1;
}

.nav__link {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.02em;
  padding: 10px 0 18px;
  position: relative;
  transition: color 180ms ease;
}

.nav__link::after {
  background: var(--gold-light);
  bottom: 7px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

.nav__link:hover,
.nav__link:focus-visible,
.nav__link--active {
  color: #fff;
}

.nav__link:hover::after,
.nav__link:focus-visible::after,
.nav__link--active::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
}

.language-switch {
  cursor: pointer;
  height: 46px;
  position: absolute;
  right: clamp(34px, 4.7vw, 82px);
  top: 36px;
  width: 92px;
  z-index: 2;
}

.language-switch__input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.language-switch__track {
  align-items: center;
  backdrop-filter: blur(14px);
  background:
    linear-gradient(135deg, rgba(3, 13, 20, 0.9), rgba(10, 34, 61, 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: 999px;
  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;
  width: 100%;
}

.language-switch__track:hover {
  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-switch__option {
  align-content: center;
  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-switch__option--pt::before,
.language-switch__option--es::before {
  border-radius: 50%;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.28);
  content: "";
  display: block;
  height: 25px;
  width: 25px;
}

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

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

.language-switch__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(0, 0, 0, 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-switch__input:checked + .language-switch__track {
  background:
    linear-gradient(135deg, rgba(3, 13, 20, 0.86), rgba(10, 34, 61, 0.6)),
    radial-gradient(circle at 78% 50%, rgba(201, 168, 76, 0.2), transparent 42%);
}

.language-switch__input:checked + .language-switch__track .language-switch__thumb {
  transform: translateX(100%);
}

.hero__content {
  left: max(7.4vw, 72px);
  position: absolute;
  top: 23.4%;
  z-index: 3;
}

.hero__eyebrow {
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--sans);
  font-size: clamp(11px, 0.82vw, 14px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.31em;
  margin: 0 0 17px 2px;
  text-transform: uppercase;
}

.hero__title {
  color: #f7f7f4;
  font-family: var(--serif);
  font-size: clamp(80px, 6.05vw, 103px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.87;
  margin: 0;
}

.hero__title strong {
  background: linear-gradient(135deg, #e0bd68 0%, #b88d35 100%);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  font-weight: 500;
  color: transparent;
}

.hero__description {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.58;
  margin: 25px 0 0 2px;
}

.hero__description span {
  color: var(--gold);
}

.hero__actions {
  display: flex;
  gap: 31px;
  margin-top: 35px;
}

.button {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 500;
  gap: 12px;
  height: 53px;
  justify-content: center;
  min-width: 250px;
  padding: 0 19px;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.button svg {
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 24px;
}

.button--primary {
  background: linear-gradient(180deg, #d2b35b 0%, #ae8d35 100%);
  border-color: #c9a84c;
  box-shadow: 0 8px 24px rgba(157, 126, 45, 0.16);
  color: #fff;
  min-width: 276px;
}

.button--secondary {
  background: rgba(2, 11, 16, 0.4);
  color: rgba(255, 255, 255, 0.94);
}

.button:hover,
.button:focus-visible {
  border-color: #dfc77c;
  box-shadow: 0 8px 25px rgba(157, 126, 45, 0.25);
}

.button--secondary:hover,
.button--secondary:focus-visible {
  background: rgba(10, 20, 25, 0.78);
}

.hero__doctor {
  --doctor-reveal: -18%;
  bottom: 0;
  filter:
    drop-shadow(-28px 34px 44px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 28px rgba(24, 85, 145, 0.12));
  height: 91.5%;
  mask-image: linear-gradient(
    to top,
    #000 0%,
    #000 calc(var(--doctor-reveal) - 18%),
    transparent var(--doctor-reveal),
    transparent 100%
  );
  object-fit: contain;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 2.8%;
  transform: translateY(72px);
  -webkit-mask-image: linear-gradient(
    to top,
    #000 0%,
    #000 calc(var(--doctor-reveal) - 18%),
    transparent var(--doctor-reveal),
    transparent 100%
  );
  z-index: 2;
}

.hero__doctor--visible {
  animation: doctor-rise 1450ms cubic-bezier(0.2, 0.7, 0.2, 1) 120ms both;
}

.hero__doctor--settled {
  --doctor-reveal: 118%;
  animation: none;
  opacity: 1;
  transform: translateY(0);
}

.benefits {
  align-items: center;
  backdrop-filter: blur(8px);
  background:
    linear-gradient(90deg, rgba(3, 10, 14, 0.54), rgba(4, 13, 18, 0.36), rgba(3, 10, 14, 0.54));
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: 13px;
  bottom: 4.2%;
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  display: block;
  height: 86px;
  left: max(7.4vw, 72px);
  min-height: 0;
  overflow: hidden;
  position: absolute;
  width: min(83.7vw, 1400px);
  z-index: 4;
}

.benefits::before {
  background: linear-gradient(90deg, rgba(3, 10, 14, 0.98), rgba(3, 10, 14, 0.78) 30%, transparent);
  content: "";
  inset: 0 auto 0 0;
  pointer-events: none;
  position: absolute;
  width: clamp(72px, 9vw, 150px);
  z-index: 3;
}

.benefits::after {
  background: linear-gradient(270deg, rgba(3, 10, 14, 0.98), rgba(3, 10, 14, 0.78) 30%, transparent);
  content: "";
  inset: 0 0 0 auto;
  pointer-events: none;
  position: absolute;
  width: clamp(72px, 9vw, 150px);
  z-index: 3;
}

.benefits__track {
  align-items: center;
  animation: benefits-marquee 28s linear infinite;
  display: flex;
  height: 100%;
  width: max-content;
  will-change: transform;
}

.benefits__group {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: clamp(64px, 7.2vw, 124px);
  padding-right: clamp(64px, 7.2vw, 124px);
}

.benefits:hover .benefits__track {
  animation-play-state: paused;
}

.benefit {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 13px;
  min-height: 0;
  min-width: clamp(220px, 18vw, 282px);
  opacity: 0.92;
  padding: 0;
  position: relative;
  z-index: 1;
}

.benefit:not(:last-child)::after {
  display: none;
}

.benefit__icon {
  color: var(--gold);
  flex: 0 0 auto;
  filter: drop-shadow(0 0 16px rgba(201, 168, 76, 0.16));
}

.benefit__icon svg {
  fill: none;
  height: 28px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
  width: 28px;
}

.benefit h2 {
  color: rgba(255, 255, 255, 0.93);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 4px;
}

.benefit p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 11.5px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.45;
  margin: 0;
}

@keyframes benefits-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@property --doctor-reveal {
  inherits: false;
  initial-value: -18%;
  syntax: "<percentage>";
}

@keyframes doctor-rise {
  from {
    --doctor-reveal: -18%;
    opacity: 0;
    transform: translateY(72px);
  }

  to {
    --doctor-reveal: 118%;
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 1680px) {
  .header {
    width: calc(100% - 11.5vw);
  }

  .hero__content,
  .benefits {
    left: 7.4vw;
  }
}

@media (max-width: 1180px) {
  .header {
    height: 118px;
    width: 100%;
  }

  .brand {
    height: 76px;
    left: 42px;
    top: 28px;
    width: 230px;
  }

  .nav {
    gap: clamp(18px, 2.2vw, 24px);
    left: clamp(320px, 31vw, 430px);
    padding-right: 0;
  }

  .nav__link {
    font-size: 12px;
  }

  .hero__content {
    left: 48px;
    top: 22%;
  }

  .hero__title {
    font-size: clamp(68px, 7.5vw, 82px);
  }

  .hero__doctor {
    bottom: -2%;
    height: 82%;
    right: 3%;
  }

  .benefits {
    bottom: 4.5%;
    height: 82px;
    left: 48px;
    width: calc(100% - 96px);
  }

  .benefit {
    min-width: 238px;
  }

  .benefit p {
    font-size: 11px;
  }
}

@media (max-width: 860px) {
  .hero {
    min-height: 100svh;
    overflow: hidden;
  }

  .hero::before {
    background-position: 58% center;
    transform: scale(1.02);
  }

  .hero::after {
    background:
      radial-gradient(ellipse at 20% 25%, rgba(24, 85, 145, 0.18), transparent 52%),
      radial-gradient(ellipse at 92% 64%, rgba(201, 168, 76, 0.16), transparent 44%);
    height: 100%;
    opacity: 1;
    right: 0;
    top: 0;
    transform: none;
    width: 100%;
  }

  .hero__shade {
    background:
      linear-gradient(180deg, rgba(2, 9, 14, 0.76) 0%, rgba(2, 9, 14, 0.42) 34%, rgba(2, 9, 14, 0.1) 58%, rgba(2, 9, 14, 0.78) 100%),
      linear-gradient(90deg, rgba(2, 11, 16, 0.82) 0%, rgba(2, 11, 16, 0.52) 58%, rgba(2, 11, 16, 0.18) 100%);
  }

  .header {
    height: 92px;
    justify-content: space-between;
    left: 16px;
    top: 0;
    width: calc(100% - 32px);
  }

  .brand {
    height: 52px;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    top: 22px;
    width: 168px;
  }

  .menu-toggle {
    background:
      linear-gradient(145deg, rgba(7, 24, 42, 0.94), rgba(2, 10, 15, 0.92));
    border: 1px solid rgba(228, 203, 115, 0.28);
    border-radius: 13px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    cursor: pointer;
    display: grid;
    gap: 4px;
    height: 44px;
    padding: 0;
    place-items: center;
    position: absolute;
    right: 0;
    top: 24px;
    width: 44px;
    z-index: 7;
  }

  .menu-toggle span {
    background: linear-gradient(90deg, #e7cf83, #bd9137);
    display: block;
    height: 2px;
    transition: transform 180ms ease, opacity 180ms ease;
    width: 20px;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .nav {
    align-items: stretch;
    backdrop-filter: blur(18px);
    background:
      linear-gradient(145deg, rgba(7, 27, 47, 0.96), rgba(3, 11, 18, 0.98)),
      radial-gradient(circle at 88% 8%, rgba(228, 203, 115, 0.14), transparent 34%);
    border: 1px solid rgba(228, 203, 115, 0.2);
    border-radius: 24px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 6px;
    left: auto;
    opacity: 0;
    padding: 18px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 82px;
    transform: translateY(-10px) scale(0.98);
    transition: opacity 180ms ease, transform 180ms ease;
    width: min(100%, 330px);
  }

  .nav.nav--open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .nav__link {
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.88);
    display: block;
    font-size: 13px;
    font-weight: 600;
    padding: 13px 14px;
    width: 100%;
  }

  .nav__link::after {
    display: none;
  }

  .nav__link--active,
  .nav__link:hover,
  .nav__link:focus-visible {
    background: rgba(228, 203, 115, 0.1);
    border-color: rgba(228, 203, 115, 0.2);
  }

  .hero__content {
    left: 22px;
    max-width: min(336px, calc(100vw - 44px));
    top: 130px;
  }

  .hero__eyebrow {
    color: rgba(255, 255, 255, 0.82);
    font-size: 10px;
    letter-spacing: 0.29em;
    line-height: 1.8;
    margin-bottom: 13px;
  }

  .hero__title {
    font-size: clamp(46px, 13.6vw, 58px);
    letter-spacing: -0.072em;
    line-height: 0.92;
  }

  .hero__description {
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    line-height: 1.55;
    margin-top: 18px;
  }

  .hero__actions {
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
    width: min(100%, 276px);
  }

  .button,
  .button--primary {
    border-radius: 10px;
    font-size: 12.5px;
    font-weight: 700;
    height: 46px;
    min-width: 0;
    width: 100%;
  }

  .hero__doctor {
    bottom: -12px;
    height: min(50svh, 370px);
    max-height: 44%;
    opacity: 0.98;
    right: -20%;
  }

  .benefits {
    bottom: 0;
    gap: 0;
    height: 74px;
    left: 0;
    opacity: 0.86;
    width: 100%;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
  }

  .benefit {
    gap: 10px;
    min-width: 240px;
  }

  .benefit:nth-child(2)::after {
    display: none;
  }

  .benefit:nth-child(-n + 2) {
    border-bottom: 0;
  }

  .benefit__icon svg {
    height: 28px;
    width: 28px;
  }

  .benefit h2 {
    font-size: 11px;
  }

  .benefit p {
    font-size: 10px;
  }
}

@media (max-width: 430px) {
  .hero {
    min-height: 100svh;
  }

  .brand {
    height: 50px;
    top: 23px;
    width: 154px;
  }

  .hero__content {
    top: 126px;
  }

  .hero__title {
    font-size: clamp(45px, 13vw, 52px);
  }

  .hero__description {
    font-size: 12.7px;
  }

  .hero__doctor {
    bottom: 18px;
    height: min(45svh, 335px);
    max-height: 41%;
    right: -24%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .hero__doctor {
    --doctor-reveal: 118%;
    animation: none;
    opacity: 1;
    transform: none;
  }

  .benefits__track {
    animation: none;
  }
}

/* ═══════════════════════════════════════
   ITAQUERA SMILE — Restante da Landing Page
   Design: Luxury / Editorial Dark
═══════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700;800&display=swap');

:root {
  --gold: #C9A96E;
  --gold-light: #E2C98A;
  --gold-dark: #9A7A45;
  --black: #0A0A0A;
  --dark: #111111;
  --dark-2: #1A1A1A;
  --dark-3: #242424;
  --text: #E8E0D5;
  --text-muted: #8A8070;
  --white: #FAFAF8;

  --font-display: "Jost", Arial, sans-serif;
  --font-body: "Jost", Arial, sans-serif;

  --section-pad: 120px 64px;
  --radius: 2px;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--black);
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.7;
  overflow-x: hidden;
}

/* ── SHARED ── */
.section-label {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3em;
  color: var(--gold);
  margin-bottom: 24px;
}

h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 300;
  line-height: 1.15;
  color: var(--white);
}

h2 em {
  font-style: italic;
  color: var(--gold-light);
}

.btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--gold);
  color: var(--black);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 14px 28px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s, transform 0.2s;
  border-radius: var(--radius);
}

.btn-gold:hover { background: var(--gold-light); transform: translateY(-1px); }

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--gold);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 14px 28px;
  border: 1px solid var(--gold-dark);
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.3s, color 0.3s, transform 0.2s;
}

.btn-outline:hover {
  border-color: var(--gold);
  color: var(--gold-light);
  transform: translateY(-1px);
}

.btn-outline--light { color: var(--white); border-color: rgba(255,255,255,0.3); }
.btn-outline--light:hover { border-color: var(--white); color: var(--white); }

.btn-full { width: 100%; justify-content: center; }

/* ════════════════════════════════════════
   TREATMENTS SECTION
════════════════════════════════════════ */
.treatments {
  padding: var(--section-pad);
  position: relative;
  background: var(--dark);
}

.treatments::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-dark), transparent);
}

.treatments__label {
  font-size: 11px;
  letter-spacing: 0.35em;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 32px;
  font-family: var(--font-body);
}

.treatments__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 72px;
}

.treatments__header h2 { font-size: clamp(2.4rem, 3.5vw, 3.8rem); }
.treatments__header p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.8;
  max-width: 400px;
  align-self: end;
  padding-bottom: 8px;
}

.treatments__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(201, 169, 110, 0.08);
}

.treat-card {
  background: var(--dark);
  padding: 48px 40px;
  position: relative;
  overflow: hidden;
  transition: background 0.4s;
  cursor: default;
}

.treat-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 40px; right: 40px;
  height: 1px;
  background: transparent;
  transition: background 0.4s;
}

.treat-card:hover { background: var(--dark-2); }
.treat-card:hover::after { background: var(--gold); }

.treat-card__icon {
  width: 44px;
  height: 44px;
  color: var(--gold);
  margin-bottom: 32px;
  opacity: 0.8;
}

.treat-card__icon svg { width: 100%; height: 100%; }

.treat-card__num {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 300;
  color: var(--text-muted);
  letter-spacing: 0.2em;
  margin-bottom: 12px;
}

.treat-card h3 {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 400;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 16px;
}

.treat-card p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 24px;
}

.treat-card__tag {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--gold-dark);
  border: 1px solid var(--gold-dark);
  padding: 4px 12px;
  font-family: var(--font-body);
  font-weight: 500;
}

.treat-card--featured {
  background: var(--dark-3);
  grid-row: span 1;
}

.treat-card--featured:hover { background: #2a2a2a; }

.treat-card__bg-text {
  position: absolute;
  top: -20px; right: -10px;
  font-family: var(--font-display);
  font-size: 110px;
  font-weight: 600;
  color: rgba(201, 169, 110, 0.04);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.treat-card--cta {
  background: linear-gradient(135deg, #1A1A1A 0%, #141414 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(201, 169, 110, 0.12);
  padding: 56px 40px;
  transition: border-color 0.4s;
}

.treat-card--cta:hover { border-color: rgba(201, 169, 110, 0.3); }

.treat-card--cta p {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--gold-dark);
  margin-bottom: 16px;
}

.treat-card--cta h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3;
  color: var(--white);
  margin-bottom: 32px;
}

/* ════════════════════════════════════════
   ABOUT SECTION
════════════════════════════════════════ */
.about {
  padding: var(--section-pad);
  background: var(--black);
  position: relative;
}

.about__deco-line {
  position: absolute;
  left: 0; top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, transparent, var(--gold-dark) 30%, var(--gold-dark) 70%, transparent);
  opacity: 0.3;
}

.about__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}

.about__label {
  font-size: 11px;
  letter-spacing: 0.35em;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 32px;
  font-family: var(--font-body);
}

.about__left h2 { margin-bottom: 56px; }

.about__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-bottom: 48px;
  background: rgba(201,169,110,0.06);
}

.stat {
  background: var(--black);
  padding: 28px 20px;
  text-align: center;
}

.stat__num {
  display: block;
  font-family: var(--font-display);
  font-size: 2.8rem;
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 8px;
}

.stat__label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--text-muted);
}

.about__left p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.9;
  margin-bottom: 40px;
}

.about__right { display: flex; justify-content: center; }

.about__img-frame { position: relative; }

.about__img-placeholder {
  width: 380px;
  height: 480px;
  border: 1px solid rgba(201,169,110,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dark);
  position: relative;
  overflow: hidden;
}

.about__img-placeholder::before {
  content: '';
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(201,169,110,0.06);
}

.about__img-inner {
  text-align: center;
  color: var(--text-muted);
}

.about__img-inner svg { width: 120px; height: 120px; margin-bottom: 16px; opacity: 0.5; }
.about__img-inner p { font-size: 12px; letter-spacing: 0.1em; }

.about__img-badge {
  position: absolute;
  bottom: -20px; right: -20px;
  background: var(--gold);
  color: var(--black);
  padding: 16px 20px;
  text-align: center;
}

.about__img-badge span {
  display: block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.about__img-badge span:first-child { font-size: 13px; font-weight: 500; margin-bottom: 4px; }

/* ════════════════════════════════════════
   BEFORE & AFTER
════════════════════════════════════════ */
.before-after {
  padding: var(--section-pad);
  background: var(--dark);
  position: relative;
}

.before-after::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-dark), transparent);
}

.before-after__header {
  text-align: center;
  margin-bottom: 72px;
}

.before-after__header h2 { margin-bottom: 16px; }
.before-after__header p { color: var(--text-muted); font-size: 14px; }

.ba-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.ba-card {
  background: var(--dark-2);
  overflow: hidden;
  transition: transform 0.4s;
}

.ba-card:hover { transform: translateY(-4px); }

.ba-card__split {
  display: flex;
  height: 280px;
  position: relative;
}

.ba-card__side {
  flex: 1;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  position: relative;
}

.ba-card__side span {
  font-size: 10px;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-family: var(--font-body);
  background: rgba(0,0,0,0.5);
  padding: 4px 10px;
  position: relative;
  z-index: 1;
}

.ba-card__side--before span { color: var(--text-muted); }
.ba-card__side--after span { color: var(--gold); }

.ba-card__img-mock {
  position: absolute;
  inset: 0;
}

.ba-card__img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.ba-card__img-mock--dark {
  background: linear-gradient(135deg, #1c1510, #2a2018);
  opacity: 0.9;
}

.ba-card__img-mock--light {
  background: linear-gradient(135deg, #2a1e0a, #3d2d10);
}

.ba-card__divider {
  width: 2px;
  background: var(--gold);
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.ba-card__divider-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: var(--gold);
  border-radius: 50%;
  border: 2px solid var(--dark-2);
}

.ba-card__info {
  padding: 24px 28px;
  border-top: 1px solid rgba(201,169,110,0.08);
}

.ba-card__info h4 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 6px;
}

.ba-card__info p {
  font-size: 12px;
  color: var(--text-muted);
  letter-spacing: 0.05em;
}

.before-after__note {
  text-align: center;
  margin-top: 32px;
  font-size: 11px;
  color: var(--text-muted);
  opacity: 0.6;
  letter-spacing: 0.05em;
}

/* ════════════════════════════════════════
   TESTIMONIALS
════════════════════════════════════════ */
.testimonials {
  padding: var(--section-pad);
  background: var(--black);
  position: relative;
  overflow: hidden;
}

.testimonials__bg-word {
  position: absolute;
  bottom: -60px;
  right: -20px;
  font-family: var(--font-display);
  font-size: 220px;
  font-weight: 600;
  color: rgba(201,169,110,0.025);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.testimonials__header {
  text-align: center;
  margin-bottom: 64px;
}

.testimonials__header h2 { margin-bottom: 0; }

.testimonials__track {
  display: flex;
  gap: 24px;
  overflow: hidden;
}

.testi-card {
  min-width: calc(50% - 12px);
  background: var(--dark-2);
  padding: 48px 44px;
  position: relative;
  border: 1px solid rgba(201,169,110,0.06);
  transition: border-color 0.4s;
  flex-shrink: 0;
}

.testi-card:hover { border-color: rgba(201,169,110,0.18); }

.testi-card__quote {
  font-family: var(--font-display);
  font-size: 6rem;
  color: var(--gold);
  line-height: 0.6;
  margin-bottom: 24px;
  opacity: 0.5;
}

.testi-card p {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.7;
  color: var(--text);
  margin-bottom: 32px;
}

.testi-card__author {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.testi-card__avatar {
  width: 44px;
  height: 44px;
  background: var(--gold-dark);
  color: var(--black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  flex-shrink: 0;
}

.testi-card__author strong {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 2px;
}

.testi-card__author span {
  font-size: 11px;
  color: var(--text-muted);
  letter-spacing: 0.05em;
}

.testi-card__stars {
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 2px;
}

.testimonials__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 48px;
}

.testi-nav {
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid var(--gold-dark);
  color: var(--gold);
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testi-nav:hover {
  background: var(--gold);
  color: var(--black);
  border-color: var(--gold);
}

.testi-dots {
  display: flex;
  gap: 8px;
}

.testi-dot {
  width: 6px;
  height: 6px;
  background: var(--dark-3);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
  border: 1px solid var(--gold-dark);
}

.testi-dot.active {
  background: var(--gold);
  transform: scale(1.2);
}

/* ════════════════════════════════════════
   CTA BANNER
════════════════════════════════════════ */
.cta-banner {
  padding: 120px 64px;
  background: #0e0c08;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 64px;
}

.cta-banner::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.cta-banner::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.cta-banner__grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  opacity: 0.4;
  pointer-events: none;
}

.cta-banner__content { position: relative; z-index: 1; }

.cta-banner__content h2 {
  font-size: clamp(2.4rem, 4vw, 4rem);
  margin: 16px 0 20px;
}

.cta-banner__content p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.8;
  max-width: 500px;
  margin-bottom: 40px;
}

.cta-banner__btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-banner .cta-banner__btns {
  position: relative;
  z-index: 1;
}

.cta-banner__visual {
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: 50%;
  pointer-events: none;
  z-index: 0;
}

.cta-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(201,169,110,0.1);
}

.cta-circle--1 {
  width: 400px; height: 400px;
  right: -100px; top: 50%;
  transform: translateY(-50%);
}

.cta-circle--2 {
  width: 280px; height: 280px;
  right: -20px; top: 50%;
  transform: translateY(-50%);
  border-color: rgba(201,169,110,0.15);
}

.cta-circle--3 {
  width: 160px; height: 160px;
  right: 60px; top: 50%;
  transform: translateY(-50%);
  border-color: rgba(201,169,110,0.08);
  background: radial-gradient(circle at center, rgba(201,169,110,0.04), transparent);
}

/* ════════════════════════════════════════
   CONTACT
════════════════════════════════════════ */
.contact {
  padding: var(--section-pad);
  background: var(--dark);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: start;
}

.contact__left h2 { margin-bottom: 48px; }

.contact__info { display: flex; flex-direction: column; gap: 32px; }

.contact__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.contact__item-icon {
  width: 40px;
  height: 40px;
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 2px;
}

.contact__item-icon svg { width: 100%; height: 100%; }

.contact__item strong {
  display: block;
  font-size: 12px;
  letter-spacing: 0.15em;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 4px;
}

.contact__item span {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}

.contact__form-wrapper {
  background: var(--dark-2);
  padding: 48px 44px;
  border: 1px solid rgba(201,169,110,0.08);
}

.contact__form-wrapper h3 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 300;
  color: var(--white);
  margin-bottom: 36px;
}

.contact__form { display: flex; flex-direction: column; gap: 20px; }

.form-field { display: flex; flex-direction: column; gap: 8px; }

.form-field label {
  font-size: 11px;
  letter-spacing: 0.15em;
  color: var(--gold-dark);
  font-weight: 500;
  font-family: var(--font-body);
}

.form-field input,
.form-field select {
  background: var(--black);
  border: 1px solid rgba(201,169,110,0.15);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 14px;
  padding: 14px 18px;
  outline: none;
  transition: border-color 0.3s;
  width: 100%;
  appearance: none;
  border-radius: 0;
}

.form-field input::placeholder { color: var(--text-muted); }
.form-field input:focus,
.form-field select:focus { border-color: var(--gold); }
.form-field select { color: var(--text-muted); cursor: pointer; }
.form-field select option { background: var(--dark-2); }

.form-note {
  font-size: 11px;
  color: var(--text-muted);
  text-align: center;
  letter-spacing: 0.05em;
}

/* ════════════════════════════════════════
   FOOTER
════════════════════════════════════════ */
.footer {
  background: var(--black);
  border-top: 1px solid rgba(201,169,110,0.1);
}

.footer__top {
  padding: 80px 64px 60px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  border-bottom: 1px solid rgba(201,169,110,0.06);
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.footer__logo svg { width: 40px; height: 28px; }

.footer__logo-text {
  display: block;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--white);
  line-height: 1;
}

.footer__logo-sub {
  display: block;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--gold-dark);
  margin-top: 4px;
}

.footer__brand p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 260px;
}

.footer__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__col strong {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 8px;
}

.footer__col a {
  font-size: 13px;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.3s;
  line-height: 1.4;
}

.footer__col a:hover { color: var(--gold-light); }

.footer__bottom {
  padding: 24px 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__bottom span {
  font-size: 12px;
  color: var(--text-muted);
  letter-spacing: 0.05em;
  opacity: 0.6;
}

/* Footer compact pass */
.footer__top {
  gap: clamp(34px, 5vw, 64px);
  grid-template-columns: minmax(240px, 0.8fr) minmax(420px, 1.4fr);
  padding: clamp(42px, 5vw, 58px) clamp(28px, 5vw, 64px) clamp(34px, 4vw, 44px);
}

.footer__logo {
  margin-bottom: 14px;
}

.footer__logo img {
  display: block;
  height: auto;
  max-width: 230px;
  width: 100%;
}

.footer__brand p {
  margin: 0;
}

.footer__links {
  gap: clamp(28px, 4vw, 46px);
}

.footer__col {
  gap: 10px;
}

.footer__col strong {
  margin-bottom: 4px;
}

.footer__bottom {
  justify-content: center;
  padding: 18px clamp(28px, 5vw, 64px);
  text-align: center;
}

/* ════════════════════════════════════════
   ANIMATIONS
════════════════════════════════════════ */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes scaleIn {
  from { opacity: 0; transform: scale(0.95); }
  to   { opacity: 1; transform: scale(1); }
}

.anim-in {
  animation: fadeInUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* ===== MODERN NAVY / GOLD SYSTEM ===== */
:root {
  --gold: #c9a84c;
  --gold-light: #e4cb73;
  --gold-dark: #8a7135;
  --navy: #07182b;
  --navy-2: #0a223d;
  --navy-3: #102f55;
  --navy-4: #163a64;
  --black: #050c16;
  --dark: #071827;
  --dark-2: #0a2036;
  --dark-3: #102b48;
  --text: #eef5fb;
  --text-muted: #9eb1c4;
  --white: #fbfdff;
  --font-display: "Jost", Arial, sans-serif;
  --font-body: "Jost", Arial, sans-serif;
  --section-pad: 124px 64px;
  --radius: 20px;
}

body {
  background:
    radial-gradient(circle at 12% 28%, rgba(16, 47, 85, 0.34), transparent 32%),
    radial-gradient(circle at 88% 6%, rgba(201, 168, 76, 0.08), transparent 28%),
    var(--black);
  color: var(--text);
}

.section-label,
.treatments__label,
.about__label {
  color: var(--gold-light);
  letter-spacing: 0.18em;
  text-transform: none;
}

h2 {
  letter-spacing: -0.035em;
}

h2 em {
  color: var(--gold-light);
  text-shadow: 0 12px 38px rgba(201, 168, 76, 0.18);
}

.btn-gold,
.btn-outline {
  border-radius: 999px;
  min-height: 48px;
}

.btn-gold {
  background:
    linear-gradient(135deg, #f0d783 0%, var(--gold) 47%, #9a7730 100%);
  box-shadow:
    0 14px 34px rgba(201, 168, 76, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  color: #07111c;
}

.btn-gold:hover {
  background:
    linear-gradient(135deg, #ffe39a 0%, #d6b857 48%, #a78336 100%);
  box-shadow:
    0 20px 44px rgba(201, 168, 76, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

.btn-outline {
  border-color: rgba(201, 168, 76, 0.32);
  color: var(--text);
}

.btn-outline:hover {
  background: rgba(201, 168, 76, 0.08);
  border-color: rgba(228, 203, 115, 0.72);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
  color: var(--gold-light);
}

.treatments,
.before-after,
.contact {
  background:
    radial-gradient(circle at 84% 8%, rgba(201, 168, 76, 0.1), transparent 28%),
    radial-gradient(circle at 8% 34%, rgba(21, 66, 111, 0.72), transparent 34%),
    linear-gradient(180deg, #071827 0%, #061523 100%);
  overflow: hidden;
}

.about,
.testimonials,
.footer {
  background:
    radial-gradient(circle at 16% 16%, rgba(13, 48, 86, 0.6), transparent 31%),
    radial-gradient(circle at 86% 78%, rgba(201, 168, 76, 0.08), transparent 30%),
    linear-gradient(180deg, #050c16 0%, #071827 100%);
  overflow: hidden;
}

.treatments::before,
.before-after::before,
.cta-banner::before,
.cta-banner::after {
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.56), transparent);
}

.treatments__header,
.before-after__header,
.testimonials__header {
  position: relative;
  z-index: 1;
}

.treatments__header {
  align-items: center;
  margin-bottom: 56px;
}

.treatments__header p,
.about__left p,
.before-after__header p,
.cta-banner__content p,
.contact__item span {
  color: var(--text-muted);
  font-size: 15px;
}

.treatments__grid,
.about__stats,
.ba-grid {
  background: transparent;
  gap: 18px;
  perspective: 1200px;
}

.treat-card,
.stat,
.ba-card,
.testi-card,
.contact__item,
.contact__form-wrapper {
  background:
    linear-gradient(145deg, rgba(14, 43, 75, 0.86), rgba(5, 16, 29, 0.92));
  border: 1px solid rgba(201, 168, 76, 0.14);
  border-radius: var(--radius);
  box-shadow:
    0 24px 62px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.treat-card,
.ba-card,
.testi-card,
.contact__form-wrapper {
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(0);
  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

.treat-card::before,
.ba-card::before,
.testi-card::before,
.contact__form-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--shine-x, 50%) var(--shine-y, 0%), rgba(228, 203, 115, 0.18), transparent 34%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.treat-card:hover,
.ba-card:hover,
.testi-card:hover,
.contact__form-wrapper:hover {
  border-color: rgba(201, 168, 76, 0.42);
  box-shadow:
    0 34px 82px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(201, 168, 76, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-8px);
}

.treat-card:hover::before,
.ba-card:hover::before,
.testi-card:hover::before,
.contact__form-wrapper:hover::before {
  opacity: 1;
}

.treat-card {
  cursor: pointer;
  padding: 42px 38px;
}

.treat-card::after {
  left: 32px;
  right: 32px;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.42), transparent);
  opacity: 0;
}

.treat-card:hover::after {
  opacity: 1;
}

.treat-card--featured,
.treat-card--cta {
  background:
    linear-gradient(145deg, rgba(18, 56, 96, 0.94), rgba(7, 24, 43, 0.96));
}

.treat-card--featured:hover {
  background:
    linear-gradient(145deg, rgba(24, 72, 121, 0.96), rgba(8, 31, 55, 0.96));
}

.treat-card__icon {
  align-items: center;
  background: rgba(201, 168, 76, 0.08);
  border: 1px solid rgba(201, 168, 76, 0.18);
  border-radius: 16px;
  color: var(--gold-light);
  display: flex;
  height: 56px;
  justify-content: center;
  margin-bottom: 28px;
  padding: 12px;
  width: 56px;
}

.treat-card__num,
.treat-card__tag,
.form-field label {
  color: var(--gold-light);
}

.treat-card h3,
.ba-card__info h4,
.contact__form-wrapper h3 {
  letter-spacing: -0.02em;
}

.treat-card p {
  color: var(--text-muted);
  font-size: 14px;
}

.treat-card__tag {
  background: rgba(201, 168, 76, 0.08);
  border-color: rgba(201, 168, 76, 0.24);
  border-radius: 999px;
  letter-spacing: 0.1em;
  padding: 7px 14px;
}

.treat-card__bg-text,
.testimonials__bg-word {
  color: rgba(201, 168, 76, 0.055);
}

.about__deco-line {
  background: linear-gradient(180deg, transparent, rgba(201, 168, 76, 0.5), transparent);
}

.about__content,
.contact {
  position: relative;
  z-index: 1;
}

.stat {
  padding: 30px 22px;
  position: relative;
}

.stat::after {
  background: radial-gradient(circle, rgba(201, 168, 76, 0.18), transparent 70%);
  content: "";
  height: 90px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  width: 90px;
}

.stat:hover::after {
  opacity: 1;
}

.stat__num {
  color: var(--gold-light);
  font-size: 3rem;
  position: relative;
  z-index: 1;
}

.stat__label {
  color: var(--text-muted);
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
}

.about__img-placeholder {
  background:
    linear-gradient(145deg, rgba(12, 38, 68, 0.86), rgba(5, 16, 29, 0.92));
  border-color: rgba(201, 168, 76, 0.18);
  border-radius: 28px;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.34);
  isolation: isolate;
  padding: 0;
}

.about__img-placeholder::before {
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  inset: 16px;
  z-index: 2;
}

.about__img-placeholder::after {
  background:
    linear-gradient(180deg, transparent 46%, rgba(5, 12, 22, 0.48) 100%),
    radial-gradient(circle at 78% 12%, rgba(228, 203, 115, 0.16), transparent 34%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.about__photo {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 52% 36%;
  transform: scale(1.02);
  width: 100%;
}

.about__img-badge {
  background:
    linear-gradient(135deg, #eed584, var(--gold));
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
  z-index: 3;
}

/* About premium pass */
.about {
  --about-display-font: "Jost", var(--font-display);
  background:
    radial-gradient(circle at 77% 16%, rgba(228, 203, 115, 0.12), transparent 28%),
    radial-gradient(circle at 12% 74%, rgba(24, 85, 145, 0.48), transparent 32%),
    linear-gradient(180deg, #071827 0%, #0b243d 48%, #061320 100%);
  overflow: hidden;
  padding: clamp(78px, 7vw, 108px) clamp(42px, 6.4vw, 92px);
}

.about::before {
  background: radial-gradient(circle, rgba(228, 203, 115, 0.12), transparent 64%);
  content: "";
  height: 360px;
  pointer-events: none;
  position: absolute;
  right: clamp(120px, 15vw, 280px);
  top: clamp(70px, 8vw, 120px);
  width: 360px;
  z-index: 0;
}

.about__deco-line {
  background: linear-gradient(180deg, transparent, rgba(228, 203, 115, 0.38), transparent);
  left: clamp(24px, 4vw, 70px);
  opacity: 0.42;
}

.about__content {
  gap: clamp(48px, 6vw, 88px);
  grid-template-columns: minmax(460px, 0.95fr) minmax(440px, 1.05fr);
  margin-inline: auto;
  max-width: 1250px;
}

.about__label {
  color: var(--gold-light);
  letter-spacing: 0.2em;
  margin-bottom: 18px;
}

.about__left h2 {
  font-family: var(--about-display-font);
  font-size: clamp(2.55rem, 4.05vw, 4.65rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.98;
  margin-bottom: 30px;
}

.about__left h2 em {
  color: var(--gold-light);
  font-style: italic;
  text-shadow: 0 18px 54px rgba(201, 168, 76, 0.16);
}

.about__stats {
  background: transparent;
  gap: 14px;
  margin-bottom: 30px;
}

.stat {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(7, 20, 34, 0.62) 30%, rgba(4, 9, 16, 0.88)),
    radial-gradient(circle at 70% 0%, rgba(73, 190, 255, 0.16), transparent 38%),
    radial-gradient(circle at 15% 0%, rgba(228, 203, 115, 0.12), transparent 34%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
  overflow: hidden;
  padding: 24px 18px;
  transition:
    border-color 0.34s ease,
    box-shadow 0.34s ease,
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.stat::before {
  background: linear-gradient(90deg, transparent, rgba(228, 203, 115, 0.56), transparent);
  content: "";
  height: 1px;
  left: 18px;
  opacity: 0.5;
  position: absolute;
  right: 18px;
  top: 0;
}

.stat:hover {
  border-color: rgba(228, 203, 115, 0.42);
  box-shadow:
    0 26px 58px rgba(0, 0, 0, 0.3),
    0 0 34px rgba(73, 190, 255, 0.09),
    0 0 42px rgba(228, 203, 115, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.11);
  transform: translateY(-6px);
}

.stat__num {
  font-family: var(--about-display-font);
  font-size: clamp(2.35rem, 2.7vw, 3.35rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.stat__label {
  color: rgba(238, 245, 251, 0.7);
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.about__left p {
  color: rgba(238, 245, 251, 0.74);
  font-size: 15px;
  line-height: 1.82;
  margin-bottom: 32px;
  max-width: 610px;
}

.about .btn-outline {
  border-color: rgba(228, 203, 115, 0.26);
  color: rgba(238, 245, 251, 0.88);
}

.about .btn-outline:hover {
  border-color: rgba(228, 203, 115, 0.52);
  color: var(--gold-light);
}

.about__right {
  justify-content: flex-end;
}

.about__img-frame::before {
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.42), transparent 68%);
  bottom: -26px;
  content: "";
  filter: blur(10px);
  height: 42px;
  left: 12%;
  position: absolute;
  right: 12%;
  z-index: 0;
}

.about__img-placeholder {
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 34px;
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.3),
    0 0 42px rgba(73, 190, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  height: clamp(570px, 44vw, 680px);
  width: min(520px, 40vw);
}

.about__img-placeholder::before {
  border-color: rgba(228, 203, 115, 0.16);
  border-radius: 26px;
}

.about__photo {
  object-position: 54% 36%;
  transform: scale(1.075);
}

.about__img-badge {
  backdrop-filter: blur(18px);
  background:
    linear-gradient(145deg, rgba(9, 25, 42, 0.58), rgba(5, 13, 24, 0.72));
  border: 1px solid rgba(228, 203, 115, 0.34);
  border-radius: 999px;
  bottom: 24px;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: rgba(238, 245, 251, 0.84);
  padding: 13px 18px 12px;
  right: 22px;
  text-align: left;
}

.about__img-badge span:first-child {
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 3px;
}

.about__img-badge span:last-child {
  color: rgba(238, 245, 251, 0.66);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.ba-card {
  overflow: hidden;
}

.ba-card__split {
  border-radius: calc(var(--radius) - 2px) calc(var(--radius) - 2px) 0 0;
  overflow: hidden;
}

.ba-card__split.ba-compare {
  --ba-position: 50%;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.08), transparent 34%),
    #06101c;
  cursor: ew-resize;
  display: block;
  height: clamp(286px, 21vw, 340px);
  position: relative;
  touch-action: none;
}

.ba-compare__img {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  position: absolute;
  transform: scale(var(--ba-img-scale, 1));
  user-select: none;
  width: 100%;
}

.ba-compare__img--before {
  --ba-img-scale: var(--ba-before-scale, 1);
  object-position: var(--ba-before-pos, center);
  z-index: 1;
}

.ba-compare__img--after {
  --ba-img-scale: var(--ba-after-scale, 1);
  object-position: var(--ba-after-pos, center);
}

.ba-compare__after {
  clip-path: inset(0 0 0 var(--ba-position));
  inset: 0;
  pointer-events: none;
  position: absolute;
  transition: clip-path 0.18s ease;
  z-index: 2;
}

.ba-compare__label {
  backdrop-filter: blur(12px);
  background: rgba(5, 12, 22, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  bottom: 18px;
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 8px 12px;
  pointer-events: none;
  position: absolute;
  text-transform: none;
  z-index: 4;
}

.ba-compare__label--before {
  left: 18px;
}

.ba-compare__label--after {
  color: var(--gold-light);
  right: 18px;
}

.ba-compare__handle {
  background:
    linear-gradient(180deg, transparent, rgba(238, 213, 132, 0.95) 14%, rgba(201, 168, 76, 0.95) 86%, transparent);
  bottom: 0;
  box-shadow: 0 0 28px rgba(201, 168, 76, 0.32);
  left: var(--ba-position);
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  transition: left 0.18s ease;
  width: 2px;
  z-index: 5;
}

.ba-compare__handle span {
  align-items: center;
  background:
    linear-gradient(135deg, #f4dc8d, var(--gold));
  border: 3px solid rgba(5, 12, 22, 0.86);
  border-radius: 999px;
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(255, 255, 255, 0.28);
  color: #071421;
  display: flex;
  height: 46px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
}

.ba-compare__handle span::before,
.ba-compare__handle span::after {
  border-color: currentColor;
  border-style: solid;
  content: "";
  height: 8px;
  position: absolute;
  transform: rotate(45deg);
  width: 8px;
}

.ba-compare__handle span::before {
  border-width: 0 0 2px 2px;
  margin-left: -9px;
}

.ba-compare__handle span::after {
  border-width: 2px 2px 0 0;
  margin-left: 9px;
}

.ba-compare__range {
  appearance: none;
  background: transparent;
  cursor: ew-resize;
  inset: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 6;
}

.ba-compare.is-dragging .ba-compare__after,
.ba-compare.is-dragging .ba-compare__handle {
  transition: none;
}

.ba-card__img-mock--dark {
  background:
    linear-gradient(135deg, rgba(4, 13, 24, 0.94), rgba(11, 36, 63, 0.94)),
    radial-gradient(circle at 40% 42%, rgba(255, 255, 255, 0.14), transparent 24%);
}

.ba-card__img-mock--light {
  background:
    linear-gradient(135deg, rgba(201, 168, 76, 0.18), rgba(18, 55, 94, 0.92)),
    radial-gradient(circle at 44% 42%, rgba(255, 246, 207, 0.42), transparent 25%);
}

.ba-card__side::after {
  background:
    linear-gradient(180deg, transparent 48%, rgba(5, 12, 22, 0.48) 100%),
    radial-gradient(circle at 50% 30%, transparent, rgba(0, 0, 0, 0.2) 76%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.ba-card__side span {
  z-index: 2;
}

.ba-card__side span {
  backdrop-filter: blur(10px);
  background: rgba(5, 12, 22, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.ba-card__divider {
  background: linear-gradient(180deg, transparent, var(--gold-light), transparent);
}

.ba-card__divider-dot {
  background: var(--gold-light);
  border-color: rgba(5, 12, 22, 0.95);
  box-shadow: 0 0 24px rgba(201, 168, 76, 0.38);
}

.ba-card__info {
  border-color: rgba(201, 168, 76, 0.12);
}

/* Before and after premium pass */
.before-after {
  --ba-display-font: "Jost", var(--font-display);
  background:
    radial-gradient(circle at 12% 16%, rgba(24, 85, 145, 0.5), transparent 30%),
    radial-gradient(circle at 82% 10%, rgba(228, 203, 115, 0.11), transparent 26%),
    radial-gradient(circle at 54% 100%, rgba(73, 190, 255, 0.08), transparent 32%),
    linear-gradient(180deg, #061320 0%, #08213a 50%, #061523 100%);
  overflow: hidden;
  padding: clamp(76px, 7.2vw, 112px) clamp(42px, 6.4vw, 92px);
}

.before-after::before {
  background: linear-gradient(90deg, transparent, rgba(228, 203, 115, 0.44), transparent);
  opacity: 0.8;
}

.before-after::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.018), transparent 30%, transparent 70%, rgba(201, 168, 76, 0.04)),
    radial-gradient(circle at 50% 0%, rgba(10, 34, 61, 0.48), transparent 42%);
}

.before-after__bg-word {
  background:
    linear-gradient(90deg, rgba(201, 168, 76, 0.05), rgba(73, 190, 255, 0.16), rgba(228, 203, 115, 0.08));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: var(--ba-display-font);
  font-size: clamp(7rem, 12vw, 12.8rem);
  font-weight: 800;
  left: auto;
  letter-spacing: -0.1em;
  line-height: 0.72;
  opacity: 0.38;
  pointer-events: none;
  position: absolute;
  right: clamp(-26px, -1.4vw, -10px);
  top: clamp(28px, 4.2vw, 66px);
  transform: rotate(12deg);
  user-select: none;
  white-space: nowrap;
  z-index: 0;
}

.before-after__pattern {
  display: none;
}

.before-after__pattern span {
  color: rgba(228, 203, 115, 0.22);
  font-family: var(--font-body);
  font-size: clamp(0.92rem, 1.05vw, 1.18rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  opacity: 0.82;
  position: absolute;
  text-transform: uppercase;
  text-shadow: 0 0 22px rgba(228, 203, 115, 0.08);
  user-select: none;
  white-space: nowrap;
  writing-mode: vertical-rl;
}

.before-after__pattern span:nth-child(1) { right: 4%; top: 2%; }
.before-after__pattern span:nth-child(2) { right: 12%; top: 18%; color: rgba(73, 190, 255, 0.18); }
.before-after__pattern span:nth-child(3) { right: 20%; top: 5%; opacity: 0.7; }
.before-after__pattern span:nth-child(4) { right: 28%; top: 24%; color: rgba(238, 245, 251, 0.13); }
.before-after__pattern span:nth-child(5) { right: 36%; top: 0%; opacity: 0.66; }
.before-after__pattern span:nth-child(6) { right: 44%; top: 18%; color: rgba(73, 190, 255, 0.16); }
.before-after__pattern span:nth-child(7) { right: 52%; top: 5%; opacity: 0.66; }
.before-after__pattern span:nth-child(8) { right: 60%; top: 23%; color: rgba(228, 203, 115, 0.16); }
.before-after__pattern span:nth-child(9) { right: 68%; top: 2%; opacity: 0.62; }
.before-after__pattern span:nth-child(10) { right: 76%; top: 18%; color: rgba(73, 190, 255, 0.15); }
.before-after__pattern span:nth-child(11) { right: 84%; top: 6%; opacity: 0.64; }
.before-after__pattern span:nth-child(12) { right: 92%; top: 24%; color: rgba(238, 245, 251, 0.11); }

.before-after__header {
  margin: 0 auto 46px;
  max-width: 930px;
  position: relative;
  z-index: 2;
}

.before-after .section-label {
  color: var(--gold-light);
  display: inline-block;
  letter-spacing: 0.18em;
  margin-bottom: 14px;
}

.before-after__header h2 {
  font-family: var(--ba-display-font);
  font-size: clamp(2rem, 3.1vw, 3.35rem);
  font-weight: 800;
  letter-spacing: -0.032em;
  line-height: 1;
  margin-bottom: 14px;
  white-space: nowrap;
}

.before-after__header h2 em {
  color: var(--gold-light);
  font-style: italic;
  text-shadow: 0 18px 54px rgba(201, 168, 76, 0.16);
}

.before-after__header p {
  color: rgba(238, 245, 251, 0.72);
  font-size: clamp(14px, 1vw, 15px);
  line-height: 1.7;
}

.before-after .ba-grid {
  background: transparent;
  gap: clamp(16px, 2vw, 26px);
  margin: 0 auto;
  max-width: 1240px;
  position: relative;
  z-index: 2;
}

.before-after .ba-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(7, 20, 34, 0.62) 28%, rgba(4, 9, 16, 0.9)),
    radial-gradient(circle at 75% 0%, rgba(73, 190, 255, 0.18), transparent 38%),
    radial-gradient(circle at 12% 0%, rgba(228, 203, 115, 0.12), transparent 34%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  padding: 12px;
  transition:
    border-color 0.34s ease,
    box-shadow 0.34s ease,
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.before-after .ba-card::before {
  background:
    radial-gradient(circle at var(--shine-x, 50%) var(--shine-y, 0%), rgba(228, 203, 115, 0.16), transparent 36%),
    linear-gradient(116deg, rgba(255, 255, 255, 0.12), transparent 18%, transparent 78%, rgba(52, 168, 255, 0.1));
}

.before-after .ba-card:hover {
  border-color: rgba(228, 203, 115, 0.42);
  box-shadow:
    0 32px 78px rgba(0, 0, 0, 0.34),
    0 0 38px rgba(73, 190, 255, 0.1),
    0 0 48px rgba(228, 203, 115, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-8px);
}

.before-after .ba-card__split.ba-compare {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 38px rgba(0, 0, 0, 0.22);
  height: clamp(318px, 24vw, 390px);
  overflow: hidden;
}

.before-after .ba-card__split.ba-compare::after {
  background:
    linear-gradient(180deg, rgba(5, 12, 22, 0.12), transparent 40%, rgba(5, 12, 22, 0.32)),
    radial-gradient(circle at 50% 48%, transparent, rgba(0, 0, 0, 0.18) 72%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

.before-after .ba-compare__label {
  background: rgba(5, 13, 24, 0.68);
  border-color: rgba(228, 203, 115, 0.18);
  bottom: auto;
  color: rgba(238, 245, 251, 0.86);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  padding: 9px 13px;
  text-transform: uppercase;
  top: 16px;
}

.before-after .ba-compare__label--after {
  color: var(--gold-light);
}

.before-after .ba-compare__handle {
  background:
    linear-gradient(180deg, transparent, rgba(255, 239, 174, 0.95) 18%, rgba(201, 168, 76, 0.95) 82%, transparent);
  box-shadow:
    0 0 32px rgba(201, 168, 76, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.08);
  width: 3px;
}

.before-after .ba-compare__handle span {
  backdrop-filter: blur(12px);
  background:
    linear-gradient(135deg, #f7df91, #c9a84c);
  border: 4px solid rgba(5, 12, 22, 0.9);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.28),
    0 0 28px rgba(228, 203, 115, 0.22);
  height: 52px;
  width: 52px;
}

.before-after .ba-card__info {
  align-items: flex-start;
  border-top: 1px solid rgba(228, 203, 115, 0.12);
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px 12px 8px;
}

.before-after .ba-card__info h4 {
  color: var(--white);
  font-family: var(--ba-display-font);
  font-size: clamp(1.28rem, 1.3vw, 1.58rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0;
}

.before-after .ba-card__info p {
  color: rgba(238, 245, 251, 0.68);
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin: 0;
}

.before-after__note {
  backdrop-filter: blur(14px);
  background: rgba(5, 13, 24, 0.42);
  border: 1px solid rgba(228, 203, 115, 0.14);
  border-radius: 999px;
  color: rgba(238, 245, 251, 0.58);
  display: table;
  margin: 30px auto 0;
  padding: 11px 18px;
  position: relative;
  z-index: 2;
}

.before-after .before-after__bg-word {
  display: none;
}

@media (max-width: 1024px) {
  .before-after__bg-word {
    font-size: clamp(5.8rem, 19vw, 9.5rem);
    right: -18px;
    top: 56px;
    transform: rotate(12deg);
  }

  .before-after .ba-card__split.ba-compare {
    height: clamp(300px, 48vw, 420px);
  }
}

@media (max-width: 640px) {
  .before-after__bg-word {
    font-size: clamp(4.6rem, 20vw, 6.4rem);
    letter-spacing: -0.08em;
    right: -12px;
    top: 74px;
  }

  .before-after__header {
    margin-bottom: 34px;
  }

  .before-after .ba-card {
    border-radius: 24px;
    padding: 9px;
  }
}

/* Compact about + before/after pass */
.about {
  padding: clamp(56px, 5.6vw, 82px) clamp(42px, 6.2vw, 88px);
}

.about::before {
  opacity: 0.72;
  right: clamp(84px, 11vw, 190px);
  top: clamp(42px, 5vw, 72px);
}

.about__content {
  gap: clamp(34px, 4.8vw, 66px);
  grid-template-columns: minmax(440px, 0.98fr) minmax(400px, 0.92fr);
  max-width: 1180px;
}

.about__label {
  margin-bottom: 12px;
}

.about__left h2 {
  font-size: clamp(2.25rem, 3.45vw, 3.95rem);
  margin-bottom: 24px;
}

.about__stats {
  gap: 12px;
  margin-bottom: 24px;
}

.stat {
  border-radius: 22px;
  padding: 20px 16px;
}

.stat__num {
  font-size: clamp(2.1rem, 2.35vw, 2.85rem);
  margin-bottom: 6px;
}

.stat__label {
  font-size: 10px;
}

.about__left p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 26px;
  max-width: 560px;
}

.about__img-placeholder {
  border-radius: 30px;
  height: clamp(500px, 37vw, 580px);
  width: min(470px, 36vw);
}

.about__photo {
  transform: scale(1.055);
}

.about__img-badge {
  bottom: 18px;
  right: 18px;
}

.before-after {
  padding: clamp(38px, 4.1vw, 58px) clamp(42px, 6vw, 84px) clamp(42px, 4.4vw, 62px);
}

.before-after__pattern {
  opacity: 0.9;
}

.before-after__header {
  margin-bottom: 20px;
  max-width: 820px;
}

.before-after .section-label {
  margin-bottom: 8px;
}

.before-after__header h2 {
  font-size: clamp(1.65rem, 2.35vw, 2.65rem);
  margin-bottom: 8px;
}

.before-after__header p {
  font-size: 13px;
  line-height: 1.45;
}

.before-after .ba-grid {
  gap: clamp(12px, 1.45vw, 18px);
  max-width: 1080px;
}

.before-after .ba-card {
  border-radius: 24px;
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  padding: 8px;
}

.before-after .ba-card__split.ba-compare {
  border-radius: 19px;
  height: clamp(210px, 15.4vw, 260px);
}

.before-after .ba-compare__label {
  font-size: 0.64rem;
  padding: 7px 10px;
  top: 11px;
}

.before-after .ba-compare__handle span {
  height: 40px;
  width: 40px;
}

.before-after .ba-card__info {
  gap: 4px;
  padding: 12px 8px 4px;
}

.before-after .ba-card__info h4 {
  font-size: clamp(1.05rem, 1vw, 1.24rem);
}

.before-after .ba-card__info p {
  font-size: 11px;
  line-height: 1.35;
}

.before-after__note {
  font-size: 10px;
  margin-top: 16px;
  padding: 8px 14px;
}

@media (max-width: 1024px) {
  .about {
    padding-block: 64px;
  }

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

  .about__img-placeholder {
    width: min(100%, 460px);
  }

  .before-after__pattern span {
    opacity: 0.42;
  }
}

@media (max-width: 640px) {
  .about,
  .before-after {
    padding: 58px 20px;
  }

  .about__left h2,
  .before-after__header h2 {
    white-space: normal;
  }

  .before-after__pattern {
    opacity: 0.45;
  }
}

.testimonials__track {
  margin: 0 auto;
  max-width: 1180px;
  overflow: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.testi-card {
  min-width: min(560px, calc(50% - 12px));
  scroll-snap-align: start;
}

.testi-card.is-active {
  border-color: rgba(228, 203, 115, 0.56);
  box-shadow:
    0 34px 88px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(201, 168, 76, 0.08);
}

.testi-card__quote {
  color: var(--gold-light);
}

.testi-card__avatar {
  background:
    linear-gradient(135deg, #eed584, var(--gold));
  box-shadow: 0 10px 26px rgba(201, 168, 76, 0.22);
}

.testi-nav {
  background: rgba(10, 34, 61, 0.72);
  border-color: rgba(201, 168, 76, 0.25);
  border-radius: 999px;
  color: var(--gold-light);
}

.testi-nav:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #06101c;
}

.testi-dot {
  background: rgba(158, 177, 196, 0.18);
  border-color: rgba(201, 168, 76, 0.24);
}

.testi-dot.active {
  background: var(--gold-light);
  box-shadow: 0 0 16px rgba(201, 168, 76, 0.38);
}

.google-testimonials .testimonials__header {
  margin-bottom: 42px;
}

.google-testimonials .testimonials__header p {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 16px auto 24px;
  max-width: 640px;
}

.google-rating {
  align-items: center;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(201, 168, 76, 0.18);
  border-radius: 999px;
  display: inline-flex;
  gap: 12px;
  padding: 10px 18px;
}

.google-rating strong {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
}

.google-rating small {
  color: var(--text-muted);
  font-size: 12px;
}

.google-word {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.google-word__blue { color: #4285f4; }
.google-word__red { color: #ea4335; }
.google-word__yellow { color: #fbbc05; }
.google-word__green { color: #34a853; }

.google-stars {
  color: #fbbc05;
  font-size: 14px;
  letter-spacing: 1px;
}

.google-testimonials .testimonials__track,
.google-reviews {
  display: block;
  margin: 0 auto;
  max-width: 1160px;
  overflow: visible;
  scroll-snap-type: none;
}

.google-reviews__page {
  display: grid;
  gap: 28px 72px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 2px;
}

.js-enhanced .google-reviews__page {
  display: none;
}

.js-enhanced .google-reviews__page.is-active {
  animation: reviewPageIn 0.36s cubic-bezier(0.22, 1, 0.36, 1) both;
  display: grid;
}

.google-review-card {
  background:
    linear-gradient(145deg, rgba(29, 29, 29, 0.92), rgba(16, 16, 16, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  min-width: 0;
  padding: 28px 30px 30px;
  position: relative;
}

.google-review-card::before {
  background: linear-gradient(180deg, rgba(201, 168, 76, 0.42), transparent);
  content: "";
  height: 100%;
  left: -1px;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.28s ease;
  width: 2px;
}

.google-review-card:hover::before,
.google-review-card.is-active::before {
  opacity: 1;
}

.google-review-card.is-active {
  border-color: rgba(251, 188, 5, 0.32);
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(251, 188, 5, 0.08);
}

.google-review-card__top {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.google-review-card .testi-card__author {
  gap: 14px;
  margin-bottom: 0;
}

.google-review-card .testi-card__avatar {
  background:
    linear-gradient(135deg, #f1f4f9, #cfd8e6);
  border: 2px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  color: #1d1d1f;
  height: 54px;
  width: 54px;
}

.google-review-card .testi-card__author strong {
  color: #f8f8f8;
  font-size: 15px;
  font-weight: 700;
}

.google-review-card .testi-card__author span {
  color: rgba(248, 248, 248, 0.58);
  font-size: 12px;
  letter-spacing: 0;
}

.google-review-card__mark {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #4285f4;
  display: flex;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 800;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.google-review-card .testi-card__stars {
  color: #fbbc05;
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

.google-review-card p {
  color: rgba(248, 248, 248, 0.78);
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
}

.google-testimonials .testimonials__nav {
  margin-top: 34px;
}

.google-testimonials .testi-nav {
  background: #f8f8f8;
  border: 0;
  color: #1d1d1f;
}

.google-testimonials .testi-nav:hover {
  background: var(--gold-light);
  color: #06101c;
}

.cta-banner {
  background:
    radial-gradient(circle at 75% 50%, rgba(201, 168, 76, 0.12), transparent 34%),
    linear-gradient(135deg, #071827 0%, #0b2440 48%, #06101c 100%);
  border-top: 1px solid rgba(201, 168, 76, 0.14);
  border-bottom: 1px solid rgba(201, 168, 76, 0.14);
}

.cta-circle {
  border-color: rgba(201, 168, 76, 0.16);
}

.cta-circle--2 {
  border-color: rgba(228, 203, 115, 0.28);
}

.cta-circle--3 {
  background: radial-gradient(circle at center, rgba(201, 168, 76, 0.1), transparent);
}

.contact {
  gap: 80px;
}

.contact__item {
  padding: 22px;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.contact__item:hover {
  border-color: rgba(201, 168, 76, 0.36);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.26);
  transform: translateX(6px);
}

.contact__item-icon {
  align-items: center;
  background: rgba(201, 168, 76, 0.08);
  border: 1px solid rgba(201, 168, 76, 0.18);
  border-radius: 14px;
  color: var(--gold-light);
  display: flex;
  justify-content: center;
  padding: 9px;
}

.contact__item strong {
  color: var(--gold-light);
  letter-spacing: 0.1em;
}

.contact__form-wrapper {
  overflow: hidden;
  padding: 46px;
  position: relative;
}

.form-field input,
.form-field select {
  background: rgba(4, 13, 24, 0.7);
  border-color: rgba(201, 168, 76, 0.16);
  border-radius: 14px;
  color: var(--text);
  min-height: 52px;
}

.form-field input:focus,
.form-field select:focus {
  border-color: rgba(228, 203, 115, 0.76);
  box-shadow: 0 0 0 4px rgba(201, 168, 76, 0.1);
}

.footer {
  border-top-color: rgba(201, 168, 76, 0.14);
}

.footer__top {
  border-bottom-color: rgba(201, 168, 76, 0.1);
}

.footer__col strong,
.footer__logo-sub {
  color: var(--gold-light);
}

.footer__col a:hover {
  color: var(--gold-light);
  transform: translateX(4px);
}

/* Section rhythm: deep navy alternating with soft gold light */
.treatments,
.about,
.before-after,
.testimonials,
.cta-banner,
.contact,
.footer {
  isolation: isolate;
}

.treatments > *,
.about > *,
.before-after > *,
.testimonials > *,
.cta-banner > *,
.contact > *,
.footer > * {
  position: relative;
  z-index: 1;
}

.treatments {
  background:
    radial-gradient(circle at 88% 8%, rgba(201, 168, 76, 0.08), transparent 26%),
    radial-gradient(circle at 8% 38%, rgba(22, 58, 100, 0.68), transparent 34%),
    linear-gradient(180deg, #061320 0%, #071d32 54%, #061523 100%);
}

.about {
  background:
    radial-gradient(ellipse at 78% 24%, rgba(201, 168, 76, 0.16), transparent 34%),
    radial-gradient(circle at 14% 16%, rgba(226, 203, 115, 0.08), transparent 26%),
    linear-gradient(180deg, #071827 0%, #0c2134 48%, #061320 100%);
}

.before-after {
  background:
    radial-gradient(circle at 16% 14%, rgba(20, 74, 128, 0.58), transparent 32%),
    radial-gradient(circle at 90% 72%, rgba(201, 168, 76, 0.07), transparent 30%),
    linear-gradient(180deg, #05111e 0%, #08213a 52%, #061523 100%);
}

.testimonials {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(201, 168, 76, 0.17), transparent 34%),
    radial-gradient(circle at 10% 82%, rgba(226, 203, 115, 0.07), transparent 28%),
    linear-gradient(180deg, #071827 0%, #0d243a 50%, #071421 100%);
}

.cta-banner {
  background:
    radial-gradient(circle at 76% 48%, rgba(228, 203, 115, 0.18), transparent 34%),
    radial-gradient(circle at 18% 20%, rgba(20, 74, 128, 0.42), transparent 30%),
    linear-gradient(135deg, #071827 0%, #0b2440 46%, #08111c 100%);
}

.contact {
  background:
    radial-gradient(circle at 86% 18%, rgba(22, 58, 100, 0.68), transparent 34%),
    radial-gradient(circle at 18% 86%, rgba(201, 168, 76, 0.08), transparent 30%),
    linear-gradient(180deg, #061523 0%, #071d32 55%, #050c16 100%);
}

.footer {
  background:
    linear-gradient(180deg, #050c16 0%, #071523 100%),
    radial-gradient(circle at 50% 0%, rgba(201, 168, 76, 0.1), transparent 30%);
}

.about::after,
.testimonials::after,
.contact::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0%, rgba(201, 168, 76, 0.06) 42%, transparent 68%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 22%, transparent 78%, rgba(0, 0, 0, 0.18));
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}

.treatments::after,
.before-after::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 28%, transparent 72%, rgba(201, 168, 76, 0.045)),
    radial-gradient(circle at 50% 0%, rgba(10, 34, 61, 0.7), transparent 42%);
  pointer-events: none;
  z-index: 0;
}

.treatments__label,
.about__label,
.section-label {
  background: linear-gradient(90deg, var(--gold-light), rgba(238, 245, 251, 0.82));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.about .stat,
.testimonials .testi-card {
  background:
    linear-gradient(145deg, rgba(22, 48, 73, 0.9), rgba(10, 32, 54, 0.92)),
    radial-gradient(circle at 88% 10%, rgba(201, 168, 76, 0.12), transparent 35%);
}

.treatments .treat-card,
.before-after .ba-card,
.contact .contact__item,
.contact .contact__form-wrapper {
  background:
    linear-gradient(145deg, rgba(10, 37, 66, 0.9), rgba(5, 16, 29, 0.94)),
    radial-gradient(circle at 12% 0%, rgba(22, 58, 100, 0.28), transparent 36%);
}

.treatments__grid {
  align-items: stretch;
  background: transparent;
  gap: 24px;
}

.treat-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 462px;
  padding: 40px 34px 34px;
  text-align: center;
}

.treat-card::after {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: calc(100% - 64px);
}

.treat-card__icon {
  align-items: center;
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.14), transparent 36%),
    radial-gradient(circle at 50% 78%, rgba(201, 168, 76, 0.2), transparent 45%),
    linear-gradient(145deg, rgba(201, 168, 76, 0.13), rgba(6, 22, 39, 0.7));
  border: 1px solid rgba(228, 203, 115, 0.22);
  border-radius: 34px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 26px 62px rgba(0, 0, 0, 0.32);
  display: flex;
  height: 172px;
  justify-content: center;
  margin: 0 auto 30px;
  overflow: visible;
  padding: 18px;
  position: relative;
  transition:
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  width: 172px;
  z-index: 1;
}

.treat-card__icon::before,
.treat-card__icon::after {
  content: "";
  pointer-events: none;
  position: absolute;
}

.treat-card__icon::before {
  background: radial-gradient(circle, rgba(228, 203, 115, 0.24), transparent 68%);
  filter: blur(2px);
  height: 132%;
  inset: 50% auto auto 50%;
  opacity: 0.58;
  transform: translate(-50%, -50%);
  transition: opacity 0.35s ease, scale 0.35s ease;
  width: 132%;
  z-index: -1;
}

.treat-card__icon::after {
  border: 1px solid rgba(228, 203, 115, 0.12);
  border-radius: 28px;
  inset: 10px;
}

.treat-card__icon-img {
  display: block;
  filter:
    drop-shadow(0 18px 26px rgba(0, 0, 0, 0.36))
    drop-shadow(0 0 18px rgba(228, 203, 115, 0.14));
  height: 100%;
  object-fit: contain;
  position: relative;
  transition:
    filter 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
  z-index: 1;
}

.treat-card__icon--wide .treat-card__icon-img {
  height: auto;
  max-height: 124px;
  width: 112%;
}

.treat-card__num {
  margin-bottom: 10px;
}

.treat-card h3 {
  font-size: clamp(1.45rem, 1.45vw, 1.75rem);
  margin-bottom: 14px;
}

.treat-card p {
  flex: 1;
  line-height: 1.72;
  margin-inline: auto;
  max-width: 310px;
}

.treat-card__tag {
  margin-top: 4px;
}

.treat-card:hover .treat-card__icon {
  border-color: rgba(228, 203, 115, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 34px 80px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(201, 168, 76, 0.08);
  transform: translateY(-9px) scale(1.03);
}

.treat-card:hover .treat-card__icon::before {
  opacity: 0.95;
  scale: 1.08;
}

.treat-card:hover .treat-card__icon-img {
  filter:
    drop-shadow(0 24px 34px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 28px rgba(228, 203, 115, 0.26));
  transform: translateY(-3px) scale(1.06);
}

.treatments__label {
  display: block;
  margin: 0 auto 18px;
  text-align: center;
}

.treatments__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0 auto 64px;
  max-width: 920px;
  position: relative;
  text-align: center;
}

.treatments__header::after {
  background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
  bottom: -28px;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 0.72;
  position: absolute;
  transform: translateX(-50%);
  width: min(260px, 46vw);
}

.treatments__header h2 {
  font-size: clamp(2.65rem, 4.4vw, 4.75rem);
  letter-spacing: -0.045em;
  line-height: 1.02;
  max-width: 880px;
}

.treatments__header p {
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.75;
  margin: 0 auto;
  max-width: 590px;
  padding-bottom: 0;
}

.treatments__grid {
  margin-top: 18px;
}

.treatments {
  --treat-display-font: "Jost", var(--font-display);
  background:
    radial-gradient(circle at 80% 8%, rgba(228, 203, 115, 0.11), transparent 25%),
    radial-gradient(circle at 14% 18%, rgba(24, 85, 145, 0.7), transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(201, 168, 76, 0.08), transparent 34%),
    linear-gradient(180deg, #061320 0%, #08213a 56%, #061523 100%);
  isolation: isolate;
  overflow: hidden;
}

.treatments__bg-word {
  background:
    linear-gradient(90deg, rgba(201, 168, 76, 0.04), rgba(39, 134, 210, 0.18) 48%, rgba(228, 203, 115, 0.08));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: var(--treat-display-font);
  font-size: clamp(8.6rem, 18vw, 17rem);
  font-weight: 800;
  letter-spacing: -0.12em;
  line-height: 0.72;
  pointer-events: none;
  position: absolute;
  right: 50%;
  top: clamp(178px, 21vw, 238px);
  transform: translateX(50%);
  user-select: none;
  white-space: nowrap;
  z-index: 0;
}

.treatments__bg-word::after {
  background: linear-gradient(90deg, rgba(228, 203, 115, 0.1), transparent);
  content: "";
  height: 1px;
  left: 6%;
  position: absolute;
  right: 8%;
  top: 60%;
}

.treatments__label {
  background: none;
  color: var(--gold-light);
  display: flex;
  justify-content: center;
  letter-spacing: 0.18em;
  margin: 0 auto 16px;
  position: relative;
  text-align: center;
  width: max-content;
  z-index: 1;
}

.treatments__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0 auto 52px;
  max-width: 760px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.treatments__header::before {
  background:
    radial-gradient(circle, rgba(228, 203, 115, 0.2), transparent 70%);
  content: "";
  height: 180px;
  left: 50%;
  opacity: 0.64;
  pointer-events: none;
  position: absolute;
  top: -54px;
  transform: translateX(-50%);
  width: 180px;
  z-index: -1;
}

.treatments__header::after {
  background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
  bottom: -24px;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 0.6;
  position: absolute;
  right: auto;
  top: auto;
  transform: translateX(-50%);
  width: min(220px, 40vw);
}

.treatments__header h2 {
  font-family: var(--treat-display-font);
  font-size: clamp(2.2rem, 3.45vw, 3.55rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
  max-width: 720px;
  text-align: center;
}

.treatments__header h2 em {
  color: var(--gold-light);
  font-style: italic;
  text-shadow: 0 18px 54px rgba(201, 168, 76, 0.18);
}

.treatments__header p {
  backdrop-filter: blur(14px);
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(228, 203, 115, 0.22);
  border-radius: 0;
  color: rgba(238, 245, 251, 0.72);
  font-size: clamp(14px, 1vw, 15px);
  line-height: 1.7;
  margin: 0 auto;
  max-width: 560px;
  padding: 16px 0 0;
  text-align: center;
}

.treatments__grid {
  align-items: stretch;
  gap: clamp(16px, 2vw, 24px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
  max-width: 1120px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.treatments__grid::before {
  background: linear-gradient(90deg, transparent, rgba(228, 203, 115, 0.34), transparent);
  content: "";
  height: 1px;
  left: 6%;
  position: absolute;
  right: 6%;
  top: -26px;
}

.treatments .treat-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(7, 20, 34, 0.58) 24%, rgba(4, 9, 16, 0.88)),
    radial-gradient(circle at 62% 0%, rgba(39, 134, 210, 0.2), transparent 34%),
    radial-gradient(circle at 16% 0%, rgba(228, 203, 115, 0.13), transparent 32%);
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 32px;
  box-shadow:
    0 34px 82px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  min-height: 458px;
  overflow: hidden;
  padding: 24px 26px 26px;
}

.treatments .treat-card::before {
  background:
    radial-gradient(circle at var(--shine-x, 50%) var(--shine-y, 0%), rgba(228, 203, 115, 0.18), transparent 36%),
    linear-gradient(116deg, rgba(255, 255, 255, 0.18), transparent 18%, transparent 78%, rgba(52, 168, 255, 0.12));
}

.treatments .treat-card::after {
  background: linear-gradient(90deg, transparent, rgba(228, 203, 115, 0.62), transparent);
  bottom: auto;
  left: 50%;
  opacity: 0.34;
  right: auto;
  top: 0;
  width: calc(100% - 70px);
}

.treatments .treat-card--featured {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(7, 24, 43, 0.66) 24%, rgba(4, 10, 17, 0.9)),
    radial-gradient(circle at 78% 4%, rgba(73, 190, 255, 0.26), transparent 36%),
    radial-gradient(circle at 18% 0%, rgba(228, 203, 115, 0.18), transparent 34%);
  border-color: rgba(105, 207, 255, 0.38);
  box-shadow:
    0 40px 96px rgba(0, 0, 0, 0.44),
    0 0 48px rgba(72, 183, 255, 0.16),
    0 0 0 1px rgba(228, 203, 115, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: translateY(-10px);
}

.treatments .treat-card--featured:hover {
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-16px);
}

.treatments .treat-card__icon {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 156px;
  isolation: isolate;
  margin-bottom: 14px;
  overflow: visible;
  width: 156px;
}

.treatments .treat-card__num {
  color: var(--gold-light);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.treatments .treat-card h3 {
  font-family: var(--treat-display-font);
  font-size: clamp(1.42rem, 1.45vw, 1.72rem);
  font-weight: 800;
  letter-spacing: -0.025em;
}

.treatments .treat-card p {
  color: rgba(238, 245, 251, 0.7);
  font-size: 13px;
  line-height: 1.62;
  max-width: 305px;
  margin-bottom: 14px;
}

.treat-card__benefits {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 1;
}

.treat-card__benefits li {
  align-items: center;
  color: rgba(238, 245, 251, 0.78);
  display: grid;
  font-size: 11.5px;
  gap: 10px;
  grid-template-columns: 22px 1fr;
  line-height: 1.35;
}

.treat-card__benefits li::before {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(201, 168, 76, 0.2));
  border: 1px solid rgba(228, 203, 115, 0.26);
  border-radius: 50%;
  color: var(--gold-light);
  content: "✓";
  display: inline-flex;
  font-size: 11px;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.treatments .treat-card__tag {
  backdrop-filter: blur(10px);
  background: rgba(201, 168, 76, 0.1);
  border-color: rgba(228, 203, 115, 0.26);
  color: var(--gold-light);
  margin-top: auto;
}

.treatments .treat-card {
  will-change: transform, box-shadow;
}

.treatments .treat-card:hover {
  border-color: rgba(228, 203, 115, 0.52);
  box-shadow:
    0 42px 96px rgba(0, 0, 0, 0.46),
    0 0 58px rgba(73, 190, 255, 0.16),
    0 0 74px rgba(228, 203, 115, 0.13),
    0 0 0 1px rgba(228, 203, 115, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-14px);
}

.treatments .treat-card--featured:hover {
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-20px);
}

.treatments .treat-card__icon::before {
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.22) 42%, transparent 72%);
  bottom: -8px;
  filter: blur(8px);
  height: 24px;
  left: 50%;
  opacity: 0.72;
  right: auto;
  top: auto;
  transform: translateX(-50%);
  transition:
    opacity 0.34s ease,
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
  width: 74%;
  z-index: 0;
}

.treatments .treat-card__icon::after {
  background: radial-gradient(circle at 50% 42%, rgba(255, 241, 184, 0.22), rgba(228, 203, 115, 0.06) 38%, transparent 70%);
  border: 0;
  border-radius: 999px;
  filter: blur(14px);
  inset: 16px;
  opacity: 0.64;
  transition:
    opacity 0.34s ease,
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0;
}

.treatments .treat-card__icon-img {
  filter:
    drop-shadow(0 26px 22px rgba(0, 0, 0, 0.38))
    drop-shadow(0 0 20px rgba(228, 203, 115, 0.16));
  height: 118%;
  transform: translateY(-10px);
  width: 118%;
  z-index: 2;
}

.treatments .treat-card__icon--wide .treat-card__icon-img {
  height: auto;
  max-height: none;
  width: 148%;
}

.treatments .treat-card:hover .treat-card__icon {
  transform: translateY(-7px) scale(1.02);
}

.treatments .treat-card:hover .treat-card__icon::before {
  opacity: 0.92;
  transform: translateX(-50%) scaleX(1.14);
}

.treatments .treat-card:hover .treat-card__icon::after {
  opacity: 0.92;
  transform: scale(1.08);
}

.treatments .treat-card:hover .treat-card__icon-img {
  filter:
    drop-shadow(0 32px 28px rgba(0, 0, 0, 0.44))
    drop-shadow(0 0 34px rgba(228, 203, 115, 0.32));
  transform: translateY(-18px) scale(1.07);
}

/* Compact treatment pass */
.treatments {
  padding: clamp(54px, 6vw, 82px) clamp(42px, 6.2vw, 88px) clamp(66px, 6.4vw, 88px);
}

.treatments__bg-word {
  font-size: clamp(7.2rem, 12.8vw, 12.4rem);
  left: clamp(-32px, -1.5vw, -12px);
  letter-spacing: -0.09em;
  opacity: 0.42;
  right: auto;
  top: clamp(24px, 4.8vw, 64px);
  transform: rotate(-12deg);
}

.treatments__bg-word::after {
  display: none;
}

.treatments__label {
  margin-bottom: 8px;
}

.treatments__header {
  gap: 10px;
  margin-bottom: 34px;
  max-width: min(1180px, 88vw);
}

.treatments__header::before {
  opacity: 0.18;
  top: -38px;
}

.treatments__header::after {
  bottom: -16px;
  opacity: 0.46;
  width: min(520px, 58vw);
}

.treatments__header h2 {
  font-size: clamp(1.95rem, 2.55vw, 2.95rem);
  letter-spacing: -0.028em;
  line-height: 0.98;
  max-width: none;
  white-space: nowrap;
}

.treatments__header p {
  border-top-color: rgba(228, 203, 115, 0.14);
  font-size: clamp(13px, 0.92vw, 14px);
  line-height: 1.55;
  max-width: 760px;
  padding-top: 12px;
}

.treatments__grid {
  gap: clamp(14px, 1.55vw, 22px);
  margin-top: 0;
  max-width: 1180px;
}

.treatments__grid::before {
  opacity: 0.5;
  top: -18px;
}

.treatments .treat-card {
  border-radius: 28px;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  min-height: 392px;
  padding: 18px 24px 22px;
}

.treatments .treat-card--featured {
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.34),
    0 0 28px rgba(72, 183, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: translateY(-4px);
}

.treatments .treat-card__icon {
  height: 126px;
  margin-bottom: 6px;
  width: 126px;
}

.treatments .treat-card__icon::before {
  bottom: 2px;
  filter: blur(7px);
  height: 18px;
  opacity: 0.56;
  width: 68%;
}

.treatments .treat-card__icon::after {
  filter: blur(12px);
  opacity: 0.38;
}

.treatments .treat-card__icon-img {
  filter:
    drop-shadow(0 18px 18px rgba(0, 0, 0, 0.3))
    drop-shadow(0 0 14px rgba(228, 203, 115, 0.12));
  height: 112%;
  transform: translateY(-8px);
  width: 112%;
}

.treatments .treat-card__icon--wide .treat-card__icon-img {
  width: 138%;
}

.treatments .treat-card__num {
  font-size: 11px;
  margin-bottom: 8px;
}

.treatments .treat-card h3 {
  font-size: clamp(1.26rem, 1.26vw, 1.52rem);
  margin-bottom: 10px;
}

.treatments .treat-card p {
  font-size: 12.5px;
  line-height: 1.52;
  margin-bottom: 12px;
  max-width: 315px;
}

.treat-card__benefits {
  gap: 6px;
  margin-bottom: 14px;
}

.treat-card__benefits li {
  font-size: 11px;
  grid-template-columns: 20px 1fr;
}

.treat-card__benefits li::before {
  font-size: 10px;
  height: 18px;
  width: 18px;
}

.treatments .treat-card__tag {
  font-size: 9px;
  padding: 10px 15px;
}

.treatments .treat-card:hover {
  box-shadow:
    0 26px 58px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(73, 190, 255, 0.11),
    0 0 44px rgba(228, 203, 115, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.11);
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-8px);
}

.treatments .treat-card--featured:hover {
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-12px);
}

.cta-banner {
  align-items: center;
  background:
    radial-gradient(circle at 82% 50%, rgba(228, 203, 115, 0.16), transparent 28%),
    radial-gradient(circle at 52% 48%, rgba(201, 168, 76, 0.09), transparent 24%),
    radial-gradient(circle at 12% 16%, rgba(18, 68, 118, 0.72), transparent 34%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(135deg, #061320 0%, #0b2744 48%, #06101c 100%);
  background-size: auto, auto, auto, 92px 92px, auto;
  gap: clamp(28px, 3.8vw, 62px);
  grid-template-columns: minmax(430px, 610px) minmax(315px, 390px);
  justify-content: center;
  min-height: 650px;
  padding: clamp(82px, 9vw, 128px) clamp(36px, 7vw, 92px);
}

.cta-banner__content {
  backdrop-filter: blur(20px);
  background:
    linear-gradient(145deg, rgba(10, 37, 66, 0.76), rgba(5, 16, 29, 0.86)),
    radial-gradient(circle at 0% 0%, rgba(228, 203, 115, 0.14), transparent 34%);
  border: 1px solid rgba(228, 203, 115, 0.18);
  border-radius: 34px;
  box-shadow:
    0 38px 88px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  grid-column: 1;
  grid-row: 1;
  max-width: 610px;
  overflow: hidden;
  padding: clamp(36px, 4.6vw, 58px);
  position: relative;
}

.cta-banner__content::before {
  background:
    linear-gradient(90deg, rgba(228, 203, 115, 0.78), transparent);
  content: "";
  height: 1px;
  left: 42px;
  position: absolute;
  right: 42px;
  top: 0;
}

.cta-banner__content::after {
  background: radial-gradient(circle, rgba(228, 203, 115, 0.2), transparent 66%);
  bottom: -110px;
  content: "";
  height: 220px;
  pointer-events: none;
  position: absolute;
  right: -80px;
  width: 220px;
}

.cta-banner__label {
  color: var(--gold-light);
}

.cta-banner__content h2 {
  font-size: clamp(2.45rem, 4.65vw, 4.65rem);
  letter-spacing: -0.045em;
  line-height: 1;
  max-width: 580px;
  position: relative;
  z-index: 1;
}

.cta-banner__content p {
  color: rgba(238, 245, 251, 0.72);
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.85;
  margin-bottom: 26px;
  max-width: 510px;
  position: relative;
  z-index: 1;
}

.cta-banner__points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 36px;
  position: relative;
  z-index: 1;
}

.cta-banner__points span {
  backdrop-filter: blur(12px);
  background: rgba(5, 16, 29, 0.56);
  border: 1px solid rgba(228, 203, 115, 0.16);
  border-radius: 999px;
  color: rgba(238, 245, 251, 0.82);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 10px 14px;
}

.cta-banner__visual--video {
  align-items: center;
  bottom: auto;
  display: grid;
  grid-column: 2;
  grid-row: 1;
  justify-self: start;
  min-height: 560px;
  pointer-events: auto;
  position: relative;
  right: auto;
  top: auto;
  width: min(100%, 430px);
  z-index: 1;
}

.cta-banner__visual--video::before {
  background: radial-gradient(circle, rgba(228, 203, 115, 0.2), transparent 68%);
  content: "";
  filter: blur(4px);
  height: 78%;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  z-index: -1;
}

.cta-banner__video-card {
  aspect-ratio: 9 / 16;
  background: linear-gradient(145deg, rgba(201, 168, 76, 0.24), rgba(6, 22, 39, 0.94));
  border: 1px solid rgba(228, 203, 115, 0.3);
  border-radius: 36px;
  box-shadow:
    0 42px 95px rgba(0, 0, 0, 0.45),
    0 0 0 10px rgba(255, 255, 255, 0.025),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  isolation: isolate;
  overflow: hidden;
  position: relative;
  rotate: 1.5deg;
  transition:
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    scale 0.35s ease,
    rotate 0.35s ease;
  width: clamp(286px, 28vw, 386px);
}

.cta-banner__video-card::before {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  content: "";
  inset: 12px;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

.cta-banner__video {
  display: block;
  height: 100%;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 1;
}

.cta-banner__video-shade {
  background:
    linear-gradient(180deg, rgba(5, 12, 22, 0.1) 0%, transparent 34%, rgba(5, 12, 22, 0.72) 100%),
    radial-gradient(circle at 50% 8%, rgba(228, 203, 115, 0.12), transparent 38%);
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.cta-banner__video-badge {
  backdrop-filter: blur(14px);
  background: rgba(5, 16, 29, 0.66);
  border: 1px solid rgba(228, 203, 115, 0.22);
  border-radius: 18px;
  bottom: 24px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  left: 24px;
  padding: 14px 16px;
  position: absolute;
  right: 24px;
  z-index: 4;
}

.cta-banner__video-badge span {
  color: rgba(238, 245, 251, 0.64);
  display: block;
  font-size: 11px;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.cta-banner__video-badge strong {
  color: var(--white);
  display: block;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
}

.cta-banner__video-card:hover {
  border-color: rgba(228, 203, 115, 0.54);
  box-shadow:
    0 52px 110px rgba(0, 0, 0, 0.52),
    0 0 0 10px rgba(228, 203, 115, 0.035),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  rotate: 0deg;
  scale: 1.015;
}

.cta-banner__visual--video .cta-circle {
  pointer-events: none;
  z-index: -1;
}

.cta-banner__visual--video .cta-circle--1 {
  height: 440px;
  right: -82px;
  top: 50%;
  width: 440px;
}

.cta-banner__visual--video .cta-circle--2 {
  height: 310px;
  right: -18px;
  top: 50%;
  width: 310px;
}

.cta-banner__visual--video .cta-circle--3 {
  height: 170px;
  right: 74px;
  top: 50%;
  width: 170px;
}

/* Guided WhatsApp chat */
.whatsapp-chat {
  bottom: 26px;
  font-family: var(--font-body);
  pointer-events: none;
  position: fixed;
  right: 26px;
  width: min(382px, calc(100vw - 32px));
  z-index: 80;
}

.whatsapp-chat__panel {
  background:
    linear-gradient(180deg, rgba(241, 246, 241, 0.98), rgba(226, 235, 225, 0.98)),
    radial-gradient(circle at 20% 10%, rgba(201, 168, 76, 0.12), transparent 28%);
  border: 1px solid rgba(201, 168, 76, 0.28);
  border-radius: 24px;
  bottom: 94px;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.14);
  color: #102033;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  transform: translateY(18px) scale(0.96);
  transform-origin: bottom right;
  transition: opacity 0.28s ease, transform 0.28s ease;
  width: 100%;
}

.whatsapp-chat.is-open .whatsapp-chat__panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.whatsapp-chat__header {
  align-items: center;
  background:
    linear-gradient(135deg, #082a24 0%, #0b4639 52%, #092a35 100%);
  color: #f6fbf8;
  display: grid;
  gap: 12px;
  grid-template-columns: 48px 1fr 36px;
  padding: 16px;
}

.whatsapp-chat__avatar,
.whatsapp-chat__launcher img {
  border-radius: 50%;
  object-fit: cover;
  object-position: 52% 24%;
}

.whatsapp-chat__avatar {
  border: 2px solid rgba(228, 203, 115, 0.72);
  height: 48px;
  width: 48px;
}

.whatsapp-chat__header strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.whatsapp-chat__header span {
  color: rgba(246, 251, 248, 0.74);
  display: block;
  font-size: 12px;
  line-height: 1.3;
  margin-top: 1px;
}

.whatsapp-chat__close {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 24px;
  height: 34px;
  justify-content: center;
  line-height: 1;
  width: 34px;
}

.whatsapp-chat__body {
  background:
    linear-gradient(rgba(229, 236, 224, 0.86), rgba(229, 236, 224, 0.86)),
    radial-gradient(circle at 0 0, rgba(11, 70, 57, 0.08) 0 1px, transparent 1px);
  background-size: auto, 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  max-height: 360px;
  min-height: 270px;
  overflow-y: auto;
  padding: 18px 16px 12px;
  scroll-behavior: smooth;
}

.whatsapp-chat__message {
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(14, 31, 42, 0.08);
  font-size: 13px;
  line-height: 1.46;
  max-width: 84%;
  padding: 10px 12px;
  white-space: pre-line;
  width: fit-content;
}

.whatsapp-chat__message--bot {
  background: #fff;
  border-bottom-left-radius: 5px;
  color: #132536;
}

.whatsapp-chat__message--rich {
  max-width: 92%;
  padding: 10px;
}

.chat-price {
  display: grid;
  gap: 9px;
}

.chat-price__intro,
.chat-price__note,
.chat-price__card p {
  margin: 0;
}

.chat-price__intro {
  color: #173045;
  font-size: 12.5px;
  line-height: 1.45;
}

.chat-price__intro strong {
  color: #0b473a;
  font-weight: 800;
}

.chat-price__grid {
  display: grid;
  gap: 8px;
}

.chat-price__card {
  background:
    linear-gradient(145deg, rgba(8, 32, 48, 0.96), rgba(12, 54, 75, 0.92));
  border: 1px solid rgba(201, 168, 76, 0.18);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.84);
  display: grid;
  gap: 7px;
  padding: 10px;
}

.chat-price__card--gold {
  border-color: rgba(226, 199, 102, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.chat-price__eyebrow {
  color: #edd36f;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.chat-price__card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11.2px;
  line-height: 1.36;
}

.chat-price__row {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 999px;
  color: inherit;
  cursor: pointer;
  display: flex;
  font: inherit;
  gap: 10px;
  justify-content: space-between;
  padding: 7px 9px;
  text-align: left;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
  width: 100%;
}

.chat-price__row:hover,
.chat-price__row:focus-visible {
  background: rgba(237, 211, 111, 0.14);
  border-color: rgba(237, 211, 111, 0.32);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  outline: none;
  transform: translateY(-1px);
}

.chat-price__row:active {
  transform: translateY(0) scale(0.99);
}

.chat-price__row span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 11.5px;
  font-weight: 700;
}

.chat-price__row strong {
  color: #f3d769;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.chat-price__card small {
  color: rgba(255, 255, 255, 0.66);
  display: block;
  font-size: 10.8px;
  line-height: 1.25;
  margin: -2px 0 2px;
  padding-left: 9px;
}

.chat-price__note {
  color: rgba(19, 37, 54, 0.72);
  font-size: 11.4px;
  font-weight: 700;
  line-height: 1.38;
}

.whatsapp-chat__message--user {
  align-self: flex-end;
  background: #d9fdd3;
  border-bottom-right-radius: 5px;
  color: #0e2f24;
}

.whatsapp-chat__message--typing {
  align-items: center;
  display: flex;
  gap: 4px;
  min-height: 37px;
  width: 54px;
}

.whatsapp-chat__message--typing span {
  animation: chatTyping 1s infinite ease-in-out;
  background: #9eb1a6;
  border-radius: 50%;
  display: block;
  height: 6px;
  width: 6px;
}

.whatsapp-chat__message--typing span:nth-child(2) { animation-delay: 0.13s; }
.whatsapp-chat__message--typing span:nth-child(3) { animation-delay: 0.26s; }

.whatsapp-chat__options {
  background: rgba(246, 248, 243, 0.98);
  border-top: 1px solid rgba(11, 70, 57, 0.08);
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 14px 14px;
}

.whatsapp-chat__option {
  background: #fff;
  border: 1px solid rgba(11, 70, 57, 0.12);
  border-radius: 999px;
  color: #0b4639;
  cursor: pointer;
  font: 600 13px/1 var(--font-body);
  padding: 12px 14px;
  text-align: left;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.whatsapp-chat__option:hover {
  background: #0b4639;
  border-color: #0b4639;
  color: #fff;
  transform: translateY(-1px);
}

.whatsapp-chat__option--gold {
  background:
    linear-gradient(135deg, #f0d783, var(--gold));
  border-color: rgba(138, 113, 53, 0.3);
  color: #07111c;
}

.whatsapp-chat__launcher {
  align-items: center;
  background: linear-gradient(135deg, #0b4639, #071827);
  border: 2px solid rgba(228, 203, 115, 0.82);
  border-radius: 50%;
  box-shadow:
    0 20px 45px rgba(0, 0, 0, 0.38),
    0 0 0 8px rgba(201, 168, 76, 0.08);
  cursor: pointer;
  display: flex;
  height: 76px;
  justify-content: center;
  margin-left: auto;
  overflow: visible;
  padding: 3px;
  pointer-events: auto;
  position: relative;
  width: 76px;
}

.whatsapp-chat__launcher img {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.whatsapp-chat__pulse {
  animation: chatPulse 2.2s infinite;
  border: 1px solid rgba(228, 203, 115, 0.72);
  border-radius: 50%;
  inset: -8px;
  position: absolute;
}

.whatsapp-chat__badge {
  align-items: center;
  background: #25d366;
  border: 2px solid #071827;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  height: 23px;
  justify-content: center;
  position: absolute;
  right: -2px;
  top: -3px;
  width: 23px;
  z-index: 2;
}

.whatsapp-chat__nudge {
  animation: chatNudge 4.8s ease-in-out infinite;
  background: rgba(7, 24, 43, 0.94);
  border: 1px solid rgba(201, 168, 76, 0.22);
  border-radius: 999px;
  bottom: 15px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
  color: rgba(246, 251, 248, 0.82);
  font-size: 12px;
  line-height: 1.2;
  padding: 10px 14px;
  pointer-events: none;
  position: absolute;
  right: 90px;
  white-space: nowrap;
}

.whatsapp-chat__nudge span {
  color: var(--gold-light);
  display: block;
  font-weight: 700;
}

.whatsapp-chat.is-open .whatsapp-chat__nudge,
.whatsapp-chat.is-open .whatsapp-chat__badge {
  display: none;
}

@keyframes chatPulse {
  0% { opacity: 0.9; transform: scale(0.9); }
  65% { opacity: 0; transform: scale(1.35); }
  100% { opacity: 0; transform: scale(1.35); }
}

@keyframes chatNudge {
  0%, 72%, 100% { opacity: 0; transform: translateX(8px); }
  12%, 55% { opacity: 1; transform: translateX(0); }
}

@keyframes chatTyping {
  0%, 70%, 100% { opacity: 0.35; transform: translateY(0); }
  35% { opacity: 1; transform: translateY(-3px); }
}

@keyframes reviewPageIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 640px) {
  .whatsapp-chat {
    bottom: 12px;
    right: 10px;
    width: min(354px, calc(100vw - 28px));
  }

  .whatsapp-chat__panel {
    bottom: 78px;
    border-radius: 20px;
    max-height: min(620px, calc(100svh - 112px));
  }

  .whatsapp-chat__body {
    max-height: 34svh;
    min-height: 178px;
    padding: 14px 13px 10px;
  }

  .whatsapp-chat__header {
    grid-template-columns: 42px 1fr 34px;
    padding: 12px 13px;
  }

  .whatsapp-chat__avatar {
    height: 42px;
    width: 42px;
  }

  .whatsapp-chat__options {
    gap: 7px;
    max-height: 178px;
    overflow-y: auto;
    padding: 10px 12px 12px;
  }

  .whatsapp-chat__option {
    font-size: 12.2px;
    padding: 10px 12px;
  }

  .whatsapp-chat__launcher {
    height: 68px;
    width: 68px;
  }

  .whatsapp-chat__nudge {
    display: none;
  }
}

.js-enhanced .reveal-target {
  filter: blur(10px);
  opacity: 0;
  scale: 0.985;
  translate: 0 26px;
}

.js-enhanced .reveal-target.is-revealed {
  filter: blur(0);
  opacity: 1;
  scale: 1;
  translate: 0 0;
  transition:
    opacity 0.82s cubic-bezier(0.22, 1, 0.36, 1),
    translate 0.82s cubic-bezier(0.22, 1, 0.36, 1),
    scale 0.82s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.82s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

@media (prefers-reduced-motion: reduce) {
  .treat-card,
  .ba-card,
  .testi-card,
  .contact__form-wrapper,
  .js-enhanced .reveal-target,
  .js-enhanced .reveal-target.is-revealed {
    animation: none;
    transition: none;
    transform: none;
    translate: 0 0;
  }
}

/* ════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════ */
@media (max-width: 1024px) {
  :root { --section-pad: 80px 32px; }

  .treatments__bg-word {
    font-size: clamp(6rem, 20vw, 10rem);
    right: -26px;
    top: 52px;
  }
  .treatments__label {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .treatments__header {
    align-items: center;
    gap: 14px;
    margin-bottom: 50px;
    text-align: center;
  }
  .treatments__header h2,
  .treatments__header p {
    text-align: center;
  }
  .treatments__header p {
    margin-inline: auto;
  }
  .treatments__grid { grid-template-columns: 1fr 1fr; }
  .treatments .treat-card--featured {
    transform: none;
  }
  .treatments .treat-card--featured:hover {
    transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-8px);
  }
  .treat-card { min-height: 380px; }
  .treat-card__icon,
  .treatments .treat-card__icon {
    height: 118px;
    width: 118px;
  }

  .about__content { grid-template-columns: 1fr; gap: 60px; }
  .about__right { display: none; }

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

  .testi-card { min-width: 85%; }

  .cta-banner {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .cta-banner__content {
    grid-column: 1;
    grid-row: 1;
  }
  .cta-banner__visual:not(.cta-banner__visual--video) { display: none; }
  .cta-banner__visual--video {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
    min-height: auto;
    width: min(100%, 390px);
  }

  .contact {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .footer__top { grid-template-columns: 1fr; gap: 48px; }
  .footer__links { grid-template-columns: repeat(2, 1fr); }
  .footer__bottom { flex-direction: column; gap: 8px; text-align: center; }
}

@media (max-width: 640px) {
  :root { --section-pad: 64px 20px; }

  .treatments__grid { grid-template-columns: 1fr; }
  .treatments__bg-word {
    font-size: clamp(5.8rem, 28vw, 8.8rem);
    letter-spacing: -0.08em;
    right: 50%;
    top: 120px;
  }
  .treatments__header {
    margin-bottom: 46px;
  }
  .treatments__header h2 {
    font-size: clamp(2.05rem, 10vw, 3rem);
  }
  .treatments__header p {
    padding-top: 14px;
  }
  .treat-card {
    min-height: auto;
    padding: 36px 28px 30px;
  }
  .treat-card__icon,
  .treatments .treat-card__icon {
    border-radius: 28px;
    height: 122px;
    margin-bottom: 24px;
    width: 122px;
  }
  .treat-card__benefits {
    margin-bottom: 20px;
  }
  .treat-card__icon--wide .treat-card__icon-img {
    max-height: 108px;
  }
  .ba-card__split.ba-compare { height: 280px; }
  .ba-compare__handle span {
    height: 42px;
    width: 42px;
  }
  .about__stats { grid-template-columns: 1fr 1fr; }
  .footer__links { grid-template-columns: 1fr; }
  .footer__top,
  .footer__bottom { padding-left: 20px; padding-right: 20px; }
  .cta-banner { padding: 80px 20px; }
  .cta-banner__content h2 {
    font-size: clamp(2.45rem, 13vw, 3.65rem);
  }
  .cta-banner__points {
    margin-bottom: 30px;
  }
  .cta-banner__content {
    border-radius: 28px;
    padding: 34px 24px;
  }
  .cta-banner__video-card {
    border-radius: 30px;
    width: min(100%, 330px);
  }
  .cta-banner__video-badge {
    bottom: 18px;
    left: 18px;
    right: 18px;
  }

  .testi-card { min-width: 92%; padding: 32px 28px; }
}

@media (max-width: 1024px) {
  .about__right {
    display: flex;
  }

  .about__img-frame {
    margin: 0 auto;
    max-width: 460px;
    width: 100%;
  }

  .about__img-placeholder {
    height: 560px;
    width: 100%;
  }

  .google-reviews__page {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .google-rating {
    border-radius: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .about__img-placeholder {
    height: 430px;
  }

  .about__img-badge {
    bottom: -14px;
    right: 12px;
  }

  .google-review-card {
    padding: 24px 22px;
  }

  .google-review-card__top {
    align-items: flex-start;
  }
}

/* Mobile about redesign */
@media (max-width: 640px) {
  .about {
    background:
      radial-gradient(circle at 85% 8%, rgba(228, 203, 115, 0.12), transparent 34%),
      radial-gradient(circle at 12% 30%, rgba(24, 85, 145, 0.42), transparent 38%),
      linear-gradient(180deg, #071827 0%, #0a223a 48%, #061420 100%);
    padding: 50px 18px 56px;
  }

  .about::before,
  .about__deco-line {
    display: none;
  }

  .about__content {
    display: flex;
    flex-direction: column;
    gap: 22px;
    max-width: 380px;
  }

  .about__right {
    display: flex;
    order: 1;
  }

  .about__left {
    order: 2;
  }

  .about__img-frame {
    margin: 0;
    max-width: none;
    width: 100%;
  }

  .about__img-frame::before {
    bottom: -18px;
    height: 34px;
    left: 16%;
    right: 16%;
  }

  .about__img-placeholder {
    border-radius: 28px;
    height: 320px;
    overflow: hidden;
    width: 100%;
  }

  .about__img-placeholder::before {
    border-radius: 22px;
    inset: 10px;
  }

  .about__photo {
    object-position: 54% 34%;
    transform: scale(1.04);
  }

  .about__img-badge {
    backdrop-filter: blur(16px);
    background: rgba(4, 15, 24, 0.78);
    border-color: rgba(228, 203, 115, 0.22);
    border-radius: 999px;
    bottom: 14px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
    padding: 10px 14px;
    right: 14px;
  }

  .about__img-badge span:first-child {
    color: var(--gold-light);
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .about__img-badge span:last-child {
    display: none;
  }

  .about__label {
    color: var(--gold-light);
    font-size: 10px;
    letter-spacing: 0.22em;
    margin: 4px 0 12px;
    text-align: center;
  }

  .about__left h2 {
    font-size: clamp(2rem, 8.6vw, 2.6rem);
    letter-spacing: -0.05em;
    line-height: 0.96;
    margin: 0 auto 20px;
    max-width: 360px;
    text-align: center;
    text-wrap: balance;
  }

  .about__left h2 br {
    display: block;
  }

  .about__left h2 em {
    display: inline-block;
    margin: -2px 0 0;
    text-shadow: 0 14px 34px rgba(201, 168, 76, 0.14);
  }

  .about__stats {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 18px;
  }

  .about .stat {
    border-radius: 18px;
    min-height: 88px;
    padding: 15px 8px 13px;
  }

  .about .stat::before {
    left: 12px;
    right: 12px;
  }

  .stat__num {
    font-size: clamp(1.7rem, 7.4vw, 2.12rem);
    line-height: 0.95;
    margin-bottom: 8px;
  }

  .stat__label {
    font-size: 7.8px;
    letter-spacing: 0.07em;
    line-height: 1.25;
  }

  .about__left p {
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(6, 20, 34, 0.64)),
      radial-gradient(circle at 100% 0%, rgba(228, 203, 115, 0.08), transparent 38%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    color: rgba(238, 245, 251, 0.78);
    font-size: 13.3px;
    line-height: 1.66;
    margin: 0 0 18px;
    padding: 18px;
    text-align: left;
  }

  .about .btn-outline {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    width: 100%;
  }
}

/* Final visibility fix for before/after background pattern */
.before-after > .before-after__pattern {
  display: none !important;
  inset: 0 !important;
  opacity: 1 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  position: absolute !important;
  z-index: 1 !important;
}

.before-after > .before-after__header,
.before-after > .ba-grid,
.before-after > .before-after__note {
  position: relative;
  z-index: 3 !important;
}

.before-after__pattern span {
  color: rgba(228, 203, 115, 0.34);
  display: block;
  font-size: clamp(1rem, 1.25vw, 1.35rem);
  opacity: 0.9;
}

.before-after__pattern span:nth-child(2),
.before-after__pattern span:nth-child(6),
.before-after__pattern span:nth-child(10) {
  color: rgba(73, 190, 255, 0.24);
}

.before-after__pattern span:nth-child(4),
.before-after__pattern span:nth-child(12) {
  color: rgba(238, 245, 251, 0.18);
}

/* Animated brand gradient for testimonials */
.testimonials.google-testimonials {
  background:
    linear-gradient(145deg, #061320 0%, #08213a 48%, #06101c 100%);
  overflow: hidden;
  position: relative;
}

.testimonials > .testimonials__gradient {
  filter: blur(34px);
  inset: -18%;
  mix-blend-mode: screen;
  opacity: 0.78;
  overflow: hidden;
  pointer-events: none;
  position: absolute !important;
  z-index: 0 !important;
}

.testimonials__gradient span {
  aspect-ratio: 1;
  border-radius: 50%;
  display: block;
  opacity: 0.72;
  position: absolute;
  width: min(58vw, 760px);
  will-change: transform;
}

.testimonials__gradient span:nth-child(1) {
  animation: testimonialsBlobOne 18s ease-in-out infinite alternate;
  background: radial-gradient(circle at center, rgba(11, 52, 91, 0.95), rgba(11, 52, 91, 0) 62%);
  left: 4%;
  top: 12%;
}

.testimonials__gradient span:nth-child(2) {
  animation: testimonialsBlobTwo 22s ease-in-out infinite alternate;
  background: radial-gradient(circle at center, rgba(201, 168, 76, 0.52), rgba(201, 168, 76, 0) 58%);
  right: 10%;
  top: 4%;
  width: min(46vw, 620px);
}

.testimonials__gradient span:nth-child(3) {
  animation: testimonialsBlobThree 20s ease-in-out infinite alternate;
  background: radial-gradient(circle at center, rgba(73, 190, 255, 0.32), rgba(73, 190, 255, 0) 60%);
  bottom: 0;
  left: 36%;
  width: min(42vw, 560px);
}

.testimonials__gradient span:nth-child(4) {
  animation: testimonialsBlobFour 24s ease-in-out infinite alternate;
  background: radial-gradient(circle at center, rgba(228, 203, 115, 0.28), rgba(228, 203, 115, 0) 56%);
  bottom: 12%;
  right: 2%;
  width: min(38vw, 520px);
}

.testimonials__gradient span:nth-child(5) {
  animation: testimonialsBlobFive 26s ease-in-out infinite alternate;
  background: radial-gradient(circle at center, rgba(7, 31, 58, 0.95), rgba(7, 31, 58, 0) 64%);
  left: 18%;
  top: -6%;
  width: min(50vw, 680px);
}

.testimonials.google-testimonials::before {
  background:
    radial-gradient(circle at 50% 0%, rgba(228, 203, 115, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(5, 12, 22, 0.16), rgba(5, 12, 22, 0.54));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.testimonials.google-testimonials::after {
  opacity: 0.55;
}

.testimonials > .testimonials__bg-word {
  opacity: 0.42;
  z-index: 2 !important;
}

.testimonials > .testimonials__header,
.testimonials > .testimonials__track,
.testimonials > .testimonials__nav {
  position: relative;
  z-index: 3 !important;
}

.google-review-card {
  backdrop-filter: blur(18px);
  background:
    linear-gradient(145deg, rgba(8, 24, 41, 0.72), rgba(5, 13, 24, 0.82)),
    radial-gradient(circle at 82% 8%, rgba(228, 203, 115, 0.08), transparent 34%);
  border-color: rgba(255, 255, 255, 0.1);
}

@keyframes testimonialsBlobOne {
  0% { transform: translate(-8%, -4%) scale(1); }
  45% { transform: translate(22%, 8%) scale(1.08); }
  100% { transform: translate(7%, 18%) scale(0.94); }
}

@keyframes testimonialsBlobTwo {
  0% { transform: translate(12%, -8%) scale(0.94); }
  50% { transform: translate(-18%, 14%) scale(1.08); }
  100% { transform: translate(-5%, 28%) scale(0.98); }
}

@keyframes testimonialsBlobThree {
  0% { transform: translate(-10%, 16%) scale(0.96); }
  55% { transform: translate(18%, -8%) scale(1.1); }
  100% { transform: translate(-4%, -18%) scale(1); }
}

@keyframes testimonialsBlobFour {
  0% { transform: translate(8%, 18%) scale(1); }
  50% { transform: translate(-24%, -6%) scale(0.94); }
  100% { transform: translate(-10%, -18%) scale(1.08); }
}

@keyframes testimonialsBlobFive {
  0% { transform: translate(-4%, -8%) scale(1.05); }
  60% { transform: translate(16%, 24%) scale(0.92); }
  100% { transform: translate(34%, 6%) scale(1.02); }
}

@media (prefers-reduced-motion: reduce) {
  .testimonials__gradient span {
    animation: none;
  }
}

/* Remove testimonials gradient experiment */
.testimonials > .testimonials__gradient {
  display: none !important;
}

.testimonials.google-testimonials {
  --testimonial-display-font: "Jost", var(--font-body);
  --testimonial-copy-font: "Jost", var(--font-body);
  align-items: center;
  display: grid;
  justify-items: center;
  padding-bottom: clamp(54px, 5vw, 76px);
  padding-top: clamp(32px, 3.2vw, 48px);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(201, 168, 76, 0.12), transparent 34%),
    radial-gradient(circle at 10% 82%, rgba(226, 203, 115, 0.05), transparent 28%),
    linear-gradient(180deg, #071827 0%, #0d243a 50%, #071421 100%);
}

.testimonials.google-testimonials::before {
  display: none;
}

.testimonials.google-testimonials::after {
  opacity: 0.46;
}

.google-testimonials > .testimonials__bg-word {
  display: none !important;
}

.google-review-card {
  backdrop-filter: none;
  background:
    linear-gradient(145deg, rgba(29, 29, 29, 0.92), rgba(16, 16, 16, 0.96));
  border-color: rgba(255, 255, 255, 0.06);
}

/* Animated Google review columns */
.testimonials > .testimonials__columns {
  position: relative;
  z-index: 3 !important;
}

.marquee-reviews {
  display: none;
}

.js-enhanced .marquee-reviews.is-ready {
  display: grid;
}

.js-enhanced .google-testimonials:has(.marquee-reviews.is-ready) > .google-reviews,
.js-enhanced .google-testimonials:has(.marquee-reviews.is-ready) > .testimonials__nav {
  display: none !important;
}

.google-testimonials .testimonials__header {
  display: contents;
  margin-bottom: clamp(10px, 1.5vw, 18px);
}

.google-testimonials .testimonials__header .section-label,
.google-testimonials .testimonials__header h2,
.google-testimonials .testimonials__header p {
  text-align: center;
}

.google-testimonials .testimonials__header .section-label {
  font-family: var(--testimonial-copy-font);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  order: 1;
}

.google-testimonials .testimonials__header h2 {
  font-family: var(--testimonial-display-font);
  font-size: clamp(2.25rem, 4.1vw, 4.55rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
  order: 2;
}

.google-testimonials .testimonials__header h2 em {
  font-family: inherit;
  font-style: normal;
  letter-spacing: -0.045em;
}

.google-testimonials .testimonials__header p {
  font-family: var(--testimonial-copy-font);
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 500;
  letter-spacing: -0.01em;
  margin: 8px auto 12px;
  max-width: 560px;
  order: 3;
}

.google-testimonials .google-rating {
  font-family: var(--testimonial-copy-font);
  margin-top: clamp(14px, 1.6vw, 22px);
  order: 5;
  padding: 8px 15px;
}

.marquee-reviews {
  gap: clamp(14px, 1.6vw, 22px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: clamp(420px, 36vw, 500px);
  margin: -4px auto 0;
  max-width: 1110px;
  order: 4;
  overflow: hidden;
  padding: 4px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 11%, #000 89%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 11%, #000 89%, transparent 100%);
}

.review-column {
  border-radius: 26px;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.review-column__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  will-change: transform;
}

.review-column__inner.is-loop-ready {
  animation: reviewColumnScroll var(--duration, 26s) linear infinite;
}

.review-column--two .review-column__inner {
  animation-delay: -8s;
}

.review-column--three .review-column__inner {
  animation-delay: -15s;
}

.review-column:hover .review-column__inner {
  animation-play-state: paused;
}

.review-column__set {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 16px;
}

.marquee-reviews .review-card {
  background:
    radial-gradient(circle at 84% 0%, rgba(228, 203, 115, 0.1), transparent 34%),
    linear-gradient(145deg, rgba(14, 40, 68, 0.88), rgba(4, 13, 23, 0.95));
  border: 1px solid rgba(228, 203, 115, 0.16);
  border-radius: 24px;
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
  min-height: 188px;
  min-width: 0;
  overflow: hidden;
  padding: clamp(19px, 1.8vw, 24px);
  position: relative;
  width: 100%;
}

.marquee-reviews .review-card::before {
  background:
    radial-gradient(circle at var(--shine-x, 70%) var(--shine-y, 0%), rgba(228, 203, 115, 0.2), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 44%);
  content: "";
  height: auto;
  inset: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.28s ease;
  width: auto;
}

.marquee-reviews .review-card:hover::before {
  opacity: 1;
}

.marquee-reviews .review-card:hover {
  border-color: rgba(228, 203, 115, 0.42);
  box-shadow:
    0 32px 76px rgba(0, 0, 0, 0.38),
    0 0 34px rgba(201, 168, 76, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.review-card__stars {
  color: #fbbc05;
  font-size: 12px;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.marquee-reviews .review-card p {
  color: rgba(241, 246, 251, 0.9);
  flex: 1;
  font-family: var(--testimonial-copy-font);
  font-size: clamp(13px, 1vw, 14.5px);
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.52;
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}

.review-card__author {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-top: auto;
  position: relative;
  z-index: 1;
}

.review-card__avatar {
  align-items: center;
  background:
    linear-gradient(135deg, #f8fbff, #cfd9e8);
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
  color: #092033;
  display: flex;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 800;
  height: 40px;
  justify-content: center;
  letter-spacing: -0.02em;
  width: 40px;
}

.review-card__author strong {
  color: var(--white);
  display: block;
  font-family: var(--testimonial-copy-font);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.review-card__author span {
  color: rgba(207, 219, 231, 0.66);
  display: block;
  font-family: var(--testimonial-copy-font);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 4px;
}

.marquee-reviews .google-review-card__mark {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
  color: #4285f4;
  display: flex;
  font-size: 17px;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 34px;
  z-index: 2;
}

@keyframes reviewColumnScroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, -50%, 0);
  }
}

@media (max-width: 1024px) {
  .marquee-reviews {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 520px;
  }

  .review-column--three {
    display: none;
  }
}

@media (max-width: 640px) {
  .marquee-reviews {
    grid-template-columns: 1fr;
    height: 500px;
  }

  .review-column--two,
  .review-column--three {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-reviews {
    height: auto;
    -webkit-mask-image: none;
    mask-image: none;
    overflow: visible;
  }

  .review-column__inner.is-loop-ready {
    animation: none;
  }

.review-column__set[aria-hidden="true"] {
    display: none;
  }
}

/* Tríplice fronteira parallax strip */
/* Conversation CTA redesign */
.cta-banner {
  align-items: center;
  background:
    radial-gradient(ellipse at 68% 50%, rgba(201, 168, 76, 0.13), transparent 34%),
    radial-gradient(ellipse at 20% 28%, rgba(24, 85, 145, 0.42), transparent 38%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(180deg, #071827 0%, #09233d 48%, #061421 100%);
  background-size: auto, auto, 86px 86px, auto;
  display: grid;
  gap: clamp(18px, 2vw, 30px);
  grid-template-columns: minmax(620px, 760px) minmax(300px, 340px);
  justify-content: center;
  min-height: clamp(470px, 55vh, 550px);
  overflow: hidden;
  padding: clamp(34px, 4vw, 52px) clamp(42px, 7vw, 96px);
  position: relative;
}

.cta-banner::before {
  background: linear-gradient(90deg, transparent, rgba(228, 203, 115, 0.46), transparent);
  content: "";
  height: 1px;
  left: 8%;
  position: absolute;
  right: 8%;
  top: 0;
}

.cta-banner::after {
  background: radial-gradient(circle at 50% 50%, rgba(228, 203, 115, 0.07), transparent 58%);
  content: "";
  height: 620px;
  pointer-events: none;
  position: absolute;
  right: -210px;
  top: 50%;
  transform: translateY(-50%);
  width: 620px;
}

.cta-banner__bg-word {
  color: rgba(238, 245, 251, 0.035);
  font-family: "Jost", var(--font-body);
  font-size: clamp(7rem, 15vw, 18rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.8;
  pointer-events: none;
  position: absolute;
  right: 52%;
  text-transform: uppercase;
  top: 20px;
  transform: translateX(50%) rotate(-4deg);
  user-select: none;
  white-space: nowrap;
  z-index: 0;
}

.cta-banner__grain {
  opacity: 0.26;
}

.cta-banner__content {
  backdrop-filter: blur(18px);
  background:
    linear-gradient(145deg, rgba(7, 28, 50, 0.78), rgba(4, 14, 25, 0.92)),
    radial-gradient(circle at 86% 86%, rgba(201, 168, 76, 0.12), transparent 34%);
  border: 1px solid rgba(228, 203, 115, 0.18);
  border-radius: 30px;
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  display: grid;
  column-gap: clamp(22px, 3vw, 42px);
  grid-template-columns: minmax(0, 1.08fr) minmax(250px, 0.92fr);
  grid-template-areas:
    "label label"
    "title copy"
    "title points"
    "flow flow"
    "buttons buttons";
  grid-template-rows: auto minmax(0, 1fr) auto auto auto;
  height: clamp(430px, 44vw, 510px);
  max-width: 760px;
  padding: clamp(28px, 3vw, 42px);
  width: 100%;
}

.cta-banner__label {
  grid-area: label;
}

.cta-banner__content h2 {
  align-self: center;
  font-size: clamp(2.1rem, 3vw, 3.25rem);
  grid-area: title;
  letter-spacing: -0.052em;
  line-height: 0.96;
  margin-bottom: 0;
  max-width: 385px;
}

.cta-banner__content p {
  align-self: end;
  font-size: clamp(14px, 1vw, 16px);
  grid-area: copy;
  line-height: 1.65;
  margin: 0 0 14px;
  max-width: 330px;
}

.cta-banner__points {
  gap: 9px;
  grid-area: points;
  margin: 0;
  place-self: start;
}

.cta-banner__points span {
  background: rgba(5, 16, 29, 0.48);
  border-color: rgba(228, 203, 115, 0.18);
  font-size: 11.5px;
  padding: 9px 12px;
}

.cta-banner__mini-grid {
  border: 1px solid rgba(228, 203, 115, 0.13);
  border-left: 0;
  border-right: 0;
  display: grid;
  grid-area: flow;
  grid-template-columns: repeat(3, 1fr);
  margin: 18px 0 20px;
  position: relative;
  z-index: 1;
}

.cta-banner__mini-grid span {
  color: rgba(238, 245, 251, 0.68);
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.35;
  padding: 13px 12px;
}

.cta-banner__mini-grid span:not(:last-child) {
  border-right: 1px solid rgba(228, 203, 115, 0.12);
}

.cta-banner__mini-grid strong {
  color: var(--gold-light);
  display: block;
  font-size: 11px;
  letter-spacing: 0.16em;
  margin-bottom: 5px;
}

.cta-banner__btns {
  gap: 14px;
  grid-area: buttons;
}

.cta-banner__visual--video {
  justify-self: center;
  min-height: 0;
  width: min(100%, 340px);
}

.cta-banner__visual--video::before {
  background: radial-gradient(circle at 50% 50%, rgba(228, 203, 115, 0.18), transparent 64%);
  filter: blur(8px);
  height: 88%;
  width: 116%;
}

.cta-banner__video-card {
  border-radius: 30px;
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  height: clamp(430px, 44vw, 510px);
  rotate: 0deg;
  width: clamp(300px, 22vw, 340px);
}

.cta-banner__video-card:hover {
  rotate: 0deg;
  scale: 1.01;
}

.cta-banner__visual--video .cta-circle--1 {
  height: 350px;
  right: -60px;
  width: 350px;
}

.cta-banner__visual--video .cta-circle--2 {
  height: 240px;
  right: -12px;
  width: 240px;
}

.cta-banner__visual--video .cta-circle--3 {
  height: 128px;
  right: 82px;
  width: 128px;
}

.text-blur-word {
  display: inline-block;
  opacity: 0;
  filter: blur(12px);
  transform: translateY(12px);
}

.cta-banner__content.is-revealed .text-blur-word {
  animation: ctaTextBlurReveal 760ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: var(--text-delay, 0ms);
}

@keyframes ctaTextBlurReveal {
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .cta-banner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .cta-banner__content {
    grid-template-areas:
      "label"
      "title"
      "copy"
      "points"
      "flow"
      "buttons";
    grid-template-columns: 1fr;
    height: auto;
    justify-self: center;
  }

  .cta-banner__content h2,
  .cta-banner__content p {
    max-width: 100%;
  }

  .cta-banner__visual--video {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .cta-banner {
    padding: 70px 20px;
  }

  .cta-banner__bg-word {
    font-size: clamp(6rem, 32vw, 10rem);
    right: 50%;
    top: 32px;
  }

  .cta-banner__mini-grid {
    grid-template-columns: 1fr;
  }

  .cta-banner__mini-grid span:not(:last-child) {
    border-bottom: 1px solid rgba(228, 203, 115, 0.12);
    border-right: 0;
  }
}

.frontier-parallax {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(3, 10, 17, 0.58) 0%, rgba(5, 19, 32, 0.34) 50%, rgba(3, 10, 17, 0.56) 100%),
    radial-gradient(circle at 50% 40%, rgba(201, 168, 76, 0.08), transparent 34%),
    url("triplice-fronteira.png") center / cover no-repeat fixed;
  display: flex;
  isolation: isolate;
  justify-content: center;
  min-height: clamp(270px, 28vw, 390px);
  overflow: hidden;
  padding: clamp(44px, 5vw, 72px) 64px;
  position: relative;
}

.frontier-parallax::before {
  background:
    linear-gradient(180deg, rgba(5, 17, 30, 0.18), transparent 30%, transparent 72%, rgba(5, 17, 30, 0.26)),
    radial-gradient(ellipse at 50% 100%, rgba(3, 10, 17, 0.28), transparent 64%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.frontier-parallax__content {
  backdrop-filter: blur(11px);
  background:
    linear-gradient(145deg, rgba(7, 24, 40, 0.34), rgba(4, 13, 22, 0.2));
  border: 1px solid rgba(228, 203, 115, 0.13);
  border-radius: 26px;
  box-shadow:
    0 18px 54px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  max-width: 760px;
  padding: clamp(24px, 3vw, 36px) clamp(28px, 4vw, 50px);
  text-align: center;
}

.frontier-parallax__content span {
  color: var(--gold-light);
  display: block;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.frontier-parallax__content h2 {
  color: var(--white);
  font-family: "Jost", var(--font-body);
  font-size: clamp(2rem, 3.6vw, 3.7rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0;
}

.frontier-parallax__content p {
  color: rgba(231, 239, 247, 0.78);
  font-family: var(--font-body);
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 500;
  line-height: 1.6;
  margin: 16px auto 0;
  max-width: 600px;
}

@media (max-width: 900px) {
  .frontier-parallax {
    background-attachment: scroll;
    min-height: 300px;
    padding: 44px 20px;
  }
}

@media (max-width: 640px) {
  .frontier-parallax {
    background:
      linear-gradient(180deg, rgba(3, 10, 17, 0.22), rgba(5, 17, 30, 0.4) 72%, rgba(5, 17, 30, 0.72)),
      url("bandeiras34.png") center 42% / cover no-repeat;
    min-height: 430px;
    padding: 58px 14px;
  }

  .frontier-parallax::before {
    background:
      radial-gradient(circle at 50% 48%, rgba(201, 168, 76, 0.08), transparent 38%),
      linear-gradient(180deg, rgba(5, 17, 30, 0.06), transparent 34%, rgba(5, 17, 30, 0.28));
  }

  .frontier-parallax__content {
    backdrop-filter: blur(9px);
    background:
      linear-gradient(145deg, rgba(7, 24, 40, 0.48), rgba(4, 13, 22, 0.36));
    border-color: rgba(228, 203, 115, 0.22);
    border-radius: 26px;
    box-shadow:
      0 18px 48px rgba(0, 0, 0, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
    max-width: 100%;
    padding: 28px 20px;
  }

  .frontier-parallax__content span {
    font-size: 10px;
    letter-spacing: 0.22em;
    margin-bottom: 14px;
  }

  .frontier-parallax__content h2 {
    font-size: clamp(2rem, 9.2vw, 2.65rem);
    line-height: 0.98;
    margin-inline: auto;
    max-width: 330px;
    text-wrap: balance;
  }

  .frontier-parallax__content p {
    color: rgba(231, 239, 247, 0.84);
    font-size: 13.3px;
    line-height: 1.6;
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .frontier-parallax {
    background: none !important;
    background-attachment: scroll !important;
    isolation: isolate;
    min-height: 430px;
    overflow: hidden;
    position: relative;
  }

  .frontier-parallax::before {
    background:
      linear-gradient(180deg, rgba(3, 10, 17, 0.18), rgba(5, 17, 30, 0.34) 70%, rgba(5, 17, 30, 0.62)),
      url("bandeiras34.png") center center / cover no-repeat;
    content: "";
    inset: -44px 0;
    pointer-events: none;
    position: absolute;
    transform: translate3d(0, var(--frontier-shift, 0px), 0);
    z-index: 0;
  }

  .frontier-parallax__content {
    background:
      linear-gradient(145deg, rgba(7, 24, 40, 0.36), rgba(4, 13, 22, 0.24));
    position: relative;
    z-index: 1;
  }
}

/* Mobile conversation section */
@media (max-width: 640px) {
  .cta-banner {
    background:
      radial-gradient(circle at 50% 0%, rgba(228, 203, 115, 0.08), transparent 34%),
      radial-gradient(circle at 16% 28%, rgba(24, 85, 145, 0.36), transparent 36%),
      linear-gradient(180deg, #071827 0%, #08223b 44%, #061421 100%);
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 0;
    padding: 48px 18px 56px;
  }

  .cta-banner__bg-word {
    font-size: clamp(5.5rem, 30vw, 9rem);
    opacity: 0.34;
    right: 48%;
    top: 20px;
  }

  .cta-banner__visual--video {
    order: 1;
    width: 100%;
  }

  .cta-banner__visual--video::before,
  .cta-banner__visual--video .cta-circle {
    display: none;
  }

  .cta-banner__video-card {
    border: 1px solid rgba(228, 203, 115, 0.18);
    border-radius: 28px;
    box-shadow:
      0 22px 58px rgba(0, 0, 0, 0.32),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
    height: 450px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .cta-banner__video {
    filter: brightness(0.76) saturate(0.92) contrast(1.06);
    height: 100%;
    object-fit: cover;
    object-position: 50% 35%;
    position: sticky;
    top: 0;
    width: 100%;
  }

  .cta-banner__video-shade {
    background:
      linear-gradient(180deg, rgba(3, 10, 17, 0.08), rgba(3, 10, 17, 0.22) 54%, rgba(3, 10, 17, 0.72)),
      radial-gradient(circle at 78% 22%, rgba(228, 203, 115, 0.1), transparent 34%);
  }

  .cta-banner__video-badge {
    backdrop-filter: blur(9px);
    background: rgba(4, 14, 24, 0.42);
    border-color: rgba(228, 203, 115, 0.12);
    border-radius: 18px;
    bottom: 14px;
    left: 14px;
    right: 14px;
    padding: 14px 16px;
  }

  .cta-banner__content {
    backdrop-filter: blur(18px);
    background:
      linear-gradient(150deg, rgba(9, 31, 54, 0.86), rgba(4, 13, 22, 0.94)),
      radial-gradient(circle at 100% 0%, rgba(228, 203, 115, 0.1), transparent 38%);
    border-color: rgba(228, 203, 115, 0.16);
    border-radius: 28px;
    box-shadow:
      0 18px 46px rgba(0, 0, 0, 0.26),
      inset 0 1px 0 rgba(255, 255, 255, 0.09);
    display: flex;
    flex-direction: column;
    gap: 0;
    height: auto;
    order: 2;
    padding: 28px 22px 24px;
    width: 100%;
  }

  .cta-banner__label {
    font-size: 9.5px;
    letter-spacing: 0.18em;
    margin-bottom: 14px;
    text-align: left;
  }

  .cta-banner__content h2 {
    font-size: clamp(2.25rem, 10.5vw, 3rem);
    line-height: 0.98;
    margin: 0 0 14px;
    max-width: 330px;
  }

  .cta-banner__content p {
    color: rgba(238, 245, 251, 0.76);
    font-size: 13.3px;
    line-height: 1.62;
    margin: 0 0 16px;
  }

  .cta-banner__points {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
  }

  .cta-banner__points span {
    border-radius: 999px;
    font-size: 10.5px;
    padding: 9px 11px;
  }

  .cta-banner__mini-grid {
    margin: 0 0 20px;
  }

  .cta-banner__mini-grid span {
    font-size: 11.5px;
    padding: 13px 0;
  }

  .cta-banner__btns {
    display: grid;
    gap: 12px;
  }

  .cta-banner__btns .btn-gold,
  .cta-banner__btns .btn-outline {
    justify-content: center;
    min-height: 52px;
    width: 100%;
  }
}

/* Google review icon asset */
.google-review-card__mark,
.marquee-reviews .google-review-card__mark {
  background: rgba(255, 255, 255, 0.96) !important;
  color: transparent !important;
  font-size: 0 !important;
  overflow: hidden;
}

.google-review-card__mark::before,
.marquee-reviews .google-review-card__mark::before {
  background: url("google.png") center / contain no-repeat;
  content: "";
  display: block;
  height: 62%;
  width: 62%;
}

/* Instagram nav CTA */
.nav .nav__link--social {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #f1d77a;
  display: inline-flex;
  font-weight: 700;
  gap: 7px;
  padding: 10px 0 18px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.36);
}

.nav .nav__link--social svg {
  fill: none;
  flex: 0 0 auto;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 17px;
}

.nav .nav__link--social::after,
.nav .nav__link--social::before {
  display: none;
}

.nav .nav__link--social:hover,
.nav .nav__link--social:focus-visible {
  color: #ffe391;
  text-shadow:
    0 1px 10px rgba(0, 0, 0, 0.4),
    0 0 18px rgba(228, 203, 115, 0.28);
}

@media (max-width: 860px) {
  .nav .nav__link--social {
    justify-content: center;
    padding: 14px 16px;
    width: 100%;
  }
}

/* Final footer sizing */
.footer .footer__top {
  gap: clamp(30px, 4vw, 58px);
  padding: clamp(40px, 4.6vw, 56px) clamp(26px, 5vw, 62px) clamp(30px, 3.8vw, 42px);
}

.footer .footer__logo img {
  max-width: 230px;
}

.footer .footer__bottom {
  justify-content: center;
  padding: 18px clamp(26px, 5vw, 62px);
}

@media (max-width: 640px) {
  .footer .footer__top {
    align-items: center;
    gap: 30px;
    padding: 36px 22px 28px;
    text-align: center;
  }

  .footer .footer__logo {
    justify-content: center;
    margin-bottom: 12px;
  }

  .footer .footer__logo img {
    max-width: 210px;
    margin-inline: auto;
  }

  .footer .footer__brand p {
    font-size: 12.5px;
    margin-inline: auto;
    max-width: 320px;
  }

  .footer .footer__links {
    justify-items: center;
    gap: 28px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .footer .footer__col {
    align-items: center;
    gap: 9px;
    width: 100%;
  }

  .footer .footer__col strong {
    margin-bottom: 6px;
  }

  .footer .footer__col a {
    align-items: center;
    border: 1px solid rgba(228, 203, 115, 0.08);
    border-radius: 999px;
    display: inline-flex;
    justify-content: center;
    min-height: 34px;
    padding: 0 16px;
    width: min(100%, 230px);
  }

  .footer .footer__bottom {
    padding: 16px 22px 22px;
  }

  .footer .footer__bottom span {
    font-size: 11px;
    line-height: 1.5;
  }
}

/* Contact maps redesign */
.nav__link--social {
  border: 1px solid rgba(228, 203, 115, 0.24);
  border-radius: 999px;
  color: var(--gold-light);
  padding: 10px 15px;
}

.nav__link--social::before {
  display: none;
}

.contact--maps {
  align-items: stretch;
  gap: clamp(38px, 5vw, 86px);
  grid-template-columns: minmax(310px, 0.78fr) minmax(620px, 1.22fr);
  overflow: hidden;
  padding-bottom: clamp(72px, 7vw, 110px);
  padding-top: clamp(72px, 7vw, 108px);
  position: relative;
}

.contact--maps .contact__left {
  align-self: center;
  position: relative;
  z-index: 2;
}

.contact--maps .contact__left h2 {
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin-bottom: 34px;
  max-width: 560px;
}

.contact--maps .contact__info {
  gap: 18px;
}

.contact--maps .contact__item {
  backdrop-filter: blur(16px);
  border-color: rgba(228, 203, 115, 0.16);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  padding: 18px;
}

.contact--maps .contact__item-icon {
  background: rgba(228, 203, 115, 0.1);
  border: 1px solid rgba(228, 203, 115, 0.22);
  border-radius: 16px;
  display: grid;
  height: 46px;
  margin-top: 0;
  padding: 10px;
  place-items: center;
  width: 46px;
}

.contact--maps .contact__right {
  position: relative;
  z-index: 2;
}

.contact__maps {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  height: 100%;
}

.contact__map-card {
  background:
    linear-gradient(145deg, rgba(10, 37, 66, 0.84), rgba(5, 16, 29, 0.96)),
    radial-gradient(circle at 85% 12%, rgba(228, 203, 115, 0.14), transparent 34%);
  border: 1px solid rgba(228, 203, 115, 0.18);
  border-radius: 30px;
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 520px;
  overflow: hidden;
  padding: 18px;
  position: relative;
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.contact__map-card:hover {
  border-color: rgba(228, 203, 115, 0.34);
  box-shadow:
    0 34px 84px rgba(0, 0, 0, 0.34),
    0 0 42px rgba(24, 85, 145, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transform: translateY(-6px);
}

.contact__map-card--soft {
  background:
    linear-gradient(145deg, rgba(8, 30, 54, 0.82), rgba(5, 16, 29, 0.96)),
    radial-gradient(circle at 18% 16%, rgba(24, 85, 145, 0.22), transparent 34%);
}

.contact__map-head {
  padding: 10px 8px 18px;
}

.contact__map-head span {
  color: var(--gold-light);
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.contact__map-head strong {
  color: var(--white);
  display: block;
  font-size: clamp(1.35rem, 1.8vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1;
  margin-bottom: 10px;
}

.contact__map-head p {
  color: rgba(238, 245, 251, 0.7);
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

.contact__map-frame {
  border: 1px solid rgba(228, 203, 115, 0.14);
  border-radius: 22px;
  flex: 1;
  min-height: 310px;
  overflow: hidden;
  position: relative;
}

.contact__map-frame iframe {
  border: 0;
  filter: saturate(0.78) contrast(1.08) brightness(0.82);
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.contact__map-link {
  align-items: center;
  border: 1px solid rgba(228, 203, 115, 0.2);
  border-radius: 999px;
  color: var(--gold-light);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.06em;
  margin-top: 16px;
  padding: 12px 16px;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.contact__map-link:hover {
  background: rgba(228, 203, 115, 0.12);
  border-color: rgba(228, 203, 115, 0.42);
  color: var(--white);
}

.cta-banner,
.cta-banner :where(h2, p, span, a, strong, em, button),
.contact,
.contact :where(h2, p, span, a, strong, em, button) {
  font-family: "Jost", var(--font-body), sans-serif;
}

.cta-banner__btns .btn-gold {
  min-width: 224px;
}

.contact__item a {
  color: inherit;
  font-weight: 800;
  text-decoration: none;
}

.contact__item a:hover {
  color: var(--gold-light);
}

@media (max-width: 1180px) {
  .contact--maps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .nav__link--social {
    justify-content: center;
  }

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

  .contact__map-card {
    min-height: 460px;
  }
}

@media (max-width: 860px) {
  .nav .nav__link--social {
    border-radius: 14px;
    justify-content: flex-start;
    padding: 13px 14px;
  }
}

/* Mobile hero rebuild: portrait first, text below */
@media (max-width: 860px) {
  .hero {
    background: #041017;
    display: flex;
    flex-direction: column;
    min-height: auto;
    overflow: hidden;
    padding: 0 0 28px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(3, 12, 18, 0.04), rgba(3, 12, 18, 0.22) 62%, rgba(3, 12, 18, 0.7) 100%),
      url("hero-mobile-arco.png?v=91") center 46% / cover no-repeat;
    height: 56svh;
    inset: 0 0 auto;
    opacity: 1;
    transform: none;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(4, 16, 23, 0.02) 0%, rgba(4, 16, 23, 0.36) 58%, #041017 100%),
      radial-gradient(circle at 18% 45%, rgba(201, 168, 76, 0.16), transparent 30%);
    height: 58svh;
    inset: 0 0 auto;
    opacity: 1;
    transform: none;
    width: 100%;
  }

  .hero__shade {
    background:
      radial-gradient(circle at 50% 20%, rgba(201, 168, 76, 0.18), transparent 30%),
      linear-gradient(180deg, rgba(4, 16, 23, 0.28), rgba(4, 16, 23, 0.16) 46%, rgba(4, 16, 23, 0.96) 92%);
    height: 56svh;
    inset: 0 0 auto;
  }

  .header {
    height: 86px;
    left: 16px;
    top: 0;
    width: calc(100% - 32px);
  }

  .brand {
    height: 50px;
    left: 0;
    top: 22px;
    width: 158px;
  }

  .menu-toggle {
    background: rgba(6, 18, 28, 0.88);
    border: 1px solid rgba(228, 203, 115, 0.32);
    border-radius: 13px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
    height: 44px;
    right: 0;
    top: 24px;
    width: 44px;
    z-index: 20;
  }

  .language-switch {
    height: 42px;
    right: 54px;
    top: 27px;
    width: 86px;
    z-index: 14;
  }

  .language-switch__track {
    background:
      linear-gradient(135deg, rgba(3, 13, 20, 0.82), rgba(9, 30, 50, 0.72)),
      radial-gradient(circle at 18% 50%, rgba(201, 168, 76, 0.16), transparent 44%);
    border-color: rgba(228, 203, 115, 0.26);
  }

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

  .language-switch__option--pt::before,
  .language-switch__option--es::before {
    height: 23px;
    width: 23px;
  }

  .nav {
    align-items: stretch;
    backdrop-filter: blur(18px);
    background:
      linear-gradient(160deg, rgba(5, 18, 31, 0.98), rgba(2, 10, 16, 0.99)),
      radial-gradient(circle at 100% 0%, rgba(228, 203, 115, 0.16), transparent 36%);
    border: 0;
    border-left: 1px solid rgba(228, 203, 115, 0.22);
    border-radius: 28px 0 0 28px;
    box-shadow: -28px 0 80px rgba(0, 0, 0, 0.46);
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100svh;
    left: auto;
    opacity: 0;
    padding: 92px 20px 24px;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(105%);
    transition: opacity 220ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
    width: min(82vw, 330px);
    z-index: 15;
  }

  .nav::before {
    color: var(--gold-light);
    content: "Itaquera Smile";
    font-size: 12px;
    font-weight: 800;
    left: 20px;
    letter-spacing: 0.18em;
    position: absolute;
    text-transform: uppercase;
    top: 32px;
  }

  .nav.nav--open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .nav__link,
  .nav .nav__link--social {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 700;
    padding: 14px;
  }

  .nav__link::after {
    display: none;
  }

  .hero__doctor {
    animation: none;
    bottom: auto;
    filter: drop-shadow(0 24px 38px rgba(0, 0, 0, 0.32));
    height: 47svh;
    left: 50%;
    mask-image: none;
    max-height: 430px;
    min-height: 315px;
    object-fit: contain;
    opacity: 1;
    right: auto;
    top: 64px;
    transform: translateX(-50%);
    -webkit-mask-image: none;
    width: min(92vw, 360px);
    z-index: 2;
  }

  .hero__content {
    align-items: center;
    background:
      linear-gradient(180deg, rgba(7, 26, 45, 0.96), rgba(4, 16, 23, 0.98)),
      radial-gradient(circle at 82% 0%, rgba(201, 168, 76, 0.12), transparent 34%);
    border-top: 1px solid rgba(228, 203, 115, 0.22);
    border-radius: 32px 32px 0 0;
    box-shadow: 0 -22px 54px rgba(0, 0, 0, 0.34);
    color: var(--text);
    display: flex;
    flex-direction: column;
    left: auto;
    margin: 52svh 0 0;
    max-width: none;
    padding: 26px 22px 22px;
    position: relative;
    text-align: center;
    top: auto;
    width: 100%;
    z-index: 4;
  }

  .hero__eyebrow {
    align-items: center;
    background: rgba(5, 16, 29, 0.88);
    border: 1px solid rgba(201, 168, 76, 0.28);
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(157, 126, 45, 0.14);
    color: var(--gold-light);
    display: inline-flex;
    font-size: 9px;
    font-weight: 800;
    justify-content: center;
    letter-spacing: 0.12em;
    line-height: 1.4;
    margin: -52px auto 20px;
    padding: 13px 18px;
    text-transform: uppercase;
  }

  .hero__eyebrow::before {
    background: var(--gold);
    border-radius: 999px;
    content: "";
    height: 8px;
    margin-right: 9px;
    width: 8px;
  }

  .hero__title {
    color: #f7f7f4;
    font-size: clamp(2.7rem, 12.2vw, 3.55rem);
    font-weight: 800;
    letter-spacing: -0.07em;
    line-height: 0.9;
    max-width: 330px;
    text-transform: none;
  }

  .hero__description {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.62;
    margin: 22px auto 0;
    max-width: 310px;
  }

  .hero__actions {
    flex-direction: column;
    gap: 12px;
    margin-top: 26px;
    width: min(100%, 330px);
  }

  .button,
  .button--primary {
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    height: 52px;
    min-width: 0;
    width: 100%;
  }

  .button--secondary {
    background: rgba(2, 11, 16, 0.34);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
  }

  .benefits {
    backdrop-filter: blur(12px);
    background:
      linear-gradient(90deg, rgba(3, 10, 14, 0.92), rgba(8, 24, 38, 0.78), rgba(3, 10, 14, 0.92));
    border: 1px solid rgba(201, 168, 76, 0.2);
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
    display: block;
    height: 76px;
    left: 14px;
    margin-top: 18px;
    overflow: hidden;
    position: relative;
    width: calc(100% - 28px);
    z-index: 5;
  }
}

@media (max-width: 430px) {
  .hero__content {
    margin-top: 51svh;
  }

  .hero__doctor {
    height: 45svh;
    top: 68px;
    width: min(94vw, 342px);
  }
}

/* Mobile treatments polish */
@media (max-width: 640px) {
  .treatments {
    padding: 48px 18px 56px;
  }

  .treatments__bg-word {
    font-size: clamp(5.4rem, 25vw, 7.8rem);
    left: -34px;
    opacity: 0.22;
    right: auto;
    top: 28px;
    transform: rotate(-12deg);
  }

  .treatments__label {
    font-size: 10px;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
  }

  .treatments__header {
    gap: 10px;
    margin-bottom: 28px;
    max-width: 100%;
  }

  .treatments__header::before {
    height: 130px;
    opacity: 0.2;
    top: -32px;
    width: 130px;
  }

  .treatments__header::after {
    bottom: -13px;
    width: min(250px, 72vw);
  }

  .treatments__header h2 {
    font-size: clamp(1.72rem, 8.4vw, 2.28rem);
    letter-spacing: -0.045em;
    line-height: 0.98;
    margin-inline: auto;
    max-width: 350px;
    text-wrap: balance;
    white-space: normal;
  }

  .treatments__header h2 em {
    display: inline;
  }

  .treatments__header p {
    font-size: 12.5px;
    line-height: 1.5;
    max-width: 320px;
    padding-top: 12px;
  }

  .treatments__grid {
    gap: 16px;
    max-width: 342px;
  }

  .treatments__grid::before {
    display: none;
  }

  .treatments .treat-card,
  .treat-card {
    align-items: center;
    background:
      linear-gradient(150deg, rgba(255, 255, 255, 0.065), rgba(8, 27, 46, 0.72) 28%, rgba(3, 12, 20, 0.94)),
      radial-gradient(circle at 75% 0%, rgba(49, 142, 226, 0.18), transparent 38%),
      radial-gradient(circle at 18% 0%, rgba(228, 203, 115, 0.12), transparent 32%);
    border-color: rgba(255, 255, 255, 0.14);
    border-radius: 26px;
    box-shadow:
      0 18px 42px rgba(0, 0, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.11);
    min-height: 0;
    padding: 18px 18px 20px;
    text-align: center;
    transform: translateY(0);
    transition:
      transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.38s ease,
      border-color 0.38s ease,
      background 0.38s ease;
  }

  .treatments .treat-card--featured {
    transform: translateY(0);
  }

  .treatments .treat-card::before {
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 42%),
      radial-gradient(circle at 70% 8%, rgba(228, 203, 115, 0.18), transparent 34%),
      radial-gradient(circle at 22% 12%, rgba(65, 163, 255, 0.16), transparent 36%);
    opacity: 0;
    transition: opacity 0.36s ease;
  }

  .treatments .treat-card::after {
    background: linear-gradient(90deg, transparent, rgba(228, 203, 115, 0.78), transparent);
    bottom: 0;
    height: 2px;
    left: 20px;
    opacity: 1;
    top: auto;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.36s ease;
    width: calc(100% - 40px);
  }

  .treatments .treat-card__icon,
  .treat-card__icon {
    height: 126px;
    margin-bottom: 4px;
    width: 126px;
  }

  .treatments .treat-card__icon::before {
    bottom: 1px;
    height: 20px;
    opacity: 0.46;
    width: 76%;
  }

  .treatments .treat-card__icon::after {
    inset: 12px;
    opacity: 0.34;
  }

  .treatments .treat-card__icon-img {
    height: 118%;
    transform: translateY(-6px);
    width: 118%;
  }

  .treatments .treat-card__icon--wide .treat-card__icon-img,
  .treat-card__icon--wide .treat-card__icon-img {
    max-height: none;
    width: 152%;
  }

  .treatments .treat-card__num {
    font-size: 10px;
    margin-bottom: 7px;
  }

  .treatments .treat-card h3 {
    font-size: 1.34rem;
    letter-spacing: -0.035em;
    margin-bottom: 8px;
  }

  .treatments .treat-card p {
    font-size: 12px;
    line-height: 1.48;
    margin: 0 auto 12px;
    max-width: 280px;
  }

  .treat-card__benefits {
    gap: 6px;
    margin: 0 auto 14px;
    max-width: 260px;
  }

  .treat-card__benefits li {
    font-size: 10.8px;
    grid-template-columns: 19px 1fr;
  }

  .treat-card__benefits li::before {
    height: 17px;
    width: 17px;
  }

  .treatments .treat-card__tag {
    font-size: 8.7px;
    padding: 9px 14px;
  }

  .treatments .treat-card:hover,
  .treatments .treat-card.is-mobile-active,
  .treatments .treat-card--featured:hover,
  .treatments .treat-card--featured.is-mobile-active {
    border-color: rgba(228, 203, 115, 0.38);
    box-shadow:
      0 24px 58px rgba(0, 0, 0, 0.4),
      0 0 34px rgba(47, 148, 232, 0.15),
      0 0 42px rgba(228, 203, 115, 0.1),
      inset 0 1px 0 rgba(255, 255, 255, 0.13);
    transform: translateY(-8px);
  }

  .treatments .treat-card:hover::before,
  .treatments .treat-card.is-mobile-active::before {
    opacity: 1;
  }

  .treatments .treat-card:hover::after,
  .treatments .treat-card.is-mobile-active::after {
    transform: scaleX(1);
  }

  .treatments .treat-card:hover .treat-card__icon,
  .treatments .treat-card.is-mobile-active .treat-card__icon {
    transform: translateY(-8px) scale(1.04);
  }

  .treatments .treat-card:hover .treat-card__icon-img,
  .treatments .treat-card.is-mobile-active .treat-card__icon-img {
    filter:
      drop-shadow(0 28px 24px rgba(0, 0, 0, 0.44))
      drop-shadow(0 0 34px rgba(228, 203, 115, 0.36));
    transform: translateY(-14px) rotate(-3deg) scale(1.06);
  }
}

/* Desktop header micro-alignment */
@media (min-width: 861px) {
  .nav .nav__link--social {
    transform: none;
  }

  .header .language-switch {
    right: 8px;
  }
}

/* Before/after carousel and minimalist divider */
.before-after__note {
  display: none !important;
}

.ba-card__slides {
  position: relative;
}

.ba-result {
  display: none;
}

.ba-result.is-active {
  animation: baSlideFade 0.34s ease both;
  display: block;
}

.before-after .ba-compare__handle {
  animation: baHandleHint 1.5s ease-in-out infinite;
  background:
    linear-gradient(180deg, transparent, rgba(238, 213, 132, 0.64) 18%, rgba(201, 168, 76, 0.58) 82%, transparent);
  box-shadow:
    0 0 14px rgba(201, 168, 76, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.045);
  width: 1px;
}

.before-after .ba-compare.is-dragging .ba-compare__handle {
  animation: none;
}

.before-after .ba-compare__handle span {
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 248, 210, 0.9), transparent 28%),
    linear-gradient(135deg, rgba(244, 220, 141, 0.92), rgba(201, 168, 76, 0.82));
  border: 2px solid rgba(5, 12, 22, 0.82);
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.2),
    0 0 18px rgba(228, 203, 115, 0.18);
  height: 38px;
  width: 38px;
}

.before-after .ba-compare__handle span::before,
.before-after .ba-compare__handle span::after {
  height: 6px;
  width: 6px;
}

.before-after .ba-compare__handle span::before {
  margin-left: -7px;
}

.before-after .ba-compare__handle span::after {
  margin-left: 7px;
}

.before-after .ba-card__info {
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.ba-card__meta {
  min-width: 0;
}

.ba-carousel__controls {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-left: 14px;
}

.ba-carousel__button {
  align-items: center;
  background: rgba(5, 13, 24, 0.48);
  border: 1px solid rgba(228, 203, 115, 0.18);
  border-radius: 999px;
  color: rgba(238, 245, 251, 0.86);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  line-height: 1;
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease;
  width: 30px;
}

.ba-carousel__button:hover,
.ba-carousel__button:focus-visible {
  background: rgba(228, 203, 115, 0.16);
  border-color: rgba(228, 203, 115, 0.42);
  color: var(--gold-light);
  transform: translateY(-2px);
}

.ba-carousel__dots {
  align-items: center;
  display: flex;
  gap: 5px;
}

.ba-carousel__dot {
  background: rgba(238, 245, 251, 0.28);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 6px;
  opacity: 0.78;
  padding: 0;
  transition:
    background 0.22s ease,
    opacity 0.22s ease,
    transform 0.22s ease,
    width 0.22s ease;
  width: 6px;
}

.ba-carousel__dot.is-active {
  background: var(--gold-light);
  opacity: 1;
  transform: scale(1.08);
  width: 16px;
}

@keyframes baSlideFade {
  from {
    opacity: 0;
    transform: translateX(10px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes baHandleHint {
  0%, 52%, 100% {
    transform: translateX(-50%);
  }

  16% {
    transform: translateX(calc(-50% - 4px));
  }

  32% {
    transform: translateX(calc(-50% + 4px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .before-after .ba-compare__handle {
    animation: none;
  }
}

@media (max-width: 640px) {
  .before-after .ba-card__info {
    align-items: flex-start;
    flex-direction: column;
  }

  .ba-carousel__controls {
    justify-content: space-between;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }

  .ba-carousel__dots {
    flex: 1 1 auto;
    flex-wrap: wrap;
    justify-content: center;
    min-width: 0;
    row-gap: 6px;
  }
}

@media (min-width: 1100px) {
  .before-after {
    padding-left: clamp(34px, 4vw, 70px);
    padding-right: clamp(34px, 4vw, 70px);
  }

  .before-after .ba-grid {
    gap: clamp(22px, 2.1vw, 34px);
    max-width: 1460px;
    width: min(94vw, 1460px);
  }

  .before-after .ba-card {
    border-radius: 32px;
    padding: 14px;
  }

  .before-after .ba-card__split.ba-compare {
    height: clamp(350px, 25.5vw, 430px);
  }

  .before-after .ba-card__info {
    padding: 22px 14px 9px;
  }
}

/* Mobile interaction hardening */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  touch-action: pan-y;
}

a,
button,
input,
label {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.menu-toggle {
  align-items: center;
  display: none;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
}

.menu-toggle span {
  flex: 0 0 auto;
  transform-origin: center;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.ba-carousel__button,
.ba-carousel__dot {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  z-index: 4;
}

.ba-carousel__button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.ba-compare,
.ba-compare__range {
  touch-action: none;
}

@keyframes treatmentMobileCardLift {
  0%, 100% {
    transform: translateY(0);
  }

  45% {
    transform: translateY(-6px);
  }
}

@keyframes treatmentMobileIconFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
  }

  45% {
    transform: translateY(-9px) scale(1.08);
  }
}

@media (max-width: 860px) {
  .menu-toggle {
    display: flex;
  }

  .nav.nav--open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .menu-toggle[aria-expanded="true"] {
    background: rgba(5, 18, 28, 0.96);
    border-color: rgba(228, 203, 115, 0.48);
  }

  .treatments .treat-card,
  .treat-card {
    animation: treatmentMobileCardLift 4.8s ease-in-out infinite;
    animation-delay: calc(var(--card-order, 0) * 260ms);
    will-change: transform;
  }

  .treatments .treat-card:nth-child(1) { --card-order: 0; }
  .treatments .treat-card:nth-child(2) { --card-order: 1; }
  .treatments .treat-card:nth-child(3) { --card-order: 2; }

  .treatments .treat-card__icon,
  .treat-card__icon {
    animation: treatmentMobileIconFloat 4.8s ease-in-out infinite;
    animation-delay: calc(var(--card-order, 0) * 260ms);
  }

  .treatments .treat-card.is-mobile-active,
  .treatments .treat-card:focus-within {
    border-color: rgba(228, 203, 115, 0.58);
    box-shadow:
      0 24px 62px rgba(0, 0, 0, 0.36),
      0 0 34px rgba(201, 168, 76, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .treatments .treat-card__icon,
  .treat-card__icon {
    height: 176px;
    margin-bottom: 8px;
    width: 176px;
  }

  .treatments .treat-card__icon--wide .treat-card__icon-img,
  .treat-card__icon--wide .treat-card__icon-img {
    width: 164px;
  }

  .ba-carousel__button {
    min-height: 44px;
    min-width: 44px;
  }

  .ba-carousel__dot {
    min-height: 28px;
    min-width: 28px;
  }
}

@media (max-width: 768px) {
  .js-enhanced .reveal-target,
  .js-enhanced .reveal-target.is-revealed {
    filter: none !important;
    opacity: 1 !important;
    scale: 1 !important;
    translate: 0 0 !important;
  }

  .js-enhanced .reveal-target.is-revealed {
    opacity: 1;
    scale: 1;
    translate: 0 0;
  }

  .treatments .treat-card,
  .treat-card {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
}

@media (prefers-reduced-motion: reduce) {
  .treatments .treat-card,
  .treat-card,
  .treatments .treat-card__icon,
  .treat-card__icon {
    animation: none !important;
  }
}

/* iPhone/Safari mobile stability pass */
@media (max-width: 768px) {
  .frontier-parallax {
    background: #061421 !important;
    background-attachment: scroll !important;
    isolation: isolate;
    min-height: clamp(500px, 132vw, 590px);
    overflow: hidden;
    padding: 64px 14px;
    position: relative;
  }

  .frontier-parallax::before {
    background:
      linear-gradient(180deg, rgba(3, 10, 17, 0.06), rgba(5, 17, 30, 0.2) 62%, rgba(5, 17, 30, 0.5)),
      url("bandeiras34.png") center 50% / cover no-repeat;
    content: "";
    inset: -120px 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    transform: translate3d(0, var(--frontier-shift, 0px), 0) scale(1.08);
    transform-origin: center;
    will-change: transform;
    z-index: 0;
  }

  .frontier-parallax__content {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background:
      linear-gradient(145deg, rgba(7, 24, 40, 0.82), rgba(4, 13, 22, 0.72));
    border-color: rgba(228, 203, 115, 0.2);
    box-shadow:
      0 22px 60px rgba(0, 0, 0, 0.34),
      inset 0 1px 0 rgba(255, 255, 255, 0.07);
    position: relative;
    z-index: 1;
  }

  .about__img-frame {
    max-width: 430px;
    width: min(86vw, 430px);
  }

  .about__img-placeholder {
    aspect-ratio: 4 / 5;
    border-radius: 28px;
    height: auto !important;
    max-height: 520px;
    min-height: 0;
    overflow: hidden;
    transform: translateZ(0);
    width: 100% !important;
    -webkit-transform: translateZ(0);
  }

  .about__photo {
    display: block;
    height: 100% !important;
    object-fit: cover;
    object-position: 52% 39%;
    transform: scale(1.035) translateZ(0);
    width: 100% !important;
    -webkit-transform: scale(1.035) translateZ(0);
  }
}

@supports (-webkit-touch-callout: none) {
  @media (max-width: 768px) {
    .frontier-parallax::before {
      transform: translate3d(0, var(--frontier-shift, 0px), 0) scale(1.1);
    }

    .about__img-placeholder {
      aspect-ratio: 4 / 5;
      height: auto !important;
    }

    .about__photo {
      transform: scale(1.04) translateZ(0);
      -webkit-transform: scale(1.04) translateZ(0);
    }
  }
}

/* Mobile text rhythm polish */
@media (max-width: 640px) {
  .about__label,
  .cta-banner__label,
  .contact--maps .section-label {
    display: block;
    text-align: center;
  }

  .about__left h2 {
    font-size: clamp(1.95rem, 8.15vw, 2.42rem) !important;
    letter-spacing: -0.052em;
    line-height: 0.94;
    margin-inline: auto;
    max-width: 372px;
    text-align: center;
  }

  .about__left h2 span {
    display: block;
  }

  .about__left h2 em {
    display: block;
    font-size: 0.98em;
    line-height: 0.94;
    margin: 0 auto;
    max-width: 100%;
    white-space: nowrap;
  }

  .cta-banner__content {
    align-items: center;
    padding: 30px 22px 24px;
    text-align: center;
  }

  .cta-banner__content h2 {
    font-size: clamp(2.05rem, 9.25vw, 2.72rem) !important;
    letter-spacing: -0.052em;
    line-height: 1.02;
    margin: 0 auto 16px;
    max-width: 322px;
    text-align: center;
    text-wrap: balance;
  }

  .cta-banner__content h2 em {
    display: inline;
    white-space: normal;
  }

  .cta-banner__content p {
    font-size: 13.2px;
    line-height: 1.62;
    margin-inline: auto;
    max-width: 310px;
    text-align: center;
  }

  .cta-banner__points {
    justify-content: center;
  }

  .cta-banner__mini-grid {
    width: 100%;
  }

  .cta-banner__mini-grid span {
    text-align: center;
  }

  .contact--maps .contact__left {
    text-align: center;
  }

  .contact--maps .contact__left h2 {
    font-size: clamp(2rem, 9.2vw, 2.7rem);
    letter-spacing: -0.05em;
    line-height: 1.02;
    margin: 0 auto 26px;
    max-width: 335px;
    text-align: center;
    text-wrap: balance;
  }

  .contact--maps .contact__left h2 em {
    display: inline-block;
  }

  .before-after .ba-compare--portrait {
    background:
      radial-gradient(circle at 50% 50%, rgba(228, 203, 115, 0.1), transparent 48%),
      linear-gradient(145deg, rgba(4, 11, 20, 0.96), rgba(7, 20, 34, 0.98));
  }

  .before-after .ba-compare--portrait .ba-compare__img {
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: none;
    width: 100%;
  }

  .before-after .ba-compare--portrait .ba-compare__after {
    background:
      radial-gradient(circle at 50% 50%, rgba(228, 203, 115, 0.1), transparent 48%),
      linear-gradient(145deg, rgba(4, 11, 20, 0.96), rgba(7, 20, 34, 0.98));
  }
}
