:root {
  --primary: #010E30;
  --gold: #F9BD7B;
  --gold-dark: #e0a04e;
  --white: #FFFFFF;
  --light: #F5F7FA;
}

/* ============================================
   ALPHAVILLE ODONTOLOGIA – STYLE.CSS
   Color Palette:
   Primary:   #010E30 (dark navy)
   Secondary: #F9BD7B (gold)
   White:     #FFFFFF
   Light:     #F5F7FA
   ============================================ */

/* ---- RESET & BASE ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Outfit', sans-serif;
  background: #010E30;
  color: #fff;
  overflow-x: hidden;
  line-height: 1.6;
  -webkit-overflow-scrolling: touch;
}

img { display: block; max-width: 100%; content-visibility: auto; }
a { text-decoration: none; color: inherit; }

/* ---- UTILITIES ---- */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.gold-text { color: #F9BD7B; }
.orange-text { color: #F9BD7B; }
.white-text-sub { color: #FFFFFF; font-weight: 900; font-size: 0.85em; letter-spacing: -1px; opacity: 1; }
.center { text-align: center; }
.gold-bg {
  background: linear-gradient(135deg, #F9BD7B, #e0a04e);
  color: #010E30;
  border-radius: 20px;
  padding: 4px 14px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: inline-block;
}

/* ---- SECTION LABELS ---- */
.section-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #F9BD7B;
  margin-bottom: 12px;
}
.section-label.center { text-align: center; }

.section-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}

.section-title.center { text-align: center; }

.section-subtitle {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.65);
  text-align: center;
  max-width: 560px;
  margin: 0 auto 52px;
}

.section-divider {
  border: none;
  border-top: 1px solid rgba(249,189,123,0.15);
  margin: 60px 0;
}

/* ---- BUTTONS ---- */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #F9BD7B, #e0a04e);
  color: #010E30;
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 30px rgba(249,189,123,0.35);
  cursor: pointer;
  border: none;
  position: relative;
  overflow: hidden;
}

/* --- NOVA DESIGN DE BOTÕES --- */
.hero-ctas-new {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 0;
}

.btn-whatsapp-hero, .btn-phone-hero {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.btn-whatsapp-hero {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.35);
  border: none;
}

.btn-whatsapp-hero:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(37, 211, 102, 0.45);
}

.btn-phone-hero {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(5px);
}

.btn-phone-hero:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  transform: translateY(-3px);
}

.btn-icon {
  width: 22px;
  height: 22px;
}

.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(249,189,123,0.5); }
.btn-primary:hover::after { opacity: 1; }
.btn-primary.large { font-size: 1.1rem; padding: 18px 38px; }

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 50px;
  border: 2px solid rgba(255,255,255,0.35);
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-outline:hover { border-color: #F9BD7B; color: #F9BD7B; background: rgba(249,189,123,0.08); transform: translateY(-2px); }

.btn-icon { width: 20px; height: 20px; flex-shrink: 0; }

/* ============================================
   SEÇÃO 1 – HERO
   ============================================ */
.hero-section {
  position: relative;
  min-height: 750px; /* Restaurado para 750px conforme solicitado */
  background: radial-gradient(at center center, #010E30 0%, #030816 100%);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(249,189,123,0.12) 0%, transparent 70%);
  pointer-events: none;
}

.hero-section::after {
  content: '';
  position: absolute;
  bottom: -100px; left: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(2,24,85,0.8) 0%, transparent 70%);
  pointer-events: none;
}

/* Removido o grid decorativo para igualar ao live site */
.hero-section .hero-inner::before {
  display: none;
}



.hero-inner {
  flex: 1;
  padding-bottom: 180px; /* Restaurado para 180px */
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 24px 10px 0;
  position: relative;
  z-index: 2;
  width: 100%;
}

/* Left column */
.hero-left {
  padding: 0 40px 0 24px;
  margin-top: -80px; /* Sobe ainda mais o conteúdo da esquerda para compactar */
}

/* Right column – empty spacer so left content doesn't overlap photo */
.hero-right {
  /* intentionally empty */
}

/* Logo */
.logo-wrap {
  margin-bottom: 10px; 
  margin-top: 30px; 
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.logo-img {
  height: 300px; /* Aumentado de 240px para 300px conforme solicitado */
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.4));
  margin-bottom: -30px; /* Pulls badge and everything else up */
}

