/* =====================================================================
   CONCEITO.CSS — Três Odontologia | Facetas, Lentes & Harmonização
   Base ESCURA/luxo (preto + dourado, monocromático) — paleta REAL do
   logo do perfil IG (losango/diamante dourado sobre preto, ver
   GATE-PROVENIENCIA.md). Clima sofisticado/joalheria, NÃO o azul-clean
   da Oral Infinity nem o mármore claro da Caíel. Motor (base.css/
   cenario.css/motor-*.js) segue 100% genérico — nada daqui vive nele.
   Fonte: Cormorant Garamond (títulos — serif de alto contraste, corte
   de joalheria, ecoa o losango da marca) + Manrope (corpo — geométrica,
   limpa, premium contemporâneo).
   ===================================================================== */
:root {
  /* PALETA — REAL da Três Odontologia (preto + dourado, sem 2ª cor viva) */
  --cor-fundo-1:    #0A0806; /* topo (hero) — preto quase puro, undertone quente */
  --cor-fundo-2:    #14100B; /* meio — transição */
  --cor-fundo-3:    #1D1610; /* base (cta/rodapé) — nunca claro, mantém o luxo escuro */
  --cor-destaque:   #D4AF37; /* dourado FUNCIONAL (texto/botão) — 11:1+ em preto */
  --cor-destaque-2: #E9CD82; /* dourado DECORATIVO/claro — bordas/realces, hover */
  --cor-texto:      #F4EEE2; /* creme quente — texto principal s/ fundo escuro (17:1+) */
  --cor-texto-soft: rgba(244,238,226,.7); /* subtítulos */

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* pill do contador do anel: tinta escura fixa — pill é branco fixo */
  --anel-counter-ink: #201A12;
}

.serif { font-family: var(--font-display); }
.display { font-family: var(--font-display); font-weight: 600; letter-spacing: -.005em; }
.eyebrow { font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--cor-destaque); }

/* =====================================================================
   COSTURA — véu translúcido escuro/dourado, unifica as fotos reais ao
   tom da página e garante texto claro sempre legível.
   ===================================================================== */
.cenario-scrim {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg,
    rgba(10,8,6,.72) 0%,
    rgba(20,16,11,.8) 45%,
    rgba(29,22,16,.92) 100%);
}

/* =====================================================================
   NAV
   ===================================================================== */
