/* ==========================================================================
   COUTO RIO CLINIC — ULTRA PREMIUM DESIGN SYSTEM
   Paleta: Preto Profundo (#0A0A0A) · Preto Carvão (#141414) · Cinza Quente (#2A2520)
           Dourado Rico (#C9922A) · Dourado Claro (#E8C060) · Off-White Creme (#F5F0E8)
   Tipografia: Cormorant Garamond (H1, H2) · Montserrat (Eyebrows) · Lato (Corpo)
   ========================================================================== */

/* --------------------------------------------------------------------------
   0. FONTS (@font-face)
   -------------------------------------------------------------------------- */
@font-face {
  font-family: 'Bw Vivant';
  src: url('Bw Vivant/bw-vivant-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Bw Vivant';
  src: url('Bw Vivant/bw-vivant-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bw Vivant';
  src: url('Bw Vivant/bw-vivant-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Bw Vivant';
  src: url('Bw Vivant/bw-vivant-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Bw Vivant';
  src: url('Bw Vivant/bw-vivant-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/* --------------------------------------------------------------------------
   1. DESIGN TOKENS & RESET
   -------------------------------------------------------------------------- */
:root {
  /* Colors */
  --bg-dark-primary: #0A0A0A;
  --bg-dark-secondary: #141414;
  --bg-dark-warm: #2A2520;
  --bg-light-creme: #FAF7F2;
  
  --gold-primary: #C5A880;
  --gold-light: #E8DAC8;
  --gold-dark: #A68B68;
  --gold-gradient: linear-gradient(135deg, #E2D2BE 0%, #C5A880 60%, #B49670 100%);
  --gold-glow: 0 0 20px rgba(197, 168, 128, 0.15);
  --gold-glow-subtle: 0 0 12px rgba(197, 168, 128, 0.08);

  --text-dark: #2A2520;
  --text-dark-muted: #554D44;
  --text-light: #F5F0E8;
  --text-light-muted: rgba(245, 240, 232, 0.75);

  --border-gold: rgba(197, 168, 128, 0.25);
  --border-gold-subtle: rgba(197, 168, 128, 0.12);
  --border-dark: rgba(245, 240, 232, 0.1);
  --border-light: rgba(42, 37, 32, 0.15);

  /* Fonts */
  --font-serif: 'Bw Vivant', 'Cormorant Garamond', Georgia, serif;
  --font-heading: 'Bw Vivant', 'Cormorant Garamond', Georgia, serif;
  --font-sans-eyebrow: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-sans-body: 'Lato', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Layout & Spacing */
  --container-max: 1200px;
  --container-narrow: 860px;
  --nav-height: 90px;
  --nav-height-scrolled: 75px;

  /* Transitions */
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-smooth: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-sans-body);
  font-weight: 300;
  color: var(--text-light);
  background-color: var(--bg-dark-primary);
  line-height: 1.75;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-fast);
}

ul, ol {
  list-style: none;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}

/* --------------------------------------------------------------------------
   2. TYPOGRAPHY & LAYOUT UTILITIES
   -------------------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container-narrow {
  max-width: var(--container-narrow);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
}

.eyebrow {
  font-family: var(--font-sans-eyebrow);
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--gold-primary);
  margin-bottom: 1.25rem;
  display: inline-block;
}

.section-title {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1.2;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 1.2rem;
}

.section-title::after,
.especialidades-title::after,
.por-que-title::after,
.resultados-title::after,
.passos-header h2::after,
.para-quem-title::after,
.depoimentos-header h2::after,
.localizacao-header h2::after,
.chamada-final-title::after,
.sobre-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 2px;
  background: var(--gold-primary);
  margin-top: 0.85rem;
  border-radius: 1px;
}

.especialidades-header .section-title::after,
.localizacao-header .section-title::after,
.como-funciona-header .section-title::after,
.por-que-header .section-title::after,
.passos-header h2::after,
.chamada-final-section .section-title::after,
.chamada-final-title::after,
.text-center .section-title::after,
.text-center h2::after {
  margin-left: auto;
  margin-right: auto;
}

.section-title.dark-text {
  color: var(--text-dark);
}

.section-title.light-text {
  color: var(--text-light);
}

.section-desc {
  font-family: var(--font-sans-body);
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 720px;
}

.section-desc.dark-text {
  color: var(--text-dark-muted);
}

.section-desc.light-text {
  color: var(--text-light-muted);
}

.gold-highlight {
  color: var(--gold-primary);

}

.gold-divider {
  width: 60px;
  height: 1px;
  background: var(--gold-gradient);
  margin: 1.5rem 0;
}

.gold-divider.center {
  margin-left: auto;
  margin-right: auto;
}

/* --------------------------------------------------------------------------
   3. BUTTONS & INTERACTIVE ELEMENTS (PADRÃO VAZADO COM ÍCONE WHATSAPP)
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.05rem 2.2rem;
  font-family: var(--font-sans-eyebrow);
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  border-radius: 2px;
  background: transparent;
  border: 1px solid var(--gold-primary);
  color: var(--gold-primary);
  transition: all var(--transition-smooth);
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  text-align: center;
}

.btn-primary-gold,
.btn-outline-gold {
  background: transparent;
  color: var(--gold-primary);
  border: 1px solid var(--gold-primary);
  box-shadow: none;
}

.btn:hover,
.btn-primary-gold:hover,
.btn-outline-gold:hover {
  background: var(--gold-primary);
  border-color: var(--gold-primary);
  color: #0A0A0A;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(197, 168, 128, 0.35);
}

.btn-wa-icon {
  width: 17px;
  height: 17px;
  fill: currentColor;
  flex-shrink: 0;
  transition: transform var(--transition-fast);
}

.btn:hover .btn-wa-icon {
  transform: translateX(4px);
}

/* --------------------------------------------------------------------------
   4. NAVIGATION (NAVBAR)
   -------------------------------------------------------------------------- */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--nav-height);
  background: rgba(10, 8, 7, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(197, 168, 128, 0.12);
  z-index: 1000;
  transition: background-color 0.4s ease, backdrop-filter 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  align-items: center;
}

.navbar.scrolled {
  height: var(--nav-height);
  background: rgba(18, 16, 14, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(197, 168, 128, 0.22);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.menu-toggle-btn {
  background: transparent;
  border: none;
  color: var(--gold-primary);
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  font-family: var(--font-sans-eyebrow);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.5rem 0;
  transition: color var(--transition-fast);
}

.menu-toggle-btn:hover {
  color: var(--gold-light);
}

.hamburger-icon {
  color: var(--gold-primary);
  transition: transform var(--transition-fast);
}

.menu-toggle-btn:hover .hamburger-icon {
  transform: scale(1.08);
}

.navbar-logo-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  height: 65px;
}

.navbar-logo-center img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.navbar-cta-right {
  display: flex;
  align-items: center;
}

.navbar-cta-right .btn {
  padding: 0.6rem 1.35rem;
  font-size: 0.725rem;
}

/* --------------------------------------------------------------------------
   4.1 FULLSCREEN MENU OVERLAY (PADRÃO REFERÊNCIA CLÍNICA ROMANA)
   -------------------------------------------------------------------------- */
.fullscreen-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #12100E;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
}

.fullscreen-menu-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

/* Bloqueio estrito de rolagem quando o menu estiver aberto */


.menu-overlay-close {
  position: absolute;
  top: 2.5rem;
  right: 3rem;
  background: transparent;
  border: none;
  font-size: 2.5rem;
  color: var(--gold-primary);
  cursor: pointer;
  line-height: 1;
  transition: transform var(--transition-fast), color var(--transition-fast);
  z-index: 2001;
}

.menu-overlay-close:hover {
  color: var(--gold-light);
  transform: scale(1.15);
}

.fullscreen-menu-container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.fullscreen-menu-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 5rem;
  align-items: flex-start;
}

.fullscreen-nav-links {
  list-style: none;
  padding: 0;
  margin: 0 0 3.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.fullscreen-nav-links a {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  color: var(--text-light);
  text-decoration: none;
  transition: color var(--transition-fast), transform var(--transition-fast);
  display: inline-block;
}

.fullscreen-nav-links a:hover {
  color: var(--gold-primary);
  transform: translateX(8px);
}

.fullscreen-menu-contacts {
  display: flex;
  gap: 4rem;
  border-top: 1px solid rgba(197, 168, 128, 0.2);
  padding-top: 2.5rem;
}

.contact-block {
  display: flex;
  flex-direction: column;
}

.contact-label {
  font-family: var(--font-sans-eyebrow);
  font-size: 0.675rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--gold-primary);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.contact-block p {
  font-family: var(--font-sans-body);
  font-size: 0.9rem;
  color: var(--text-light-muted);
  line-height: 1.5;
}

.social-section-label {
  font-family: var(--font-sans-eyebrow);
  font-size: 0.675rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--gold-primary);
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  display: block;
}

.fullscreen-social-icons {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.social-circle-badge {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(197, 168, 128, 0.3);
  color: var(--gold-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all var(--transition-fast);
}

.social-circle-badge:hover {
  background: var(--gold-primary);
  color: #0A0A0A;
  border-color: var(--gold-primary);
  transform: translateY(-2px);
}

/* --------------------------------------------------------------------------
   5. [SEÇÃO 1] HERO SECTION (EDITORIAL 2-COLUNAS)
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  height: 100vh;
  height: 100dvh;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: calc(var(--nav-height) + 1rem);
  padding-bottom: clamp(2.5rem, 5vh, 4.5rem);
  background-color: var(--bg-dark-primary);
  overflow: hidden;
}

.hero-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none;
  transform: scale(1.03);
  animation: heroZoom 20s infinite alternate ease-in-out;
}

@keyframes heroZoom {
  0% { transform: scale(1.03); }
  100% { transform: scale(1.08); }
}

.hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 680px;
  background: linear-gradient(to top, rgba(10, 8, 7, 0.96) 0%, rgba(10, 8, 7, 0.78) 50%, rgba(10, 8, 7, 0.32) 82%, transparent 100%);
  pointer-events: none;
  z-index: 2;
}

.hero-container-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: auto;
}

.hero-main-row {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: flex-end;
  gap: 3rem;
}

.hero-left-col {
  position: relative;
  padding-left: 50px;
}

.hero-vertical-scroll {
  position: absolute;
  left: 0;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  animation: scrollFloat 2.4s ease-in-out infinite;
}

@keyframes scrollFloat {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.75;
  }
  50% {
    transform: translateY(10px);
    opacity: 1;
  }
}

.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: var(--font-sans-eyebrow);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  color: var(--gold-primary);
}

.vertical-arrow {
  width: 1px;
  height: 50px;
  background-color: var(--gold-primary);
  position: relative;
}

.vertical-arrow::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  background-color: var(--gold-primary);
  border-radius: 50%;
}

.hero-eyebrow {
  display: block;
  margin-bottom: 1.25rem;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  color: var(--gold-light);
}

.hero-title {
  font-family: var(--font-heading);
  font-weight: 300;
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  line-height: 1.15;
  color: var(--text-light);
  margin-bottom: 1.5rem;
  max-width: 850px;
}

.hero-title .gold-highlight {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  display: inline;
}

.hero-subtitle {
  font-family: var(--font-sans-body);
  font-weight: 300;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.65;
  color: var(--text-light-muted);
  max-width: 640px;
  margin-bottom: 0;
}

.hero-right-col {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 10px;
}

.btn-hero-cta {
  padding: 1.1rem 2rem;
  font-size: 0.8rem;
  white-space: nowrap;
}

/* --------------------------------------------------------------------------
   5.1 TICKER BANNER (CARROSSEL DE TEXTO CONTÍNUO)
   -------------------------------------------------------------------------- */
.ticker-banner {
  width: 100%;
  overflow: hidden;
  background: #111111;
  border-top: 1px solid rgba(197, 168, 128, 0.25);
  border-bottom: 1px solid rgba(197, 168, 128, 0.25);
  padding: 22px 0;
  display: flex;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  position: relative;
  z-index: 10;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: marqueeScroll 35s linear infinite;
  will-change: transform;
}

.ticker-content {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  padding-right: 2.2rem;
  font-family: var(--font-sans-eyebrow);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-primary);
}

.ticker-separator {
  color: var(--gold-light);
  opacity: 0.6;
  font-weight: 400;
  margin: 0 0.25rem;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}




/* --------------------------------------------------------------------------
   6. [SEÇÃO 2] SOBRE A COUTO RIO CLINIC (MANIFESTO)
   -------------------------------------------------------------------------- */
.sobre-section {
  background-color: #FFFFFF;
  color: var(--text-dark);
  padding: 6.5rem 0;
  position: relative;
  overflow: hidden;
}

.sobre-eyebrow {
  margin-bottom: 0.75rem;
  display: inline-block;
}

.sobre-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 4.5rem;
  align-items: stretch;
  position: relative;
  z-index: 2;
}

.sobre-img-col {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 100%;
}

.sobre-arch-frame {
  width: 100%;
  max-width: 440px;
  height: 100%;
  min-height: 100%;
  border-radius: 220px 220px 0 0;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 40px rgba(42, 37, 32, 0.12);
  border: 1px solid rgba(201, 146, 42, 0.2);
  background: url('imagem seção sobre a couto rio clinic.webp') center/cover no-repeat fixed;
}

.sobre-arch-img {
  display: none;
}

.sobre-arch-frame:hover .sobre-arch-img {
  transform: scale(1.04);
}

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

.sobre-manifesto {
  font-family: var(--font-sans-body);
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1.85;
  color: #3A342E;
  text-align: left;
}

.sobre-manifesto p {
  margin-bottom: 1.5rem;
}

.sobre-manifesto p:last-child {
  margin-bottom: 0;
}

.sobre-manifesto-highlight {
  font-weight: 400;
  color: #1A1612;
  font-size: 1.125rem;
  line-height: 1.75;
  margin-top: 1rem;
  padding-left: 1.25rem;
  border-left: 2px solid var(--gold-primary);
}

@media (max-width: 992px) {
  .sobre-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .sobre-arch-frame {
    max-width: 360px;
  }

  .sobre-header {
    margin-bottom: 2.5rem;
  }
}

/* --------------------------------------------------------------------------
   7. [SEÇÃO 3] RESULTADOS QUE TRANSFORMAM VIDAS (CARROSSEL)
   -------------------------------------------------------------------------- */
.resultados-section {
  background-color: #FFFFFF;
  padding: 8rem 0;
  position: relative;
}

.resultados-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 3rem;
  margin-bottom: 3.5rem;
}

.resultados-header-left {
  text-align: left;
  flex: 1;
}

.resultados-header-left .eyebrow {
  display: block;
  margin-bottom: 0.75rem;
  text-align: left;
}

.resultados-header-left .section-title {
  margin-bottom: 0;
  text-align: left;
}

.resultados-header-right {
  flex: 0 0 420px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.resultados-header-right .section-desc {
  text-align: left;
  margin: 0;
}

/* Carrossel de Imagens de Resultados (Full Width / Ticker Contínuo) */
.resultados-ticker-banner {
  width: 100%;
  overflow: hidden;
  display: flex;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  margin-top: 2rem;
  padding: 1rem 0;
}

.resultados-ticker-track {
  display: flex;
  width: max-content;
  animation: marqueeResults 40s linear infinite;
  will-change: transform;
}

.resultados-ticker-content {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-right: 1.5rem;
}

.resultado-img-card {
  width: 320px;
  height: 380px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(197, 168, 128, 0.2);
  background-color: #FAFAFA;
}

.resultado-img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

@keyframes marqueeResults {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


/* --------------------------------------------------------------------------
   8. [SEÇÃO 4] ESPECIALIDADES (BENTO GRID DE IMAGENS)
   -------------------------------------------------------------------------- */
.especialidades-section {
  background-color: var(--bg-dark-primary);
  padding: 8rem 0;
  position: relative;
  border-top: 3px solid var(--gold-primary);
}

.especialidades-header {
  text-align: center;
  margin-bottom: 4.5rem;
}

.especialidades-bento-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.especialidade-bento-card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.75rem 2.25rem 2.25rem 2.25rem;
  min-height: 480px;
  text-decoration: none;
  border: 1px solid var(--border-gold-subtle);
  transition: transform var(--transition-smooth), border-color var(--transition-smooth), box-shadow var(--transition-smooth);
}

.especialidade-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  filter: brightness(0.8) contrast(1.05);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s ease;
}

.especialidade-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(10, 10, 10, 0.96) 0%,
    rgba(10, 10, 10, 0.78) 45%,
    rgba(10, 10, 10, 0.15) 75%,
    transparent 100%
  );
  z-index: 2;
}

