/* Esthetic Hair Brasil — design tokens & custom utilities */

:root {
  --forest: #053d1f;
  --forest-light: #0a4f2c;
  --gold: #c9a961;
  --gold-light: #e0c081;
  --cream: #f5f1e8;
  --accent: #e63946;
  --muted: #a0aec0;
  --banner-gradient: linear-gradient(178.409deg, #c42b3a 0%, #e63946 50%, #c42b3a 100%);
  --whatsapp-gradient: linear-gradient(150.575deg, #25d366 0%, #20ba5a 100%);
  --instagram-gradient: linear-gradient(154.727deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
  --clinic-card-gradient: linear-gradient(116.619deg, #0a4f2c 0%, rgba(201, 169, 97, 0.08) 100%);
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

/* Promo banner */
.promo-banner {
  background: var(--banner-gradient);
}

/* Section spacing — fluid */
.section-pad {
  padding-top: clamp(3.5rem, 6vw, 4rem);
  padding-bottom: clamp(3.5rem, 6vw, 4rem);
}

.container-site {
  width: min(100% - clamp(1rem, 4vw, 2.5rem) * 2, 90rem);
  margin-inline: auto;
}

/* Hero ambient blurs — Figma 1:3189 (gold) / 1:3190 (red) */
.hero-glow {
  pointer-events: none;
  position: absolute;
  border-radius: 9999px;
}

.hero-glow-gold {
  background: radial-gradient(
    circle,
    rgba(201, 169, 97, 1) 0%,
    rgba(151, 127, 73, 0.75) 25%,
    rgba(101, 85, 49, 0.5) 50%,
    rgba(50, 42, 24, 0.25) 75%,
    transparent 100%
  );
}

.hero-glow-red {
  background: radial-gradient(
    circle,
    rgba(230, 57, 70, 1) 0%,
    rgba(173, 43, 53, 0.75) 25%,
    rgba(115, 29, 35, 0.5) 50%,
    rgba(58, 14, 18, 0.25) 75%,
    transparent 100%
  );
}

/* Hero image card */
.hero__image-wrap {
  position: relative;
}

.hero__image-frame {
  position: relative;
  overflow: hidden;
  border: 1.475px solid var(--gold);
  border-radius: 1rem;
  box-shadow: 0 0 60px rgba(201, 169, 97, 0.3);
}

.hero__location-card-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Hero location card — Figma desktop 1:3919 / mobile 1:3267 */
.hero__location-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  min-height: 61.456px;
  border-radius: 14px;
  border: 1.475px solid var(--gold);
  background: var(--forest);
  padding: 0 17.473px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}

.hero__location-flag {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: var(--gold);
}

.hero__location-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero__location-eyebrow {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
  color: var(--gold);
}

.hero__location-title {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 19.5px;
  color: #fff;
  white-space: nowrap;
}

/* Mobile hero — Figma 1:3188 */
@media (max-width: 1023px) {
  .hero {
    overflow: visible;
  }

  .hero-glow-gold {
    top: 0;
    left: -13.125rem;
    right: auto;
    bottom: auto;
    width: 37.5rem;
    height: 37.5rem;
    opacity: 0.2;
    filter: blur(7.5rem);
  }

  .hero-glow-red {
    top: 52rem;
    left: 0;
    right: auto;
    bottom: auto;
    width: 31.25rem;
    height: 31.25rem;
    max-width: 100vw;
    opacity: 0.1;
    filter: blur(6.25rem);
  }

  .hero__title {
    font-size: 2.25rem;
    line-height: 1.1;
  }

  .hero__lead {
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .hero__stats {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
  }

  .hero__stat-value {
    font-size: 1.75rem;
    line-height: 1.5;
  }

  .hero__stat-label {
    font-size: 0.625rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .hero__ctas .btn-gold,
  .hero__ctas .btn-outline-gold {
    width: 100%;
    min-height: 3.5rem;
    font-size: 1rem;
  }

  .hero__note {
    font-size: 0.75rem;
    line-height: 1.5;
  }

  /* Hero image card — Figma mobile 1:3248 */
  .hero__media {
    margin-top: 0.5rem;
    overflow: visible;
  }

  .hero__image-wrap {
    margin-bottom: 3rem;
  }

  .hero__image {
    aspect-ratio: 358 / 449;
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .hero__img-badge {
    position: absolute;
    z-index: 2;
    border-radius: 9999px;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.0625rem;
    line-height: 0.9375rem;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .hero__img-badge--accent {
    top: 1rem;
    left: 1rem;
    padding: 0.5rem 1rem;
    background: var(--accent);
    color: #fff;
  }

  .hero__img-badge--gold {
    top: auto;
    right: 1rem;
    bottom: 1rem;
    left: auto;
    padding: 0.5rem 1rem;
    background: var(--gold);
    color: var(--forest);
  }

  .hero__location-card {
    left: -4px;
    bottom: -44px;
  }
}

@media (min-width: 1024px) {
  .hero-glow-gold {
    top: 0;
    right: -8rem;
    left: auto;
    width: min(600px, 80vw);
    height: min(600px, 80vw);
    opacity: 0.2;
    filter: blur(7.5rem);
  }

  .hero-glow-red {
    bottom: 0;
    left: -6rem;
    top: auto;
    width: min(500px, 70vw);
    height: min(500px, 70vw);
    opacity: 0.1;
    filter: blur(6.25rem);
  }

  .hero__title {
    font-size: clamp(2rem, 5vw, 3.5rem);
  }

  .hero__lead {
    font-size: clamp(1rem, 2vw, 1.125rem);
  }

  .hero__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }

  .hero__stat-value {
    font-size: clamp(1.5rem, 3vw, 1.75rem);
  }

  .hero__stat-label {
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  .hero__ctas {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .hero__ctas .btn-gold,
  .hero__ctas .btn-outline-gold {
    width: auto;
    min-height: auto;
  }

  .hero__note {
    font-size: 0.75rem;
  }

  .hero__media {
    padding-bottom: 0;
    overflow: visible;
  }

  .hero__image {
    aspect-ratio: auto;
    min-height: 480px;
  }

  .hero__img-badge {
    position: absolute;
    border-radius: 9999px;
    padding: 0.5rem 1rem;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .hero__img-badge--accent {
    top: 1rem;
    left: 1rem;
    background: var(--accent);
    color: #fff;
  }

  .hero__img-badge--gold {
    top: auto;
    right: 1rem;
    bottom: 1rem;
    left: auto;
    background: var(--gold);
    color: var(--forest);
  }

  .hero__image-frame {
    border-radius: 1.5rem;
  }

  .hero__image-wrap {
    margin-bottom: 1.5rem;
  }

  .hero__location-card {
    left: -24px;
    bottom: -24px;
  }
}

/* Hero checklist — Figma 1:3202 */
.hero__checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 0.75rem;
  row-gap: 0.75rem;
  padding-top: 0.5rem;
  list-style: none;
  margin: 0;
}

.hero__check-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 1.6875rem;
}

.hero__check {
  flex-shrink: 0;
  width: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6875rem;
  text-align: center;
  color: var(--gold);
}

.hero__check--accent {
  color: var(--accent);
}

.hero__check-label {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: var(--cream);
}

.hero__check-label--emphasis {
  font-weight: 600;
  color: #fff;
}

/* Typography helpers */
.heading-display {
  font-family: "Playfair Display", Georgia, serif;
}

.text-gold-italic {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  color: var(--gold);
}

.eyebrow {
  font-size: clamp(0.625rem, 1.5vw, 0.6875rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}

/* Buttons */
.btn-gold {
  background-color: var(--gold);
  color: var(--forest-light);
  font-weight: 700;
  border-radius: 9999px;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.btn-gold:hover {
  filter: brightness(1.05);
}

.btn-outline-gold {
  border: 1.5px solid var(--gold);
  color: white;
  font-weight: 600;
  border-radius: 9999px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-outline-gold:hover {
  background-color: rgba(201, 169, 97, 0.1);
}

/* Video reviews — Figma 36:2504 */
.video-reviews__header {
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.video-reviews__title {
  font-size: clamp(1.75rem, 4.5vw, 2.75rem);
  line-height: 1.2;
}

.video-reviews__subtitle {
  max-width: 32.5rem;
  margin-inline: auto;
}

.video-reviews__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

@media (min-width: 768px) {
  .video-reviews__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.video-card {
  position: relative;
  overflow: hidden;
  border: 0.738px solid rgba(201, 169, 97, 0.3);
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  aspect-ratio: 411 / 730;
  min-height: 22rem;
}

.video-card__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--forest);
}

.video-card__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--forest);
}

.video-card__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 1rem;
}

.video-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.4375rem;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.video-card__badge--gold {
  background: var(--gold);
  color: var(--forest);
}

.video-card__badge--dark {
  background: var(--forest);
  color: var(--gold);
  font-weight: 600;
}

.video-card__play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
  margin: 0;
  padding: 0;
  padding-left: 0.35rem;
  border: 0;
  border-radius: 9999px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  box-shadow: 0 0 12px rgba(201, 169, 97, 0.4);
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.video-card__play:hover {
  filter: brightness(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}

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

.video-card__play-icon--play {
  display: block;
  width: 0;
  height: 0;
  border-top: 0.74rem solid transparent;
  border-bottom: 0.74rem solid transparent;
  border-left: 1.25rem solid var(--forest);
}

.video-card__play-icon--pause {
  display: none;
}

.video-card__footer {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.25rem 1.25rem 1rem;
  background: linear-gradient(
    0deg,
    #053d1f 0%,
    rgba(5, 61, 31, 0.98) 50%,
    rgba(5, 61, 31, 0.85) 80%,
    rgba(0, 0, 0, 0) 100%
  );
}

.video-card__quote {
  margin: 0;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.4;
  color: #fff;
}

.video-card__meta {
  margin: 0;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
}

.video-card__duration {
  margin: 0;
  font-size: 0.6875rem;
  line-height: 1.5;
  color: var(--cream);
}

.video-reviews__stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border: 0.738px solid rgba(201, 169, 97, 0.2);
  border-radius: 1rem;
  background: rgba(201, 169, 97, 0.08);
}

@media (min-width: 768px) {
  .video-reviews__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }
}

.video-reviews__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .video-reviews__stat {
    padding-inline: 1rem;
    border-right: 0.738px solid var(--gold);
  }

  .video-reviews__stat:last-child {
    border-right: 0;
  }
}

.video-reviews__stat-value {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--gold);
}

.video-reviews__stat-label {
  margin: 0;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream);
}

.video-reviews__cta {
  max-width: 48rem;
  margin-inline: auto;
  text-align: center;
}

.video-reviews__cta-text {
  margin: 0 auto 1.5rem;
  max-width: 32.5rem;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--cream);
}

.video-reviews__cta-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 640px) {
  .video-reviews__cta-actions {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
}

.video-reviews__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3.625rem;
  padding: 1rem 2rem;
  border-radius: 9999px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: filter 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.video-reviews__btn:hover {
  filter: brightness(1.05);
}

.video-reviews__btn--primary {
  background: var(--gold);
  color: var(--forest);
}

.video-reviews__btn--primary img {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%);
}

.video-reviews__btn--secondary {
  border: 1.475px solid var(--gold);
  color: #fff;
  font-weight: 600;
}

.video-reviews__btn--secondary:hover {
  background: rgba(201, 169, 97, 0.1);
}

/* Results gallery CTAs — Figma mobile 1:2758 */
.results-cta {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
  width: 100%;
  max-width: 20.435rem;
  margin-inline: auto;
  padding-top: 0.5rem;
}

.results-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 9999px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  text-decoration: none;
  transition: filter 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.results-cta__btn:hover {
  filter: brightness(1.05);
}

.results-cta__btn--primary {
  min-height: 2.8125rem;
  gap: 0.5rem;
  background-color: var(--gold);
  color: var(--forest);
  font-weight: 700;
}

.results-cta__btn--primary img {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.results-cta__btn--secondary {
  min-height: 2.997rem;
  padding: 0.842rem 1.592rem;
  border: 1.475px solid var(--gold);
  color: #fff;
  font-weight: 600;
}

.results-cta__btn--secondary:hover {
  background-color: rgba(201, 169, 97, 0.1);
}

@media (max-width: 1023px) {
  .results-cta-block__eyebrow {
    font-size: 0.625rem;
    letter-spacing: 0.09375rem;
  }

  .results-cta-block__text {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .results-cta-block__note {
    font-size: 0.6875rem;
    line-height: 1.5;
  }
}

@media (min-width: 640px) {
  .results-cta {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: none;
    padding-top: 0;
  }

  .results-cta__btn {
    width: auto;
    padding-inline: 2rem;
  }

  .results-cta__btn--primary {
    padding: 0.75rem 2rem;
  }

  .results-cta__btn--secondary {
    min-height: auto;
    padding: 0.75rem 2rem;
  }
}

.badge-red {
  background: rgba(230, 57, 70, 0.15);
  border: 1.5px solid var(--accent);
  color: var(--accent);
}

/* São Bernardo location pin — Figma 1:2818 / 1:2819 */
.sb-location-icon {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  flex-shrink: 0;
}

.sb-location-icon__pin {
  position: absolute;
  inset: 12.5% 21.87% 12.5% 21.88%;
  display: block;
  object-fit: contain;
}

.sb-location-icon__dot {
  position: absolute;
  top: 31.25%;
  left: 50%;
  width: 18.75%;
  height: 18.75%;
  transform: translateX(-50%);
  display: block;
  object-fit: contain;
}

.sb-location-icon__flag {
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.547rem;
  line-height: 1;
  pointer-events: none;
}

.sb-location-icon--sm {
  width: 2rem;
  height: 2rem;
}

.sb-location-icon--sm .sb-location-icon__flag {
  top: 32%;
  font-size: 0.5rem;
}

.badge-gold-pill {
  background: rgba(201, 169, 97, 0.15);
  border: 0.75px solid var(--gold);
  color: var(--gold);
}

/* Cards */
.card-bordered {
  background: var(--forest);
  border: 0.75px solid rgba(201, 169, 97, 0.3);
  border-radius: 14px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.card-gold-muted {
  background: rgba(201, 169, 97, 0.08);
  border: 0.75px solid rgba(201, 169, 97, 0.2);
  border-radius: 16px;
}

/* Assessment CTA — Figma node 1:3821 */
.assessment-card {
  background: rgba(201, 169, 97, 0.1);
  border: 0.738px solid var(--gold);
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .assessment-card {
    padding: 2.042rem; /* ~32.7px */
  }
}

.assessment-card__eyebrow {
  margin: 0 0 1.25rem;
  font-size: 0.6875rem; /* 11px */
  font-weight: 700;
  letter-spacing: 0.09375rem; /* 1.5px */
  line-height: 1.03125rem; /* 16.5px */
  text-transform: uppercase;
  color: var(--gold);
}

.assessment-card__title {
  margin: 0 0 1.25rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.5rem; /* 24px */
  font-weight: 600;
  line-height: 2.25rem; /* 36px */
  color: #fff;
}

.assessment-card__desc {
  margin: 0 auto 1.5rem;
  max-width: 35.5rem; /* 568px */
  font-size: 0.875rem; /* 14px */
  line-height: 1.4rem; /* 22.4px */
  color: var(--cream);
}

.assessment-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.5rem; /* ~56px */
  padding: 0.9375rem 1.5rem;
  border-radius: 9999px;
  background-color: var(--gold);
  color: var(--forest);
  font-size: 1rem; /* 16px */
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration: none;
  transition: filter 0.2s ease;
}

.assessment-card__btn:hover {
  filter: brightness(1.05);
}

.assessment-card__btn:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 2px;
}

.assessment-card__note {
  margin: 1.25rem 0 0;
  font-size: 0.6875rem; /* 11px */
  line-height: 1.03125rem;
  color: var(--muted);
}

/* Contact stats strip — Figma mobile 1:3077 */
.contact-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: center;
  gap: 0.75rem 0.5rem;
  padding: 1.046rem;
  border-width: 0.738px;
  text-align: center;
}

.contact-stats__item {
  font-size: 0.5625rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: var(--gold);
}

@media (min-width: 768px) {
  .contact-stats {
    max-width: 36rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding: 1rem 1.25rem;
  }

  .contact-stats__item {
    font-size: 0.5625rem;
  }

  .contact-stats__item:not(:last-child) {
    border-right: 1px solid rgba(201, 169, 97, 0.2);
  }
}

.gold-divider {
  width: 2.5rem;
  height: 1px;
  background: var(--gold);
  opacity: 0.5;
}

/* Footer bottom — Figma mobile 1:3178 / 1:3180 */
.site-footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 1.296rem;
  border-top: 0.738px solid rgba(201, 169, 97, 0.2);
}

.site-footer__copyright {
  margin: 0;
  max-width: 22.4375rem;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.03125rem;
  text-align: center;
  color: var(--muted);
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 1rem;
}

.site-footer__legal-link {
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.03125rem;
  color: var(--muted);
  text-decoration: none;
  white-space: nowrap;
}

.site-footer__legal-link:hover {
  color: var(--cream);
}

@media (min-width: 768px) {
  .site-footer__bottom {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    padding-top: 2rem;
  }

  .site-footer__copyright {
    max-width: none;
    text-align: left;
    font-size: 0.75rem;
    line-height: 1.25rem;
  }

  .site-footer__legal {
    gap: 1.5rem;
  }

  .site-footer__legal-link {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}

/* Before / After gallery — Figma node 1:3294 */
.ba-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  aspect-ratio: 1;
}

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

.ba-card__divider {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 1px;
  background: var(--gold);
  transform: translateX(-50%);
  pointer-events: none;
}

.ba-label {
  position: absolute;
  top: 0.75rem;
  z-index: 3;
  display: inline-block;
  width: max-content;
  max-width: calc(50% - 1.5rem);
  background: var(--gold);
  color: var(--forest);
  font-size: 0.625rem; /* 10px */
  font-weight: 700;
  letter-spacing: 0.03125rem;
  line-height: 0.9375rem;
  text-transform: uppercase;
  padding: 0.28rem 0.75rem;
  border-radius: 9999px;
  pointer-events: none;
}

.ba-label--antes {
  left: 0.75rem;
}

.ba-label--depois {
  right: 0.75rem;
}

.ba-overlay {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 4;
  padding: 1rem;
  padding-top: 3.5rem;
  background: linear-gradient(
    to top,
    var(--forest) 0%,
    rgba(5, 61, 31, 0.92) 45%,
    transparent 100%
  );
  pointer-events: none;
}

/* Technology section bg */
.tech-section {
  background-color: var(--forest-light);
  position: relative;
  overflow: hidden;
}

.tech-section::before {
  content: "";
  position: absolute;
  width: 800px;
  height: 400px;
  left: -10%;
  top: 0;
  opacity: 0.15;
  filter: blur(140px);
  background: radial-gradient(circle, var(--gold) 0%, transparent 70%);
  pointer-events: none;
}

/* Clinic card */
.clinic-card {
  background: var(--clinic-card-gradient);
  border: 1.5px solid var(--gold);
  border-radius: 16px;
  box-shadow: 0 0 40px rgba(201, 169, 97, 0.25);
}

.info-block {
  border-left: 3px solid var(--gold);
  padding-left: 0.75rem;
}

/* Contact cards */
.contact-whatsapp {
  background: var(--whatsapp-gradient);
  box-shadow: 0 8px 16px rgba(37, 211, 102, 0.3);
}

.contact-instagram {
  background: var(--instagram-gradient);
  box-shadow: 0 8px 16px rgba(131, 58, 180, 0.3);
}

.contact-email {
  background: var(--forest);
  border: 0.75px solid var(--gold);
  box-shadow: 0 8px 16px rgba(201, 169, 97, 0.2);
}

/* Sticky header — Figma node 1:3927 (desktop) / 1:3275 (mobile) */
.site-header {
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  background-color: rgba(5, 61, 31, 0.97);
  backdrop-filter: blur(8px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5rem; /* 80px — desktop */
  padding-inline: clamp(1rem, 7.8vw, 7rem); /* ~112px @ 1440px */
}

@media (max-width: 1023px) {
  .site-header__inner {
    height: 5rem; /* 80px mobile bar */
    padding-inline: 1rem; /* 16px */
  }
}

.site-header__logo {
  display: block;
  flex-shrink: 0;
  height: 2rem; /* 32px mobile */
  width: 10.8rem; /* 172.8px */
}

@media (min-width: 1024px) {
  .site-header__logo {
    height: 2.5rem; /* 40px */
    width: 13.5rem; /* 216px */
  }
}

.site-header__logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: left center;
}

.header-wa-btn {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  background-color: var(--gold);
  color: var(--forest-light);
  font-weight: 700;
  border-radius: 9999px;
  white-space: nowrap;
  transition: filter 0.2s ease;
}

.header-wa-btn:hover {
  filter: brightness(1.05);
}

.header-wa-btn:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 2px;
}