/* Status Badge */
.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(249, 189, 123, 0.2);
  padding: 8px 18px;
  border-radius: 100px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #F9BD7B;
  width: fit-content;
  backdrop-filter: blur(10px);
  margin-top: -5px; 
}

.status-dot {
  width: 8px;
  height: 8px;
  background-color: #4ade80;
  border-radius: 50%;
  box-shadow: 0 0 10px #4ade80;
  animation: blink 2s infinite ease-in-out;
}

@keyframes blink {
  0%, 100% { opacity: 0.3; transform: scale(0.8); }
  50% { opacity: 1; transform: scale(1.1); }
}

/* Badge */
.badge-emergency {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(249,189,123,0.12);
  border: 1px solid rgba(249,189,123,0.3);
  color: #F9BD7B;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 8px 18px;
  border-radius: 50px;
  margin-bottom: 24px;
}

.pulse-dot {
  width: 8px; height: 8px;
  background: #4CAF50;
  border-radius: 50%;
  animation: pulse-green 1.5s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes pulse-green {
  0%, 100% { box-shadow: 0 0 0 0 rgba(76,175,80,0.7); }
  50% { box-shadow: 0 0 0 6px rgba(76,175,80,0); }
}

/* Headline */
.hero-headline {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.hero-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  margin-bottom: 40px; /* Aumentado para 40px */
  max-width: 500px;
}

.hero-sub strong { color: #F9BD7B; font-weight: 700; }

/* --- NOVA HEADLINE --- */
.hero-headline-new {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3rem);
  line-height: 1.05;
  color: #fff;
  margin-bottom: 40px; /* Aumentado para 40px */
  font-weight: 900;
  letter-spacing: -1.5px;
}
.hero-headline-new .gold-text {
  color: #F9BD7B;
}



.gold-text-bold {
  color: #F9BD7B;
  font-weight: 700;
}

/* --- NOVO BOTÃO --- */
.btn-primary-new {
  background: #F9BD7B;
  color: #010E30;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  border: none;
  outline: 1px solid #F9BD7B;
  outline-offset: 3px;
  transition: all 0.3s ease;
  font-size: 1.05rem;
  margin-left: 4px; /* Para compensar o outline */
}
.btn-primary-new:hover {
  background: #fff;
  outline-color: #fff;
  color: #010E30;
}

/* --- ONDA DIVISORA --- */
.custom-shape-divider-bottom {
  position: absolute;
  bottom: -1px; /* Evita fresta branca */
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 2; /* Sobre a foto do doutor */
  transform: rotate(180deg) rotateY(180deg); /* Crucial: Flip para ficar no bottom com a assimetria correta! */
}
.custom-shape-divider-bottom svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 15px; /* Altura reduzida ainda mais a pedido do usuário */
}
.custom-shape-divider-bottom .shape-fill {
  fill: #f8f9fa; /* Cor da próxima seção */
}

/* --- CONTAINER PARA ALINHAR BOTÕES E STATS --- */
.hero-actions-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px; /* Aumentado para 40px conforme solicitado */
  margin-top: 40px; /* Distância padronizada do elemento de cima */
}

/* --- NOVA BARRA DE STATS (Reduzida) --- */
.hero-stats-new {
  display: flex;
  align-items: center;
  gap: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 12px 28px;
  border-radius: 20px;
  margin-top: 0;
  width: fit-content;
  backdrop-filter: blur(10px);
  animation: fadeInUp 0.8s ease-out forwards;
}

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

.stat-number {
  font-size: 1.6rem;
  font-weight: 800;
  color: #F9BD7B;
  line-height: 1;
  margin-bottom: 2px;
  font-family: 'Outfit', sans-serif;
}

.stat-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  letter-spacing: 0.1px;
}

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

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

@media (max-width: 1024px) {
  .hero-actions-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .hero-stats-new {
    flex-direction: row;
    gap: 20px;
    padding: 12px 20px;
    width: fit-content;
    align-items: center;
    border-radius: 16px;
    margin-top: 0;
  }
  
  .stat-divider {
    width: 1px;
    height: 30px;
  }
}


/* CTAs */
.hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

/* Trust bar */
.hero-trust {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 20px 28px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  max-width: 460px;
}

.trust-item { text-align: center; }
.trust-num {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: #F9BD7B;
  line-height: 1;
}
.trust-label {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.3px;
}
.trust-divider {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.12);
  flex-shrink: 0;
}

