/* =========================================================================
   Oral Sin Juiz de Fora — Landing Page v4
   Paleta: verde Oral Sin (marca) + neutros | acabamento sofisticado
   ========================================================================= */

:root {
  /* Verdes da marca */
  --green:        #00A859;   /* vibrante (destaques) */
  --green-logo:   #1B7A46;   /* verde da logo */
  --green-deep:   #10603A;   /* verde escuro (botões primários) */
  --green-700:    #0E5C34;
  --green-800:    #0B4A2B;
  --green-900:    #083621;
  --green-soft:   #E9F6EF;
  --green-soft-2: #F3FAF6;
  --green-light:  #7FE0AF;   /* verde claro p/ textos em fundo escuro */

  /* Estrela de avaliação (rating) */
  --gold: #E6B23A;

  /* Neutros */
  --ink:      #14211B;
  --body:     #3A4842;
  --muted:    #6B7A72;
  --line:     #E4E9E6;
  --bg:       #FFFFFF;
  --bg-alt:   #F6F8F6;
  --off:      #F3F4F1;       /* branco levemente mais escuro (boxes) */

  --dark:      #0E120F;
  --dark-800:  #141814;
  --dark-card: #1A1F1B;
  --dark-border: rgba(255,255,255,.08);

  --font-head: "Poppins", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;

  --shadow-sm: 0 2px 10px rgba(12,40,26,.06);
  --shadow:    0 14px 34px rgba(12,40,26,.10);
  --shadow-lg: 0 30px 60px rgba(12,40,26,.16);

  /* Arredondamento reduzido (mais sofisticado) */
  --radius-sm: 6px;
  --radius:    10px;
  --radius-lg: 14px;

  --container: 1180px;

  /* Cursor odontológico (dente) */
  --cursor-tooth: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 24 24'%3E%3Cpath fill='%2300A859' stroke='%23ffffff' stroke-width='1.3' d='M12 2C9 2 7.5 3.2 6 3.2S3 2 2 4c-1.2 2.2.2 6 1 9 .9 3.3 1.8 8 3.2 8 1.1 0 1.4-2.4 2.3-4.4.5-1.1 1-1.6 1.5-1.6s1 .5 1.5 1.6c.9 2 1.2 4.4 2.3 4.4 1.4 0 2.3-4.7 3.2-8 .8-3 2.2-6.8 1-9C20.5 2 19.5 3.2 18 3.2S15 2 12 2z'/%3E%3C/svg%3E") 4 2, auto;
}

/* ----------------------------- Reset ----------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.7;
  color: var(--body);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a, button, input, select, textarea, [role="button"], .faq__q { cursor: pointer; }
input, select, textarea { cursor: text; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; border: 0; background: none; }
ul { list-style: none; padding: 0; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--ink);
  line-height: 1.14;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
p { text-wrap: pretty; }

/* ----------------------- Barra de rolagem custom ----------------------- */
html { scrollbar-color: var(--green) #e7efe9; scrollbar-width: thin; }
::-webkit-scrollbar { width: 12px; }
::-webkit-scrollbar-track { background: #e7efe9; }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--green), var(--green-deep));
  border-radius: 20px;
  border: 3px solid #e7efe9;
}
::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, var(--green-logo), var(--green-900)); }

/* reduz movimento p/ quem prefere */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}

/* ----------------------------- Layout ---------------------------------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 22px; }
section { position: relative; }
[id] { scroll-margin-top: 88px; }

.section { padding: 76px 0; }
.section--tight { padding: 56px 0; }
.section--alt   { background: var(--bg-alt); }
.section--white { background: #fff; }
.section--dark  { background: var(--dark); color: #B0B4B1; }
.section--dark h2, .section--dark h3 { color: #fff; }
.section--green {
  background: linear-gradient(157deg, var(--green-deep), var(--green-900));
  color: #D6ECE0;
}
.section--green h2, .section--green h3, .section--green h4 { color: #fff; }

/* Placeholder de imagem */
.ph {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px; text-align: center; padding: 18px; color: var(--muted);
  background:
    repeating-linear-gradient(45deg, rgba(12,40,26,.022) 0 12px, transparent 12px 24px),
    linear-gradient(135deg, var(--off), var(--bg-alt));
  border: 1.5px dashed rgba(12,40,26,.16);
}
.ph svg { width: 34px; height: 34px; opacity: .5; }
.ph span { font-family: var(--font-head); font-size: .8rem; font-weight: 600; letter-spacing: .02em; opacity: .8; line-height: 1.35; }
.ph--dark {
  color: #9aa39d;
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,.02) 0 12px, transparent 12px 24px),
    linear-gradient(135deg, #1d231e, #141814);
  border-color: rgba(255,255,255,.14);
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-head); font-weight: 600; font-size: .74rem;
  letter-spacing: .16em; text-transform: uppercase; color: var(--green-logo); margin-bottom: 20px;
  padding: 7px 16px 7px 13px;
  border: 1px solid rgba(27,122,70,.42);
  border-radius: 100px;
  background: rgba(0,168,89,.06);
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}
.eyebrow::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor;
  flex-shrink: 0; box-shadow: 0 0 0 3px rgba(0,168,89,.16);
}
.eyebrow--light { color: var(--green-light); border-color: rgba(127,224,175,.4); background: rgba(127,224,175,.09); }
.eyebrow--light::before { box-shadow: 0 0 0 3px rgba(127,224,175,.18); }