/* Mobile — Figma 1:3278 */
.header-wa-btn {
  height: 2.5rem; /* 40px */
  min-width: 10.541rem; /* 168.658px */
  padding-inline: 1rem;
  font-size: 0.75rem; /* 12px */
  line-height: 1rem; /* 16px */
}

.header-wa-btn img {
  width: 0.824rem; /* 13.186px */
  height: 1rem; /* 16px */
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  /* Desktop — Figma 1:3930 */
  .header-wa-btn {
    height: 2.719rem; /* 43.499px */
    min-width: 12.044rem; /* 192.701px */
    padding-inline: 1.5rem 1.25rem;
    font-size: 0.8125rem; /* 13px */
    line-height: 1.219rem; /* 19.5px */
  }

  .header-wa-btn img {
    width: 1rem; /* 16px */
    height: 1rem;
  }
}

/* Floating contact — Figma mobile 1:3282 / desktop 1:3934 */
.floating-contact {
  position: fixed;
  right: 1rem;
  bottom: 1.5rem;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
}

.floating-contact__panel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
}

.floating-contact__label {
  display: none;
  margin: 0;
  box-sizing: border-box;
  min-width: 8.618rem;
  height: 2.123rem;
  border: 0.738px solid var(--gold);
  border-radius: 9999px;
  background: var(--forest);
  padding: 0.53rem 1rem;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.03125rem;
  letter-spacing: 0.05em;
  color: var(--gold);
  white-space: nowrap;
  text-align: center;
}

