/* Lumina Odonto — site fictício de demonstração da NeuralWeb.
   CSS puro, sem build. Celular primeiro (375 px) e depois telas maiores. */

:root {
  --ink: #0a1a1f;
  --ink-2: #10262d;
  --ink-3: #18343b;
  --text: #1b2a2f;
  --muted: #52636a;
  --line: #dbe7e8;
  --field: #7d9498;
  --bg: #fff;
  --soft: #f1f7f7;
  --ac: #5fd4d0;
  --ac-hover: #84e1dd;
  --ac-ink: #0b6e6a;
  --ac-soft: #e0f5f4;
  --ac-deep: #062a2a;
  --on-dark: #eaf4f5;
  --on-dark-2: #a9bec2;
  --nw-bg: #0a0d13;
  --nw-ac: #7ec4ff;
  --err: #b42318;
  --r: 16px;
  --r-lg: 24px;
  --bar-h: 44px;
  --hdr-h: 64px;
  --pad: clamp(16px, 4.5vw, 40px);
  --ease: cubic-bezier(.2, .7, .2, 1);
  --font: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
@media (min-width: 900px) {
  :root { --bar-h: 40px; --hdr-h: 76px; }
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--bar-h) + var(--hdr-h) + 8px); }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font: 400 16px/1.65 var(--font);
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}
body.is-locked { overflow: hidden; }
img, video, svg { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p, ul, ol, dl, dd, figure, address { margin: 0; }
ul, ol { padding: 0; list-style: none; }
button, input, select { font: inherit; color: inherit; }
::selection { background: var(--ac); color: var(--ac-deep); }
:focus-visible { outline: 2px solid var(--ac-ink); outline-offset: 3px; border-radius: 6px; }
.demo-bar :focus-visible, .hero :focus-visible, .sec--dark :focus-visible, .ftr :focus-visible,
.menu :focus-visible, .hdr:not(.is-solid) :focus-visible, .wa-float:focus-visible { outline-color: var(--ac); }

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.i { width: 24px; height: 24px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.i--fill { fill: currentColor; stroke: none; }
.sr { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.nw { white-space: nowrap; }
.wrap { width: min(1200px, 100%); margin-inline: auto; padding-inline: var(--pad); }
.skip {
  position: fixed; left: 12px; top: -80px; z-index: 100; padding: 12px 16px; border-radius: 10px;
  background: #fff; color: var(--ink); font-weight: 600; text-decoration: none;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .25); transition: top .2s;
}
.skip:focus { top: calc(var(--bar-h) + 8px); }

/* ---------- Faixa da NeuralWeb (demonstração) ---------- */
.demo-bar {
  position: fixed; inset: 0 0 auto; z-index: 70; height: var(--bar-h);
  display: flex; align-items: center; gap: 2px;
  padding-inline: max(4px, env(safe-area-inset-left)) max(4px, env(safe-area-inset-right));
  background: var(--nw-bg); color: #d3dbe6; font-size: 12.5px; font-weight: 500; line-height: 1.2;
}
.demo-bar a {
  display: inline-flex; align-items: center; gap: 6px; min-height: 44px; padding-inline: 8px;
  border-radius: 8px; text-decoration: none; white-space: nowrap; transition: background-color .2s;
}
.demo-bar a:hover { background: rgba(255, 255, 255, .07); }
.demo-bar__back { color: #e8eef6; }
.demo-bar__txt {
  flex: 1; min-width: 0; display: flex; align-items: center; justify-content: center; gap: 8px;
  color: #b7c1ce; white-space: nowrap; overflow: hidden;
}
.demo-bar__txt > span { overflow: hidden; text-overflow: ellipsis; }
.demo-bar__mark { display: none; width: 14px; height: 14px; flex: none; color: var(--nw-ac); }
.demo-bar__cta { color: var(--nw-ac); font-weight: 700; }
.demo-bar .lg { display: none; }
@media (min-width: 420px) { .demo-bar__mark { display: block; } }
@media (min-width: 760px) {
  .demo-bar { gap: 8px; padding-inline: 16px; font-size: 13px; }
  .demo-bar .lg { display: inline; }
  .demo-bar .sm { display: none; }
}
@media (min-width: 900px) { .demo-bar a { min-height: 34px; } }

/* ---------- Cabeçalho ---------- */
.hdr {
  position: fixed; left: 0; right: 0; top: var(--bar-h); z-index: 60; height: var(--hdr-h); color: #fff;
  transition: background-color .35s var(--ease), color .35s var(--ease), box-shadow .35s var(--ease);
}
html:not(.js) .hdr, .hdr.is-glass {
  background: rgba(10, 26, 31, .84);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .06);
}
.hdr.is-solid {
  background: rgba(255, 255, 255, .94); color: var(--ink);
  -webkit-backdrop-filter: saturate(1.4) blur(14px); backdrop-filter: saturate(1.4) blur(14px);
  box-shadow: 0 1px 0 var(--line), 0 12px 32px -22px rgba(10, 26, 31, .45);
}
.hdr.is-menu { background: var(--ink); color: #fff; box-shadow: 0 1px 0 rgba(255, 255, 255, .08); }
.hdr__in { height: 100%; display: flex; align-items: center; gap: 12px; }

.logo { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; margin-right: auto; text-decoration: none; }
.logo__mark { width: 36px; height: 36px; flex: none; }
.logo__txt { display: flex; flex-direction: column; line-height: 1; }
.logo__txt b { font-size: 19px; font-weight: 700; letter-spacing: -.02em; }
.logo__txt span { margin-top: 4px; font-size: 10px; font-weight: 600; letter-spacing: .34em; text-transform: uppercase; opacity: .85; }

.nav, .hdr__in .hdr__cta { display: none; }
.burger {
  display: none; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 12px; flex: none;
  align-items: center; justify-content: center; flex-direction: column; gap: 6px;
  background: rgba(255, 255, 255, .14); cursor: pointer; transition: background-color .3s;
}
html.js .burger { display: inline-flex; }
.burger span { display: block; width: 20px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .35s var(--ease); }
.burger[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.burger[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.hdr.is-solid .burger { background: var(--soft); }
.hdr.is-menu .burger { background: rgba(255, 255, 255, .14); }

@media (min-width: 640px) { .hdr__in .hdr__cta { display: inline-flex; } }
@media (min-width: 1180px) {
  .nav { display: flex; align-items: center; gap: 2px; margin-right: 6px; }
  .nav a {
    padding: 10px 11px; border-radius: 999px; font-size: 14.5px; font-weight: 500; text-decoration: none;
    transition: background-color .25s;
  }
  .nav a:hover { background: rgba(255, 255, 255, .12); }
  .hdr.is-solid .nav a:hover { background: var(--ac-soft); }
  html.js .burger { display: none; }
}

/* Menu do celular */
.menu {
  position: fixed; left: 0; right: 0; bottom: 0; top: calc(var(--bar-h) + var(--hdr-h)); z-index: 59;
  display: flex; flex-direction: column; gap: 22px;
  padding: 8px var(--pad) calc(28px + env(safe-area-inset-bottom));
  background: var(--ink); color: #fff; overflow-y: auto; overscroll-behavior: contain;
  opacity: 0; visibility: hidden; transform: translateY(-10px);
  transition: opacity .3s var(--ease), transform .3s var(--ease), visibility 0s linear .3s;
}
.menu.is-open { opacity: 1; visibility: visible; transform: none; transition: opacity .3s var(--ease), transform .3s var(--ease); }
.menu nav { display: flex; flex-direction: column; }
.menu nav a {
  display: flex; align-items: center; min-height: 56px; border-bottom: 1px solid rgba(255, 255, 255, .1);
  font-size: 1.3rem; font-weight: 600; letter-spacing: -.01em; text-decoration: none;
}
.menu__info { color: var(--on-dark-2); font-size: .92rem; }
@media (min-width: 1180px) { .menu { display: none; } }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 24px; border: 1.5px solid transparent; border-radius: 999px;
  font-size: 15.5px; font-weight: 600; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer;
  transition: background-color .25s, border-color .25s, color .25s, box-shadow .3s, transform .25s var(--ease);
}
.btn .i { width: 20px; height: 20px; }
.btn:active { transform: translateY(1px); }
.btn--sm { min-height: 44px; padding: 0 18px; font-size: 14.5px; }
.btn--block { width: 100%; }
.btn--accent { background: var(--ac); color: var(--ac-deep); }
.btn--accent:hover { background: var(--ac-hover); box-shadow: 0 12px 32px -14px rgba(95, 212, 208, .9); }
.btn--ghost { border-color: rgba(255, 255, 255, .5); background: rgba(255, 255, 255, .06); color: #fff; }
.btn--ghost:hover { border-color: #fff; background: rgba(255, 255, 255, .14); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--ink-3); }
.btn--line { border-color: var(--field); background: #fff; color: var(--ink); }
.btn--line:hover { border-color: var(--ink); }

/* ---------- Abertura (hero) ---------- */
.hero { position: relative; isolation: isolate; display: flex; flex-direction: column; background: var(--ink); color: #fff; overflow: hidden; }
.hero__media { position: relative; height: clamp(300px, 52svh, 520px); }
.hero__poster, .hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 80% 50%; }
.hero__video { opacity: 0; transition: opacity .6s linear; }
.hero__video.is-on { opacity: 1; }
.hero__video.is-on.is-fading { opacity: 0; }
.hero__media::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(10, 26, 31, .72) 0%, rgba(10, 26, 31, 0) 36%, rgba(10, 26, 31, 0) 52%, rgba(10, 26, 31, .88) 86%, var(--ink) 100%);
}
.hero__note {
  position: absolute; z-index: 1; right: 12px; bottom: 84px; padding: 3px 9px; border-radius: 999px;
  background: rgba(10, 26, 31, .72); font-size: 11px; font-weight: 500; letter-spacing: .04em; color: #fff;
}
.hero__in { position: relative; z-index: 1; margin-top: -72px; padding-bottom: 40px; }
.hero__in > * { animation: rise .9s var(--ease) both; }
.hero__in > :nth-child(2) { animation-delay: .08s; }
.hero__in > :nth-child(3) { animation-delay: .16s; }
.hero__in > :nth-child(4) { animation-delay: .24s; }
.hero__in > :nth-child(5) { animation-delay: .32s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.hero__title { max-width: 14ch; font-size: clamp(2.5rem, 6.2vw, 4.6rem); font-weight: 600; line-height: 1.04; letter-spacing: -.035em; text-wrap: balance; }
.hero__lead { max-width: 34ch; margin-top: 16px; font-size: clamp(1.05rem, 1.7vw, 1.25rem); line-height: 1.55; color: #d3e3e5; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.hero__ctas .btn { flex: 1 1 auto; padding-inline: 18px; font-size: 15px; }
.hero__facts { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 24px; font-size: .9rem; font-weight: 500; color: #d3e3e5; }
.hero__facts li { display: inline-flex; align-items: center; gap: 6px; }
.hero__facts .i { width: 18px; height: 18px; color: var(--ac); stroke-width: 2.4; }

@media (min-width: 640px) {
  .hero__ctas .btn { flex: 0 0 auto; padding-inline: 26px; font-size: 15.5px; }
}
@media (min-width: 900px) {
  .hero { min-height: clamp(620px, 100svh, 940px); justify-content: center; }
  .hero__media { position: absolute; inset: 0; height: auto; }
  .hero__poster, .hero__video { object-position: 50% 50%; }
  .hero__media::after {
    background:
      linear-gradient(90deg, rgba(10, 26, 31, .94) 0%, rgba(10, 26, 31, .8) 30%, rgba(10, 26, 31, .3) 58%, rgba(10, 26, 31, 0) 80%),
      linear-gradient(180deg, rgba(10, 26, 31, .62) 0%, rgba(10, 26, 31, 0) 26%, rgba(10, 26, 31, 0) 72%, rgba(10, 26, 31, .55) 100%);
  }
  .hero__note { left: max(var(--pad), calc((100% - 1200px) / 2 + var(--pad))); right: auto; bottom: 24px; }
  .hero__in { margin-top: 0; padding-top: calc(var(--bar-h) + var(--hdr-h) + 40px); padding-bottom: 88px; }
  .hero__facts { margin-top: 30px; font-size: .95rem; }
}

/* ---------- Seções ---------- */
.sec { position: relative; padding-block: clamp(72px, 11vw, 128px); }
.sec--soft { background: var(--soft); }
.sec--dark { background: var(--ink); color: var(--on-dark); }
.sec--band { padding-block: clamp(56px, 8vw, 96px); }
.sec__head { max-width: 680px; margin-bottom: clamp(32px, 5vw, 56px); }
.eyebrow {
  display: flex; align-items: center; gap: 10px; margin-bottom: 14px;
  font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ac-ink);
}
.eyebrow::before { content: ""; width: 22px; height: 2px; border-radius: 2px; background: var(--ac); flex: none; }
.eyebrow--light { color: var(--ac); }
.h2 { font-size: clamp(2rem, 4.6vw, 3.1rem); font-weight: 600; line-height: 1.08; letter-spacing: -.03em; color: var(--ink); text-wrap: balance; }
.sec--dark .h2 { color: #fff; }
.h2--sm { font-size: clamp(1.45rem, 2.8vw, 2rem); line-height: 1.2; letter-spacing: -.025em; }
.lead { max-width: 58ch; margin-top: 16px; font-size: clamp(1.02rem, 1.5vw, 1.12rem); color: var(--muted); }
.sec--dark .lead { color: var(--on-dark-2); }
@media (min-width: 640px) { .eyebrow { font-size: 12.5px; letter-spacing: .16em; } }

/* ---------- Tratamentos ---------- */
.cards { display: grid; gap: 14px; }
/* No celular: ícone e título na mesma linha, para o cartão ficar baixo */
.card {
  display: grid; grid-template-columns: 48px 1fr; align-items: center; column-gap: 14px; padding: 20px 20px 6px;
  border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s;
}
.card:hover { transform: translateY(-4px); border-color: #b5e1df; box-shadow: 0 28px 50px -32px rgba(10, 26, 31, .42); }
.card__ico { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: var(--ac-soft); color: var(--ac-ink); }
.card__ico .i { width: 27px; height: 27px; }
.card h3 { font-size: 1.15rem; font-weight: 600; letter-spacing: -.015em; color: var(--ink); }
.card p { grid-column: 1 / -1; margin: 12px 0 2px; color: var(--muted); font-size: .97rem; }
.card__link {
  grid-column: 1 / -1; justify-self: start; display: inline-flex; align-items: center; gap: 8px; min-height: 44px;
  color: var(--ac-ink); font-size: .95rem; font-weight: 600; text-decoration: none;
}
.card__link .i { width: 20px; height: 20px; transition: transform .3s var(--ease); }
.card__link:hover .i { transform: translateX(4px); }
@media (min-width: 640px) {
  .cards { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .card { display: flex; flex-direction: column; align-items: stretch; padding: 24px 22px 12px; }
  .card__ico { width: 56px; height: 56px; margin-bottom: 18px; border-radius: 16px; }
  .card__ico .i { width: 30px; height: 30px; }
  .card h3 { font-size: 1.2rem; }
  .card p { margin: 8px 0 10px; font-size: .98rem; }
  .card__link { align-self: flex-start; margin-top: auto; }
}
@media (min-width: 1024px) { .cards { grid-template-columns: repeat(3, 1fr); gap: 20px; } .card { padding: 30px 28px 16px; } }

/* ---------- Primeira consulta ---------- */
.step { position: relative; display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding-bottom: 30px; }
.step:last-child { padding-bottom: 0; }
.step::before {
  content: ""; position: absolute; left: 23px; top: 56px; bottom: 6px; width: 2px; border-radius: 2px;
  background: linear-gradient(var(--ac), rgba(95, 212, 208, .15));
}
.step:last-child::before { display: none; }
.step__n {
  display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%;
  background: var(--ink); color: var(--ac); font-size: 14px; font-weight: 700; letter-spacing: .04em;
}
.step h3 { padding-top: 10px; font-size: 1.12rem; font-weight: 600; letter-spacing: -.01em; color: var(--ink); }
.step p { margin-top: 6px; color: var(--muted); font-size: .98rem; }
@media (min-width: 900px) {
  .steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
  .step { grid-template-columns: 1fr; align-content: start; gap: 0; padding: 28px 24px 30px; border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff; }
  .step:last-child { padding-bottom: 30px; }
  .step::before {
    left: 86px; right: 24px; top: 51px; bottom: auto; width: auto; height: 2px;
    background: linear-gradient(90deg, var(--ac), rgba(95, 212, 208, 0));
  }
  .step__n { margin-bottom: 22px; }
  .step h3 { padding-top: 0; }
}

/* ---------- Estrutura ---------- */
.est { display: grid; gap: 44px; }
.est .sec__head { margin-bottom: 36px; }
.feats { display: grid; gap: 22px; }
.feat { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: start; }
.feat__ico {
  display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px;
  background: rgba(95, 212, 208, .1); border: 1px solid rgba(95, 212, 208, .28); color: var(--ac);
}
.feat__ico .i { width: 26px; height: 26px; }
.feat h3 { font-size: 1.02rem; font-weight: 600; color: #fff; }
.feat p { margin-top: 4px; font-size: .95rem; color: var(--on-dark-2); }
.est__media { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ph { position: relative; overflow: hidden; border-radius: var(--r); background: #061216; }
.ph img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.ph--lg { grid-column: 1 / -1; }
.ph--lg img { aspect-ratio: 6 / 5; object-position: 50% 30%; }
.ph figcaption {
  position: absolute; left: 10px; bottom: 10px; padding: 5px 11px; border-radius: 999px;
  background: rgba(10, 26, 31, .8); color: #fff; font-size: 12px; font-weight: 600; letter-spacing: .02em;
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.est__note { grid-column: 1 / -1; font-size: 12.5px; color: var(--on-dark-2); }
@media (min-width: 640px) {
  .feats { grid-template-columns: 1fr 1fr; gap: 26px 28px; }
  .est__media { grid-template-columns: 1.3fr 1fr; gap: 12px; }
  .ph--lg { grid-column: 1; grid-row: 1 / span 2; min-height: 0; }
  .ph--lg img { position: absolute; inset: 0; aspect-ratio: auto; object-position: 16% 50%; }
}
@media (min-width: 1024px) {
  .est { grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 64px; align-items: center; }
  .est .feats { grid-template-columns: 1fr; gap: 20px; }
  .est__media .ph:not(.ph--lg) img { aspect-ratio: 1 / 1; }
}

/* ---------- Equipe ---------- */
.team { display: grid; gap: 14px; }
.pro {
  display: grid; grid-template-columns: 76px 1fr; gap: 18px; align-items: center; padding: 22px 20px;
  border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff;
}
.pro__mono {
  display: grid; place-items: center; width: 76px; height: 76px; border-radius: 50%;
  background: var(--ink); color: var(--ac); font-size: 24px; font-weight: 700; letter-spacing: .04em;
  box-shadow: 0 0 0 4px #fff, 0 0 0 5.5px rgba(95, 212, 208, .75);
}
.pro h3 { font-size: 1.12rem; font-weight: 600; letter-spacing: -.01em; color: var(--ink); }
.pro__area { margin-top: 2px; font-size: .95rem; font-weight: 600; color: var(--ac-ink); }
.pro__reg { margin-top: 6px; font-size: .88rem; color: var(--muted); }
.pro__tag {
  display: inline-block; margin-top: 10px; padding: 4px 10px; border-radius: 999px;
  background: var(--ac-soft); color: var(--ac-ink); font-size: 11.5px; font-weight: 700; letter-spacing: .03em;
}
.reg {
  display: flex; align-items: flex-start; gap: 12px; margin-top: 24px; padding: 16px 18px;
  border: 1px solid var(--line); border-radius: 14px; background: var(--soft); font-size: .92rem; color: var(--text);
}
.reg .i { width: 22px; height: 22px; color: var(--ac-ink); }
@media (min-width: 760px) {
  .team { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .pro { grid-template-columns: 1fr; gap: 0; align-items: start; align-content: start; padding: 32px 26px 28px; }
  .pro__mono { width: 96px; height: 96px; margin-bottom: 22px; font-size: 28px; }
}

/* ---------- Convênios ---------- */
.conv {
  display: grid; gap: 20px; padding: 28px 22px; border: 1px solid var(--line); border-radius: var(--r-lg);
  background: #fff; box-shadow: 0 30px 60px -44px rgba(10, 26, 31, .45);
}
.conv__ico { display: grid; place-items: center; width: 60px; height: 60px; border-radius: 18px; background: var(--ink); color: var(--ac); }
.conv__ico .i { width: 30px; height: 30px; }
.conv__txt > p:last-child { margin-top: 12px; color: var(--muted); }
.conv .btn { justify-self: start; }
@media (min-width: 960px) {
  .conv { grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; padding: 40px 44px; }
}

/* ---------- Perguntas frequentes ---------- */
.faq { border-top: 1px solid var(--line); }
.qa { border-bottom: 1px solid var(--line); }
.qa summary {
  display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 64px; padding: 16px 0;
  font-size: 1.05rem; font-weight: 600; line-height: 1.4; color: var(--ink); cursor: pointer; list-style: none;
  transition: color .2s;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after {
  content: ""; flex: none; width: 32px; height: 32px; border-radius: 50%;
  background: var(--ac-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 3v10M3 8h10' fill='none' stroke='%230b6e6a' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center / 14px no-repeat;
  transition: transform .35s var(--ease), background-color .3s;
}
.qa[open] summary::after { transform: rotate(45deg); background-color: #cbeeed; }
.qa summary:hover { color: var(--ac-ink); }
.qa__a { padding: 0 48px 22px 0; color: var(--muted); }
.faq-help { margin-top: 22px; }
@media (min-width: 1024px) {
  .faq-wrap { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 72px; align-items: start; }
  .faq-wrap .sec__head { position: sticky; top: calc(var(--bar-h) + var(--hdr-h) + 32px); margin-bottom: 0; }
}

/* ---------- Agendamento ---------- */
.sec--glow { overflow: hidden; }
.sec--glow::before {
  content: ""; position: absolute; width: 760px; height: 760px; right: -280px; top: -300px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(95, 212, 208, .16), rgba(95, 212, 208, 0)); pointer-events: none;
}
.ag { position: relative; display: grid; gap: 36px; }
.ag__list { display: grid; gap: 6px; margin-top: 26px; }
.ag__list li { display: flex; align-items: center; gap: 12px; min-height: 44px; }
.ag__list .i { width: 22px; height: 22px; color: var(--ac); }
.ag__list a {
  display: inline-flex; align-items: center; min-height: 44px; color: #fff; font-weight: 600;
  text-decoration: underline; text-decoration-color: rgba(95, 212, 208, .7); text-decoration-thickness: 1.5px; text-underline-offset: 4px;
}
@media (min-width: 1024px) {
  .ag { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 72px; align-items: center; }
}

.form { position: relative; padding: 26px 20px 22px; border-radius: var(--r-lg); background: #fff; color: var(--text); box-shadow: 0 40px 80px -40px rgba(0, 0, 0, .6); }
.field { display: grid; gap: 8px; min-width: 0; margin: 0 0 18px; padding: 0; border: 0; }
.field label, .field legend { padding: 0; font-size: .92rem; font-weight: 600; color: var(--ink); }
.field legend { margin-bottom: 8px; }
.field input:not([type="radio"]), .field select {
  width: 100%; min-height: 52px; padding: 12px 16px; border: 1.5px solid var(--field); border-radius: 14px;
  background: #fff; color: var(--ink); font-size: 16px; line-height: 1.3;
  -webkit-appearance: none; appearance: none; transition: border-color .2s, box-shadow .2s;
}
.field input::placeholder { color: #62757a; opacity: 1; }
.field select {
  padding-right: 46px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3.5 6 4.5 4.5L12.5 6' fill='none' stroke='%230a1a1f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 16px center / 16px no-repeat;
}
.field input:focus, .field select:focus { outline: none; border-color: var(--ac-ink); box-shadow: 0 0 0 4px rgba(95, 212, 208, .38); }
.field.is-invalid input:not([type="radio"]), .field.is-invalid .chip span { border-color: var(--err); }
.field__err { font-size: .85rem; font-weight: 600; color: var(--err); }
.field__err:empty { display: none; }
.chips { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.chip { position: relative; display: block; }
.chip input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.chip span {
  display: grid; place-items: center; min-height: 48px; padding: 0 6px; border: 1.5px solid var(--field); border-radius: 12px;
  font-size: .95rem; font-weight: 600; color: var(--ink); transition: background-color .2s, border-color .2s, color .2s;
}
.chip input:hover + span { border-color: var(--ink); }
.chip input:checked + span { background: var(--ink); border-color: var(--ink); color: #fff; }
.chip input:focus-visible + span { outline: 2px solid var(--ac-ink); outline-offset: 2px; }
.form .btn--block { margin-top: 6px; }
.form__status { margin-top: 12px; font-size: .92rem; font-weight: 600; color: var(--ac-ink); }
.form__status:empty { display: none; }
.form__status a { display: flex; align-items: center; width: fit-content; min-height: 44px; color: var(--ink); text-underline-offset: 3px; }
.form__note { display: flex; gap: 10px; margin-top: 16px; font-size: .84rem; line-height: 1.55; color: var(--muted); }
.form__note .i { width: 18px; height: 18px; margin-top: 2px; color: var(--ac-ink); }
@media (min-width: 640px) { .form { padding: 36px 34px 30px; } }

/* ---------- Localização ---------- */
.loc { display: grid; gap: 36px; }
.loc__addr { display: flex; gap: 12px; margin-top: 22px; font-style: normal; font-size: 1.08rem; line-height: 1.6; color: var(--ink); }
.loc__addr .i { width: 24px; height: 24px; margin-top: 2px; color: var(--ac-ink); }
.hours { margin-top: 26px; border-top: 1px solid var(--line); }
.hours div { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.hours dt { color: var(--muted); }
.hours dd { font-weight: 600; color: var(--ink); text-align: right; }
.loc__ctas { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.loc__ctas .btn { flex: 1 1 auto; }
.map { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--r-lg); background: #fbfdfd; box-shadow: 0 30px 60px -44px rgba(10, 26, 31, .4); }
.map__svg { width: 100%; height: auto; aspect-ratio: 1 / 1; } /* no celular o mapa aproxima (recorte) para os rótulos ficarem legíveis */
@media (min-width: 640px) { .map__svg { aspect-ratio: 600 / 440; } }
.map figcaption {
  position: absolute; left: 12px; top: 12px; padding: 5px 11px; border: 1px solid var(--line); border-radius: 999px;
  background: rgba(255, 255, 255, .94); color: var(--muted); font-size: 12px; font-weight: 600;
}
.map__pulse { transform-box: fill-box; transform-origin: center; animation: pulse 2.8s ease-out infinite; }
@keyframes pulse { 0% { transform: scale(.35); opacity: .6; } 100% { transform: scale(1.6); opacity: 0; } }
@media (min-width: 640px) { .loc__ctas .btn { flex: 0 0 auto; } }
@media (min-width: 1024px) {
  .loc { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 72px; align-items: center; }
}

/* ---------- Rodapé ---------- */
.ftr { padding: 64px 0 calc(92px + env(safe-area-inset-bottom)); background: var(--ink); color: var(--on-dark-2); font-size: .95rem; }
.ftr__top { display: grid; gap: 34px; }
.logo--light { color: #fff; }
.ftr__brand p { max-width: 36ch; margin-top: 16px; }
.ftr__h { margin-bottom: 6px; color: #fff; font-weight: 600; }
.ftr__nav a, .ftr__contact a {
  display: inline-flex; align-items: center; min-height: 44px; color: var(--on-dark); text-decoration: none; transition: color .2s;
}
.ftr__nav a:hover, .ftr__contact a:hover { color: var(--ac); }
.ftr__contact li:not(:first-child) { padding: 8px 0; }
.ftr__legal { display: grid; gap: 8px; margin-top: 44px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .88rem; }
.ftr__reg { color: var(--on-dark); font-weight: 500; }
.ftr__demo {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0 16px; margin-top: 24px; padding: 4px 16px;
  border: 1px solid rgba(255, 255, 255, .09); border-radius: 14px; background: rgba(255, 255, 255, .04); font-size: .88rem;
}
.ftr__demo a { display: inline-flex; align-items: center; min-height: 44px; color: var(--nw-ac); font-weight: 600; text-decoration: none; }
.ftr__demo a:hover { text-decoration: underline; text-underline-offset: 3px; }
@media (min-width: 900px) {
  .ftr { padding-bottom: 40px; }
  .ftr__top { grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; }
}

/* ---------- WhatsApp flutuante ---------- */
.wa-float {
  position: fixed; z-index: 55; right: max(16px, env(safe-area-inset-right)); bottom: max(16px, env(safe-area-inset-bottom));
  display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%;
  background: #128c7e; color: #fff;
  box-shadow: 0 14px 30px -10px rgba(5, 60, 54, .75), inset 0 0 0 1px rgba(255, 255, 255, .14);
  transition: transform .3s var(--ease), background-color .3s, opacity .3s, visibility .3s;
}
.wa-float:hover { transform: translateY(-3px); background: #0f7a6e; }
.wa-float.is-away { opacity: 0; visibility: hidden; transform: translateY(12px) scale(.9); } /* some sobre o formulário */
.wa-float .i { width: 30px; height: 30px; }

/* ---------- Revelação ao rolar (só com JavaScript) ---------- */
html.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
html.js .reveal.is-in { opacity: 1; transform: none; }
html.js .card.reveal.is-in { transition: opacity .9s var(--ease), transform .5s var(--ease), box-shadow .45s var(--ease), border-color .45s; }

/* ---------- Movimento reduzido: só o pôster, sem animações ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html.js .reveal { opacity: 1; transform: none; }
  .hero__video { display: none; }
}