/* Doctor Photo – absolute within hero-section */
.doctor-photo-wrap {
  position: absolute;
  right: -3%; 
  bottom: -130px; /* Restaurado para -130px para garantir que a cabeça não seja cortada */
  width: 780px; 
  height: auto;
  z-index: 1; 
}

/* --- NOVO EFEITO: LIQUID AURA PREMIUM --- */
.doctor-bg-effect {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

/* Orb Principal - Gradiente Mesh Animado */
.main-orb {
  position: absolute;
  width: 90%;
  height: 90%;
  background: radial-gradient(circle at 30% 30%, rgba(249, 189, 123, 0.4) 0%, transparent 60%),
              radial-gradient(circle at 70% 70%, rgba(1, 14, 48, 0.8) 0%, transparent 60%),
              radial-gradient(circle at 50% 50%, rgba(249, 189, 123, 0.15) 0%, transparent 100%);
  filter: blur(60px);
  border-radius: 50%;
  animation: liquidMesh 12s infinite alternate ease-in-out;
}

/* Orb de Acento - Brilho Extra */
.accent-orb {
  position: absolute;
  width: 60%;
  height: 60%;
  background: radial-gradient(circle, rgba(249, 189, 123, 0.3) 0%, transparent 70%);
  filter: blur(40px);
  mix-blend-mode: screen;
  animation: floatOrb 8s infinite alternate ease-in-out;
  opacity: 0.6;
}

/* Anéis Geométricos Elegantes */
.bg-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(249, 189, 123, 0.2);
  z-index: -1;
}

.ring-1 {
  width: 75%;
  height: 75%;
  animation: rotateRing 20s infinite linear;
  border-style: dashed;
  border-width: 1px;
  opacity: 0.4;
}

.ring-2 {
  width: 85%;
  height: 85%;
  border: 1px solid rgba(249, 189, 123, 0.1);
  animation: rotateRing 30s infinite linear reverse;
  opacity: 0.3;
}

/* Partículas de Luz */
.bg-particles::before, .bg-particles::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #F9BD7B;
  border-radius: 50%;
  filter: blur(1px);
  box-shadow: 0 0 10px #F9BD7B;
  animation: particleFloat 10s infinite linear;
}

.bg-particles::after {
  width: 3px;
  height: 3px;
  left: 20%;
  top: 30%;
  animation-duration: 15s;
  animation-delay: -5s;
}

/* Animações */
@keyframes liquidMesh {
  0% { transform: scale(1) translate(0, 0); opacity: 0.6; }
  33% { transform: scale(1.1) translate(2%, -3%); opacity: 0.8; }
  66% { transform: scale(0.95) translate(-3%, 2%); opacity: 0.7; }
  100% { transform: scale(1.05) translate(1%, 1%); opacity: 0.9; }
}

@keyframes floatOrb {
  0% { transform: translate(-10%, 10%) scale(0.8); }
  100% { transform: translate(10%, -10%) scale(1.2); }
}

@keyframes rotateRing {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes particleFloat {
  0% { transform: translate(0, 0) scale(0); opacity: 0; }
  20% { opacity: 1; }
  80% { opacity: 1; }
  100% { transform: translate(100px, -150px) scale(1.5); opacity: 0; }
}


.doctor-bg-glow {
  position: absolute;
  bottom: -40%;
  right: -20%;
  width: 1000px;
  height: 1000px;
  background: radial-gradient(circle at center, rgba(2,30,100,0.6) 0%, transparent 60%);
  border-radius: 50%;
  filter: blur(40px);
  z-index: 0;
}
.doctor-photo {
  position: relative;
  width: 100%;
  height: auto;
  pointer-events: auto;
  filter: drop-shadow(0 10px 40px rgba(0,0,0,0.5));
  will-change: transform;
  transform: translateY(10px);
}

.doctor-card {
  position: absolute;
  bottom: 120px;
  left: 10%;
  z-index: 2;
  background: rgba(1,14,48,0.95);
  border: 1px solid rgba(249,189,123,0.3);
  border-radius: 16px;
  padding: 14px 18px;
  backdrop-filter: blur(20px);
  animation: float-card 4s ease-in-out infinite 1s;
  min-width: 280px;
}

@keyframes float-card {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.doctor-card-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}
.card-icon { width: 24px; height: 24px; flex-shrink: 0; }
.card-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.card-title {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.55);
  margin-top: 2px;
}