.floating-contact__toggle {
  cursor: pointer;
  padding: 0;
}

.floating-btn--toggle {
  display: none;
}

@media (max-width: 1023px) {
  .floating-contact {
    gap: 0.5rem;
  }

  .floating-contact__label {
    display: block;
    align-self: flex-end;
  }

  .floating-contact__toggle {
    display: flex;
    align-self: flex-end;
  }

  .floating-contact:not(.is-open) .floating-contact__panel {
    display: none;
  }

  .floating-contact.is-open .floating-contact__panel {
    display: flex;
    animation: floating-panel-in 0.22s ease;
  }

  .floating-btn--toggle {
    display: flex;
    width: 4rem;
    height: 4rem;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
    box-shadow: 0 8px 12px rgba(201, 169, 97, 0.5);
  }

  .floating-btn--toggle img {
    width: 1.75rem;
    height: 1.75rem;
  }
}

@keyframes floating-panel-in {
  from {
    opacity: 0;
    transform: translateY(0.5rem);
  }

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

@media (min-width: 1024px) {
  .floating-contact {
    right: 1.5rem;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    align-items: center;
  }

  .floating-contact__label {
    display: none;
  }

  .floating-contact__panel {
    display: flex;
    align-items: center;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
  }

  .floating-btn--toggle {
    display: none !important;
  }
}

.floating-btn {
  width: 3.5rem; /* 55.993px */
  height: 3.5rem;
  flex-shrink: 0;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.floating-btn:hover {
  transform: scale(1.05);
}

.floating-btn:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 2px;
}

.floating-btn img {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}

.floating-btn--phone {
  background-color: var(--gold);
  box-shadow: 0 4px 8px rgba(201, 169, 97, 0.4);
}

.floating-btn--instagram {
  background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
  box-shadow: 0 4px 8px rgba(131, 58, 180, 0.4);
}

.floating-btn-wrap {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  flex-shrink: 0;
}

.floating-btn-wrap::before {
  content: "";
  position: absolute;
  inset: -0.196rem; /* ~-3.13px */
  border: 1.64px solid var(--gold);
  border-radius: 9999px;
  opacity: 0.63;
  pointer-events: none;
}

.floating-btn--whatsapp {
  width: 100%;
  height: 100%;
  background-color: #25d366;
  box-shadow: 0 4px 8px rgba(37, 211, 102, 0.4);
}

.floating-btn--whatsapp img {
  width: 1.75rem; /* 27.996px */
  height: 1.75rem;
}

/* Testimonial stars */
.stars-gold {
  color: var(--gold);
  letter-spacing: 0.15em;
}

/* Avatar initials */
.avatar-gold {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  border: 1.5px solid var(--gold);
  color: var(--forest);
  font-weight: 700;
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

.multistep-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  pointer-events: auto;
}

.multistep-modal.hidden {
  display: none;
}

.multistep-modal__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  pointer-events: auto;
}

.multistep-modal__content {
  position: relative;
  z-index: 1;
  width: 675px;
  max-width: 100vw;
  height: auto;
  max-height: 100vh;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  pointer-events: auto;
}

.multistep-modal__close {
  display: none;
}

.multistep-modal iframe {
  width: 675px;
  max-width: 100vw;
  height: 600px;
  border: 0;
  display: block;
  background: transparent;
}
