/**
 * Clínica Diógenes Bonisson — Main Styles
 * Typography, layout, sections, components
 */

/* Font display swap for Open Sans and Cormorant */
@font-face { font-display: swap; }

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */

.section-label {
  font-family: var(--font-label);
  font-weight: 300;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-beige);
  margin: 0 0 0.75em;
  font-size: clamp(0.7rem, 1.2vw, 0.85rem);
}

@media (min-width: 901px) {
  .hamburger span {
    width: 32px !important;
    height: 2px !important;
  }

  .hamburger span:nth-child(2) {
    width: 22px !important;
  }

  .hamburger {
    gap: 7px !important;
    padding: 10px !important;
  }
}

/* Modal Benefícios — fundo claro, texto escuro */
.modal-overlay {
  background: rgba(10, 10, 10, 0.6) !important;
}

.modal-box {
  background: #EDE9DC !important;
  border-color: rgba(10, 10, 10, 0.1) !important;
}

.modal-header {
  background: rgba(10, 10, 10, 0.05) !important;
  border-bottom-color: rgba(10, 10, 10, 0.1) !important;
}

.modal-header-label {
  color: var(--slate) !important;
}

.modal-close-btn {
  background: rgba(10, 10, 10, 0.08) !important;
  border-color: rgba(10, 10, 10, 0.15) !important;
}

.modal-close-btn::before,
.modal-close-btn::after {
  background: var(--black) !important;
}

.modal-title {
  color: var(--black) !important;
}

.modal-intro {
  color: rgba(10, 10, 10, 0.65) !important;
  border-bottom-color: rgba(10, 10, 10, 0.1) !important;
}

.modal-items {
  border-bottom-color: rgba(10, 10, 10, 0.1) !important;
}

.modal-item-title {
  color: var(--slate) !important;
}

.modal-item-text {
  color: rgba(10, 10, 10, 0.65) !important;
}

.modal-benefits {
  border-bottom-color: rgba(10, 10, 10, 0.1) !important;
}

.modal-benefits-label {
  color: rgba(10, 10, 10, 0.4) !important;
}

.modal-benefits-list li {
  color: rgba(10, 10, 10, 0.75) !important;
  border-bottom-color: rgba(10, 10, 10, 0.08) !important;
}

.modal-benefits-list li::before {
  background: var(--beige) !important;
}

.modal-footer {
  color: rgba(10, 10, 10, 0.4) !important;
  border-top-color: rgba(10, 10, 10, 0.1) !important;
}

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

@media (max-width: 900px) {
  .dep-video {
    aspect-ratio: 9/16 !important;
  }
}

@media (max-width: 900px) {
  /* Hero mobile fine-tuning */
  .hero-full .h-photo-bg img {
    object-position: center 0% !important;
  }

  .hero-full .h-content-over {
    padding-top: 140px !important;
  }

  .h-dr-name {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 901px) {
  /* Remove gap between dr name label and main title in hero */
  .h-dr-name {
    margin-bottom: 4px !important;
  }

  .h-title {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

@media (min-width: 901px) {
  .h-content,
  .h-content-over {
    justify-content: flex-end !important;
    padding-bottom: 10vh !important;
  }
}

@media (max-width: 900px) {
  .hero-full .h-photo-bg img,
  .hero-split .h-photo img {
    object-position: center 15% !important;
  }
}

.trat-text,
.card-desc,
.tl-text,
.section-sub,
.modal-intro,
.modal-item-text,
.modal-benefits-list li,
.modal-footer,
.h-desc,
.sobre-content p {
  font-size: 1.05rem !important;
  line-height: 1.9 !important;
}

.section-sub {
  font-size: 1.05rem !important;
}

.card-desc {
  font-size: 1.02rem !important;
}

.tl-text {
  font-size: 1.02rem !important;
}

@media (min-width: 901px) {
  .section-sobre {
    position: relative !important;
  }

  .section-sobre .sobre-inner {
    align-items: stretch !important;
  }

  .section-sobre .sobre-photo-col {
    position: relative !important;
    align-self: stretch !important;
  }

  /* Mais padding no topo do conteúdo direito */
  .section-sobre .sobre-content {
    padding-top: 140px !important;
  }
}

/* Hero — botão ghost maior e mais visível */
.btn-ghost {
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.65) !important;
  border-bottom-color: rgba(255, 255, 255, 0.3) !important;
}

/* Acompanhamentos — label em preto */
.section-acomp .section-label {
  color: var(--color-black) !important;
}

/* Textos de subtítulo mais visíveis */
.section-sobre .sobre-label,
.section-acomp .section-label,
.section-trat .section-label,
.section-depoimentos .section-label,
.dep-header .section-label {
  color: var(--color-beige) !important;
  opacity: 1 !important;
}

.section-acomp .section-sub,
.section-trat .section-sub,
.dep-header .section-sub,
.dep-cta-text {
  color: rgba(255, 255, 255, 0.72) !important;
}

/* Subtítulo de acompanhamentos — fundo claro */
.section-acomp .section-sub {
  color: rgba(10, 10, 10, 0.65) !important;
}

/* Frase de depoimentos em itálico */
.dep-cta-text {
  color: rgba(255, 255, 255, 0.65) !important;
}

@media (max-width: 900px) {
  /* Reduce name font size so Bonisson fits on same line as Dr. Diógenes */
  .section-sobre .sobre-name {
    font-size: 1.9rem !important;
    line-height: 1.05 !important;
  }

  /* Fix 2003-2010 being cut off — give year column more width */
  .section-sobre .tl-item {
    grid-template-columns: 52px 1px 1fr !important;
    gap: 0 10px !important;
  }

  .section-sobre .tl-year {
    font-size: 0.7rem !important;
    overflow: visible !important;
    white-space: nowrap !important;
    text-align: left !important;
  }
}

.section-title {
  font-family: var(--font-title);
  font-weight: 700;
  color: var(--color-black);
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.2;
}

.section-title-display {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--color-white);
  font-size: clamp(2rem, 5vw, 4rem);
}

.section-subtitle {
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--color-slate);
  max-width: 680px;
  margin: 0 auto 2rem;
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  line-height: 1.6;
}