.scroll-wheel {
  width: 4px;
  height: 8px;
  background: #F9BD7B;
  border-radius: 2px;
  animation: scroll-wheel 2s ease-in-out infinite;
}
@keyframes scroll-wheel {
  0% { opacity: 1; transform: translateY(0); }
  100% { opacity: 0; transform: translateY(12px); }
}

/* ============================================
   SEÇÃO 2 – QUEM SOMOS (LIGHT)
   ============================================ */
.section-light {
  background: #F5F7FA;
  color: #010E30;
  padding: 90px 0;
}

.section-light .section-label { color: #F9BD7B; }
.section-light .section-title { color: #010E30; }
.section-light .section-subtitle { color: rgba(1,14,48,0.55); }
.section-light .section-divider { border-color: rgba(1,14,48,0.1); }
.section-light .carousel-btn { background: #010E30; color: #F9BD7B; border-color: rgba(1,14,48,0.15); }
.section-light .carousel-btn:hover { background: #F9BD7B; color: #010E30; }
.section-light .carousel-dots .dot { background: rgba(1,14,48,0.2); }
.section-light .carousel-dots .dot.active { background: #010E30; }

/* About Grid */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 20px;
}

.about-text .section-title { color: #010E30; }

.about-features { display: flex; flex-direction: column; gap: 20px; margin-top: 28px; }

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 20px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(1,14,48,0.06);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}
.feature-item:hover { transform: translateX(6px); box-shadow: 0 6px 24px rgba(0,0,0,0.1); }

.feature-icon {
  width: 40px; height: 40px;
  background: rgba(1,14,48,0.06);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.feature-icon svg { width: 22px; height: 22px; }

.feature-item p { font-size: 0.92rem; color: #333; line-height: 1.6; }
.feature-item strong { color: #010E30; }

/* About Visual */
.about-img-stack { position: relative; display: inline-block; width: 100%; }
.about-img-main {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.about-badge-float {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: #010E30;
  color: #fff;
  border-radius: 16px;
  padding: 16px 22px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}
.badge-num { display: block; font-size: 2rem; font-weight: 900; color: #F9BD7B; line-height: 1; }
.badge-stars { font-size: 1rem; color: #F9BD7B; letter-spacing: 2px; margin: 4px 0; }
.badge-sub { font-size: 0.7rem; color: rgba(255,255,255,0.6); letter-spacing: 0.5px; }

/* ============================================
   CARROSSEL GENÉRICO
   ============================================ */
.carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}

.carousel-track-outer {
  overflow: hidden;
  flex: 1;
  touch-action: pan-y; /* Permite scroll vertical suave, JS cuida do horizontal */
}

.carousel-track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateZ(0);
  backface-visibility: hidden;
}

.carousel-slide {
  flex-shrink: 0;
  padding: 0 10px;
}

.carousel-btn {
  width: 48px; height: 48px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  flex-shrink: 0;
  color: #fff;
}
.carousel-btn svg { width: 20px; height: 20px; }
.carousel-btn:hover { background: #F9BD7B; border-color: #F9BD7B; color: #010E30; }

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}
.dot {
  width: 8px; height: 8px;
  background: rgba(255,255,255,0.25);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
.dot.active {
  background: #F9BD7B;
  width: 24px;
  border-radius: 4px;
}

/* Patient Cards */
.patient-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}
.patient-card:hover { transform: translateY(-6px); }
.patient-img {
  width: 100%;
  height: 450px; /* Aumentado de 260px para 450px para dar destaque às fotos verticais */
  object-fit: cover;
}
.patient-info {
  padding: 16px;
}
.patient-name { font-weight: 700; font-size: 0.95rem; color: #010E30; }
.patient-treat { font-size: 0.8rem; color: #F9BD7B; font-weight: 600; margin-top: 4px; }

/* Patients section */
.patients-section { margin-top: 20px; }

/* ============================================
   SEÇÃO 3 – ESTRUTURA (DARK)
   ============================================ */
.section-dark {
  background: #010E30;
  color: #fff;
  padding: 90px 0;
  position: relative;
}

.section-dark::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: 
    linear-gradient(rgba(249,189,123,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(249,189,123,0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

/* Estrutura Cards */
.estrutura-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}
.estrutura-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  transition: transform 0.5s;
  transform: translateZ(0);
}
.estrutura-card:hover .estrutura-img { transform: scale(1.05); }

.estrutura-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(1,14,48,0.95));
  padding: 40px 24px 20px;
  transform: translateY(100%);
  transition: transform 0.4s;
}
.estrutura-card:hover .estrutura-overlay { transform: translateY(0); }
.estrutura-overlay p { font-weight: 700; font-size: 1rem; color: #F9BD7B; }

/* ============================================
   SEÇÃO 4 – AVALIAÇÕES
   ============================================ */
/* Google Rating Banner */
.google-rating-banner {
  background: #fff;
  border-radius: 20px;
  padding: 32px 40px;
  margin-bottom: 48px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  border: 1px solid rgba(1,14,48,0.06);
}

.google-rating-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.google-logo-wrap { flex-shrink: 0; }
.google-svg { width: 56px; height: 56px; }

.google-rating-text { text-align: center; }
.google-score {
  font-size: 3rem;
  font-weight: 900;
  color: #010E30;
  line-height: 1;
}
.google-stars { font-size: 1.5rem; color: #FBBC05; letter-spacing: 3px; margin: 4px 0; }
.google-reviews-count { font-size: 0.82rem; color: #666; }

.google-badge-text {
  text-align: center;
}
.google-badge-text span { display: block; font-size: 0.78rem; color: #888; text-transform: uppercase; letter-spacing: 1px; }
.google-badge-text strong { font-size: 1.4rem; color: #010E30; font-weight: 800; }

/* Reviews Carousel Track (antigo grid) */
.carousel-track#reviews-track {
  display: flex;
  gap: 0; /* padding dos slides cuida disso */
  margin-bottom: 0;
}

.review-card {
  height: 100%; /* Garante que todos tenham o mesmo tamanho no slide */
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid rgba(1,14,48,0.06);
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}
.review-card:hover { transform: translateY(-6px); box-shadow: 0 12px 35px rgba(0,0,0,0.1); }

.review-header { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.review-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.review-name { font-weight: 700; color: #010E30; font-size: 0.9rem; }
.review-stars { color: #FBBC05; font-size: 0.85rem; letter-spacing: 1px; }
.review-text { font-size: 0.88rem; color: #555; line-height: 1.7; font-style: italic; }
.review-date { display: block; font-size: 0.75rem; color: #aaa; margin-top: 12px; }

.reviews-cta { text-align: center; margin-top: 48px; margin-bottom: 0; }

/* Social Section */
.social-section { margin-top: 0; }

.social-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.social-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid rgba(1,14,48,0.08);
  border-radius: 16px;
  padding: 18px 24px;
  transition: all 0.3s;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  min-width: 240px;
}
.social-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,0.12); }

.social-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.social-icon svg { width: 26px; height: 26px; }

.instagram-gradient {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-info { display: flex; flex-direction: column; }
.social-handle { font-weight: 700; color: #010E30; font-size: 0.9rem; }
.social-net { font-size: 0.75rem; color: #888; margin-top: 2px; }

/* ============================================
   SEÇÃO 5 – EQUIPE + TRATAMENTOS
   ============================================ */

/* ============================================
   SEÇÃO 5 – EQUIPE (MODERN REDESIGN)
   ============================================ */

.team-grid-modern {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 60px;
}

.team-card-modern {
  position: relative;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 40px 30px;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: visible;
  backdrop-filter: blur(15px);
}

.team-card-modern:hover {
  transform: translateY(-20px) scale(1.02);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(249, 189, 123, 0.5);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5), 
              0 0 30px rgba(249, 189, 123, 0.15);
}

.team-image-container {
  position: relative;
  width: 200px;
  height: 200px;
  margin-bottom: 30px;
  z-index: 2;
}

.team-image-container::before {
  content: '';
  position: absolute;
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  border-radius: 50%;
  border: 2px dashed rgba(249, 189, 123, 0.4);
  animation: rotateRing 20s infinite linear;
  box-shadow: 0 0 15px rgba(249, 189, 123, 0.2);
}

.team-photo-modern {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.team-card-modern:hover .team-photo-modern {
  border-color: var(--gold);
  transform: scale(1.08);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}

.team-info-modern {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.team-cro-modern {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 800;
  color: #010E30;
  background: var(--gold);
  padding: 6px 20px;
  border-radius: 50px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(249, 189, 123, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.team-name-modern {
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: -0.8px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.team-specialties-modern {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 25px;
}

.specialty-tag-modern {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  padding: 6px 16px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
}

.team-card-modern:hover .specialty-tag-modern {
  background: rgba(249, 189, 123, 0.15);
  border-color: rgba(249, 189, 123, 0.4);
  color: var(--gold);
}

.team-bio-modern {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-top: auto;
}

@media (max-width: 992px) {
  .team-grid-modern {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .team-grid-modern {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .team-card-modern {
    padding: 25px;
  }
}

/* Treatments Grid */
.treatments-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 52px;
}

.treatment-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(249,189,123,0.15);
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}
.treatment-card:hover {
  background: rgba(249,189,123,0.08);
  border-color: rgba(249,189,123,0.5);
  transform: translateY(-6px);
}

.treatment-icon-wrap {
  width: 80px; height: 80px;
  background: rgba(249,189,123,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  transition: background 0.3s;
}
.treatment-card:hover .treatment-icon-wrap { background: rgba(249,189,123,0.2); }

.treatment-svg { width: 52px; height: 52px; }

.treatment-card h4 {
  font-size: 0.85rem;
  font-weight: 700;
  color: #F9BD7B;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1.4;
}

/* CTA treatments */
.treatments-cta { text-align: center; }
.cta-sub-text {
  font-size: 1rem;
  color: rgba(255,255,255,0.6);
  margin-bottom: 24px;
}

/* ============================================
   SEÇÃO 6 – CONTATO
   ============================================ */
.section-contact {
  position: relative;
  padding: 100px 0;
  background-image: url('city_bg.png');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.contact-bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(1,14,48,0.82);
  backdrop-filter: blur(2px);
}

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

.contact-items {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}

.contact-item {
  flex: 1;
  min-width: 240px;
  text-align: center;
  padding: 20px 40px;
}

.contact-divider-v {
  width: 1px;
  background: rgba(249,189,123,0.2);
  align-self: stretch;
  min-height: 180px;
  flex-shrink: 0;
}

.contact-icon-circle {
  width: 64px; height: 64px;
  background: rgba(249,189,123,0.1);
  border: 1px solid rgba(249,189,123,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.contact-icon-circle svg { width: 28px; height: 28px; }

.contact-label {
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 3px;
  color: #fff;
  margin-bottom: 10px;
}

.contact-value {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
  margin-bottom: 14px;
}

.contact-link {
  font-size: 0.85rem;
  font-weight: 700;
  color: #F9BD7B;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(249,189,123,0.4);
  padding-bottom: 2px;
  transition: opacity 0.3s;
}
.contact-link:hover { opacity: 0.75; }

/* ============================================
   SEÇÃO 7 – MAPA + FOOTER
   ============================================ */
.section-footer-map { background: #010E30; }

.map-wrap { position: relative; }
.map-wrap iframe { display: block; filter: grayscale(20%) contrast(1.05); }

.footer {
  background: #000d24;
  border-top: 1px solid rgba(249,189,123,0.15);
  padding: 40px 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-logo { height: 160px; width: auto; object-fit: contain; }
.footer-copy { font-size: 0.8rem; color: rgba(255,255,255,0.45); }

.footer-links {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.footer-link {
  font-size: 0.85rem;
  color: #F9BD7B;
  transition: opacity 0.3s;
}
.footer-link:hover { opacity: 0.7; }

.footer-dev {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.4);
}

/* ============================================
   WHATSAPP FLUTUANTE
   ============================================ */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 25px rgba(37,211,102,0.5);
  transition: transform 0.3s, box-shadow 0.3s;
}
.whatsapp-float svg { width: 32px; height: 32px; }
.whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 10px 35px rgba(37,211,102,0.6); }

.wpp-pulse {
  position: absolute;
  inset: -8px;
  border: 3px solid rgba(37,211,102,0.4);
  border-radius: 50%;
  animation: wpp-ring 2.5s ease-out infinite;
}
@keyframes wpp-ring {
  0% { transform: scale(0.85); opacity: 1; }
  100% { transform: scale(1.5); opacity: 0; }
}

.wpp-tooltip {
  position: absolute;
  right: 70px;
  white-space: nowrap;
  background: #010E30;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid rgba(249,189,123,0.2);
  opacity: 0;
  pointer-events: none;
  transform: translateX(6px);
  transition: all 0.3s;
}
.whatsapp-float:hover .wpp-tooltip { opacity: 1; transform: translateX(0); }

/* ============================================
   ANIMAÇÕES DE ENTRADA
   ============================================ */
[data-aos] {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: opacity 0.6s ease, transform 0.6s ease;
  backface-visibility: hidden;
}
[data-aos].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-delay="100"] { transition-delay: 0.1s; }
[data-delay="200"] { transition-delay: 0.2s; }
[data-aos="zoom-in"] { transform: scale3d(0.92, 0.92, 1); }
[data-aos="zoom-in"].aos-animate { transform: scale3d(1, 1, 1); }
[data-aos="fade-right"] { transform: translate3d(-30px, 0, 0); }
[data-aos="fade-right"].aos-animate { transform: translate3d(0, 0, 0); }
[data-aos="fade-left"] { transform: translate3d(30px, 0, 0); }
[data-aos="fade-left"].aos-animate { transform: translate3d(0, 0, 0); }

.section-light, .section-dark, .section-contact, .section-footer-map {
  content-visibility: auto;
  contain-intrinsic-size: 1px 500px;
}

/* ============================================
   RESPONSIVO – MOBILE FIRST
   ============================================ */
@media (max-width: 1024px) {
  .treatments-grid { grid-template-columns: repeat(3, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .team-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto 20px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-img-stack { 
    display: block; 
    max-width: 500px; 
    margin: 30px auto 20px; 
  }
  .about-img-main { height: 300px; }
}

@media (max-width: 768px) {
  /* Global Fixes */
  html, body { overflow-x: hidden; width: 100%; position: relative; }

  /* Hero mobile – layout harmônico e apresentável */
  .hero-section { min-height: auto; padding-top: 6px; overflow: hidden; }
  .hero-inner {
    flex: none;
    grid-template-columns: 1fr;
    padding: 4px 24px 0;
    gap: 0;
  }
  .hero-left { 
    padding: 0; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    text-align: center; 
    z-index: 5;
    margin-top: 0;
  }

  /* Logo – maior e subida, sem margem excessiva no topo */
  .logo-wrap { 
    align-items: center; 
    margin-top: -5px; 
    margin-bottom: 6px; 
    gap: 4px;
  }
  .logo-img { 
    height: 210px; 
    margin-bottom: -22px;
    filter: drop-shadow(0 4px 16px rgba(0,0,0,0.35));
  }

  /* Badge de status – proporcional à logo maior */
  .status-badge {
    font-size: 0.9rem;
    padding: 8px 20px;
    gap: 9px;
    margin-top: 2px;
  }
  
  /* Headline – proporcional e impactante */
  .hero-headline-new { 
    font-size: 2.3rem; 
    text-align: center; 
    letter-spacing: -1px;
    margin-bottom: 10px;
    line-height: 1.08;
  }

  /* Subtítulo branco – proporcional */
  .white-text-sub {
    font-size: 0.82em;
    letter-spacing: -0.5px;
    opacity: 0.9;
    line-height: 1.3;
  }

  .hero-subheadline {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 16px;
    padding: 0 10px;
  }

  /* Ações – botões + stats proporcionais */
  .hero-actions-wrap {
    gap: 18px;
    margin-top: 18px;
    align-items: center;
    width: 100%;
  }
  
  .hero-ctas-new { 
    flex-direction: column; 
    width: 100%; 
    gap: 10px;
    align-items: center;
  }
  .btn-whatsapp-hero, .btn-phone-hero { 
    width: 100%; 
    max-width: 320px;
    justify-content: center; 
    padding: 14px 22px;
    font-size: 0.95rem;
    border-radius: 80px;
  }

  /* Stats bar – proporcional */
  .hero-stats-new {
    margin: 0 auto;
    padding: 10px 22px;
    border-radius: 14px;
    gap: 18px;
  }
  .stat-number {
    font-size: 1.45rem;
  }
  .stat-label {
    font-size: 0.68rem;
  }
  .stat-divider {
    height: 28px;
  }

  /* Doutor – posição harmoniosa */
  .doctor-photo-wrap {
    position: relative;
    order: 10; 
    bottom: auto;
    right: auto;
    margin-top: -100px;
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: visible; 
    z-index: 1;
  }

  .doctor-bg-effect {
    width: 150%; 
    height: 150%;
    top: 65%;
  }

  .main-orb {
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 80%, rgba(249, 189, 123, 0.6) 0%, transparent 70%),
                radial-gradient(circle at 50% 100%, rgba(249, 189, 123, 0.3) 0%, transparent 100%);
    filter: blur(40px);
    opacity: 0.8;
  }

  .accent-orb {
    width: 90%;
    height: 60%;
    top: 70%;
    background: radial-gradient(circle, rgba(249, 189, 123, 0.4) 0%, transparent 70%);
  }

  .ring-1 { width: 100%; height: 100%; top: 50%; }
  .ring-2 { width: 120%; height: 120%; top: 55%; }

  .doctor-photo {
    width: 170%;
    max-width: 900px;
    margin: 0 auto;
    filter: drop-shadow(0 15px 35px rgba(0,0,0,0.6));
    margin-bottom: 0; 
    z-index: 1;
    transform: translateX(10px);
  }

  /* Sections */
  .section-light, .section-dark { padding: 50px 0; }
  .section-title { font-size: 1.75rem; text-align: center; margin-bottom: 30px; }
  .section-subtitle { font-size: 0.95rem; text-align: center; }

  /* Quem Somos Mobile */
  .about-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about-text .section-label {
    font-size: 1.1rem;
    margin-bottom: 12px;
    letter-spacing: 2px;
    width: 100%;
  }

  /* Treatments */
  .treatments-grid { grid-template-columns: 1fr; gap: 16px; padding: 0 10px; }

  /* Reviews */
  .google-rating-banner {
    max-width: 280px;
    margin: 0 auto 32px;
    padding: 16px;
  }
  .google-rating-inner {
    gap: 10px;
    flex-direction: column;
    text-align: center;
  }
  .google-svg { width: 40px; height: 40px; }
  .google-score {
    font-size: 2.1rem;
  }
  .google-stars {
    font-size: 1.1rem;
    margin: 2px 0;
  }
  .google-badge-text strong { font-size: 1.1rem; }

  .reviews-grid { grid-template-columns: 1fr; }
  
  /* Harmonious reviews carousel arrows on mobile */
  #reviews-prev, #reviews-next {
    display: flex;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border: 1px solid rgba(1,14,48,0.1);
    color: #010E30;
    z-index: 25;
  }
  #reviews-prev { left: 5px; }
  #reviews-next { right: 5px; }
  
  /* Give cards some breathing room so arrows don't overlap text */
  #reviews-track .carousel-slide {
    padding: 0 15px;
  }

  /* Team */
  .team-grid { grid-template-columns: 1fr; }

  /* Carousel Navigation Fix – Arrows over the photo */
  .carousel-wrapper {
    position: relative;
    gap: 0;
  }
  
  .carousel-btn {
    position: absolute;
    top: 40%; /* Over the photo area */
    transform: translateY(-50%);
    width: 40px; 
    height: 40px; 
    z-index: 20; 
    background: rgba(1, 14, 48, 0.3);
    backdrop-filter: blur(4px);
    border: none;
    color: #F9BD7B;
  }
  .carousel-btn:hover {
    background: rgba(1, 14, 48, 0.6);
  }
  .carousel-btn.prev { 
    left: 0; 
  }
  .carousel-btn.next { 
    right: 0; 
  }

  /* Photos more square on mobile */
  .patient-img {
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
  }
  
  .patient-card {
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  }

  /* Dots less cluttered and shorter */
  .carousel-dots {
    gap: 4px;
    margin-top: 12px;
    justify-content: flex-start; /* Align to start for scrolling */
    display: flex;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
    max-width: 140px; /* Keep it very short/centered */
    margin: 12px auto 0;
    padding: 4px 10px;
    scroll-behavior: smooth;
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
  }
  .carousel-dots::-webkit-scrollbar { display: none; }
  
  .dot {
    width: 4px;
    height: 4px;
    flex-shrink: 0;
    background: rgba(1, 14, 48, 0.1);
  }
  
  .dot.active {
    width: 10px;
    height: 4px;
    border-radius: 2px;
    background: #F9BD7B;
  }

  /* Whatsapp Float Fix */
  .whatsapp-float { bottom: 20px; right: 20px; width: 56px; height: 56px; }
  .wpp-tooltip { display: none; } /* Esconde tooltip no mobile */

  /* Footer */
  .footer-inner { flex-direction: column; gap: 30px; text-align: center; }
  .footer-links { justify-content: center; gap: 15px; }
}

@media (max-width: 480px) {
  .treatments-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-headline { font-size: 1.75rem; }
  .section-title { font-size: 1.6rem; }
}