.especialidade-card-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.especialidade-title {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(1.3rem, 1.7vw, 1.65rem);
  line-height: 1.3;
  color: var(--text-light);
  margin-bottom: 0.75rem;
}

.especialidade-desc {
  font-family: var(--font-sans-body);
  font-size: 0.925rem;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(245, 240, 232, 0.85);
  margin-bottom: 1.5rem;
  max-width: 98%;
}

.especialidades-cta-wrapper {
  margin-top: 3.5rem;
  text-align: center;
}

.especialidade-link {
  font-family: var(--font-sans-eyebrow);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-primary);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: color var(--transition-fast);
}

.especialidade-link svg {
  transition: transform var(--transition-fast);
}

/* Hover State */
.especialidade-bento-card:hover {
  border-color: var(--gold-primary);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.7), 0 0 25px rgba(201, 146, 42, 0.25);
  transform: translateY(-4px);
}

.especialidade-bento-card:hover .especialidade-bg-img {
  transform: scale(1.05);
  filter: brightness(0.75) contrast(1.15);
}

.especialidade-bento-card:hover .especialidade-link {
  color: var(--gold-light);
}

.especialidade-bento-card:hover .especialidade-link svg {
  transform: translateX(4px);
}

@media (max-width: 992px) {
  .resultados-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .resultados-header-right {
    flex: auto;
    width: 100%;
  }

  .especialidades-bento-grid {
    grid-template-columns: 1fr;
  }

  .especialidade-bento-card {
    min-height: 340px;
    padding: 2.25rem 1.75rem;
  }

  .por-que-feature-card {
    grid-template-columns: 1fr;
    border-radius: 16px;
  }

  .por-que-card-content {
    padding: 3rem 2rem;
  }

  .por-que-card-image {
    min-height: 320px;
  }
}


