/* =====================================================================
   CONCEITO.CSS — Paula Zanoni · Drenagem Linfática · Porto Alegre
   25 anos de experiência · Estética Corporal e Facial · Terapias

   Paleta: aubergine profundo (#2D1A28) + rose-menta (#FAF5F8) +
   dusty-rose acento (#C4788A). Diferente de todos os 16 sites no ar.
   Posicionamento: bem-estar completo — de dentro pra fora.

   Fontes: Cormorant Garamond (display — elegância, suavidade feminina) +
   DM Sans (corpo — legível, contemporâneo). Par próprio.

   Grande Ideia: "Bem-estar completo — de dentro pra fora, em cada sessão."
   ===================================================================== */

/* ── TOKENS ─────────────────────────────────────────────────────────── */
:root {
  --cor-fundo-1:    #2D1A28;
  --cor-fundo-2:    #4A2840;
  --cor-fundo-3:    #FAF5F8;
  --cor-destaque:   #C4788A;
  --cor-texto:      #FAF5F8;
  --cor-texto-soft: rgba(250,245,248,.72);

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

  --rosa:       #C4788A;
  --rosa-deep:  #8B3D52;
  --rosa-soft:  rgba(196,120,138,.14);
  --rosa-line:  rgba(196,120,138,.30);
  --aubergine:  #2D1A28;
  --aubergine-s:rgba(45,26,40,.72);
  --rosado:     #FAF5F8;
  --branco:     #FFFCFE;
  --charcoal:   #1A0F16;
  --charcoal-s: rgba(26,15,22,.68);
  --charcoal-f: rgba(26,15,22,.38);

  --hover-dur: .22s;
  --press-scale: .97;
}

html { background: var(--rosado); }
body { -webkit-font-smoothing: antialiased; font-family: var(--font-body); }
a { color: inherit; text-decoration: none; }

.display { font-family: var(--font-display); font-weight: 600; letter-spacing: .01em; }
.display em { font-style: italic; font-weight: 700; color: var(--rosa); }
.serif   { font-family: var(--font-display); font-weight: 600; }
.eyebrow {
  display: inline-block; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase;
  font-weight: 700; color: var(--rosa-deep); font-family: var(--font-body);
}

.grain { opacity: .025; }

/* ── CENARIO SCRIM ───────────────────────────────────────────────────── */
.cenario-scrim {
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg,
    rgba(45,26,40,.44) 0%,
    rgba(74,40,64,.34) 55%,
    rgba(250,245,248,.48) 100%);
}