.section-body {
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--color-slate);
  max-width: 680px;
  margin: 0 auto 2.5rem;
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  line-height: 1.7;
  text-align: center;
}

/* ==========================================================================
   HEADER & MENU OVERLAY (prototype)
   ========================================================================== */

#siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 56px;
  transition: background 0.4s ease, padding 0.4s ease;
}

#siteHeader.scrolled {
  background: rgba(10, 10, 10, 0.9);
  backdrop-filter: blur(16px);
  padding: 18px 56px;
}

#siteHeader .logo img {
  height: 38px;
  width: auto;
  opacity: 0;
  animation: fadeUp 0.8s 0.1s forwards;
}

#siteHeader .logo a {
  display: block;
}

.hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  opacity: 0;
  animation: fadeUp 0.8s 0.3s forwards;
  background: none;
  border: none;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 1px;
  background: var(--color-white);
  transition: width 0.3s ease;
}

.hamburger span:nth-child(2) {
  width: 14px;
}

.hamburger:hover span {
  width: 24px;
}

/* Menu overlay */
.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: #0d0d0d;
  display: grid;
  grid-template-columns: 1fr 380px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.menu-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 56px 56px;
  position: relative;
}

.menu-close {
  position: absolute;
  top: 28px;
  right: 40px;
  background: none;
  border: none;
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-close::before,
.menu-close::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s;
}

.menu-close::before {
  transform: rotate(45deg);
}

.menu-close::after {
  transform: rotate(-45deg);
}

.menu-close:hover::before,
.menu-close:hover::after {
  background: var(--color-white);
}

.menu-label {
  font-size: 9px;
  font-weight: 300;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
  margin-bottom: 36px;
}

.menu-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
}

.menu-nav li {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.menu-nav li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.menu-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  font-weight: 300;
  font-style: italic;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  letter-spacing: 0.02em;
  line-height: 1;
  transform: translateY(110%);
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s;
}

.menu-overlay.open .menu-nav a {
  transform: translateY(0);
}

.menu-nav li:nth-child(1) a { transition-delay: 0.05s; }
.menu-nav li:nth-child(2) a { transition-delay: 0.10s; }
.menu-nav li:nth-child(3) a { transition-delay: 0.15s; }
.menu-nav li:nth-child(4) a { transition-delay: 0.20s; }
.menu-nav li:nth-child(5) a { transition-delay: 0.25s; }
.menu-nav li:nth-child(6) a { transition-delay: 0.30s; }

.menu-nav a:hover {
  color: var(--color-cream);
}

.menu-nav .num {
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.2em;
  color: var(--color-beige);
  margin-right: 16px;
}

.menu-nav .arrow {
  font-style: normal;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.2);
  transition: color 0.3s, transform 0.3s;
}

.menu-nav a:hover .arrow {
  color: var(--color-beige);
  transform: translateX(4px);
}

.menu-right {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

.menu-right-photo {
  position: absolute;
  inset: 0;
}

.menu-right-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.7;
  filter: grayscale(10%);
  transition: opacity 0.5s;
}

.menu-overlay.open .menu-right-photo img {
  opacity: 0.75;
}

.menu-right-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13, 13, 13, 0.95) 0%, rgba(13, 13, 13, 0.2) 55%, transparent 100%);
}

.menu-right-info {
  position: relative;
  z-index: 2;
  padding: 0 32px 36px;
}

.dr-card-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.45rem;
  font-weight: 300;
  font-style: italic;
  color: var(--color-white);
  margin-bottom: 4px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
}

.menu-overlay.open .dr-card-name {
  opacity: 1;
  transform: translateY(0);
}

.dr-card-role {
  font-size: 9px;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-beige);
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.5s 0.38s, transform 0.5s 0.38s;
}

.menu-overlay.open .dr-card-role {
  opacity: 1;
  transform: translateY(0);
}

.dr-card-socials {
  display: flex;
  gap: 10px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.5s 0.45s, transform 0.5s 0.45s;
}

.menu-overlay.open .dr-card-socials {
  opacity: 1;
  transform: translateY(0);
}

.social-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  text-decoration: none;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  transition: border-color 0.2s, color 0.2s;
}

.social-btn:hover {
  border-color: var(--color-beige);
  color: var(--color-cream);
}

.social-btn svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
  flex-shrink: 0;
}

/* ==========================================================================
   HERO SPLIT & HERO FULL (prototype)
   ========================================================================== */

.version-toggle {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: flex;
  gap: 2px;
  background: rgba(10, 10, 10, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 4px;
  backdrop-filter: blur(10px);
}

.version-toggle button {
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  background: none;
  border: none;
  padding: 8px 20px;
  cursor: pointer;
  transition: all 0.25s;
}

.version-toggle button.active {
  background: var(--color-beige);
  color: var(--color-black);
}

.hero-split {
  width: 100%;
  height: 100vh;
  min-height: 640px;
  display: none;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.hero-split.visible {
  display: grid;
}

.hero-split .h-photo {
  position: relative;
  overflow: hidden;
}

.hero-split .h-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.hero-split .h-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10, 10, 10, 0) 50%, rgba(10, 10, 10, 0.6) 100%);
  pointer-events: none;
}

.hero-split .h-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 110px 56px 80px 60px;
  background: var(--color-black);
}