/* --------------------------------------------------------------------------
   9. [SEÇÃO 5] POR QUE ESCOLHER A COUTO RIO CLINIC (CARD DESTAQUE ESCURO)
   -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
   9. [SEÇÃO 5] POR QUE ESCOLHER A COUTO RIO CLINIC (OVERLAP SPLIT + CREME)
   -------------------------------------------------------------------------- */
.por-que-section {
  background: linear-gradient(to bottom, var(--bg-dark-primary) 50%, #FFFFFF 50%);
  color: var(--text-dark);
  padding: 5rem 0;
  position: relative;
  z-index: 5;
}

.por-que-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--gold-primary);
  z-index: 1;
  transform: translateY(-50%);
}

.por-que-feature-card {
  position: relative;
  z-index: 2;
  background: var(--bg-light-creme);
  border: 1px solid rgba(197, 168, 128, 0.15);
  border-radius: 4px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.por-que-card-content {
  background-color: var(--bg-light-creme);
  padding: 4rem 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.por-que-card-content .eyebrow {
  margin-bottom: 1rem;
}

.por-que-card-content .section-title {
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 1.25;
  margin-bottom: 1.25rem;
  text-align: left;
  color: var(--text-dark);
}

.por-que-card-content .section-desc {
  font-size: 0.975rem;
  line-height: 1.7;
  color: var(--text-dark-muted);
  text-align: left;
}

.por-que-bullets-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.por-que-bullet-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.bullet-icon-gold {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: var(--gold-primary);
  margin-top: 3px;
}

.por-que-bullet-text {
  font-family: var(--font-sans-body);
  font-weight: 300;
  font-size: 0.95rem;
  color: var(--text-dark);
  line-height: 1.55;
}

.por-que-card-image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 480px;
  overflow: hidden;
}

.por-que-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* --------------------------------------------------------------------------
   10. [SEÇÃO 6] COMO FUNCIONA O ATENDIMENTO (LINHA HORIZONTAL - FUNDO BRANCO)
   -------------------------------------------------------------------------- */
.como-funciona-section {
  background-color: #FFFFFF;
  padding: 8rem 0;
  position: relative;
}

.como-funciona-header {
  text-align: center;
  margin-bottom: 5.5rem;
}

.passos-horizontal-container {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.passos-horizontal-line {
  position: absolute;
  top: 20px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 146, 42, 0.15) 0%, rgba(201, 146, 42, 0.4) 50%, rgba(201, 146, 42, 0.15) 100%);
  z-index: 1;
}