.section-head { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.section-head h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 16px; }
.section-head p { font-size: 1.1rem; }
.section--dark .section-head p { color: #8c948e; }
.section--green .section-head p { color: #B7D6C6; }

.text-accent { color: var(--green); }
.section--dark .text-accent, .section--green .text-accent { color: var(--green-light); }

/* ---- textura granulada sutil (tira o aspecto "chapado") ---- */
body::before {
  content: ""; position: fixed; inset: 0; z-index: 4; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 130px 130px; opacity: .08; mix-blend-mode: soft-light;
}

/* ---- luzes/orbs em movimento no fundo das seções (injetados via JS) ---- */
.section--green, .section--dark, .stats, .section--white, .section--alt, .hero { overflow: hidden; }
.fx-orbs { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.fx-orb { position: absolute; border-radius: 50%; filter: blur(52px); will-change: transform; }
.fx-orb--a { width: 54vw; height: 54vw; max-width: 740px; max-height: 740px; top: -22%; left: -12%; }
.fx-orb--b { width: 46vw; height: 46vw; max-width: 640px; max-height: 640px; bottom: -26%; right: -10%; }

.section--green .fx-orb--a { background: radial-gradient(circle, rgba(255,255,255,.3), transparent 62%); }
.section--green .fx-orb--b { background: radial-gradient(circle, rgba(127,224,175,.42), transparent 62%); }
.section--dark  .fx-orb--a { background: radial-gradient(circle, rgba(0,168,89,.44), transparent 62%); }
.section--dark  .fx-orb--b { background: radial-gradient(circle, rgba(46,157,143,.36), transparent 62%); }
.stats          .fx-orb--a { background: radial-gradient(circle, rgba(255,255,255,.32), transparent 62%); }
.stats          .fx-orb--b { background: radial-gradient(circle, rgba(127,224,175,.42), transparent 62%); }
.hero           .fx-orb--a { background: radial-gradient(circle, rgba(0,168,89,.28), transparent 65%); }
.hero           .fx-orb--b { background: radial-gradient(circle, rgba(27,122,70,.22), transparent 65%); }
.section--white .fx-orb--a { background: radial-gradient(circle, rgba(0,168,89,.18), transparent 62%); }
.section--white .fx-orb--b { background: radial-gradient(circle, rgba(27,122,70,.13), transparent 62%); }
.section--alt   .fx-orb--a { background: radial-gradient(circle, rgba(0,168,89,.2), transparent 62%); }
.section--alt   .fx-orb--b { background: radial-gradient(circle, rgba(27,122,70,.14), transparent 62%); }

.section > .container, .stats > .container, .carousel-section > .container,
.carousel-section > .carousel__track, .carousel-section > .carousel__cta,
.hero > .container { position: relative; z-index: 2; }

/* ---- cursor personalizado (bolinha + anel) ---- */
@media (pointer: fine) { body.cursor-ready, body.cursor-ready * { cursor: none !important; } }
.cursor-dot, .cursor-ring {
  position: fixed; top: 0; left: 0; z-index: 9999; pointer-events: none;
  border-radius: 50%; transform: translate(-50%, -50%); opacity: 0;
}
.cursor-ready .cursor-dot, .cursor-ready .cursor-ring { opacity: 1; }
.cursor-dot { width: 7px; height: 7px; background: var(--green); }
.cursor-ring {
  width: 34px; height: 34px; border: 1.5px solid rgba(0,168,89,.55);
  transition: width .22s ease, height .22s ease, background .22s ease, border-color .22s ease, opacity .25s ease;
}
.cursor-ring.is-hover { width: 54px; height: 54px; border-color: var(--green); background: rgba(0,168,89,.09); }
.cursor-ring.is-down { width: 26px; height: 26px; }

/* ----------------------------- Buttons --------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-head); font-weight: 600; font-size: 1rem;
  padding: 16px 28px; border-radius: var(--radius);
  transition: transform .2s cubic-bezier(.16,1,.3,1), box-shadow .2s ease, background .2s ease;
  white-space: nowrap; line-height: 1;
}
.btn svg { width: 20px; height: 20px; }
.btn--primary { background: var(--green-deep); color: #fff; box-shadow: 0 10px 24px rgba(16,96,58,.28); }
.btn--primary:hover { background: var(--green-logo); transform: translateY(-2px); box-shadow: 0 16px 30px rgba(16,96,58,.36); }
.btn--green { background: var(--green); color: #fff; box-shadow: 0 10px 24px rgba(0,168,89,.26); }
.btn--green:hover { background: #00b863; transform: translateY(-2px); box-shadow: 0 16px 30px rgba(0,168,89,.36); }
.btn--wpp { background: #25D366; color: #fff; box-shadow: 0 10px 24px rgba(37,211,102,.28); }
.btn--wpp:hover { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(37,211,102,.4); }
.btn--outline { background: transparent; color: var(--green-deep); border: 1.5px solid var(--line); }
.btn--outline:hover { border-color: var(--green); color: var(--green-deep); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn--outline-light { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.35); }
.btn--outline-light:hover { border-color: #fff; transform: translateY(-2px); }
.btn--white { background: #fff; color: var(--green-deep); box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.btn--white:hover { background: #f2fbf6; color: var(--green-900); transform: translateY(-2px); box-shadow: 0 18px 34px rgba(0,0,0,.24); }
.btn--white svg { color: var(--green); }
.btn--lg { padding: 18px 34px; font-size: 1.08rem; }
.btn--block { width: 100%; }

/* ============================== CTA FINAL ========================== */
.final-cta { text-align: center; scroll-margin-top: 90px; }
.final-cta__inner { max-width: 720px; margin: 0 auto; }
.final-cta__inner .eyebrow--light { margin-bottom: 22px; }
.final-cta__inner h2 { font-size: clamp(1.9rem, 4.6vw, 3rem); line-height: 1.12; margin-bottom: 20px; }
.final-cta__inner > p { color: #B7D6C6; font-size: 1.05rem; max-width: 560px; margin: 0 auto 34px; }
.final-cta__btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.final-cta__btns .btn { min-width: 262px; }

/* ============================== HEADER ============================== */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  padding: 12px 22px;                 /* faz a barra "flutuar" */
  background: transparent; border: 0;
}
.header .container {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  height: 54px; padding: 0 10px 0 18px; max-width: var(--container); margin: 0 auto;
  background: rgba(9,58,36,.62);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-lg);    /* mesmo arredondamento da LP */
  box-shadow: 0 10px 28px rgba(6,40,24,.28);
  transition: background .3s ease, box-shadow .3s ease;
}
.header.is-stuck .container { background: rgba(8,48,29,.82); box-shadow: 0 12px 34px rgba(6,40,24,.36); }

/* Logo */
.logo { display: flex; align-items: center; gap: 11px; }
.logo__mark {
  width: 38px; height: 38px; border-radius: 9px; flex-shrink: 0;
  background: var(--green-logo);
  display: grid; place-items: center;
  box-shadow: 0 6px 16px rgba(27,122,70,.35);
}
.logo__mark svg { width: 26px; height: 26px; }
.logo__text { line-height: 1.02; }
.logo__text strong { font-family: var(--font-head); font-size: 1.24rem; color: #fff; font-weight: 800; font-style: italic; display: block; letter-spacing: -.02em; }
.logo__text span { font-size: .7rem; letter-spacing: .26em; text-transform: uppercase; color: var(--green-light); font-weight: 600; }
.logo--dark .logo__text strong { color: var(--green-logo); }
.logo--dark .logo__text span { color: var(--green); }

.nav { display: flex; align-items: center; gap: 30px; }
.nav a { font-family: var(--font-head); font-weight: 500; font-size: .95rem; color: rgba(255,255,255,.72); transition: color .2s; }
.nav a:hover { color: #fff; }

.header__cta { display: flex; align-items: center; gap: 12px; }
.header__cta .btn { font-size: .88rem; padding: 10px 18px; }
.header__cta .btn svg { width: 17px; height: 17px; }

.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 9px; border: 1px solid rgba(255,255,255,.14); }
.nav-toggle span { display: block; width: 20px; height: 2px; background: #fff; margin: 5px auto; border-radius: 2px; transition: .25s; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================== HERO (Sessão 1) — fundo branco ======= */
.hero { padding: 138px 0 82px; background: #fff; position: relative; overflow: hidden; }
/* orbs do hero são injetados via JS (.fx-orbs) — pseudo-elementos removidos */
.hero__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; position: relative; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 10px; background: #fff;
  border: 1px solid var(--line); padding: 8px 16px; border-radius: 100px;
  box-shadow: var(--shadow-sm); font-size: .88rem; font-weight: 600; color: var(--ink); margin-bottom: 22px;
}
.hero__badge .stars { color: var(--gold); letter-spacing: 2px; }
.hero h1 { font-size: clamp(2.4rem, 5vw, 3.5rem); line-height: 1.08; margin-bottom: 22px; color: var(--ink); }
.hero h1 .hl { color: var(--green-logo); }
.hero__sub { font-size: 1.12rem; color: var(--body); margin-bottom: 14px; max-width: 520px; }
.hero__sub-small { font-size: .98rem; color: var(--muted); margin-bottom: 30px; max-width: 520px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 28px; }
.hero__info { display: flex; gap: 16px; flex-wrap: wrap; }
.hero__info-item { display: flex; align-items: center; gap: 11px; background: #fff; border: 1px solid var(--line); padding: 10px 16px; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.hero__info-item .ic { width: 36px; height: 36px; border-radius: 8px; display: grid; place-items: center; flex-shrink: 0; background: var(--green-soft); color: var(--green-deep); }
.hero__info-item .ic svg { width: 18px; height: 18px; }
.hero__info-item strong { display: block; color: var(--ink); font-family: var(--font-head); font-size: .9rem; }
.hero__info-item span { font-size: .78rem; color: var(--muted); }

.hero__media { position: relative; }
.hero__photo { border-radius: var(--radius-lg); width: 100%; aspect-ratio: 3/4; box-shadow: var(--shadow-lg); }

/* fachada de fundo (ambientada, baixa opacidade) */
.hero__bg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: url("../img/fachada-oralsin.png") center/cover no-repeat;
  opacity: .08; filter: blur(4px); transform: scale(1.06);
}
.hero .container { position: relative; z-index: 2; }

/* moldura da foto com fallback p/ placeholder */
.photo-frame { position: relative; overflow: hidden; }
.photo-frame .photo-ph { position: absolute; inset: 0; }
.photo-frame .photo-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-img--mobile { display: none; }

/* logo PNG com fallback para a versão SVG */
.logo__png { height: 32px; width: auto; display: block; }
.logo__svg { display: flex; align-items: center; gap: 11px; }
.logo:has(.logo__png) .logo__svg { display: none; }
.footer .logo__png { height: 46px; }
.hero__card { position: absolute; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 14px 18px; display: flex; align-items: center; gap: 12px; }
.hero__card--a { left: -20px; top: 30px; }
.hero__card--b { right: -16px; bottom: 50px; }
.hero__card .num { font-family: var(--font-head); font-weight: 700; font-size: 1.4rem; color: var(--green-deep); line-height: 1; }
.hero__card .lbl { font-size: .78rem; color: var(--muted); }
.hero__card .avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--green-soft); display: grid; place-items: center; }
.hero__card .avatar svg { width: 22px; height: 22px; color: var(--green-deep); }

/* ============================== STATS (Sessão 2) — fundo verde ======= */
.stats { background: linear-gradient(157deg, var(--green-deep), var(--green-900)); }
.stats .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding-top: 52px; padding-bottom: 52px; }
.stat { text-align: center; color: #B7D6C6; border-right: 1px solid rgba(255,255,255,.12); }
.stat:last-child { border-right: 0; }
.stat__num { font-family: var(--font-head); font-weight: 800; font-size: clamp(2rem,4vw,2.9rem); color: #fff; line-height: 1; display: inline-block; }
.stat__num .u { color: var(--green-light); }
.stat__lbl { font-size: .94rem; margin-top: 8px; }
/* animação "subindo" ao entrar */
.stat { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.16,1,.3,1); }
.stat.is-visible { opacity: 1; transform: none; }
.stat:nth-child(2) { transition-delay: .08s; }
.stat:nth-child(3) { transition-delay: .16s; }
.stat:nth-child(4) { transition-delay: .24s; }

/* ============================== PAIN (Sessão 3) ====================== */
.pain__grid { display: grid; grid-template-columns: 1fr 1.18fr; gap: 26px 44px; align-items: stretch; }
.pain__head { grid-column: 1 / -1; }
.pain__boxes { grid-column: 1; grid-row: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-content: start; }
.pain__box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .25s cubic-bezier(.16,1,.3,1), box-shadow .25s ease; }
.pain__box:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.pain__box-media { position: relative; aspect-ratio: 16/10; overflow: hidden; border-bottom: 1px solid var(--line); }
.pain__box-media .ph { position: absolute; inset: 0; border: 0; }
.pain__box h4 { font-size: .92rem; padding: 12px 14px 14px; color: var(--ink); line-height: 1.3; }

/* vídeos (mp4) sobre os placeholders */
.media-vid { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: transparent; z-index: 4; display: block; }
.pain__video .video-ph .media-vid { border-radius: inherit; }

.pain__video { grid-column: 2; grid-row: 2; display: flex; }
.pain__video .video-ph {
  width: 100%; height: 100%; min-height: 100%;
  border-radius: var(--radius-lg); position: relative; overflow: hidden;
  justify-content: flex-end; align-items: flex-start; padding: 28px;
}
.pain__video .video-ph .play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 76px; height: 76px; border-radius: 50%; background: rgba(0,168,89,.92);
  display: grid; place-items: center; box-shadow: 0 12px 30px rgba(0,0,0,.35);
}
.pain__video .video-ph .play svg { width: 30px; height: 30px; color: #fff; opacity: 1; margin-left: 4px; }
.pain__video .video-ph .cap {
  position: relative; z-index: 2; text-align: left; align-self: flex-end;
  font-family: var(--font-head); font-weight: 700; font-size: 1.4rem; color: #fff; line-height: 1.25; opacity: 1;
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
}

/* ============================== TREATMENTS (Sessão 4) — fundo branco = */
.treatments { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.treat { background: var(--off); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .25s cubic-bezier(.16,1,.3,1), box-shadow .25s ease; }
.treat:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.treat__img { position: relative; width: 100%; aspect-ratio: 4/3; overflow: hidden; border-bottom: 1px solid var(--line); }
.treat__img .ph { position: absolute; inset: 0; border: 0; }
.treat__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.treat__body { padding: 22px 24px 26px; }
.treat__divider { width: 30px; height: 2px; background: var(--green); margin-bottom: 14px; border-radius: 2px; }
.treat__body h3 { font-size: 1.14rem; margin-bottom: 8px; }
.treat__body p { color: var(--muted); font-size: .95rem; margin-bottom: 16px; }
.treat__link { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-head); font-weight: 600; font-size: .9rem; color: var(--green-deep); }
.treat__link svg { width: 16px; height: 16px; transition: transform .2s; }
.treat:hover .treat__link svg { transform: translateX(4px); }

/* ============================== WHY (Sessão 5) ======================= */
.why__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.why__item { display: flex; gap: 18px; align-items: flex-start; padding: 26px; border-radius: var(--radius); background: var(--bg-alt); border: 1px solid var(--line); }
.why__item .ic { width: 54px; height: 54px; border-radius: 10px; background: #fff; box-shadow: var(--shadow-sm); display: grid; place-items: center; flex-shrink: 0; }
.why__item .ic svg { width: 28px; height: 28px; color: var(--green); }
.why__item h4 { font-size: 1.14rem; margin-bottom: 6px; }
.why__item p { color: var(--muted); font-size: .98rem; }

/* seção com menos respiro no topo */
.care-section { padding: 46px 0 72px; }
.section-head--sm { margin-bottom: 34px; }
.section-head--sm h2 { font-size: clamp(1.4rem, 2.6vw, 1.7rem); }
.section-head--sm .eyebrow { margin-bottom: 12px; }
.section-head--sm p { font-size: .98rem; }

/* ---- Cuidado humanizado (card) ---- */
.care__card {
  display: grid; grid-template-columns: 1.2fr .8fr;
  background: linear-gradient(155deg, var(--green-deep), var(--green-900));
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg);
}
.care__body { padding: 42px 44px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-width: 0; }
.care__body h2, .care__body p, .care__actions { width: 100%; }
.care__body h2 { color: #fff; font-size: clamp(1.6rem, 2.8vw, 2.1rem); margin-bottom: 16px; }
.care__body p { color: #C4E2D3; font-size: 1.02rem; margin-bottom: 24px; max-width: 500px; }
.care__actions { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.care__note {
  display: inline-flex; align-items: center; gap: 11px; white-space: nowrap;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16);
  padding: 12px 18px; border-radius: var(--radius); color: #E4F1EA;
  font-size: clamp(.72rem, 1.05vw, .82rem); max-width: 100%;
}
.care__note svg { width: 18px; height: 18px; color: var(--green-light); flex-shrink: 0; }
.care__note strong { color: #fff; }
.care__media { position: relative; min-height: 360px; }
.care__media .ph { position: absolute; inset: 0; border: 0; }
.care__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.care__media-cap {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 20px 26px; text-align: center;
  font-family: var(--font-head); font-weight: 600;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem); color: #fff;
  background: linear-gradient(180deg, rgba(8,54,33,0), rgba(8,54,33,.55));
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
  text-shadow: 0 1px 8px rgba(0,0,0,.35);
}

/* ---- Tratamentos complementares (grid) ---- */
.compl__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.compl__card {
  display: flex; gap: 16px; align-items: flex-start; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius); padding: 24px;
  box-shadow: var(--shadow-sm); transition: transform .25s cubic-bezier(.16,1,.3,1), box-shadow .25s ease;
}
.compl__card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.compl__ic { width: 46px; height: 46px; border-radius: 10px; background: var(--green-soft); display: grid; place-items: center; flex-shrink: 0; }
.compl__ic svg { width: 24px; height: 24px; color: var(--green-deep); }
.compl__card h3 { font-size: 1.06rem; margin-bottom: 5px; }
.compl__card p { color: var(--muted); font-size: .92rem; line-height: 1.5; }

/* ============================== PROCESS (Sessão 6) =================== */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); padding: 30px 26px; }
.step__n { width: 50px; height: 50px; border-radius: 10px; background: var(--green); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 1.4rem; display: grid; place-items: center; margin-bottom: 18px; }
.step h4 { color: #fff; font-size: 1.14rem; margin-bottom: 8px; }
.step p { color: #AECFBD; font-size: .95rem; }

/* ============================== CAROUSEL (Sessão 7) — placeholders gigantes = */
.carousel-section { padding: 84px 0; overflow: hidden; }
.carousel__track {
  display: flex; gap: 6px; overflow-x: auto; scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; padding-inline: max(22px, calc((100vw - var(--container)) / 2 + 22px));
  scrollbar-width: none; margin-top: 10px;
}
.carousel__track::-webkit-scrollbar { display: none; }
.carousel__item { flex: 0 0 clamp(300px, 34vw, 440px); scroll-snap-align: start; border-radius: var(--radius); overflow: hidden; aspect-ratio: 1/1; }
.carousel__item .ph { width: 100%; height: 100%; }
.carousel__item img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* card final "O próximo sorriso pode ser o seu" */
.carousel__item--cta { background: transparent; }
.cta-card {
  width: 100%; height: 100%;
  background: linear-gradient(160deg, var(--green), var(--green-deep));
  border-radius: var(--radius);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 18px; text-align: center; padding: 30px 26px;
}
.cta-card__ic {
  width: 62px; height: 62px; border-radius: 50%;
  background: rgba(255,255,255,.16); display: grid; place-items: center;
}
.cta-card__ic svg { width: 32px; height: 32px; color: #fff; }
.cta-card h3 { color: #fff; font-size: 1.4rem; line-height: 1.25; }
.cta-card__btn { background: #fff; color: var(--green-deep); box-shadow: 0 8px 20px rgba(0,0,0,.18); }
.cta-card__btn:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0,0,0,.24); }
.cta-card__btn svg { color: #25D366; }
.carousel__nav { display: flex; gap: 12px; justify-content: center; margin-top: 26px; position: relative; z-index: 2; }
.carousel__nav button { width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.22); display: grid; place-items: center; transition: background .2s, transform .2s; }
.carousel__nav button:hover { background: #fff; transform: translateY(-1px); }
.carousel__nav button:hover svg { color: var(--dark); }
.carousel__nav button svg { width: 22px; height: 22px; color: #fff; }
.carousel__cta { text-align: center; margin-top: 32px; }

/* ============================== TESTIMONIALS (Sessão 8) — fundo verde + carrossel = */
.google-badge {
  display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16); padding: 10px 20px; border-radius: 100px;
  margin: 0 auto 38px; font-size: .92rem; color: #E4F1EA;
}
.google-badge .g-icon { width: 22px; height: 22px; }
.google-badge .stars { color: var(--gold); letter-spacing: 2px; }
.google-badge strong { color: #fff; }

.tst-carousel { position: relative; }
.tst-track {
  display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory;
  scrollbar-width: none; padding: 6px 4px 10px;
}
.tst-track::-webkit-scrollbar { display: none; }
.tst {
  flex: 0 0 clamp(280px, 31%, 360px); scroll-snap-align: start;
  background: #fff; border-radius: var(--radius); padding: 28px 26px;
  box-shadow: var(--shadow); display: flex; flex-direction: column;
}
.tst .stars { color: var(--gold); margin-bottom: 14px; letter-spacing: 2px; font-size: .95rem; }
.tst p { color: var(--body); font-size: 1rem; margin-bottom: 22px; line-height: 1.65; flex: 1; }
.tst__who { display: flex; align-items: center; gap: 12px; }
.tst__who .av { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-head); font-weight: 700; font-size: 1rem; color: #fff; flex-shrink: 0; }
.tst__who strong { display: block; color: var(--ink); font-family: var(--font-head); font-size: .95rem; }
.tst__who span { font-size: .82rem; color: var(--muted); }

.tst-nav { display: flex; gap: 12px; justify-content: center; align-items: center; margin-top: 30px; }
.tst-nav button { width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); display: grid; place-items: center; transition: background .2s, transform .2s; }
.tst-nav button:hover { background: #fff; }
.tst-nav button:hover svg { color: var(--green-deep); }
.tst-nav button svg { width: 22px; height: 22px; color: #fff; }
.tst__footer { text-align: center; margin-top: 30px; }
.tst__google-link { display: inline-flex; align-items: center; gap: 8px; color: #CDE6D8; font-size: .92rem; font-weight: 500; }
.tst__google-link:hover { color: #fff; }
.tst__google-link svg { width: 18px; height: 18px; }

/* ---- Depoimentos em vídeo (verticais, lado a lado) ---- */
.vids { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 860px; margin: 22px auto 0; }
.vid { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); background: #0c0c0c; border: 1px solid rgba(255,255,255,.1); }
.vid__player { display: block; width: 100%; aspect-ratio: 9/16; object-fit: cover; background: #0c0c0c; }
.vid::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(0,0,0,.12), transparent 26% 70%, rgba(0,0,0,.42)); transition: opacity .35s ease; }
.vid.is-playing::after { opacity: 0; }
.vid__play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 68px; height: 68px; border-radius: 50%;
  background: rgba(255,255,255,.18); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  border: 1.5px solid rgba(255,255,255,.55); display: grid; place-items: center;
  box-shadow: 0 12px 34px rgba(0,0,0,.45); transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.vid__play::before { content: ""; position: absolute; inset: -9px; border-radius: 50%; border: 2px solid rgba(255,255,255,.3); animation: vidPulse 2.4s ease-out infinite; }
.vid__play svg { width: 26px; height: 26px; color: #fff; margin-left: 3px; }
.vid__play:hover { transform: translate(-50%,-50%) scale(1.08); background: var(--green); border-color: var(--green); }
.vid.is-playing .vid__play { opacity: 0; pointer-events: none; transform: translate(-50%,-50%) scale(.5); transition: opacity .25s ease, transform .25s ease; }
@keyframes vidPulse { 0% { transform: scale(1); opacity: .55; } 100% { transform: scale(1.45); opacity: 0; } }

/* ---- Onde estamos (unidades) ---- */
.hl-italic { font-style: italic; }
.units { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.unit { background: var(--off); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .25s cubic-bezier(.16,1,.3,1), box-shadow .25s ease; }
.unit:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.unit__media { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.unit__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.unit__badge { position: absolute; top: 16px; left: 16px; z-index: 2; background: var(--green); color: #fff; font-family: var(--font-head); font-weight: 600; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; padding: 7px 14px; border-radius: 100px; box-shadow: 0 6px 16px rgba(0,168,89,.35); }
.unit__body { padding: 26px 28px 28px; }
.unit__body h3 { font-size: 1.42rem; margin-bottom: 18px; }
.unit__info { display: grid; gap: 14px; margin-bottom: 24px; }
.unit__info li { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; color: var(--body); font-size: .98rem; }
.unit__info svg { width: 20px; height: 20px; color: var(--green); margin-top: 2px; }
.unit__info span { line-height: 1.5; }
.unit__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.unit__actions .btn { padding: 14px 16px; font-size: .96rem; }

/* ============================== FAQ ================================== */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq__item { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; }
.faq__q { width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 24px; font-family: var(--font-head); font-weight: 600; font-size: 1.08rem; color: var(--ink); }
.faq__q .chev { width: 24px; height: 24px; flex-shrink: 0; transition: transform .3s ease; color: var(--green-deep); }
.faq__item.is-open .chev { transform: rotate(180deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq__a p { padding: 0 24px 22px; color: var(--muted); }

/* ============================== CTA / FORM =========================== */
.cta__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 52px; align-items: center; }
.cta__copy h2 { font-size: clamp(2rem, 4vw, 2.8rem); color: #fff; margin-bottom: 18px; }
.cta__copy p { color: #C4E2D3; font-size: 1.1rem; margin-bottom: 26px; }
.cta__benefits { display: grid; gap: 14px; }
.cta__benefits li { display: flex; gap: 12px; align-items: center; color: #EAF6F0; font-weight: 500; }
.cta__benefits svg { width: 24px; height: 24px; color: var(--green-light); flex-shrink: 0; }
.form { background: #fff; border-radius: var(--radius-lg); padding: 38px 34px; box-shadow: var(--shadow-lg); }
.form h3 { font-size: 1.4rem; margin-bottom: 6px; }
.form .form__sub { color: var(--muted); font-size: .95rem; margin-bottom: 24px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-family: var(--font-head); font-weight: 600; font-size: .92rem; color: var(--ink); margin-bottom: 7px; }
.field input, .field select { width: 100%; padding: 15px 16px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); font-family: inherit; font-size: 1.02rem; color: var(--ink); background: #fff; transition: border-color .2s; }
.field input:focus, .field select:focus { outline: none; border-color: var(--green); }
.form small { display: block; text-align: center; color: var(--muted); font-size: .84rem; margin-top: 14px; }

/* ============================== BLOG ================================= */
.blog__carousel { position: relative; }
.blog__track {
  display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 48px) / 3);
  gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory;
  scroll-behavior: smooth; padding: 6px 2px 10px; margin: 0 -2px;
  scrollbar-width: none;
}
.blog__track::-webkit-scrollbar { display: none; }
.blog__track > .post { scroll-snap-align: start; }
.blog__nav {
  position: absolute; top: 42%; transform: translateY(-50%); z-index: 5;
  width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line);
  background: #fff; color: var(--green-deep); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-md); transition: transform .2s, opacity .2s, background .2s;
}
.blog__nav svg { width: 22px; height: 22px; }
.blog__nav:hover { background: var(--green); color: #fff; transform: translateY(-50%) scale(1.06); }
.blog__nav--prev { left: -22px; }
.blog__nav--next { right: -22px; }
.blog__nav[disabled] { opacity: 0; pointer-events: none; }
.blog__more-wrap { display: flex; justify-content: center; margin-top: 30px; }
.blog__all-btn { cursor: pointer; }
/* Modal */
.blog-modal { position: fixed; inset: 0; z-index: 200; display: none; }
.blog-modal.is-open { display: block; }
.blog-modal__overlay { position: absolute; inset: 0; background: rgba(8,54,33,.55); backdrop-filter: blur(4px); animation: fadeIn .25s ease; }
.blog-modal__panel {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: min(920px, 92vw); max-height: 86vh; overflow-y: auto;
  background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  animation: modalIn .3s cubic-bezier(.16,1,.3,1);
}
@keyframes modalIn { from { opacity: 0; transform: translate(-50%,-46%) scale(.97); } to { opacity: 1; transform: translate(-50%,-50%) scale(1); } }
.blog-modal__head { display: flex; align-items: center; justify-content: space-between; padding: 24px 28px; border-bottom: 1px solid var(--line); position: sticky; top: 0; background: #fff; z-index: 2; }
.blog-modal__head h3 { font-size: 1.3rem; }
.blog-modal__close { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); background: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--ink); transition: background .2s, color .2s; }
.blog-modal__close svg { width: 20px; height: 20px; }
.blog-modal__close:hover { background: var(--green); color: #fff; border-color: var(--green); }
.blog-modal__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 26px 28px 30px; }
.mpost { display: flex; gap: 16px; align-items: center; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; transition: transform .2s, box-shadow .2s; }
.mpost:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.mpost img { width: 92px; height: 92px; object-fit: cover; flex-shrink: 0; }
.mpost > div { padding: 8px 14px 8px 0; }
.mpost h4 { font-size: .98rem; line-height: 1.28; }
.mpost .post__cat { margin-bottom: 6px; }
.post { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .25s cubic-bezier(.16,1,.3,1), box-shadow .25s ease; display: flex; flex-direction: column; }
.post:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.post__img { aspect-ratio: 16/10; width: 100%; object-fit: cover; border: 0; border-bottom: 1px solid var(--line); }
.post__body { padding: 24px 22px 26px; display: flex; flex-direction: column; flex: 1; }
.post__cat { font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--green-deep); margin-bottom: 12px; }
.post__body h3 { font-size: 1.18rem; line-height: 1.3; margin-bottom: 10px; }
.post__body p { color: var(--muted); font-size: .95rem; flex: 1; }
.post__more { margin-top: 16px; display: inline-flex; align-items: center; gap: 8px; color: var(--green-deep); font-family: var(--font-head); font-weight: 600; font-size: .9rem; }
.post__more svg { width: 16px; height: 16px; transition: transform .2s; }
.post:hover .post__more svg { transform: translateX(4px); }

/* ============================== FOOTER =============================== */
.footer { background: var(--dark); color: #8b938d; padding-top: 72px; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.4fr; gap: 48px; padding-bottom: 52px; }
.footer h4 { color: #fff; font-size: 1rem; margin-bottom: 20px; font-family: var(--font-head); }
.footer a { transition: color .2s; }
.footer a:hover { color: #fff; }
.footer__col--brand { max-width: 320px; }
.footer__about { font-size: .96rem; margin: 20px 0 22px; color: #7c847e; line-height: 1.7; }
.footer__links { display: grid; gap: 12px; }
.footer__links a { font-size: .96rem; }
.footer__contact { display: grid; gap: 18px; }
.footer__contact li { display: grid; grid-template-columns: 22px 1fr; gap: 13px; align-items: start; }
.footer__contact svg { width: 20px; height: 20px; color: var(--green); margin-top: 3px; }
.footer__contact .ct-label { display: block; color: #fff; font-family: var(--font-head); font-size: .9rem; font-weight: 600; margin-bottom: 2px; }
.footer__contact .ct-value { font-size: .95rem; line-height: 1.6; }
.footer__social { display: flex; gap: 12px; }
.footer__social a { width: 42px; height: 42px; border-radius: 9px; background: rgba(255,255,255,.06); display: grid; place-items: center; transition: background .2s; }
.footer__social a:hover { background: var(--green); }
.footer__social svg { width: 20px; height: 20px; color: #fff; }
.footer__bottom { border-top: 1px solid var(--dark-border); padding: 24px 0; font-size: .86rem; display: flex; justify-content: space-between; gap: 10px 24px; flex-wrap: wrap; }
.footer__credit { border-top: 1px solid var(--dark-border); padding: 20px 0 4px; display: flex; justify-content: center; }
.footer__credit a { display: inline-flex; align-items: center; gap: 10px; color: var(--dark-muted, #9fb8ac); font-size: .82rem; opacity: .85; transition: opacity .2s; }
.footer__credit a:hover { opacity: 1; }
.footer__credit img { height: 30px; width: auto; }

/* ============================== FLOATING WPP ======================== */
.wpp-float { position: fixed; right: 22px; bottom: 22px; z-index: 80; width: 62px; height: 62px; border-radius: 50%; background: #25D366; display: grid; place-items: center; box-shadow: 0 14px 30px rgba(37,211,102,.5); animation: pulse 2.6s infinite; }
.wpp-float svg { width: 32px; height: 32px; color: #fff; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); } 70% { box-shadow: 0 0 0 18px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

/* ============================== REVEAL (suave) ====================== */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .9s ease, transform .9s cubic-bezier(.16,1,.3,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal[data-delay="2"] { transition-delay: .24s; }
.reveal[data-delay="3"] { transition-delay: .36s; }

/* ============================== ARTICLE ============================= */
.article { padding: 120px 0 90px; }
.article__head { max-width: 760px; margin: 0 auto 36px; text-align: center; }
.article__head h1 { font-size: clamp(2rem, 4.5vw, 3rem); margin: 16px 0; }
.article__meta { color: var(--muted); font-size: .95rem; }
.article__cover { max-width: 920px; margin: 0 auto 40px; border-radius: var(--radius-lg); width: 100%; aspect-ratio: 16/8; box-shadow: var(--shadow); }
.prose { max-width: 760px; margin: 0 auto; }
.prose h2 { font-size: 1.7rem; margin: 38px 0 14px; }
.prose h3 { font-size: 1.3rem; margin: 28px 0 10px; }
.prose p { margin-bottom: 18px; font-size: 1.1rem; color: var(--body); }
.prose ul { display: grid; gap: 10px; margin: 0 0 18px; padding-left: 4px; }
.prose ul li { position: relative; padding-left: 30px; font-size: 1.08rem; }
.prose ul li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.prose blockquote { border-left: 4px solid var(--green); background: var(--bg-alt); padding: 18px 24px; border-radius: 0 var(--radius) var(--radius) 0; margin: 24px 0; font-size: 1.1rem; color: var(--ink); }
.breadcrumb { font-size: .88rem; color: var(--muted); margin-bottom: 8px; }
.breadcrumb a { color: var(--green-deep); }

/* ============================== RESPONSIVE ========================= */
@media (max-width: 980px) {
  .hero__grid, .pain__grid, .cta__grid { grid-template-columns: 1fr; gap: 40px; }
  .hero__media, .pain__video { max-width: 460px; margin: 0 auto; width: 100%; }
  .pain__head, .pain__boxes, .pain__video { grid-column: auto; grid-row: auto; }
  .pain__video .video-ph { height: auto; min-height: 0; aspect-ratio: 16/10; }
  .treatments, .steps, .compl__grid { grid-template-columns: 1fr 1fr; }
  .blog__track { grid-auto-columns: calc((100% - 24px) / 2); }
  .blog__nav--prev { left: -8px; }
  .blog__nav--next { right: -8px; }
  .why__grid { grid-template-columns: 1fr; }
  .care__card { grid-template-columns: 1fr; }
  .care__body { padding: 40px 34px; }
  .care__media { min-height: 300px; }
  .care__note { white-space: normal; }
  .care__actions { align-items: stretch; }
  .care__actions .btn { width: 100%; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer__col--brand { grid-column: 1 / -1; max-width: none; }
  .tst { flex-basis: 78%; }
}
@media (max-width: 820px) {
  .nav, .header__cta .btn { display: none; }
  .nav-toggle { display: block; }
  .nav { position: absolute; top: 76px; left: 22px; right: 22px; background: rgba(14,18,15,.92); backdrop-filter: saturate(180%) blur(16px); -webkit-backdrop-filter: saturate(180%) blur(16px); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-lg); flex-direction: column; align-items: stretch; gap: 0; padding: 8px 20px 16px; box-shadow: var(--shadow-lg); transform: translateY(-14px); opacity: 0; pointer-events: none; transition: .25s; }
  .nav.is-open { display: flex; transform: none; opacity: 1; pointer-events: auto; }
  .nav a { padding: 14px 0; border-bottom: 1px solid var(--dark-border); font-size: 1.06rem; color: rgba(255,255,255,.82); }
  .nav a:last-child { border-bottom: 0; }
  .stats .container { grid-template-columns: 1fr 1fr; gap: 30px; }
  .stat:nth-child(2) { border-right: 0; }
}
@media (max-width: 560px) {
  body { font-size: 17px; }
  .section { padding: 60px 0; }
  .treatments, .steps, .footer__grid, .compl__grid { grid-template-columns: 1fr; }
  .blog__track { grid-auto-columns: 82%; }
  .blog__nav { display: none; }
  .blog-modal__grid { grid-template-columns: 1fr; }
  .final-cta__btns { flex-direction: column; }
  .final-cta__btns .btn { width: 100%; min-width: 0; }
  .pain__boxes { grid-template-columns: 1fr 1fr; gap: 12px; }
  .hero__card--a { left: 6px; top: 10px; padding: 12px 14px; }
  .hero__card--b { right: 6px; bottom: 10px; padding: 12px 14px; }
  .hero__actions .btn { width: 100%; }
  .form { padding: 28px 22px; }
  .carousel__item { flex-basis: 240px; }
  .tst { flex-basis: 86%; }
  .footer__bottom { flex-direction: column; }
  .pain__video .video-ph .cap { font-size: 1.15rem; }
}

/* ============================== Novas seções: responsivo + hero mobile == */
@media (max-width: 900px) {
  .units { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .vids { grid-template-columns: 1fr; max-width: 320px; }
}

/* Header menor + espaçamentos mais fluidos no mobile */
@media (max-width: 820px) {
  .header { padding: 8px 16px; }
  .header .container { height: 46px; padding: 0 8px 0 14px; }
  .logo__png { height: 26px; }
  .nav-toggle { width: 40px; height: 40px; }
  .nav { top: 62px; }

  .section { padding: 52px 0; }
  .section--tight { padding: 40px 0; }
  .care-section { padding: 36px 0 52px; }
  .section-head { margin-bottom: 34px; }
  .stats .container { padding-top: 40px; padding-bottom: 40px; }
}

/* Hero versão celular: foto (horizontal) no topo + textos abaixo, tudo visível */
@media (max-width: 820px) {
  .hero { padding: 64px 0 34px; }
  .hero__grid { display: flex; flex-direction: column; gap: 0; }
  .hero__media { order: -1; width: 100vw; max-width: none; margin: 0 0 18px calc(50% - 50vw); }
  .hero__photo { aspect-ratio: 16/11; border-radius: 0; box-shadow: none;
    -webkit-mask-image: linear-gradient(to bottom, #000 82%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 82%, transparent 100%); }
  .hero__photo .photo-ph { display: none; }
  .photo-img--desktop { display: none; }
  .photo-img--mobile { display: block; object-position: center 28%; }
  .hero__card { display: none; }
  .hero__content { text-align: center; }
  .hero__badge { margin: 0 auto 12px; }
  .hero h1 { font-size: clamp(1.7rem, 7vw, 2.15rem); margin-bottom: 12px; }
  .hero__sub { font-size: 1rem; margin: 0 auto 18px; max-width: 440px; }
  .hero__sub-small { display: none; }
  .hero__info { display: none; }
  .hero__actions { justify-content: center; gap: 10px; margin-bottom: 0; }
  .unit__actions .btn { padding: 15px 16px; }
}