.hero-split .h-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(181, 168, 152, 0.18), transparent);
}

.hero-full {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
  display: none;
}

.hero-full.visible {
  display: block;
}

.hero-full .h-photo-bg {
  position: absolute;
  inset: 0;
}

.hero-full .h-photo-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 10%;
  display: block;
}

.hero-full .h-photo-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(10, 10, 10, 0.88) 0%, rgba(10, 10, 10, 0.65) 35%, rgba(10, 10, 10, 0.18) 65%, rgba(10, 10, 10, 0.05) 100%);
}

.hero-full .h-content-over {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 56px 80px;
  max-width: 620px;
}

/* Shared hero content */
.h-dr-name {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--color-white);
  margin-bottom: 16px;
  opacity: 0;
  animation: fadeUp 0.7s 0.5s forwards;
}

.h-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.4375rem; /* ~55px no desktop */
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: var(--color-white);
  margin-bottom: 32px;
  opacity: 0;
  animation: fadeUp 0.8s 0.65s forwards;
}

.h-title em {
  font-style: italic;
  color: var(--color-beige);
}

.h-divider {
  width: 36px;
  height: 1px;
  background: rgba(181, 168, 152, 0.35);
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeUp 0.6s 0.78s forwards;
}

.h-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeUp 0.8s 0.88s forwards;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--color-beige);
  color: var(--color-black);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 16px 30px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s;
}

.btn-primary:hover {
  background: #9e9081;
  transform: translateY(-2px);
}

.btn-ghost {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}

.btn-ghost:hover {
  color: var(--color-cream);
  border-color: var(--color-beige);
}

.h-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 8px 13px;
  width: fit-content;
  opacity: 0;
  animation: fadeUp 0.8s 1s forwards;
}

.g-logo {
  font-size: 12px;
  font-weight: 700;
}

.g-logo span:nth-child(1) { color: #4285F4; }
.g-logo span:nth-child(2) { color: #EA4335; }
.g-logo span:nth-child(3) { color: #FBBC05; }
.g-logo span:nth-child(4) { color: #4285F4; }
.g-logo span:nth-child(5) { color: #34A853; }
.g-logo span:nth-child(6) { color: #EA4335; }

.g-divider {
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, 0.1);
}

.g-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.g-rating {
  font-size: 10px;
  font-weight: 600;
  color: var(--color-white);
}

.g-stars {
  display: flex;
  gap: 1px;
}

.g-stars span {
  color: #FBBC05;
  font-size: 9px;
}

.g-label {
  font-size: 8px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
}

.scroll-cue {
  position: absolute;
  bottom: 32px;
  right: 56px;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  animation: fadeUp 0.8s 1.2s forwards;
}

.scroll-cue span {
  font-size: 8px;
  font-weight: 300;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.18);
}

.scroll-line {
  width: 36px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.scroll-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--color-beige);
  animation: scrollRight 2s 1.5s infinite ease-in-out;
}

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

@keyframes scrollRight {
  0% { left: -100%; }
  100% { left: 100%; }
}

/* Header / Hero / Menu — mobile */
@media (max-width: 768px) {
  #siteHeader {
    padding: 20px 24px;
  }

  .version-toggle {
    display: none;
  }

  .hero-split {
    display: none !important;
  }

  .hero-full {
    display: block !important;
  }

  .hero-full .h-content-over {
    padding: 135px 24px 80px;
    max-width: 100%;
  }

  .h-dr-name {
    margin-bottom: 2px;
  }

  .h-title {
    font-size: 2rem;
  }

  .scroll-cue {
    right: 24px;
  }

  .menu-overlay {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .menu-right {
    display: block;
    position: fixed;
    inset: 0;
    z-index: -1;
    border: none;
  }

  .menu-right-photo img {
    opacity: 0.2;
  }

  .menu-right-photo::after {
    background: linear-gradient(to top, rgba(13, 13, 13, 0.98) 0%, rgba(13, 13, 13, 0.7) 60%, rgba(13, 13, 13, 0.5) 100%);
  }

  .menu-right-info {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 24px 36px;
    z-index: 5;
  }

  .menu-left {
    padding: 70px 24px 160px;
    justify-content: flex-start;
    padding-top: 80px;
  }

  .menu-close {
    right: 16px;
    top: 24px;
  }

  .menu-label {
    margin-bottom: 28px;
  }

  .menu-nav a {
    font-size: 2rem;
    padding: 14px 0;
  }
}

/* ==========================================================================
   BUTTONS (theme — for sections below hero)
   ========================================================================== */

.btn {
  display: inline-block;
  font-family: var(--font-title);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 1rem 1.75rem;
  font-size: 0.85rem;
  transition: background-color var(--transition-base), transform var(--transition-base);
  min-height: 44px;
  line-height: 1.2;
}

.btn-cta {
  background: var(--color-beige);
  color: var(--color-black);
  border-radius: var(--radius-button);
}

.btn-cta:hover {
  background: #9a8d7d;
  transform: scale(1.03);
}

.btn-outline {
  border: 2px solid var(--color-slate);
  color: var(--color-slate);
  border-radius: var(--radius-button);
  background: transparent;
}

.btn-outline:hover {
  border-color: var(--color-black);
  color: var(--color-black);
}

/* ==========================================================================
   SECTION 2 — PROPOSTA DE VALOR
   ========================================================================== */

.section-proposta {
  background: var(--color-cream);
  padding: var(--space-section-mobile) 1.5rem;
  text-align: center;
}

.section-proposta .section-title {
  color: var(--color-black);
}

.section-proposta-body {
  margin-bottom: 2.5rem;
}

.stats-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 3rem;
  max-width: 800px;
  margin: 0 auto;
}

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

.stat-number {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--color-black);
}

.stat-suffix {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  color: var(--color-black);
}

.stat-label {
  display: block;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 0.9rem;
  color: var(--color-slate);
  margin-top: 0.25rem;
}

/* ==========================================================================
   SECTION 6 — DEPOIMENTOS (v1)
   ========================================================================== */

.section-depoimentos {
  background: var(--color-slate);
  padding: 110px 0 100px;
}

.dep-header {
  padding: 0 64px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 72px;
}

.section-depoimentos .dep-header .section-label {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--color-beige);
  margin-bottom: 14px;
  display: block;
}