.passos-horizontal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  position: relative;
  z-index: 2;
}

.passo-horizontal-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.passo-horizontal-node {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid rgba(201, 146, 42, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: border-color var(--transition-smooth), transform var(--transition-smooth), box-shadow var(--transition-smooth), background-color var(--transition-smooth);
}

.passo-node-number {
  font-family: var(--font-sans-body);
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--gold-primary);
  letter-spacing: 0.02em;
  transition: color var(--transition-fast);
}

.passo-horizontal-item:hover .passo-horizontal-node {
  border-color: var(--gold-primary);
  background: rgba(201, 146, 42, 0.08);
  box-shadow: 0 0 15px rgba(201, 146, 42, 0.2);
  transform: translateY(-2px);
}

.passo-horizontal-item:hover .passo-node-number {
  color: var(--gold-dark);
}

.passo-horizontal-title {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.passo-horizontal-desc {
  font-family: var(--font-sans-body);
  font-size: 0.925rem;
  font-weight: 300;
  color: var(--text-dark-muted);
  line-height: 1.6;
  max-width: 240px;
}

.passos-cta-wrapper {
  margin-top: 4.5rem;
  text-align: center;
}

/* --------------------------------------------------------------------------
   11. [SEÇÃO 7] PARA QUEM É A COUTO RIO CLINIC (SPLIT CREME FIXO)
   -------------------------------------------------------------------------- */
.para-quem-split-section {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 760px;
  max-height: 760px;
  background-color: var(--bg-light-creme);
  overflow: hidden;
}

.para-quem-split-image {
  position: relative;
  width: 100%;
  height: 100%;
  background: url('imagem seção para quem.webp') center/cover no-repeat fixed;
  overflow: hidden;
}

.para-quem-split-image img {
  display: none;
}

.para-quem-split-content {
  background-color: var(--bg-light-creme);
  display: flex;
  align-items: center;
  padding: 5rem 5rem 5rem 4rem;
  height: 100%;
  overflow: hidden;
}

.para-quem-content-inner {
  max-width: 540px;
}

.para-quem-content-inner .eyebrow {
  margin-bottom: 0.75rem;
}

.para-quem-content-inner .section-title {
  font-size: clamp(1.85rem, 2.8vw, 2.4rem);
  line-height: 1.2;
  color: var(--text-dark);
  margin-bottom: 1rem;
  text-align: left;
}

.para-quem-content-inner .section-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text-dark-muted);
  margin-bottom: 1.5rem;
  text-align: left;
}