.nav-logo { display: flex; align-items: center; gap: 11px; }
.nav-logo-badge {
  width: 38px; height: 38px; border-radius: 9px; flex: none;
  background: linear-gradient(145deg, var(--cor-destaque), #9C7A1F);
  display: grid; place-items: center;
  transform: rotate(45deg);
  box-shadow: 0 8px 18px -8px rgba(212,175,55,.5);
}
.nav-logo-badge span {
  display: block; transform: rotate(-45deg);
  font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; color: #0A0806;
}
.nav-logo-word { font-family: var(--font-display); font-weight: 700; font-size: 1.12rem; color: var(--cor-texto); line-height: 1; white-space: nowrap; letter-spacing: .02em; }
.nav-logo-word span { color: var(--cor-destaque); font-weight: 500; }
.nav.scrolled {
  background: rgba(10,8,6,.86);
  backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 8px 24px -16px rgba(0,0,0,.6);
}
.nav-links a { color: var(--cor-texto); }
.nav-cta { color: #0A0806; box-shadow: 0 10px 24px -10px rgba(212,175,55,.45); }

/* =====================================================================
   BOTÕES
   ===================================================================== */
.btn-primary { background: var(--cor-destaque); color: #0A0806; box-shadow: 0 14px 30px -12px rgba(212,175,55,.42); }
.btn-primary:hover { box-shadow: 0 18px 36px -12px rgba(212,175,55,.56); transform: translateY(-1px); background: var(--cor-destaque-2); }
.btn-lg { padding: 19px 38px; font-size: 1.05rem; }

/* =====================================================================
   1. HERO — IA de intenção (luz dourada dramática sobre preto), Ken
   Burns CSS puro 9s
   ===================================================================== */
.panel-hero { display: flex; align-items: center; }
.hero-inner {
  position: relative; z-index: 2; width: 100%;
  max-width: 1320px; margin: 0 auto;
  padding: calc(var(--nav-h) + 24px) clamp(20px,5vw,56px) 60px;
}
.hero-copy { max-width: 600px; position: relative; }
.hero-copy::before {
  content: ''; position: absolute; inset: -28px -36px -20px -40px; z-index: -1;
  background: radial-gradient(125% 105% at 22% 40%,
    rgba(10,8,6,.92) 0%, rgba(10,8,6,.62) 48%, rgba(10,8,6,0) 100%);
  border-radius: 28px; pointer-events: none;
}
.hero-kicker { display: block; margin-bottom: 18px; }
.hero-title {
  font-size: clamp(2.3rem, 5.6vw, 4rem);
  line-height: 1.1;
  color: var(--cor-texto);
  margin-bottom: 22px;
}
.hero-title em { font-style: normal; color: var(--cor-destaque); }
.hero-sub {
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  color: var(--cor-texto-soft);
  max-width: 50ch;
  line-height: 1.62;
  margin-bottom: 30px;
}
.hero-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.hero-micro { font-size: .84rem; color: var(--cor-texto-soft); font-weight: 600; }
.hero-scrolldown {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%);
  z-index: 2; width: 22px; height: 34px; border: 2px solid var(--cor-destaque);
  border-radius: 100px; opacity: .55;
}
.hero-scrolldown span {
  display: block; width: 4px; height: 8px; border-radius: 2px;
  background: var(--cor-destaque); margin: 6px auto 0;
  animation: scrolldown 1.8s ease-in-out infinite;
}
@keyframes scrolldown { 0%,100% { transform: translateY(0); opacity: 1; } 50% { transform: translateY(9px); opacity: .3; } }

/* Câmera do hero: ZOOM Ken Burns em CSS PURO — assinatura Vexyon, roda em
   TODO aparelho, independe de scroll/Lenis/tier (régua CEO 2026-07-16: ~9s,
   scale 1.02→1.19). NÃO usa data-camera-scene/JS — só CSS. */
.hero-camera-stage { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-camera-stage .camera-layer {
  background-position: 22% 32%;
  transform-origin: 22% 36%;
  animation: hero-kenburns 9s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes hero-kenburns {
  from { transform: scale(1.02); }
  to   { transform: scale(1.19); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-camera-stage .camera-layer { animation: none; transform: scale(1.04); }
}

/* =====================================================================
   2. PROVA RÁPIDA
   ===================================================================== */
.stats-section { padding-top: calc(var(--section-pad) * .5); padding-bottom: calc(var(--section-pad) * .5); }
.stats-band { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.stat-chip {
  flex: 1 1 220px; max-width: 320px;
  background: rgba(244,238,226,.05);
  backdrop-filter: blur(10px) saturate(140%);
  border: 1px solid rgba(212,175,55,.24);
  border-radius: 20px;
  padding: 22px 24px;
  text-align: center;
  box-shadow: 0 20px 40px -30px rgba(0,0,0,.6);
}
.stat-num {
  display: block; font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  color: var(--cor-destaque); font-weight: 700; margin-bottom: 6px;
}
.stat-label { font-size: .84rem; color: var(--cor-texto-soft); font-weight: 500; }

/* =====================================================================
   3/4. FACETAS & LENTES / HARMONIZAÇÃO — fotos REAIS do Instagram
   ===================================================================== */
.real-wrap {
  display: grid; gap: 44px; align-items: center;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) { .real-wrap { grid-template-columns: .95fr 1.05fr; gap: 60px; } }
@media (min-width: 900px) { .real-wrap-inv { grid-template-columns: 1.05fr .95fr; } .real-wrap-inv .real-card { order: 1; } .real-wrap-inv > div:last-child { order: 2; } }
.real-photo-frame {
  position: relative; border-radius: 22px; overflow: hidden;
  box-shadow: 0 30px 70px -26px rgba(0,0,0,.7);
  border: 1px solid rgba(212,175,55,.2);
}
.real-photo-frame-square { aspect-ratio: 1/1; }
.real-photo-frame-square .real-img { aspect-ratio: 1/1; }
.real-img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 4/5; }
.real-credit {
  display: block; margin-top: 14px; font-size: .82rem; color: var(--cor-texto-soft);
  font-style: italic;
}
.real-card {
  background: rgba(244,238,226,.045);
  backdrop-filter: blur(10px) saturate(140%);
  border: 1px solid rgba(212,175,55,.2);
  border-radius: 24px;
  padding: clamp(26px,4vw,44px);
  box-shadow: 0 24px 50px -30px rgba(0,0,0,.55);
}
.real-card p { color: var(--cor-texto-soft); line-height: 1.68; margin-bottom: 14px; font-size: 1rem; }
.sec-kicker { display: block; margin-bottom: 14px; }
.sec-title { font-size: clamp(1.5rem, 3vw, 2.2rem); color: var(--cor-texto); line-height: 1.22; margin-bottom: 18px; }
.sec-sub { color: var(--cor-texto-soft); font-size: 1rem; line-height: 1.6; }
.depoimento-destaque {
  margin-top: 22px; padding: 20px 22px; border-left: 3px solid var(--cor-destaque);
  background: rgba(212,175,55,.08); border-radius: 0 14px 14px 0;
}
.depoimento-destaque p {
  color: var(--cor-texto); font-style: italic; font-size: 1.02rem; line-height: 1.62; margin-bottom: 10px;
  font-family: var(--font-display);
}
.depoimento-destaque span { font-size: .8rem; color: var(--cor-texto-soft); font-weight: 600; }
.especialidades-lista { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }

/* Prova real em miniatura — registro autêntico, honesto e discreto
   (o asset real de harmonização é clínico/pós-procedimento demais pra
   ser o hero da seção; aqui ele aparece pequeno, rotulado, nunca
   escondido — ver nota no HTML). */
.prova-real-chip {
  display: flex; align-items: center; gap: 12px; margin-top: 22px;
  padding: 10px 16px 10px 10px; border-radius: 100px;
  background: rgba(212,175,55,.06); border: 1px solid rgba(212,175,55,.22);
  max-width: fit-content;
}
.prova-real-chip img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex: none; border: 1px solid rgba(212,175,55,.4); }
.prova-real-chip span { font-size: .76rem; color: var(--cor-texto-soft); font-style: italic; line-height: 1.3; }

/* Botão WhatsApp flutuante */
.wa-float {
  position: fixed; z-index: 60; right: 20px; bottom: 22px;
  width: 58px; height: 58px; border-radius: 50%;
  display: grid; place-items: center;
  background: #25D366; color: #fff;
  box-shadow: 0 12px 28px -8px rgba(37,211,102,.7), 0 4px 10px rgba(0,0,0,.4);
  transition: transform .25s ease, box-shadow .25s ease;
}
.wa-float:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 18px 34px -8px rgba(37,211,102,.85); }
@media (max-width: 600px) { .wa-float { right: 16px; bottom: 18px; width: 54px; height: 54px; } }

.badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.badge {
  font-size: .76rem; font-weight: 600; padding: 7px 14px; border-radius: 100px;
  background: rgba(212,175,55,.1); color: var(--cor-texto); border: 1px solid rgba(212,175,55,.3);
}
.badge-accent { background: var(--cor-destaque); color: #0A0806; border-color: transparent; }

/* =====================================================================
   5. QUEM CUIDA — cartão de credencial RT (sem foto) + nota de reviews
   ===================================================================== */
.equipe-head { max-width: 680px; margin: 0 auto 44px; text-align: center; }
.equipe-head .sec-title { margin: 0 auto 14px; }
.rt-card {
  max-width: 640px; margin: 0 auto;
  background: rgba(244,238,226,.045);
  backdrop-filter: blur(10px) saturate(140%);
  border: 2px solid var(--cor-destaque);
  border-radius: 24px;
  padding: clamp(28px,4vw,40px);
  box-shadow: 0 24px 50px -30px rgba(0,0,0,.6);
  display: flex; align-items: center; gap: 24px;
}
.rt-badge {
  width: 68px; height: 68px; border-radius: 16px; flex: none;
  background: linear-gradient(145deg, var(--cor-destaque), #9C7A1F);
  display: grid; place-items: center; transform: rotate(45deg);
  box-shadow: 0 12px 26px -10px rgba(212,175,55,.5);
}
.rt-badge span { display: block; transform: rotate(-45deg); font-family: var(--font-display); font-weight: 700; font-size: 1.7rem; color: #0A0806; }
.rt-body h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.4rem; color: var(--cor-texto); margin-bottom: 4px; }
.rt-cro { display: block; font-size: .82rem; font-weight: 700; letter-spacing: .03em; color: var(--cor-destaque); }
.rt-tag { display: inline-block; margin-top: 6px; margin-bottom: 10px; font-size: .66rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #0A0806; background: var(--cor-destaque); padding: 3px 9px; border-radius: 100px; }
.rt-body p { color: var(--cor-texto-soft); font-size: .92rem; line-height: 1.55; }
.rt-reviews-note {
  max-width: 640px; margin: 26px auto 0; text-align: center;
  color: var(--cor-texto-soft); font-size: .9rem; line-height: 1.6;
}
.rt-reviews-note strong { color: var(--cor-texto); font-weight: 700; }
@media (max-width: 560px) { .rt-card { flex-direction: column; text-align: center; } }

/* =====================================================================
   6. TRATAMENTOS — anel 3D (contrato do motor-anel-3d.js: .trat-cell /
   .trat-img / h3 / p / .trat-cell-destaque — NÃO renomear)
   ===================================================================== */
.trat-head { max-width: 680px; margin-bottom: 44px; }
.trat-head .sec-sub { margin-top: 12px; }
.trat-grid {
  display: grid; gap: 18px;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) { .trat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .trat-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1240px) { .trat-grid { grid-template-columns: repeat(5, 1fr); } }
.trat-cell {
  position: relative;
  background: rgba(244,238,226,.045);
  border: 1px solid rgba(212,175,55,.2);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px -30px rgba(0,0,0,.6);
  transition: transform .3s ease, box-shadow .3s ease;
  display: flex; flex-direction: column;
}
.trat-cell:hover { transform: translateY(-4px); box-shadow: 0 28px 50px -26px rgba(0,0,0,.7); }
.trat-img { aspect-ratio: 4/3; background-size: cover; background-position: center; }
.trat-body { flex: 1; padding: 20px 22px 24px; }
.trat-cell h3 { font-size: 1.06rem; color: var(--cor-texto); margin-bottom: 7px; font-weight: 700; font-family: var(--font-display); }
.trat-cell p { font-size: .87rem; color: var(--cor-texto-soft); line-height: 1.5; }
.trat-cell-destaque { border: 2px solid var(--cor-destaque); }
.trat-badge {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  font-size: .64rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  background: var(--cor-destaque); color: #0A0806;
  padding: 6px 13px; border-radius: 100px;
}

/* Frame do cenário: foto real cobre bem em qualquer viewport largo */
.cenario-frame-real { background-size: cover; background-position: center 30%; }

/* =====================================================================
   7. AVALIAÇÕES — 4 depoimentos VERBATIM reais
   ===================================================================== */
.avaliacoes-section { text-align: center; }
.avaliacoes-section .sec-kicker { display: block; margin-bottom: 8px; }
.avaliacoes-number {
  font-size: clamp(3.2rem, 9vw, 5.2rem); color: var(--cor-destaque);
  line-height: 1; margin: 6px 0 10px; font-weight: 700;
}
.avaliacoes-stars {
  font-size: 1.3rem; color: var(--cor-destaque); letter-spacing: .06em; margin-bottom: 40px;
}
.avaliacoes-stars span { font-size: 1rem; color: var(--cor-texto-soft); font-weight: 600; margin-left: 8px; }
.depoimentos-grid {
  display: grid; gap: 18px; max-width: 980px; margin: 0 auto;
  grid-template-columns: 1fr;
  text-align: left;
}
@media (min-width: 700px) { .depoimentos-grid { grid-template-columns: repeat(2, 1fr); } }
.depoimento-card {
  background: rgba(244,238,226,.045);
  backdrop-filter: blur(10px) saturate(140%);
  border: 1px solid rgba(212,175,55,.2);
  border-radius: 20px;
  padding: 24px 24px;
  box-shadow: 0 20px 40px -30px rgba(0,0,0,.55);
}
.depoimento-card p { color: var(--cor-texto); font-size: .94rem; line-height: 1.6; margin-bottom: 12px; font-style: italic; }
.depoimento-card span { font-size: .8rem; color: var(--cor-destaque); font-weight: 700; }

/* =====================================================================
   8. CTA FINAL / CHEGADA
   ===================================================================== */
.panel-cta {
  height: auto; min-height: 90svh;
  display: flex; align-items: center; justify-content: center;
  padding: var(--section-pad) clamp(20px,5vw,56px);
}
.cta-inner { position: relative; z-index: 2; max-width: 660px; margin: 0 auto; text-align: center; }
.cta-eyebrow { display: block; font-size: 1.05rem; color: var(--cor-destaque); font-style: italic; margin-bottom: 16px; font-family: var(--font-display); font-weight: 600; }
.cta-title { font-size: clamp(1.9rem, 4.2vw, 2.8rem); color: var(--cor-texto); margin-bottom: 30px; line-height: 1.16; }
.cta-micro { display: block; margin-top: 16px; font-size: .86rem; color: var(--cor-texto-soft); font-weight: 500; }
.cta-footer {
  margin-top: 48px; padding-top: 28px; border-top: 1px solid rgba(212,175,55,.24);
  display: flex; flex-direction: column; gap: 8px;
  font-size: .84rem; color: var(--cor-texto-soft);
}
.cta-footer .disclaimer { margin-top: 10px; font-size: .74rem; opacity: .7; }

/* =====================================================================
   AURA — assinatura Vexyon (câmera + anel 3D + parallax)
   ===================================================================== */
.real-photo-frame { overflow: hidden; }
.real-photo-frame img[data-parallax] { transform: scale(1.12); }

/* =====================================================================
   RESPONSIVO — ajustes mobile finos
   ===================================================================== */
@media (max-width: 600px) {
  .hero-copy { max-width: 100%; }
  .hero-camera-stage .camera-layer { background-position: 30% 26%; }
  .panel-hero { align-items: flex-start; }
  .hero-inner { padding-top: calc(var(--nav-h) + 40px); padding-bottom: 40px; }
  .rt-card { padding: 26px 22px; }
}