.section-depoimentos .dep-header .section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 300;
  line-height: 1.05;
  color: var(--color-white);
  letter-spacing: 0;
}

.section-depoimentos .section-title em {
  font-style: italic;
  color: var(--color-beige);
}

.section-depoimentos .section-sub {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.45);
  max-width: 340px;
  flex-shrink: 0;
  padding-bottom: 6px;
}

.dep-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  padding: 0 64px;
  margin-bottom: 64px;
}

.dep-video {
  position: relative;
  aspect-ratio: 9/16;
  background: rgba(0, 0, 0, 0.25);
  overflow: hidden;
  cursor: pointer;
}

.dep-video iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.dep-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: rgba(10, 10, 10, 0.3);
  transition: background 0.3s;
}

.dep-video:hover .dep-placeholder {
  background: rgba(10, 10, 10, 0.15);
}

.dep-play {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s, transform 0.3s;
}

.dep-video:hover .dep-play {
  border-color: var(--color-beige);
  transform: scale(1.08);
}

.dep-play svg {
  width: 20px;
  height: 20px;
  fill: rgba(255, 255, 255, 0.7);
  margin-left: 3px;
}

.dep-label {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}

.dep-num {
  position: absolute;
  top: 16px;
  left: 20px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.85rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.25);
}

.dep-footer {
  padding: 0 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 40px;
}

.section-depoimentos .google-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 20px;
}

.section-depoimentos .g-logo {
  font-size: 14px;
  font-weight: 700;
}

.section-depoimentos .g-logo span:nth-child(1) { color: #4285F4; }
.section-depoimentos .g-logo span:nth-child(2) { color: #EA4335; }
.section-depoimentos .g-logo span:nth-child(3) { color: #FBBC05; }
.section-depoimentos .g-logo span:nth-child(4) { color: #4285F4; }
.section-depoimentos .g-logo span:nth-child(5) { color: #34A853; }
.section-depoimentos .g-logo span:nth-child(6) { color: #EA4335; }

.section-depoimentos .g-sep {
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.1);
}

.section-depoimentos .g-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.section-depoimentos .g-rating {
  font-size: 11px;
  font-weight: 700;
  color: var(--color-white);
}

.section-depoimentos .g-stars {
  display: flex;
  gap: 2px;
}

.section-depoimentos .g-stars span {
  color: #FBBC05;
  font-size: 11px;
}

.section-depoimentos .g-label {
  font-size: 9px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}

.dep-cta-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 300;
  font-style: italic;
  color: rgba(255, 255, 255, 0.4);
  max-width: 380px;
  text-align: right;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .section-depoimentos {
    padding: 72px 0 72px;
  }

  .dep-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 0 24px;
    margin-bottom: 40px;
  }

  .section-depoimentos .section-sub {
    max-width: 100%;
  }

  .dep-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 24px;
    margin-bottom: 48px;
  }

  .dep-video {
    aspect-ratio: 16/9;
  }

  .dep-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 32px 24px 0;
  }

  .dep-cta-text {
    text-align: left;
  }
}

/* ==========================================================================
   SECTION 7 — CTA / CONTATO (v3)
   ========================================================================== */

.section-contato {
  background: var(--color-black);
  padding: 120px 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.contato-box {
  position: relative;
  max-width: 820px;
  width: 100%;
  padding: 72px 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contato-box::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(181, 168, 152, 0.12);
  pointer-events: none;
}

.border-canvas {
  position: absolute;
  inset: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  pointer-events: none;
  z-index: 1;
}

.contato-label {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--color-beige);
  margin-bottom: 20px;
  display: block;
  position: relative;
  z-index: 2;
}

.contato-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  color: var(--color-white);
  margin-bottom: 28px;
  position: relative;
  z-index: 2;
}

.contato-title em {
  font-style: italic;
  color: var(--color-beige);
}

.contato-text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.5);
  max-width: 480px;
  margin-bottom: 44px;
  position: relative;
  z-index: 2;
}

.contato-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--color-black);
  background: #EDE9DC;
  padding: 16px 36px;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s;
  margin-bottom: 56px;
  position: relative;
  z-index: 2;
}

.contato-btn:hover {
  background: #9e9081;
  transform: translateY(-2px);
}

.contato-btn svg {
  width: 13px;
  height: 13px;
}

.contato-rule {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.07);
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.contato-info {
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.info-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-beige);
  margin-bottom: 4px;
  display: block;
}

.info-endereco {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.info-address-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 300;
  color: var(--color-white);
  line-height: 1.3;
  letter-spacing: 0;
}

.loc-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.loc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--color-black);
  background: var(--color-beige);
  border: 1px solid var(--color-beige);
  padding: 13px 24px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.25s, color 0.25s;
}

.loc-btn:hover {
  background: #9e9081;
  border-color: #9e9081;
}

.info-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.info-value {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
  text-decoration: none;
  transition: color 0.2s;
  display: block;
}

a.info-value:hover {
  color: var(--color-white);
}

/* ── MODAL FACHADA ── */
.fachada-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(10, 10, 10, 0.88);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.fachada-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.fachada-box {
  max-width: 680px;
  width: 100%;
  position: relative;
  transform: translateY(24px);
  transition: transform 0.4s ease;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.fachada-overlay.open .fachada-box {
  transform: translateY(0);
}

.fachada-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background 0.2s;
}