.para-quem-bullets-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.para-quem-bullet-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #FFFFFF;
  border: 1px solid rgba(197, 168, 128, 0.25);
  border-radius: 4px;
  padding: 0.85rem 1.25rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: all var(--transition-smooth);
}

.para-quem-bullet-item:hover {
  border-color: var(--gold-primary);
  transform: translateX(6px);
  box-shadow: 0 8px 25px rgba(201, 146, 42, 0.12);
  background: #FFFFFF;
}

.para-quem-bullet-item .bullet-icon-gold {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  padding: 4px;
  border-radius: 50%;
  background: rgba(201, 146, 42, 0.12);
  color: var(--gold-primary);
}

.para-quem-bullet-text {
  font-family: var(--font-sans-body);
  font-weight: 400;
  font-size: 0.9rem;
  color: #1A1A1A;
  line-height: 1.45;
}

/* --------------------------------------------------------------------------
   12. [SEÇÃO 8] DEPOIMENTOS (FUNDO BRANCO - REFERÊNCIA EXACTA GOOGLE REVIEWS)
   -------------------------------------------------------------------------- */
.depoimentos-section {
  background-color: #FFFFFF;
  padding: 6rem 0 3.5rem 0;
  position: relative;
}

.depoimentos-editorial-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: 4rem;
}

.depoimentos-header-left {
  max-width: 680px;
}

.depoimentos-header-left .eyebrow {
  margin-bottom: 0.75rem;
}

.depoimentos-header-left .section-title {
  font-size: clamp(2.2rem, 3.5vw, 3rem);
  line-height: 1.15;
  color: var(--text-dark);
  margin-bottom: 1rem;
  text-align: left;
}


.depoimentos-header-desc {
  font-family: var(--font-sans-body);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-dark-muted);
}

.depoimentos-controls-top {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

.depoimentos-controls-top .carousel-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid rgba(201, 146, 42, 0.25);
  color: #2A2520;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  transition: all var(--transition-smooth);
}

.depoimentos-controls-top .carousel-btn:hover {
  background: rgba(201, 146, 42, 0.08);
  border-color: var(--gold-primary);
  color: var(--gold-primary);
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(201, 146, 42, 0.15);
}

.depoimentos-carousel-wrapper {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0.5rem 0.25rem 2rem 0.25rem;
  scrollbar-width: none;
}

.depoimentos-carousel-wrapper::-webkit-scrollbar {
  display: none;
}

.depoimento-card-v3 {
  flex: 0 0 calc(33.333% - 1.35rem);
  min-width: 320px;
  scroll-snap-align: start;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 290px;
  transition: all var(--transition-smooth);
}

.depoimento-card-v3:hover {
  transform: translateY(-5px);
  border-color: var(--gold-primary);
  box-shadow: 0 15px 35px rgba(201, 146, 42, 0.12), 0 8px 25px rgba(0, 0, 0, 0.05);
}

.depoimento-v3-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.depoimento-v3-stars {
  color: var(--gold-primary);
  font-size: 1rem;
  letter-spacing: 2px;
}

.depoimento-v3-google-pill {
  background: #F1F3F4;
  border-radius: 8px;
  padding: 4px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-sans-body);
  font-size: 0.8rem;
  font-weight: 500;
  color: #5F6368;
}

.depoimento-v3-quote {
  font-family: var(--font-sans-body);
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #333333;
  margin-bottom: 1.5rem;
}

.depoimento-v3-footer {
  border-top: 1px solid #F0F0F0;
  padding-top: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.depoimento-v3-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #FAF7F2;
  border: 1px solid rgba(201, 146, 42, 0.25);
  color: var(--gold-primary);
  font-family: var(--font-sans-body);
  font-weight: 600;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.depoimento-v3-author {
  display: flex;
  flex-direction: column;
}

.depoimento-v3-name {
  font-family: var(--font-sans-body);
  font-weight: 700;
  font-size: 0.95rem;
  color: #202124;
}

.depoimento-v3-verified {
  font-family: var(--font-sans-body);
  font-size: 0.775rem;
  color: #70757A;
}

@media (max-width: 992px) {
  .depoimentos-editorial-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .depoimento-card-v3 {
    flex: 0 0 calc(50% - 1rem);
  }
}

@media (max-width: 640px) {
  .depoimento-card-v3 {
    flex: 0 0 100%;
  }
}

/* --------------------------------------------------------------------------
   13. [SEÇÃO 9] LOCALIZAÇÃO (FUNDO BRANCO + CARD MAPA DESTAQUE)
   -------------------------------------------------------------------------- */
.localizacao-section {
  background-color: #FFFFFF;
  padding: 3.5rem 0 6rem 0;
  position: relative;
}

.localizacao-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 4rem auto;
}

.localizacao-header .section-title {
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  margin-bottom: 1rem;
}

.localizacao-header .section-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-dark-muted);
}

.localizacao-map-card {
  position: relative;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--border-gold-subtle);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

.localizacao-map-card iframe {
  width: 100%;
  height: 520px;
  border: none;
  display: block;
}

/* Pills Flutuantes sobre a base do Mapa no Desktop */
.map-bottom-pills-row {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 1.25rem;
  z-index: 10;
  transform: none;
  background: transparent;
}

.map-pill-item {
  background: rgba(20, 18, 16, 0.94);
  border: 1px solid rgba(197, 168, 128, 0.25);
  border-radius: 4px;
  padding: 0.65rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.map-pill-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(197, 168, 128, 0.15);
  color: var(--gold-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.map-pill-icon svg {
  width: 16px;
  height: 16px;
}

.map-pill-text {
  display: flex;
  flex-direction: column;
}

.map-pill-label {
  font-family: var(--font-sans-eyebrow);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--gold-primary);
  text-transform: uppercase;
  margin-bottom: 1px;
}

.map-pill-val {
  font-family: var(--font-sans-body);
  font-size: 0.8rem;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.map-pill-cta {
  background: var(--gold-primary);
  border: 1px solid var(--gold-primary);
  border-radius: 4px;
  padding: 0.65rem 1.35rem;
  color: #0A0A0A;
  font-family: var(--font-sans-eyebrow);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  transition: all var(--transition-smooth);
}

.map-pill-cta:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  color: #0A0A0A;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(197, 168, 128, 0.4);
}

/* --------------------------------------------------------------------------
   14. [SEÇÃO 10] CHAMADA FINAL
   -------------------------------------------------------------------------- */
.chamada-final-section {
  background: linear-gradient(180deg, rgba(10, 8, 7, 0.42) 0%, rgba(10, 8, 7, 0.58) 100%), url('imagem-fundo-seção-cta-final.webp') center/cover no-repeat fixed;
  padding: 9rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--border-gold-subtle);
}