/* ── NAV ─────────────────────────────────────────────────────────────── */
.nav {
  background: linear-gradient(180deg, rgba(45,26,40,.88) 0%, rgba(45,26,40,.52) 100%);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
}
.nav.scrolled { background: rgba(45,26,40,.96); border-color: var(--rosa-line); box-shadow: 0 8px 24px -18px rgba(20,8,15,.5); }
.nav-logo-link { display: flex; align-items: center; }
.nav-logo-text { color: #FAF5F8; font-size: clamp(.96rem,2.2vw,1.12rem); letter-spacing: .02em; font-family: var(--font-display); font-weight: 600; }
.nav-cta {
  margin-left: auto; min-height: 42px; padding: 10px 22px; border-radius: 100px;
  font-size: .82rem; font-weight: 700; background: var(--rosa-deep); color: #FFFFFF;
  transition: transform var(--hover-dur), box-shadow var(--hover-dur);
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 10px 24px -10px rgba(139,61,82,.6); }
.nav-cta:active { transform: scale(var(--press-scale)); }

/* ── BOTÕES ──────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 50px; padding: 14px 26px; border-radius: 100px;
  font-weight: 700; font-size: .92rem;
  transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
  touch-action: manipulation;
}
.btn .arrow { font-size: .95em; }
.btn:active { transform: scale(var(--press-scale)) !important; }
.btn-cta {
  background: var(--rosa-deep); color: #FFFFFF; border: 1px solid var(--rosa-deep);
}
.btn-cta:hover { transform: translateY(-2px); box-shadow: 0 16px 34px -12px rgba(139,61,82,.6); }
.btn-outline-link {
  color: #FFFFFF; border: 1.5px solid rgba(255,255,255,.52);
  background: rgba(255,255,255,.08); backdrop-filter: blur(6px);
}
.btn-outline-link:hover { background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.82); transform: translateY(-1px); }

/* ── WHATSAPP FLUTUANTE ─────────────────────────────────────────────── */
.wa-float {
  position: fixed; z-index: 45; right: clamp(14px,3vw,22px); bottom: clamp(14px,3vw,22px);
  width: 58px; height: 58px; border-radius: 50%;
  background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 28px -6px rgba(37,211,102,.55), 0 2px 8px rgba(0,0,0,.18);
  transition: transform .25s ease; animation: waPulse 3.2s ease-in-out infinite;
}
.wa-float:hover { transform: translateY(-3px) scale(1.06); }
.wa-float:active { transform: scale(.94); }
@keyframes waPulse {
  0%,100% { box-shadow: 0 10px 28px -6px rgba(37,211,102,.55), 0 0 0 0 rgba(37,211,102,.35); }
  50%     { box-shadow: 0 10px 28px -6px rgba(37,211,102,.55), 0 0 0 10px rgba(37,211,102,0); }
}
@media (prefers-reduced-motion: reduce) { .wa-float { animation: none; } }

/* ══ SEÇÃO 1 · HERO — full-bleed com modelo IA (sem legenda de identidade) */
.panel-hero {
  position: relative; z-index: 2;
  height: 100vh; height: 100dvh; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.hero-camera-stage { position: absolute; inset: -4%; overflow: hidden; }

@keyframes hero-kenburns {
  from { transform: scale(1.02); }
  to   { transform: scale(1.17); }
}
.hero-kenburns {
  animation: hero-kenburns 9s ease-in-out infinite alternate;
  background-position: 50% 30%;
}
@media (prefers-reduced-motion: reduce) { .hero-kenburns { animation: none; transform: scale(1.05); } }

.camera-layer { position: absolute; inset: 0; background-size: cover; background-position: 50% 30%; }

.hero-scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg,
    rgba(45,26,40,.55) 0%,
    rgba(45,26,40,.22) 30%,
    rgba(45,26,40,.28) 55%,
    rgba(45,26,40,.76) 82%,
    rgba(45,26,40,.96) 100%);
}
@media (max-width: 560px) {
  .hero-scrim {
    background: linear-gradient(180deg,
      rgba(45,26,40,.62) 0%,
      rgba(45,26,40,.22) 34%,
      rgba(45,26,40,.28) 56%,
      rgba(45,26,40,.80) 84%,
      rgba(45,26,40,.98) 100%);
  }
  .hero-title { text-shadow: 0 2px 18px rgba(20,8,15,.88), 0 0 3px rgba(20,8,15,.68); }
}