.fachada-close:hover {
  background: rgba(255, 255, 255, 0.18);
}

.fachada-close::before,
.fachada-close::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 1px;
  background: var(--color-white);
}

.fachada-close::before {
  transform: rotate(45deg);
}

.fachada-close::after {
  transform: rotate(-45deg);
}

.fachada-img {
  width: 100%;
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
  background: var(--color-slate);
}

.fachada-footer {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.fachada-addr {
  font-size: 0.8rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0;
}

.fachada-maps {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--color-beige);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}

.fachada-maps:hover {
  color: var(--color-white);
}

@media (max-width: 768px) {
  .section-contato {
    padding: 80px 24px;
    min-height: unset;
  }

  .contato-box {
    padding: 44px 28px;
  }

  .info-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contato-title {
    font-size: 2.4rem;
  }

  .contato-btn {
    font-size: 13px;
    padding: 18px 32px;
  }

  .loc-btns {
    flex-direction: column;
  }

  .loc-btn {
    justify-content: center;
  }
}

/* ==========================================================================
   SECTION 8 — FAQ (v1)
   ========================================================================== */

.section-faq {
  background: var(--color-cream);
  padding: 110px 0 120px;
}

.faq-header {
  padding: 0 64px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 72px;
}

.faq-cta-text {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(10, 10, 10, 0.75);
  max-width: 320px;
  flex-shrink: 0;
  padding-bottom: 6px;
}

.faq-list {
  width: 100%;
}

.faq-item {
  border-top: 1px solid rgba(10, 10, 10, 0.1);
  overflow: hidden;
  transition: background 0.3s ease;
}

.faq-item:last-child {
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
}

.faq-item.open {
  background: var(--color-white);
}

.faq-question {
  width: 100%;
  display: grid;
  grid-template-columns: 64px 1fr 64px;
  align-items: center;
  gap: 0;
  padding: 28px 64px 28px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s;
}

.faq-question:hover {
  background: rgba(10, 10, 10, 0.02);
}

.faq-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 300;
  color: var(--color-beige);
  letter-spacing: 0.05em;
  text-align: right;
  padding-right: 32px;
  flex-shrink: 0;
}

.faq-q-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--color-black);
  letter-spacing: 0;
  line-height: 1.35;
  padding-right: 24px;
}

.faq-icon {
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(10, 10, 10, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: auto;
  transition: background 0.25s, border-color 0.25s;
}

.faq-question:hover .faq-icon,
.faq-item.open .faq-icon {
  background: var(--color-black);
  border-color: var(--color-black);
}

.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  background: var(--color-black);
  transition: background 0.25s, transform 0.35s ease, opacity 0.25s;
}

.faq-icon::before {
  width: 12px;
  height: 1px;
}

.faq-icon::after {
  width: 1px;
  height: 12px;
}

.faq-question:hover .faq-icon::before,
.faq-question:hover .faq-icon::after,
.faq-item.open .faq-icon::before,
.faq-item.open .faq-icon::after {
  background: var(--color-white);
}

.faq-item.open .faq-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.open .faq-answer {
  max-height: 500px;
}

.faq-item.open .faq-question {
  background: var(--color-cream);
}

.faq-item.open .faq-answer {
  background: var(--color-cream);
}

.faq-answer-inner {
  display: grid;
  grid-template-columns: 64px 1fr 64px;
  gap: 0;
  padding-bottom: 32px;
}

.faq-answer-spacer {
}

.faq-answer-text {
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.85;
  color: var(--color-black);
  padding-right: 88px;
}

@media (max-width: 768px) {
  .section-faq {
    padding: 72px 0 80px;
  }

  .faq-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 0 24px;
    margin-bottom: 48px;
  }

  .faq-cta-text {
    max-width: 100%;
  }

  .faq-question {
    grid-template-columns: 40px 1fr 40px;
    padding: 22px 24px 22px 0;
  }

  .faq-num {
    padding-right: 16px;
    font-size: 0.85rem;
  }

  .faq-q-text {
    font-size: 0.95rem;
  }

  .faq-answer-inner {
    grid-template-columns: 40px 1fr 40px;
  }

  .faq-answer-text {
    padding-right: 48px;
  }
}

/* ==========================================================================
   WHATSAPP FLOATING BUTTON
   ========================================================================== */

.whatsapp-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 56px;
  height: 56px;
  min-width: 44px;
  min-height: 44px;
  border-radius: 50%;
  background: #25d366;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
}

.whatsapp-icon {
  font-size: 0;
  width: 28px;
  height: 28px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E") center/24px no-repeat;
}

/* Pulse animation for WhatsApp */
@keyframes whatsappPulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4); }
  50% { box-shadow: 0 4px 28px rgba(37, 211, 102, 0.6); }
}

.whatsapp-float {
  animation: whatsappPulse 2s ease-in-out infinite;
}

/* ==========================================================================
   SECTION ACOMPANHAMENTOS (v9 — program cards grid)
   ========================================================================== */

.section-acomp {
  background: #f0ede6;
  padding: 100px 0 0;
}

.section-acomp .section-header {
  padding: 0 64px;
  margin-bottom: 56px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.section-acomp .section-label {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--color-beige);
  margin-bottom: 14px;
  display: block;
}

.section-acomp .section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 300;
  line-height: 1.05;
  color: var(--color-black);
  letter-spacing: 0;
}

.section-acomp .section-title em {
  font-style: italic;
  color: var(--color-slate);
}

.section-acomp .section-sub {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(10, 10, 10, 0.55);
  max-width: 360px;
  flex-shrink: 0;
  padding-bottom: 6px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  width: 100%;
}