.chamada-final-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 1px;
  background: var(--gold-gradient);
  box-shadow: var(--gold-glow);
}

.chamada-final-content {
  max-width: 800px;
  margin: 0 auto;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
}

.chamada-final-title {
  font-family: var(--font-serif);
  font-weight: 300;
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  line-height: 1.15;
  color: var(--text-light);
  margin-bottom: 1.75rem;
}

.chamada-final-desc {
  font-family: var(--font-sans-body);
  font-weight: 300;
  font-size: 1.15rem;
  color: var(--text-light-muted);
  margin-bottom: 3rem;
  line-height: 1.8;
}

/* --------------------------------------------------------------------------
   15. [RODAPÉ] FOOTER
   -------------------------------------------------------------------------- */
.footer {
  background-color: var(--bg-dark-primary);
  border-top: 3px solid var(--gold-primary);
  padding: 5rem 0 3rem 0;
  font-size: 0.9rem;
  color: var(--text-light-muted);
}

.footer-top-grid {
  display: grid;
  grid-template-columns: 1.2fr 1.3fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 4rem;
}

.footer-logo img {
  max-height: 100px;
  width: auto;
  margin-bottom: 1.25rem;
}

.footer-tagline {
  font-family: var(--font-sans-body);
  font-size: 0.875rem;
  color: var(--text-light-muted);
  max-width: 280px;
  line-height: 1.6;
}