.hero-inner {
  position: relative; z-index: 2; width: 100%; max-width: 820px; margin: 0 auto;
  padding: 0 clamp(20px,6vw,64px) clamp(40px,7vh,72px);
  padding-top: var(--nav-h);
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.hero-copy { max-width: 660px; }
.hero-copy .eyebrow { color: #E8B4BF; margin-bottom: 14px; text-shadow: 0 1px 10px rgba(20,8,15,.95); }
.hero-title {
  font-size: clamp(2.1rem,7.4vw,3.6rem); line-height: 1.1; color: #FFFFFF;
  text-shadow: 0 2px 28px rgba(0,0,0,.52); margin: 0 0 18px;
  font-family: var(--font-display); font-weight: 600;
}
.hero-title em { color: #F0B4C0; font-style: italic; }
.hero-sub { font-size: clamp(.94rem,2.4vw,1.04rem); line-height: 1.66; color: rgba(255,255,255,.92); max-width: 54ch; margin: 0 auto 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.hero-scrolldown { position: absolute; z-index: 3; left: 50%; bottom: 22px; transform: translateX(-50%); width: 22px; height: 34px; border: 1.5px solid rgba(255,255,255,.36); border-radius: 14px; }
.hero-scrolldown span { position: absolute; top: 6px; left: 50%; width: 4px; height: 8px; margin-left: -2px; border-radius: 2px; background: #F0B4C0; animation: scrolldown 1.8s ease-in-out infinite; }
@keyframes scrolldown { 0%{opacity:1;transform:translateY(0)} 70%{opacity:0;transform:translateY(11px)} 100%{opacity:0} }

/* ══ SEÇÃO 2 · TESE ══════════════════════════════════════════════════ */
.tese {
  position: relative; z-index: 5;
  min-height: 100svh; display: flex; align-items: center; justify-content: center;
  padding: var(--section-pad) clamp(20px,6vw,64px);
  background: rgba(250,245,248,.38);
}
.tese-inner { max-width: 880px; margin: 0 auto; text-align: center; position: relative; }
.tese-inner > .eyebrow { display: block; margin-bottom: 18px; }
.tese-inner > h2 {
  font-size: clamp(1.6rem,3.8vw,2.4rem); line-height: 1.28; color: var(--charcoal);
  margin: 0 0 20px; font-family: var(--font-display);
  text-shadow: 0 0 28px rgba(250,245,248,.9), 0 0 50px rgba(250,245,248,.7);
}
.tese-p {
  max-width: 60ch; margin: 0 auto clamp(32px,5vh,52px); font-size: .98rem; line-height: 1.68;
  color: var(--charcoal-s);
  background: rgba(255,252,254,.52); border-radius: 16px; padding: 4px 8px;
}
.tese-grid { display: grid; gap: 18px; grid-template-columns: 1fr; }
.tese-item {
  background: rgba(255,252,254,.80); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--rosa-line); border-radius: 20px; padding: 26px 24px; text-align: left;
}
.tese-item .tese-tag {
  display: block; font-family: var(--font-display); font-weight: 600; font-size: 1.08rem;
  color: var(--rosa-deep); margin-bottom: 8px;
}
.tese-item p { font-size: .9rem; line-height: 1.55; color: var(--charcoal-s); }
@media (min-width: 720px) { .tese-grid { grid-template-columns: repeat(3, 1fr); } }

/* ══ SEÇÃO 3 · TRATAMENTOS (ANEL 3D) ════════════════════════════════ */
.tratamentos { position: relative; z-index: 5; padding: var(--section-pad) clamp(20px,6vw,64px); background: var(--rosado); }
.tratamentos-head { max-width: 780px; margin: 0 auto clamp(36px,5vh,56px); text-align: center; }
.tratamentos-head .eyebrow { display: block; margin-bottom: 14px; }
.tratamentos-head h2 { font-size: clamp(1.5rem,3.6vw,2.2rem); line-height: 1.25; color: var(--charcoal); font-family: var(--font-display); }

.trat-grid {
  display: grid; gap: 20px; max-width: 1280px; margin: 0 auto;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.trat-cell { position: relative; border-radius: 22px; overflow: hidden; aspect-ratio: 3/4; background: var(--branco); }
.trat-cell-destaque { grid-column: span 2; aspect-ratio: 16/10; }
.trat-img { position: absolute; inset: 0; background-size: cover; background-position: center; }
.trat-img::after { content:''; position:absolute; inset:0; background: linear-gradient(180deg, rgba(45,26,40,0) 38%, rgba(45,26,40,.88) 100%); }
.trat-body { position: absolute; left:0; right:0; bottom:0; z-index:2; padding: clamp(18px,3vw,28px); color:#FFFFFF; }
.trat-label { display:block; font-size:.66rem; font-weight:700; letter-spacing:.05em; text-transform:uppercase; color:#E8B4BF; margin-bottom:8px; }
.trat-body h3 { font-family: var(--font-display); font-weight:600; font-size: clamp(1.1rem,2.2vw,1.5rem); margin-bottom:6px; }
.trat-body p { font-size: .86rem; line-height:1.5; color: rgba(255,255,255,.88); max-width: 38ch; }
@media (max-width: 680px) { .trat-cell-destaque { grid-column: span 1; aspect-ratio: 4/3; } }

/* ══ SEÇÃO 4 · PROFISSIONAL BIO (sem foto — texto + credenciais) ════ */
.profissional-bio {
  position: relative; z-index: 5; overflow: hidden;
  padding: var(--section-pad) clamp(20px,6vw,64px);
  background: rgba(74,40,64,.14);
}
.profissional-bio-inner { max-width: 820px; margin: 0 auto; text-align: center; position: relative; }
.profissional-bio-inner > .eyebrow { display:block; margin-bottom: 12px; }
.profissional-bio-inner > h2 {
  font-size: clamp(1.8rem,4vw,2.8rem); line-height: 1.2; color: var(--charcoal);
  margin-bottom: clamp(20px,3vh,32px); font-family: var(--font-display);
  text-shadow: 0 0 30px rgba(250,245,248,.9);
}
.profissional-bio-card {
  background: rgba(255,252,254,.88); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--rosa-line); border-radius: 24px; padding: clamp(28px,4vw,44px);
  text-align: left;
}
.profissional-bio-text { font-size: .96rem; line-height: 1.72; color: var(--charcoal-s); margin-bottom: 22px; }
.profissional-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--rosa-soft); border: 1px solid var(--rosa-line);
  border-radius: 100px; padding: 10px 18px; font-size: .84rem; font-weight: 600; color: var(--rosa-deep);
}

/* ══ SEÇÃO 5 · PROVA SOCIAL ══════════════════════════════════════════ */
.prova-social { position: relative; z-index: 5; padding: var(--section-pad) clamp(20px,6vw,64px); background: var(--rosado); }
.prova-inner { max-width: 1080px; margin: 0 auto; text-align: center; }
.prova-inner > .eyebrow { display:block; margin-bottom: 14px; }
.prova-title { font-size: clamp(1.5rem,3.6vw,2.2rem); color: var(--charcoal); margin-bottom: 28px; font-family: var(--font-display); }

.prova-rating {
  display: inline-flex; align-items: center; gap: 12px; margin: 0 auto clamp(28px,4vh,44px);
  background: var(--rosa-soft); border: 1px solid var(--rosa-line); border-radius: 100px; padding: 14px 28px;
}
.prova-rating-g { width: 26px; height: 26px; flex: 0 0 auto; }
.prova-rating-num { font-size: 1.5rem; color: var(--charcoal); font-family: var(--font-display); font-weight: 700; }
.prova-rating-meta { display: flex; flex-direction: column; align-items: flex-start; font-size: .78rem; color: var(--charcoal-s); }
.prova-stars { color: var(--rosa-deep); letter-spacing: 1px; }

/* ══ SEÇÃO 6 · CTA FINAL ════════════════════════════════════════════ */
.cta-final { position: relative; z-index: 5; padding: var(--section-pad) clamp(20px,6vw,64px); background: linear-gradient(180deg, var(--rosado) 0%, var(--rosa-soft) 100%); text-align: center; }
.cta-final-inner { max-width: 640px; margin: 0 auto; }
.cta-final-eyebrow { display:block; margin-bottom: 14px; }
.cta-final-title { font-size: clamp(1.6rem,4vw,2.6rem); line-height: 1.24; color: var(--charcoal); margin-bottom: 16px; font-family: var(--font-display); font-weight: 600; }
.cta-final-sub { font-size: .96rem; line-height: 1.6; color: var(--charcoal-s); margin-bottom: 30px; }

/* ── RODAPÉ ─────────────────────────────────────────────────────────── */
.site-footer { position: relative; z-index: 5; background: var(--charcoal); padding: 32px clamp(20px,6vw,64px); }
.site-footer-inner { max-width: 1180px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; }
.site-footer-logo { color: #FFFFFF; font-size: 1rem; font-family: var(--font-display); }
.site-footer-addr { color: rgba(255,255,255,.60); font-size: .78rem; }
.site-footer-disclaimer { color: rgba(255,255,255,.42); font-size: .74rem; }