.program-card {
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.35s ease;
}

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

.program-card:hover .card-photo img {
  transform: scale(1.04);
}

.card-photo {
  position: relative;
  height: 380px;
  overflow: hidden;
  flex-shrink: 0;
}

.card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: grayscale(10%);
  transition: transform 0.6s ease;
}

.card-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 10, 10, 0.45) 0%, transparent 55%);
  pointer-events: none;
}

.section-acomp .card-body {
  padding: 32px 36px 40px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex: 1;
}

.section-acomp .card-tag {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: var(--color-white);
  background: var(--color-black);
  padding: 6px 14px;
  width: fit-content;
}

.card-name {
  display: flex;
  align-items: baseline;
  gap: 8px;
  line-height: 1;
  letter-spacing: 0;
  flex-wrap: wrap;
}

.card-name-label {
  font-family: var(--font-body);
  font-size: clamp(1.6rem, 2.4vw, 2.6rem);
  font-weight: 400;
  color: var(--color-black);
  letter-spacing: 0;
}

.card-name-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 2.6vw, 3rem);
  font-weight: 300;
  font-style: italic;
  color: var(--color-beige);
  letter-spacing: 0;
}

.card-desc {
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(10, 10, 10, 0.72);
  flex: 1;
}

.card-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(10, 10, 10, 0.09);
  border-bottom: 1px solid rgba(10, 10, 10, 0.09);
  padding: 18px 0;
}

.stat {
  padding: 0 12px;
  border-right: 1px solid rgba(10, 10, 10, 0.09);
}

.stat:first-child {
  padding-left: 0;
}

.stat:last-child {
  border-right: none;
}

.stat-val {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--color-black);
  margin-bottom: 4px;
  letter-spacing: 0;
}

.stat-lbl {
  font-size: 0.78rem;
  font-weight: 400;
  color: rgba(10, 10, 10, 0.55);
  line-height: 1.5;
  letter-spacing: 0;
}

.card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--color-black);
  text-decoration: none;
  border: 1px solid rgba(10, 10, 10, 0.25);
  padding: 16px 24px;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}

.card-cta:hover {
  background: var(--color-black);
  color: var(--color-white);
  border-color: var(--color-black);
}

.card-cta svg {
  transition: transform 0.25s;
}

.card-cta:hover svg {
  transform: translateX(4px);
}

@media (max-width: 900px) {
  .section-acomp {
    padding: 72px 0 0;
  }

  .section-acomp .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 0 24px;
    margin-bottom: 40px;
  }

  .section-acomp .section-sub {
    max-width: 100%;
  }

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

  .card-photo {
    height: 260px;
  }

  .section-acomp .card-body {
    padding: 28px 24px 32px;
  }
}

/* ==========================================================================
   SECTION TRATAMENTOS (v7 — fullwidth dobras + modal)
   ========================================================================== */

.section-trat {
  background: var(--color-black);
  padding: 110px 0 0;
}

.trat-header {
  padding: 0 64px;
  margin-bottom: 64px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}

.section-trat .section-label {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--color-beige);
  margin-bottom: 14px;
  display: block;
}

.section-trat .section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 300;
  line-height: 1.05;
  color: var(--color-white);
  letter-spacing: 0;
}

.section-trat .section-title em {
  font-style: italic;
  color: var(--color-beige);
}

.section-trat .section-sub {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.45);
  max-width: 360px;
  flex-shrink: 0;
  padding-bottom: 6px;
}

.trat-dobra {
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.trat-bg {
  position: absolute;
  inset: 0;
}

.trat-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: grayscale(15%);
  transform: scale(1.06);
  transition: transform 1.2s ease;
}

.trat-dobra.in-view .trat-bg img {
  transform: scale(1);
}

.trat-dobra:nth-child(odd) .trat-bg::after,
.trat-dobra:nth-child(even) .trat-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(10, 10, 10, 0.92) 0%, rgba(10, 10, 10, 0.6) 42%, rgba(10, 10, 10, 0.05) 100%);
}

.trat-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 64px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 560px;
  margin-left: 0;
}

.trat-tag-novo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-black);
  background: var(--color-beige);
  padding: 4px 12px;
  width: fit-content;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.trat-dobra.in-view .trat-tag-novo {
  opacity: 1;
  transform: translateY(0);
}

.trat-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.8vw, 4.2rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: 0;
  color: var(--color-white);
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s 0.1s ease, transform 0.8s 0.1s ease;
}

.trat-dobra.in-view .trat-name {
  opacity: 1;
  transform: translateY(0);
}

.trat-divider {
  width: 36px;
  height: 1px;
  background: rgba(181, 168, 152, 0.4);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 0.6s 0.2s ease, transform 0.6s 0.2s ease;
}

.trat-dobra.in-view .trat-divider {
  opacity: 1;
  transform: scaleX(1);
}

.trat-text {
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.52);
  max-width: 440px;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s 0.28s ease, transform 0.7s 0.28s ease;
}

.trat-dobra.in-view .trat-text {
  opacity: 1;
  transform: translateY(0);
}

.btn-beneficios {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--color-black);
  background: var(--color-cream);
  border: 1px solid rgba(255, 255, 255, 0.32);
  padding: 15px 32px;
  cursor: pointer;
  width: fit-content;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.7s 0.38s ease, transform 0.7s 0.38s ease, border-color 0.25s, color 0.25s;
}

.trat-dobra.in-view .btn-beneficios {
  opacity: 1;
  transform: translateY(0);
}

.btn-beneficios:hover {
  border-color: var(--color-beige);
  color: var(--color-white);
}

.trat-progress {
  position: fixed;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.4s;
}

.trat-progress.visible {
  opacity: 1;
}

.prog-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: background 0.3s, height 0.3s, border-radius 0.3s;
}