.footer-col-title {
  font-family: var(--font-sans-eyebrow);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--gold-primary);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.footer-unit-subtitle {
  font-family: var(--font-sans-eyebrow);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--gold-light);
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.footer-unit-info p {
  font-family: var(--font-sans-body);
  font-size: 0.875rem;
  color: var(--text-light-muted);
  line-height: 1.65;
  margin-bottom: 0.35rem;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-list li {
  margin-bottom: 0.75rem;
}

.footer-links-list a {
  font-family: var(--font-sans-body);
  font-size: 0.875rem;
  color: var(--text-light-muted);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.footer-links-list a:hover {
  color: var(--gold-light);
}

.footer-social-list a {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.footer-link-icon {
  flex-shrink: 0;
  color: var(--gold-primary);
  transition: transform var(--transition-fast);
}

.footer-social-list a:hover .footer-link-icon {
  transform: scale(1.15);
}

.footer-bottom-bar {
  border-top: 1px solid var(--border-dark);
  padding-top: 2rem;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(245, 240, 232, 0.5);
}

/* --------------------------------------------------------------------------
   16. FLOATING WHATSAPP BUTTON
   -------------------------------------------------------------------------- */
.whatsapp-float {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
  z-index: 999;
  transition: all var(--transition-fast);
  animation: waPulse 2.5s infinite;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.6);
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

@keyframes waPulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
  70% { box-shadow: 0 0 0 16px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* --------------------------------------------------------------------------
   17. INTERSECTION OBSERVER ANIMATIONS
   -------------------------------------------------------------------------- */
.fade-in-up {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.fade-in-up.active {
  opacity: 1;
  transform: translateY(0);
}

/* Delay modifiers */
.delay-1 { transition-delay: 0.15s; }
.delay-2 { transition-delay: 0.3s; }
.delay-3 { transition-delay: 0.45s; }
.delay-4 { transition-delay: 0.6s; }

/* --------------------------------------------------------------------------
   18. RESPONSIVE BREAKPOINTS
   -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
   18. TARGETED 1024px RESPONSIVE PRESERVATION
   (Garante que na proporção de 1024px o layout fique rigorosamente igual ao do desktop)
   -------------------------------------------------------------------------- */
@media (min-width: 769px) and (max-width: 1024px) {
  :root {
    --nav-height: 75px;
  }

  .container {
    max-width: 960px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  /* Cabeçalho & Logo em 1024px */
  .navbar {
    height: 75px;
  }

  .navbar-logo-center img {
    height: 44px;
  }

  .navbar-cta-right .btn {
    padding: 0.7rem 1.3rem;
    font-size: 0.725rem;
  }

  /* Hero Section em 1024px */
  .hero {
    padding-top: calc(75px + 1rem);
  }

  .hero-main-row {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    align-items: flex-end;
    gap: 2rem;
  }

  .hero-left-col {
    padding-left: 35px;
  }

  .hero-title {
    font-size: clamp(1.8rem, 3.2vw, 2.3rem);
    line-height: 1.25;
    margin-bottom: 1rem;
  }

  .hero-subtitle {
    font-size: 0.95rem;
    line-height: 1.55;
    max-width: 500px;
  }

  /* Menu Overlay em 1024px: Tela inteira sem scroll */
  .menu-overlay {
    overflow-y: hidden;
  }

  .fullscreen-menu-container {
    padding-top: 3rem;
    padding-bottom: 2rem;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .fullscreen-menu-grid {
    gap: 3rem;
  }

  .fullscreen-nav-links {
    gap: 0.65rem;
    margin-bottom: 1.5rem;
  }

  .fullscreen-nav-links a {
    font-size: 1.65rem;
  }

  .fullscreen-menu-contacts {
    padding-top: 1.25rem;
    gap: 2.5rem;
  }

  .contact-block p {
    font-size: 0.825rem;
    line-height: 1.4;
  }

  /* Seção Sobre */
  .sobre-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 3rem;
    align-items: center;
  }

  /* Especialidades Bento Grid */
  .especialidades-bento-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  /* Seção Para Quem Split */
  .para-quem-split-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 720px;
  }

  .para-quem-split-content {
    padding: 3.5rem 3rem;
  }

  /* Cards Flutuantes do Mapa em 1024px */
  .map-bottom-pills-row {
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    gap: 0.65rem;
  }

  .map-pill-item {
    padding: 0.5rem 0.75rem;
    gap: 0.5rem;
  }

  .map-pill-val {
    font-size: 0.72rem;
  }

  .map-pill-cta {
    padding: 0.5rem 0.85rem;
    font-size: 0.68rem;
    gap: 0.4rem;
  }

  /* Footer */
  .footer-top-grid {
    display: grid;
    grid-template-columns: 1.3fr 1.1fr 0.8fr 0.8fr;
    gap: 2rem;
  }
}

html, body {
  overflow-x: hidden;
  max-width: 100vw;
}

/* --------------------------------------------------------------------------
   19. TARGETED 768px RESPONSIVE BREAKPOINT (min-width: 577px and max-width: 768px)
   (Revisão e preservação de layout em telas de 768px de largura)
   -------------------------------------------------------------------------- */
@media (min-width: 577px) and (max-width: 768px) {
  :root {
    --nav-height: 75px;
  }

  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  /* Header 768px */
  .navbar-logo-center img {
    height: 40px;
  }

  .navbar-cta-right {
    display: flex !important;
  }

  .navbar-cta-right .btn {
    padding: 0.6rem 1rem;
    font-size: 0.7rem;
  }

  /* Hero 768px */
  .hero {
    padding-top: calc(75px + 2rem);
    padding-bottom: 4rem;
  }

  .hero-main-row {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .hero-left-col {
    padding-left: 0;
    margin: 0 auto;
    max-width: 620px;
  }

  .hero-title {
    font-size: clamp(2rem, 4.5vw, 2.5rem);
    line-height: 1.25;
    margin-bottom: 1.25rem;
  }

  .hero-subtitle {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 auto 1.75rem auto;
  }

  .btn-hero-cta {
    width: auto !important;
    max-width: 440px;
    margin: 0 auto;
    justify-content: center;
  }

  /* Seção Sobre 768px */
  .sobre-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .sobre-arch-frame {
    max-width: 380px;
    height: 440px;
    margin: 0 auto;
  }

  /* Especialidades Bento Grid 768px */
  .especialidades-bento-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .especialidade-bento-card {
    padding-top: 7.5rem !important;
    min-height: 340px !important;
  }

  /* Como Funciona 768px */
  .passos-horizontal-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2rem !important;
  }

  /* Para Quem Split 768px */
  .para-quem-split-section {
    grid-template-columns: 1fr;
    height: auto;
  }

  .para-quem-split-image {
    height: 320px;
  }

  .para-quem-split-content {
    padding: 4rem 2.5rem;
  }

  /* Localização & Cards do Mapa 768px */
  .localizacao-map-card iframe {
    height: 360px !important;
  }

  .map-bottom-pills-row {
    width: 92% !important;
    max-width: 520px !important;
    margin-top: -30px !important;
  }

  /* Footer 768px */
  .footer-top-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

/* --------------------------------------------------------------------------
   20. MOBILE RESPONSIVE BREAKPOINT (max-width: 576px)
   -------------------------------------------------------------------------- */
@media (max-width: 576px) {
  :root {
    --nav-height: 70px;
  }

  /* Regra Geral de Botões CTA em Mobile: 100% de largura da seção, texto em 1 linha sem quebra */
  .btn,
  .btn-primary-gold,
  .btn-outline-gold,
  .btn-hero-cta,
  .map-pill-cta,
  .passos-cta-wrapper .btn,
  .especialidades-cta-wrapper .btn,
  .chamada-final-section .btn {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding: 0.85rem 0.75rem !important;
    font-size: clamp(0.68rem, 3.2vw, 0.78rem) !important;
    letter-spacing: 0.12em !important;
    white-space: nowrap !important;
  }

  .btn span,
  .btn-hero-cta span,
  .map-pill-cta span {
    white-space: nowrap !important;
  }

  /* Último botão de CTA (Chamada Final): texto adaptado sem quebra ou corte */
  .btn-chamada-final {
    white-space: normal !important;
    word-break: break-word !important;
    text-align: center !important;
    line-height: 1.35 !important;
    padding: 0.85rem 1rem !important;
    font-size: 0.725rem !important;
  }

  .btn-chamada-final span {
    white-space: normal !important;
  }

  /* Header Navbar Mobile: Apenas Menu na Esquerda e Logo Centralizada */
  .navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }

  .menu-toggle-btn {
    position: relative;
    z-index: 10;
  }

  .navbar-logo-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .navbar-logo-center img {
    height: 38px;
  }

  .navbar-cta-right {
    display: none !important;
  }

  /* Fullscreen Menu Overlay Mobile: Sem scroll, tudo ajustado na altura da tela */
  .menu-overlay {
    overflow-y: hidden !important;
  }

  .fullscreen-menu-container {
    padding-top: 4.5rem !important;
    padding-bottom: 2rem !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    box-sizing: border-box !important;
    overflow-y: hidden !important;
  }

  .fullscreen-menu-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }

  .fullscreen-nav-links {
    gap: 0.4rem !important;
    margin-bottom: 1rem !important;
  }

  .fullscreen-nav-links a {
    font-size: clamp(1.25rem, 4.8vw, 1.5rem) !important;
  }

  .fullscreen-menu-contacts {
    flex-direction: column !important;
    gap: 1rem !important;
    padding-top: 1rem !important;
  }

  .contact-block p {
    font-size: 0.775rem !important;
    line-height: 1.35 !important;
  }

  .menu-overlay-close {
    top: 1.25rem;
    right: 1.25rem;
    font-size: 2.2rem;
  }

  /* Hero Section Mobile sem animação de zoom ou trepidação ao rolar */
  .hero {
    height: auto;
    min-height: 100vh;
    padding-top: calc(var(--nav-height) + 1.5rem);
    padding-bottom: 3rem;
    overflow: hidden;
    max-width: 100vw;
  }

  .hero-bg-img {
    animation: none !important;
    transform: scale(1) !important;
  }

  .hero-container-inner {
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    box-sizing: border-box;
  }

  .hero-main-row {
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 100%;
  }

  .hero-left-col {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .hero-vertical-scroll {
    display: none;
  }

  .hero-title {
    font-size: clamp(1.6rem, 5.2vw, 2.1rem);
    line-height: 1.25;
    margin-bottom: 1rem;
    max-width: 100%;
    word-break: break-word;
  }

  .hero-subtitle {
    font-size: 0.9rem;
    line-height: 1.55;
    margin-bottom: 1.5rem;
    max-width: 100%;
    word-break: break-word;
  }

  .hero-overlay {
    height: 520px;
  }

  /* Seção Sobre Mobile */
  .sobre-section {
    padding: 4.5rem 0;
  }

  .sobre-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: flex-start;
  }

  .sobre-arch-frame {
    max-width: 320px;
    height: 380px;
    min-height: auto;
    aspect-ratio: 4 / 5;
    margin: 0 auto;
    background-attachment: scroll;
  }

  /* Seção Resultados Header Centralizado em Mobile */
  .resultados-header {
    text-align: center;
    margin-bottom: 2.5rem;
  }

  .resultados-header .eyebrow,
  .resultados-header .section-title,
  .resultados-header .section-desc {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .resultados-header .section-title::after {
    margin-left: auto;
    margin-right: auto;
  }

  /* Seção Especialidades Mobile: Mais espaço no topo para destacar a foto de fundo */
  .especialidades-section {
    padding: 4.5rem 0;
  }

  .especialidades-bento-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .especialidade-bento-card {
    padding-top: 8.5rem !important;
    padding-bottom: 2.25rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    min-height: 380px !important;
  }

  /* Seção Por Que Escolher Mobile: Imagem no topo, textos embaixo */
  .por-que-section {
    padding: 4.5rem 0;
  }

  .por-que-feature-card {
    display: flex !important;
    flex-direction: column-reverse !important;
    padding: 0 !important;
    overflow: hidden !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    border-radius: 8px !important;
  }

  .por-que-card-image {
    width: 100% !important;
    height: 240px !important;
  }

  .por-que-card-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .por-que-card-content {
    width: 100% !important;
    padding: 2.25rem 1.25rem !important;
    box-sizing: border-box !important;
  }

  .por-que-bullet-text {
    word-break: break-word;
  }

  /* Seção Como Funciona Mobile: Cards centralizados e alinhados ao centro */
  .como-funciona-section {
    padding: 4.5rem 0;
  }

  .passos-horizontal-line {
    display: none;
  }

  .passos-horizontal-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }

  .passo-horizontal-item {
    text-align: center !important;
  }

  .passo-horizontal-node {
    margin: 0 auto 1rem auto !important;
  }

  /* Seção Para Quem Mobile */
  .para-quem-split-section {
    grid-template-columns: 1fr;
    height: auto;
    max-height: none;
  }

  .para-quem-split-image {
    height: 280px;
    background-attachment: scroll;
  }

  .para-quem-split-content {
    padding: 3rem 1.5rem;
  }

  /* Seção Depoimentos Header & Setas Centralizados em Mobile */
  .depoimentos-section {
    padding: 4.5rem 0;
  }

  .depoimentos-editorial-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .depoimentos-header-left {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .depoimentos-header-left .eyebrow,
  .depoimentos-header-left .section-title,
  .depoimentos-header-desc {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .depoimentos-header-left .section-title::after {
    margin-left: auto;
    margin-right: auto;
  }

  .depoimentos-controls-top {
    justify-content: center;
    margin-top: 0.5rem;
  }

  /* Seção Localização Mobile: Cards do mapa centralizados com largura reduzida (98%) */
  .localizacao-section {
    padding: 4.5rem 0 5.5rem 0 !important;
  }

  .localizacao-map-card {
    height: auto !important;
    overflow: visible !important;
    margin-bottom: 3.5rem !important;
    position: relative !important;
  }

  .localizacao-map-card iframe {
    height: 300px !important;
    border-radius: 6px !important;
  }

  .map-bottom-pills-row {
    position: relative !important;
    margin-top: -35px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.85rem !important;
    width: 98% !important;
    max-width: 98% !important;
    background: transparent !important;
    padding: 0 !important;
  }

  .map-pill-item {
    background: rgba(20, 18, 16, 0.96) !important;
    width: 100% !important;
    box-sizing: border-box !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 0.75rem 1rem !important;
  }

  .map-pill-text {
    align-items: center !important;
    text-align: center !important;
  }

  .map-pill-val {
    white-space: normal;
    word-break: break-word;
    text-align: center !important;
  }

  /* Seção CTA Final Mobile: Imagem de fundo mantida FIXA no mobile */
  .chamada-final-section {
    padding: 5rem 1.5rem;
    background-attachment: fixed !important;
  }

  /* Rodapé Mobile: Apenas Marca (Logo + Descrição) Centralizados */
  .footer-section {
    padding: 4.5rem 0 2rem 0;
  }

  .footer-top-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .footer-brand-column {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .footer-logo {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .footer-tagline {
    text-align: center !important;
  }

  .footer-links-column,
  .footer-social-column,
  .footer-unit-info {
    text-align: left !important;
  }

  /* Botão WhatsApp Flutuante Mobile */
  .whatsapp-float {
    bottom: 1.25rem;
    right: 1.25rem;
    width: 52px;
    height: 52px;
  }

  .whatsapp-float svg {
    width: 28px;
    height: 28px;
  }
}