.prog-dot.active {
  background: var(--color-beige);
  height: 20px;
  border-radius: 3px;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(10, 10, 10, 0.88);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.modal-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.modal-box {
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 600px;
  width: 100%;
  position: relative;
  margin: auto;
  transform: translateY(28px);
  transition: transform 0.4s ease;
  overflow: hidden;
}

.modal-overlay.open .modal-box {
  transform: translateY(0);
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
}

.modal-header-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-beige);
}

.modal-close-btn {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background 0.2s;
}

.modal-close-btn:hover {
  background: rgba(255, 255, 255, 0.15);
}

.modal-close-btn::before,
.modal-close-btn::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 1px;
  background: var(--color-white);
}

.modal-close-btn::before {
  transform: rotate(45deg);
}

.modal-close-btn::after {
  transform: rotate(-45deg);
}

.modal-body {
  padding: 36px 36px 32px;
  overflow-y: auto;
  max-height: calc(85vh - 60px);
}

.modal-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.1;
  color: var(--color-white);
  margin-bottom: 16px;
  letter-spacing: 0;
}

.modal-intro {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.modal-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.modal-item-title {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--color-beige);
  margin-bottom: 5px;
}

.modal-item-text {
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.45);
}

.modal-benefits {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.modal-benefits-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 14px;
  display: block;
}

.modal-benefits-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.modal-benefits-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.modal-benefits-list li:last-child {
  border-bottom: none;
}

.modal-benefits-list li::before {
  content: '';
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-beige);
  margin-top: 7px;
}

.modal-footer {
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.28);
}

@media (max-width: 768px) {
  .section-trat {
    padding: 72px 0 0;
  }

  .trat-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 0 24px;
    margin-bottom: 40px;
  }

  .section-trat .section-sub {
    max-width: 100%;
  }

  .trat-content {
    padding: 0 24px;
    max-width: 100%;
    margin-left: 0;
    justify-content: flex-end;
    padding-bottom: 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .trat-dobra:nth-child(odd) .trat-bg::after,
  .trat-dobra:nth-child(even) .trat-bg::after {
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.15) 0%, rgba(10, 10, 10, 0.92) 65%);
  }

  .trat-name {
    font-size: clamp(1.8rem, 8vw, 2.6rem);
  }

  .trat-progress {
    display: none;
  }

  .modal-body {
    padding: 28px 24px 24px;
    max-height: calc(80vh - 60px);
  }

  .modal-title {
    font-size: 1.4rem;
  }
}

/* ==========================================================================
   SECTION SOBRE (v4) — foto full height sticky + conteúdo scroll com a página
   Sticky fix: no overflow: hidden/auto on #page / .site-main (use clip if needed).
   ========================================================================== */

#page,
.site-main {
  overflow: visible;
}

.section-sobre {
  background: var(--color-cream);
  position: relative;
}

.sobre-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.sobre-photo-col {
  position: relative;
  min-height: 100vh;
  background-image: url('../images/dr-diogenes2.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.sobre-photo-sticky::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 55%, rgba(237, 233, 220, 0.5) 100%);
  pointer-events: none;
  z-index: 1;
}

.section-sobre .sobre-photo-sticky::after {
  display: none !important;
}

.section-sobre,
.section-sobre .sobre-inner,
.section-sobre .sobre-photo-col,
.section-sobre .sobre-photo-sticky {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-sizing: border-box !important;
}

.section-sobre .sobre-inner {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  align-items: stretch !important;
  gap: 0 !important;
}

.section-sobre .sobre-photo-col {
  position: relative !important;
  overflow: hidden !important;
}

.section-sobre .sobre-photo-sticky {
  height: auto !important;
  min-height: 100vh !important;
  position: sticky !important;
  top: 0 !important;
}

.section-sobre .sobre-photo-sticky img {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  object-fit: unset !important;
  display: block !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.section-sobre .sobre-label {
  margin-bottom: 4px !important;
  line-height: 1 !important;
}

.section-sobre .sobre-name {
  margin-bottom: 6px !important;
  line-height: 1 !important;
}

.section-sobre .sobre-crm {
  margin-bottom: 20px !important;
}

.section-sobre .sobre-rule {
  margin-bottom: 24px !important;
}

.section-sobre .tl-item {
  padding-bottom: 20px !important;
}

.section-sobre .tl-title {
  margin-bottom: 4px !important;
}

.section-sobre .tl-text {
  line-height: 1.6 !important;
}

.section-sobre .sobre-content {
  padding: 110px 52px 64px 60px !important;
  min-height: unset !important;
}

.sobre-content {
  padding: 88px 72px 100px 80px;
  display: flex;
  flex-direction: column;
  min-height: 120vh;
}

.sobre-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-beige);
  margin-bottom: 16px;
  display: block;
}

.sobre-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: 0;
  color: var(--color-black);
  margin-bottom: 12px;
}

.sobre-crm {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--color-white);
  background: var(--color-black);
  padding: 6px 14px;
  margin-bottom: 52px;
  width: fit-content;
}

.sobre-rule {
  width: 100%;
  height: 1px;
  background: rgba(10, 10, 10, 0.12);
  margin-bottom: 52px;
}

.timeline {
  display: flex;
  flex-direction: column;
}

.tl-item {
  display: grid;
  grid-template-columns: 80px 1px 1fr;
  gap: 0 28px;
  padding-bottom: 52px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.tl-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.tl-item:nth-child(1) { transition-delay: 0s; }
.tl-item:nth-child(2) { transition-delay: 0.1s; }
.tl-item:nth-child(3) { transition-delay: 0.2s; }
.tl-item:nth-child(4) { transition-delay: 0.3s; }
.tl-item:nth-child(5) { transition-delay: 0.4s; }

.tl-year {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--color-slate);
  letter-spacing: 0;
  text-align: right;
  padding-top: 2px;
  line-height: 1.2;
  white-space: nowrap;
}

.tl-line {
  position: relative;
  background: rgba(10, 10, 10, 0.12);
}

.tl-line::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-beige);
  box-shadow: 0 0 0 2px var(--color-cream);
}

.tl-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-black);
  letter-spacing: 0;
  margin-bottom: 8px;
  line-height: 1.2;
}

.tl-text {
  font-size: 0.925rem;
  font-weight: 400;
  line-height: 1.85;
  color: rgba(10, 10, 10, 0.72);
}

@media (max-width: 900px) {
  .section-sobre .sobre-inner {
    grid-template-columns: 1fr !important;
  }

  .section-sobre .sobre-photo-col {
    height: 72vw;
  }

  .section-sobre .sobre-photo-sticky {
    position: relative !important;
    height: 100% !important;
  }

  .sobre-content {
    padding: 52px 24px 72px;
    min-height: unset;
  }

  .sobre-name {
    font-size: 2.2rem;
  }
}

.section-sobre .sobre-content {
  padding-top: 48px !important;
}

.section-sobre .sobre-label {
  margin-top: 0 !important;
  margin-bottom: 2px !important;
  padding: 0 !important;
  display: block !important;
}

.section-sobre .sobre-name {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media (max-width: 900px) {
  /* Timeline mobile: ano menor, mais espaço para texto */
  .section-sobre .tl-item {
    grid-template-columns: 48px 1px 1fr !important;
    gap: 0 16px !important;
    padding-bottom: 28px !important;
  }

  .section-sobre .tl-year {
    font-size: 0.8rem !important;
    text-align: left !important;
    padding-top: 3px !important;
  }

  .section-sobre .tl-title {
    font-size: 0.95rem !important;
    margin-bottom: 4px !important;
  }

  .section-sobre .tl-text {
    font-size: 0.875rem !important;
    line-height: 1.7 !important;
  }

  .section-sobre .sobre-rule {
    margin-bottom: 20px !important;
  }

  .section-sobre .sobre-crm {
    margin-bottom: 16px !important;
  }
}

@media (max-width: 900px) {
  .section-sobre .tl-item {
    grid-template-columns: 36px 1px 1fr !important;
    gap: 0 12px !important;
    padding-bottom: 24px !important;
  }

  .section-sobre .tl-year {
    font-size: 0.72rem !important;
    text-align: left !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  .section-sobre .sobre-content {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media (max-width: 900px) {
  .section-sobre .sobre-name {
    font-size: 1.75rem !important;
    white-space: nowrap !important;
  }

  .section-sobre .tl-item {
    grid-template-columns: 38px 1px 1fr !important;
    gap: 0 10px !important;
  }

  .section-sobre .tl-year {
    font-size: 0.68rem !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-align: left !important;
  }
}

/* ==========================================================================
   DEPOIMENTOS — custom video controls / play overlay
   ========================================================================== */

/* Remove native video controls visibility until hover */
.dep-vid {
  -webkit-media-controls: none;
}

.dep-vid:not(:hover):not(:focus) {
  -webkit-media-controls-panel: none;
}

/* Custom: hide controls bar on poster/paused state */
.dep-video .dep-vid:paused:not([data-started]) {
  pointer-events: none;
}

/* Overlay play button — hides native controls on thumbnail */
.dep-video {
  position: relative;
}

.dep-video::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: transparent;
}

.dep-play-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s;
  pointer-events: none;
}

.dep-video.playing .dep-play-overlay {
  opacity: 0;
}

.dep-play-btn {
  width: 60px;
  height: 60px;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s;
}

.dep-video:hover .dep-play-btn {
  transform: scale(1.08);
}

.dep-play-btn svg {
  width: 22px;
  height: 22px;
  margin-left: 3px;
}

/* Controls toggled via JS; block clicks on video until playing */
.dep-video:not(.playing) .dep-vid {
  pointer-events: none;
}

/* FAQ — corrige tipografia do título para Cormorant Garamond leve */
.section-faq .section-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 300 !important;
  font-size: clamp(2.8rem, 5vw, 5rem) !important;
  letter-spacing: 0 !important;
  line-height: 1.05 !important;
}

.section-faq .section-title em {
  font-style: italic !important;
  font-weight: 300 !important;
  color: var(--slate) !important;
}

/* FAQ — label pequena acima do título */
.section-faq .section-label {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 10px !important;
  font-weight: 300 !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
  color: var(--beige) !important;
}

.section-faq {
  background: var(--white) !important;
}

/* ==========================================================================
   FOOTER (v2)
   ========================================================================== */

.site-footer {
  background: var(--color-black);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 64px 64px 40px;
}

.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-logo {
  display: block;
  flex-shrink: 0;
}

.footer-logo svg {
  height: 120px;
  display: block;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

.footer-socials {
  display: flex;
  gap: 24px;
  align-items: center;
}

.footer-socials a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
  color: var(--color-beige);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-socials a:hover {
  color: var(--color-beige);
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.footer-contact a,
.footer-contact span {
  font-size: 0.875rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.38);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-contact a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.footer-bottom {
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.footer-copy,
.footer-crm {
  font-size: 0.75rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 768px) {
  .site-footer {
    padding: 48px 24px 32px;
  }

  .footer-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }

  .footer-right {
    align-items: flex-start;
  }

  .footer-contact {
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .footer-logo svg {
    height: 88px;
  }
}

@media (min-width: 901px) {
  .contato-box {
    max-width: 1100px !important;
  }
}

.footer-copy,
.footer-crm {
  color: rgba(255, 255, 255, 0.5) !important;
}
