/* ============================================================
   OdontoPupp — DESIGN SYSTEM da Concept (marketingconcept.com.br)
   Porte fiel: fonte Helvena, tokens/sombras/raios/escala exatos.
   Única troca: cor de marca (azul #1D68F4 → teal OdontoPupp).
   ============================================================ */

@font-face { font-family: Helvena; src: url('/fonts/Helvena-Light.ttf') format('truetype'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: Helvena; src: url('/fonts/Helvena-Regular.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: Helvena; src: url('/fonts/Helvena-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: Helvena; src: url('/fonts/Helvena-Bold.ttf') format('truetype'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: Helvena; src: url('/fonts/Helvena-Extrabold.ttf') format('truetype'); font-weight: 800; font-style: normal; font-display: swap; }

:root {
  /* marca (azul da Concept → teal OdontoPupp) */
  --blue: #38b2ad;
  --blue-2: #2a8f8a;
  --blue-light: #e8f7f5;
  --green: #cdeee6;
  --green-light: #eef8f4;
  /* neutros — EXATOS da Concept */
  --black: #07232f;
  --standby: #9ca9b9;
  --eco: #dbe2ea;
  --white: #fff;
  --bg: #f7f8fa;
  --surface: #fff;
  --soft: #f2f5f9;
  --line: #e4e8ef;
  --line-2: #dbe2ea;
  --muted: #626875;
  --muted-2: #9ca9b9;
  --shadow: 0 18px 45px rgba(9, 13, 24, .08);
  --shadow-lg: 0 32px 110px rgba(9, 13, 24, .16);
  --radius: 28px;
  --radius-sm: 22px;
  --ease: cubic-bezier(.19, 1, .22, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Helvena, Arial, Helvetica, sans-serif;
  color: var(--black);
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.52;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
/* Campos têm largura intrínseca (~20 caracteres). Sem isto, eles impedem a
   coluna de encolher e estouram a tela em celulares estreitos. */
input, select, textarea { min-width: 0; max-width: 100%; }
/* Itens de grid/flex não encolhem abaixo do conteúdo por padrão (min-width:auto) */
.header-inner > *, .form-grid > *, .contact-grid > *, .footer-grid > *,
.hero-grid > *, .split > *, .cta-grid > * { min-width: 0; }
/* palavras longas (e-mail, endereço) quebram em vez de vazar */
.contact-line, .contact-lines, .footer-links { overflow-wrap: anywhere; }
img { max-width: 100%; height: auto; display: block; }
/* <picture> não gera caixa própria: assim a <img> continua sendo o filho
   direto do contêiner e todo o layout existente (flex/grid/absoluto) segue igual */
picture { display: contents; }
/* nunca deixa mídia estourar a largura em telas estreitas */
video, iframe, svg { max-width: 100%; }

.container {
  width: min(1200px, calc(100% - 44px));
  margin-inline: auto;
  /* respeita o "notch" em celulares na horizontal */
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}
.container-narrow { width: min(820px, calc(100% - 44px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
/* campo isca anti-spam: fora da tela, nunca exibido a pessoas */
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---------- Acessibilidade ---------- */

/* Pular para o conteúdo: primeiro elemento focável da página */
.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 100;
  /* fundo escuro (não o teal): branco sobre teal dá 2.6:1 e reprova no AA */
  background: var(--black); color: #fff; font-weight: 500; font-size: 14px;
  padding: 12px 18px; border-radius: 0 0 14px 14px;
  transition: top .18s var(--ease);
}
.skip-link:focus { top: 0; }

/* Foco visível e consistente em tudo que é operável por teclado */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--blue-2);
  outline-offset: 2px;
  border-radius: 6px;
}
/* alvo de toque mínimo (WCAG 2.2 – 24px; adotado 44px+ por conforto) */
.main-nav a, .footer-links a, .mobile-panel a, .solution-link, .crumb {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

/* tipografia — pesos/tracking exatos da Concept (V4.3) */
h1, h2, h3, h4 { font-weight: 500; letter-spacing: -.045em; margin: 0; }
.hero h1, .section h2, .page-hero h1, .final-cta h2, .article-head h1, .stat strong { font-weight: 500; letter-spacing: -.045em; }
strong, b { font-weight: 500; }

/* ---------- Header ---------- */

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .98);
  /* filtro sempre ligado: no topo não há nada atrás pra desfocar, e assim a
     transição anima só a opacidade do fundo (bem mais suave que animar o blur) */
  -webkit-backdrop-filter: blur(22px) saturate(180%);
  backdrop-filter: blur(22px) saturate(180%);
  border-bottom: 1px solid transparent;
  transition: background .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.site-header.is-scrolled {
  background: rgba(255, 255, 255, .6);
  border-bottom-color: rgba(228, 232, 239, .7);
  box-shadow: 0 8px 30px rgba(9, 13, 24, .06);
}
/* a pílula do menu e o botão do hambúrguer também viram vidro, senão ficam
   dois blocos sólidos flutuando dentro de uma barra translúcida */
.site-header.is-scrolled .main-nav { background: rgba(242, 245, 249, .66); border-color: rgba(228, 232, 239, .66); }
.site-header.is-scrolled .main-nav a:hover,
.site-header.is-scrolled .main-nav a.active { background: rgba(255, 255, 255, .85); }
.site-header.is-scrolled .menu-toggle { background: rgba(255, 255, 255, .6); border-color: rgba(228, 232, 239, .7); }
/* sem suporte a backdrop-filter, mantém fundo quase sólido pra não perder leitura */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .site-header.is-scrolled { background: rgba(255, 255, 255, .95); }
  .site-header.is-scrolled .main-nav { background: var(--soft); }
  .site-header.is-scrolled .menu-toggle { background: #fff; }
}
.header-inner { height: 72px; display: grid; grid-template-columns: auto 1fr auto; gap: 26px; align-items: center; }
/* Lockup da marca: swoosh + "ODONTO PUPP" (ODONTO ink, PUPP teal) */
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 46px; height: auto; display: block; flex: none; }
.brand-word {
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -.005em;
  color: var(--black);
  white-space: nowrap;
}
.brand-word i { font-style: normal; color: var(--blue); }
.brand--light .brand-word { color: #fff; }
.brand--light .brand-word i { color: #7fd8d2; }
.main-nav { justify-self: center; display: flex; gap: 4px; padding: 6px; background: var(--soft); border: 1px solid var(--line); border-radius: 999px; }
.main-nav a { font-size: 14px; font-weight: 500; color: #3c4250; padding: 10px 15px; border-radius: 999px; transition: background .18s, color .18s, box-shadow .18s; }
.main-nav a:hover, .main-nav a.active { background: var(--surface); color: var(--black); box-shadow: 0 6px 18px rgba(9, 13, 24, .06); }
.header-actions { display: flex; gap: 10px; align-items: center; }

.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: 50%; position: relative; }
.menu-toggle span { position: absolute; left: 12px; right: 12px; height: 2px; background: var(--black); transition: transform .2s var(--ease); }
.menu-toggle span:first-child { top: 16px; }
.menu-toggle span:last-child { bottom: 16px; }
.menu-open .menu-toggle span:first-child { transform: translateY(5px) rotate(45deg); }
.menu-open .menu-toggle span:last-child { transform: translateY(-5px) rotate(-45deg); }
.mobile-panel { display: none; }

/* ---------- Botões ---------- */

.btn { position: relative; isolation: isolate; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; cursor: pointer; border-radius: 999px; min-height: 46px; padding: 0 22px; font-weight: 500; font-size: 14px; transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); transition-duration: .06s; }
.btn:focus-visible { outline: 2px solid var(--blue-2); outline-offset: 3px; }

/* Primário: gradiente + luz no topo + sombra colorida em camadas */
.btn-primary {
  background: linear-gradient(140deg, #4ac6c0 0%, var(--blue) 46%, var(--blue-2) 100%);
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .3),
    inset 0 -1px 0 rgba(0, 40, 38, .12),
    0 2px 6px -1px rgba(20, 110, 106, .28),
    0 12px 28px -8px rgba(20, 110, 106, .45);
}
/* brilho que atravessa o botão no hover */
.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(100deg, transparent 25%, rgba(255, 255, 255, .32) 50%, transparent 75%);
  transform: translateX(-115%);
  transition: transform .65s var(--ease);
}
.btn-primary:hover::after { transform: translateX(115%); }
.btn-primary:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .38),
    inset 0 -1px 0 rgba(0, 40, 38, .14),
    0 3px 8px -1px rgba(20, 110, 106, .3),
    0 20px 40px -10px rgba(20, 110, 106, .52);
}
.btn-primary:active {
  box-shadow:
    inset 0 2px 5px rgba(0, 40, 38, .22),
    0 2px 6px -2px rgba(20, 110, 106, .3);
}
.btn-light { background: #fff; color: var(--black); box-shadow: 0 12px 30px rgba(9, 13, 24, .1); }
.btn-ghost { background: #fff; color: var(--black); border: 1px solid var(--line); }
.btn-dark { background: var(--black); color: #fff; }

/* ---------- Eyebrow / kicker ---------- */

.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; letter-spacing: .11em; text-transform: uppercase; font-weight: 500; color: var(--blue); margin-bottom: 16px; }
.eyebrow::before, .section-kicker::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.section-kicker { font-size: 13px; letter-spacing: .08em; margin-bottom: 14px; }
.eyebrow-light { color: #bfeae6; }
.eyebrow-light::before { background: var(--green); }

/* ---------- Hero ---------- */

.hero { background: linear-gradient(180deg, #fff 0%, #f7f8fa 100%); padding: 36px 0 28px; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); gap: 54px; align-items: center; }
.hero h1 { font-size: clamp(38px, 4.7vw, 68px); line-height: 1.02; margin: 0 0 22px; max-width: 760px; }
.lead { font-size: clamp(17px, 1.28vw, 20px); line-height: 1.48; color: #343b4a; max-width: 650px; margin: 0 0 30px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 0 0 28px; }
.trust-line { display: flex; gap: 18px; flex-wrap: wrap; color: var(--muted); font-size: 13px; font-weight: 500; }
.trust-line span { display: inline-flex; align-items: center; gap: 7px; }
.trust-line span::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }

.hero-visual { position: relative; min-height: 560px; }
.hero-visual::before { content: ''; position: absolute; right: -8%; top: 6%; width: 88%; height: 78%; background: linear-gradient(135deg, var(--blue-light), var(--green-light)); border-radius: 38px; z-index: 0; }
.hero-photo { position: absolute; right: 0; top: 34px; width: min(520px, 92%); border-radius: 34px; overflow: hidden; box-shadow: var(--shadow-lg); z-index: 2; background: var(--blue); }
.hero-photo img { width: 100%; height: 560px; object-fit: cover; object-position: center 35%; }

/* ---------- Stats band ---------- */

.stats-band { background: #fff; padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.stat { padding: 0 18px; border-left: 1px solid var(--line); }
.stat:first-child { border-left: 0; }
.stat strong { display: block; font-size: clamp(24px, 2vw, 34px); line-height: 1; letter-spacing: -.04em; }
.stat span { display: block; margin-top: 8px; color: var(--muted); font-size: 13px; font-weight: 500; }

/* ---------- Sections ---------- */

.section { padding: 82px 0; }
.section.tight { padding: 56px 0; }
.section-soft { background: var(--bg); }
.section-white { background: #fff; }
.section-head { margin-bottom: 42px; }
.section-head.center { text-align: center; }
.section-head.between { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.section h2 { font-size: clamp(32px, 3.8vw, 56px); line-height: 1.05; }
.section-head p { max-width: 690px; color: var(--muted); font-size: 17px; line-height: 1.52; margin: 18px 0 0; }
.section-head.center p { margin-left: auto; margin-right: auto; }

/* ---------- Split ---------- */

.split { display: grid; grid-template-columns: .92fr 1.08fr; gap: 56px; align-items: center; }
.split-media { position: relative; }
.split-photo { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--blue-light); }
.split-photo img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.feature-list { list-style: none; padding: 0; margin: 26px 0 30px; display: grid; gap: 14px; }
.feature-list li { padding-left: 32px; position: relative; font-size: 16px; color: #343b4a; }
.feature-list li::before { content: ''; position: absolute; left: 0; top: 9px; width: 18px; height: 18px; border-radius: 50%; background: var(--blue-light); border: 1px solid var(--blue); }
.feature-list li::after { content: ''; position: absolute; left: 6px; top: 13px; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
.feature-list strong { color: var(--black); }

/* ---------- Cards de solução / tratamento ---------- */

.solutions-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.solution-card { background: var(--surface); border: 1px solid var(--line); border-radius: 26px; overflow: hidden; transition: transform .18s var(--ease), box-shadow .18s var(--ease), border-color .18s; min-height: 320px; display: flex; flex-direction: column; color: inherit; }
.solution-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: color-mix(in srgb, var(--blue) 30%, var(--line)); }
.solution-media { height: 168px; display: grid; place-items: center; position: relative; overflow: hidden; }
.solution-media .num { font-size: 34px; font-weight: 500; letter-spacing: -.045em; }
/* Card com foto: a imagem cobre o bloco e o número fica por cima, legível */
.solution-media.has-photo { background: var(--blue-light); }
.solution-media.has-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.solution-media.has-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,35,47,.05), rgba(7,35,47,.34)); }
.solution-media.has-photo .num { position: relative; z-index: 1; color: #fff; text-shadow: 0 2px 14px rgba(7,35,47,.5); }
.solution-card:hover .solution-media.has-photo img { transform: scale(1.04); transition: transform .5s var(--ease); }
.solution-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.solution-body span.kick { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 500; color: var(--muted); }
.solution-body h3 { font-size: 21px; line-height: 1.04; letter-spacing: -.035em; margin: 8px 0 10px; }
.solution-body p { margin: 0; color: var(--muted); font-size: 14px; }
.solution-link { margin-top: auto; color: var(--blue); font-weight: 500; font-size: 13px; padding-top: 18px; }
.tone-teal { background: var(--blue); color: #fff; }
.tone-teallight { background: var(--blue-light); color: var(--blue-2); }
.tone-mint { background: var(--green); color: var(--black); }
.tone-mintlight { background: var(--green-light); color: var(--blue-2); }
.tone-ink { background: var(--black); color: #fff; }
.tone-mix { background: linear-gradient(135deg, var(--blue-light), var(--green-light)); color: var(--blue-2); }

/* ---------- Seção teal (Concept blue-section) ---------- */

.teal-section { background: var(--blue); color: #fff; overflow: hidden; }
.teal-section h2 { color: #fff; }
.teal-section .lead { color: rgba(255, 255, 255, .82); }
.teal-grid { display: grid; grid-template-columns: minmax(0, 880px); justify-content: center; text-align: center; }

/* ---------- Fluxo / etapas ---------- */

.flow-shell { border-radius: var(--radius); background: linear-gradient(135deg, var(--blue-light), #fff); padding: 42px; overflow: hidden; }
.flow-line { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; position: relative; align-items: start; }
.flow-line::before { content: ''; position: absolute; left: 12%; right: 12%; top: 34px; height: 3px; background: #cfe7e4; }
.flow-step { position: relative; z-index: 2; }
.flow-dot { width: 70px; height: 70px; border-radius: 50%; background: #fff; border: 2px solid var(--blue); display: grid; place-items: center; color: var(--blue); font-weight: 500; font-size: 18px; box-shadow: var(--shadow); }
.flow-step h3 { font-size: 19px; line-height: 1.05; margin: 16px 0 8px; letter-spacing: -.03em; }
.flow-step p { font-size: 13px; color: var(--muted); margin: 0; }

/* ---------- Portfólio / resultados (marquee) ---------- */

.portfolio-carousel { position: relative; overflow: hidden; border-radius: var(--radius); background: #fff; padding: 12px; border: 1px solid var(--line); box-shadow: 0 14px 48px rgba(9, 13, 24, .06); -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent); }
.portfolio-track { display: flex; gap: 16px; width: max-content; animation: portfolioMarquee 54s linear infinite; }
.portfolio-carousel:hover .portfolio-track { animation-play-state: paused; }
.portfolio-slide { flex: 0 0 250px; height: 315px; border-radius: 22px; overflow: hidden; background: var(--blue-light); border: 1px solid var(--line); box-shadow: 0 10px 28px rgba(9, 13, 24, .08); }
.portfolio-slide img { width: 100%; height: 100%; object-fit: cover; }
@keyframes portfolioMarquee { to { transform: translateX(-50%); } }

/* ---------- Vídeo em destaque ---------- */

.video-feature {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--black);
  aspect-ratio: 16 / 9;
}
.video-feature video { width: 100%; height: 100%; object-fit: cover; display: block; }
.video-badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  padding: 11px 18px;
  font-size: 13px;
  font-weight: 500;
  color: var(--black);
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.video-badge::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); }

/* ---------- Grade de mídia (fotos + vídeos) ---------- */

.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.media-item {
  position: relative;
  margin: 0;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--blue-light);
  box-shadow: var(--shadow);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.media-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.media-item img, .media-item video { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.media-item.media-wide { grid-column: span 2; }
.media-item.media-wide img, .media-item.media-wide video { aspect-ratio: 16 / 9; }
.media-item figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 26px 18px 14px;
  background: linear-gradient(180deg, transparent, rgba(7, 35, 47, .78));
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.media-play {
  position: absolute;
  top: 14px; right: 14px;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  color: var(--black);
  display: grid;
  place-items: center;
  font-size: 12px;
  padding-left: 2px;
}

.results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.result { margin: 0; }
.result img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius-sm); box-shadow: var(--shadow); background: var(--blue-light); transition: transform .2s var(--ease); }
.result:hover img { transform: translateY(-4px); }
.result figcaption { margin-top: 14px; font-weight: 500; font-size: 14px; color: var(--black); display: flex; align-items: center; gap: 10px; }
.result figcaption::before { content: ''; width: 18px; height: 2px; border-radius: 2px; background: var(--blue); }

/* ---------- Depoimentos ---------- */

.quotes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quote { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 30px; box-shadow: 0 8px 24px rgba(9, 13, 24, .04); }
.quote::before { content: '\201C'; font-size: 3rem; line-height: 1; color: var(--blue); display: block; margin-bottom: 4px; }
.quote p { margin: 0 0 18px; font-size: 16px; color: #343b4a; }
.quote footer { font-weight: 500; font-size: 14px; color: var(--blue-2); }

/* ---------- Benefícios (páginas internas) ---------- */

.benefit-list { display: grid; grid-template-columns: 1fr; gap: 14px; align-content: start; }
.benefit { display: flex; gap: 12px; align-items: flex-start; background: #fff; border: 1px solid var(--line); padding: 18px 20px; border-radius: 18px; box-shadow: 0 8px 20px rgba(9, 13, 24, .04); font-weight: 500; color: var(--black); font-size: 15px; }
.benefit .check { flex: none; width: 24px; height: 24px; border-radius: 50%; background: var(--blue-light); color: var(--blue-2); font-size: 12px; font-weight: 700; display: grid; place-items: center; }
.notice { font-size: 14px; color: var(--muted); border-left: 3px solid var(--blue); background: var(--blue-light); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; padding: 16px 18px; margin-top: 24px; }

/* ---------- Cards informativos (materiais) ---------- */

.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.info-card { background: #fff; border: 1px solid var(--line); border-radius: 26px; padding: 28px; box-shadow: 0 8px 24px rgba(9, 13, 24, .04); }
.info-card .badge { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--blue-light); color: var(--blue-2); font-weight: 500; margin-bottom: 16px; }
.info-card h3 { font-size: 21px; line-height: 1.06; letter-spacing: -.035em; margin: 0 0 10px; }
.info-card p { margin: 0; color: var(--muted); font-size: 14px; }

/* ---------- FAQ (details nativo) ---------- */

.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-question { list-style: none; color: var(--black); display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 23px 0; cursor: pointer; font-weight: 500; font-size: 20px; letter-spacing: -.025em; }
.faq-question::-webkit-details-marker { display: none; }
.faq-icon { width: 30px; height: 30px; border-radius: 50%; background: #fff; border: 1px solid var(--line); display: grid; place-items: center; flex: 0 0 auto; transition: transform .2s, background .2s, color .2s; color: var(--blue-2); }
.faq-list details[open] .faq-icon { transform: rotate(45deg); background: var(--blue); color: #fff; border-color: var(--blue); }
.faq-answer { padding: 0 0 4px; }
.faq-answer p { margin: 0 0 24px; color: var(--muted); font-size: 16px; }

/* ---------- CTA final ---------- */

.final-cta { background: var(--black); color: #fff; padding: 86px 0; }
.cta-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; }
.final-cta h2 { font-size: clamp(42px, 5.6vw, 78px); line-height: .92; letter-spacing: -.07em; color: #fff; margin: 0; }
.final-cta p { color: rgba(255, 255, 255, .72); font-size: 19px; max-width: 700px; margin: 16px 0 0; }

/* ---------- Contato ---------- */

.section-contact { padding-bottom: 100px; }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 56px; align-items: start; }
.contact-lines { margin-top: 28px; display: grid; gap: 10px; }
.contact-line { display: flex; justify-content: space-between; gap: 18px; border-top: 1px solid var(--line); padding-top: 12px; color: var(--muted); font-size: 15px; }
.contact-line a, .contact-line strong { color: var(--black); font-weight: 500; text-align: right; }
/* WCAG 2.2 (2.5.8): alvo de toque mínimo de 24px nos links de contato */
.contact-line a { display: inline-flex; align-items: center; min-height: 24px; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 38px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 500; font-size: 13px; color: #303849; }
.field input, .field textarea, .field select { border: 1px solid var(--line); border-radius: 14px; background: #fff; padding: 14px; color: var(--black); outline: none; transition: border-color .18s, box-shadow .18s; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(56, 178, 173, .1); }
/* --muted-2 dava 2.39:1 sobre branco (reprova no WCAG AA, que pede 4.5:1) */
.form-note { font-size: 12.5px; color: var(--muted); margin: 12px 0 0; text-align: center; }
.form-alert { padding: 15px 18px; border-radius: 14px; font-size: 14px; margin-bottom: 18px; font-weight: 500; }
.form-alert-ok { background: #e8f6ef; border: 1px solid #c2e6d1; color: #1f6b44; }
.form-alert-err { background: #fdf0ec; border: 1px solid #f2cec2; color: #97442a; }

/* ---------- Página interna (hero) ---------- */

.page-hero { padding: 70px 0; background: linear-gradient(135deg, #fff, var(--blue-light)); text-align: center; }
.page-hero .container { max-width: 900px; }
.page-hero .eyebrow { justify-content: center; }
.page-hero h1 { font-size: clamp(40px, 4.2vw, 62px); line-height: 1.05; margin: 0 0 18px; }
.page-hero p { font-size: 17px; line-height: 1.52; color: var(--muted); max-width: 700px; margin: 0 auto; }
.page-hero .hero-actions { justify-content: center; margin: 28px 0 0; }
.crumb { display: inline-block; font-size: 14px; font-weight: 500; color: var(--blue-2); margin-bottom: 22px; }
.crumb:hover { color: var(--black); }

/* ---------- Blog ---------- */

.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.post-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s; }
.post-card:hover { transform: translateY(-3px); box-shadow: 0 20px 48px rgba(9, 13, 24, .09); border-color: #cfd8e6; }
.post-card .post-cover img { height: 210px; width: 100%; object-fit: cover; background: var(--blue-light); }
.post-body { padding: 24px; }
.post-body time, .post-date { display: block; color: var(--blue-2); font-size: 12px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 10px; }
.post-body h3 { font-size: 22px; line-height: 1.08; letter-spacing: -.035em; margin: 0 0 12px; }
.post-body p { color: var(--muted); font-size: 14px; margin: 0; }

/* ---------- Artigo ---------- */

.article-head { padding: 58px 0 30px; text-align: center; }
.article-head .container { max-width: 860px; }
.article-head h1 { font-size: clamp(40px, 4.6vw, 68px); line-height: 1.02; margin: 12px 0 16px; }
.article-cover { width: min(1000px, calc(100% - 44px)); margin: 8px auto 0; border-radius: var(--radius); overflow: hidden; background: var(--blue-light); }
.article-cover img { width: 100%; max-height: 520px; object-fit: cover; }
.prose { font-size: 19px; line-height: 1.72; color: #202837; padding: 44px 0 80px; }
.prose h2 { font-size: clamp(28px, 2.7vw, 40px); line-height: 1.12; margin: 48px 0 16px; letter-spacing: -.035em; }
.prose h3 { font-size: 25px; margin: 34px 0 12px; letter-spacing: -.02em; }
.prose p { margin: 0 0 24px; }
.prose ul { padding-left: 22px; margin: 0 0 28px; }
.prose li { margin-bottom: 10px; }
.prose blockquote { margin: 42px 0; padding: 32px; border-left: 5px solid var(--blue); background: var(--blue-light); border-radius: 22px; font-size: 24px; line-height: 1.34; color: var(--black); }
.prose strong { color: var(--black); }
.others-title { margin-bottom: 22px; }
.others { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.others a { font-weight: 500; color: var(--blue-2); }
.others a:hover { color: var(--black); }
.empty-note { text-align: center; padding: 48px 0; color: var(--muted); }

/* ---------- Footer ---------- */

.footer { background: #050a1e; color: rgba(255, 255, 255, .68); padding: 74px 0 34px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 42px; }
.footer-logo { margin-bottom: 20px; }
.footer-brand p { font-size: 14px; max-width: 320px; margin: 0; }
.footer h4 { margin: 0 0 18px; font-size: 15px; color: #fff; font-weight: 500; }
.footer p, .footer a, .footer span { font-size: 14px; }
.footer-links { display: grid; gap: 10px; }
.footer a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .12); margin-top: 54px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 13px; color: rgba(255, 255, 255, .5); }

/* ---------- WhatsApp float ---------- */

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; width: 58px; height: 58px; background: #25d366; color: #fff; border-radius: 50%; display: grid; place-items: center; z-index: 60; box-shadow: 0 18px 48px rgba(37, 211, 102, .36); transition: transform .2s var(--ease); }
.whatsapp-float:hover { transform: scale(1.06); }
.whatsapp-float svg { width: 30px; height: 30px; fill: currentColor; }

/* ---------- 404 ---------- */

.notfound { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 24px; }
.notfound-logo { margin-bottom: 40px; }
.notfound p { margin: 0 0 28px; color: var(--muted); max-width: 46ch; }
.notfound-links { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 0 0 30px; }
.notfound-links a {
  min-height: 44px; display: inline-flex; align-items: center;
  padding: 0 16px; border-radius: 999px; background: var(--surface);
  border: 1px solid var(--line); font-size: 14px; font-weight: 500;
  transition: border-color .18s var(--ease), color .18s var(--ease);
}
.notfound-links a:hover { border-color: var(--blue); color: var(--blue-2); }

/* ---------- Reveal ---------- */

.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }
/* ---------- Banner de foto do tratamento ---------- */
.treatment-banner { margin-top: -28px; }
.treatment-banner img { width: 100%; height: clamp(240px, 34vw, 420px); object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-lg); display: block; }

/* ---------- Agendamento online ---------- */
.agendar-wrap { max-width: 880px; }
.booking-step { margin-bottom: 44px; }
.booking-day-label { font-size: 15px; color: var(--muted); margin: 0 0 18px; }

.day-strip { display: flex; gap: 12px; overflow-x: auto; padding: 4px 2px 14px; scroll-snap-type: x mandatory; }
.day-chip {
  flex: 0 0 auto; scroll-snap-align: start; min-width: 106px;
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  padding: 16px 18px; border-radius: 20px;
  background: var(--surface); border: 1px solid var(--line);
  box-shadow: 0 6px 18px rgba(9, 13, 24, .05);
  transition: transform .2s var(--ease), border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.day-chip:hover { transform: translateY(-3px); border-color: var(--blue); box-shadow: 0 14px 30px rgba(9, 13, 24, .09); }
.day-name { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.day-num { font-size: 21px; font-weight: 500; color: var(--black); letter-spacing: -.02em; }
.day-free { font-size: 11.5px; color: var(--blue-2); }
.day-chip.is-active { background: var(--blue); border-color: var(--blue); box-shadow: 0 14px 34px rgba(56, 178, 173, .3); }
.day-chip.is-active .day-name, .day-chip.is-active .day-num, .day-chip.is-active .day-free { color: #fff; }

.slot-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(104px, 1fr)); gap: 12px; }
.slot {
  display: grid; place-items: center; min-height: 54px;
  border-radius: 16px; background: var(--surface); border: 1px solid var(--line);
  font-size: 16px; font-weight: 500; color: var(--black);
  box-shadow: 0 6px 16px rgba(9, 13, 24, .04);
  transition: transform .2s var(--ease), background .2s var(--ease), color .2s var(--ease), box-shadow .2s var(--ease);
}
.slot:hover { transform: translateY(-2px); background: var(--blue); color: #fff; border-color: var(--blue); box-shadow: 0 14px 30px rgba(56, 178, 173, .3); }

.booking-chosen { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; padding: 20px 24px; border-radius: var(--radius); background: var(--blue-light); margin-bottom: 26px; }
.booking-chosen .section-kicker { margin: 0; }
.booking-chosen strong { font-size: 18px; font-weight: 500; color: var(--black); }
.booking-change { margin-left: auto; font-size: 14px; color: var(--blue-2); text-decoration: underline; text-underline-offset: 3px; }

.booking-done, .booking-empty { text-align: center; max-width: 560px; margin: 0 auto; }
.booking-check { display: grid; place-items: center; width: 62px; height: 62px; margin: 0 auto 20px; border-radius: 50%; background: var(--blue); color: #fff; font-size: 28px; box-shadow: 0 14px 34px rgba(56, 178, 173, .34); }
.booking-when { font-size: 20px; color: var(--black); margin: 0 0 26px; }
.booking-when strong { display: block; font-weight: 500; font-size: 24px; letter-spacing: -.02em; }
.booking-when span { color: var(--muted); }
.booking-recap { display: grid; gap: 1px; text-align: left; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin: 0 0 24px; }
.booking-recap > div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 20px; background: var(--surface); }
.booking-recap dt { color: var(--muted); font-size: 14px; margin: 0; }
.booking-recap dd { margin: 0; font-weight: 500; text-align: right; }
.booking-note { font-size: 14px; color: var(--muted); margin: 0 0 24px; }
.booking-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 720px) {
  .booking-chosen { flex-direction: column; align-items: flex-start; }
  .booking-change { margin-left: 0; }
  .slot-grid { grid-template-columns: repeat(auto-fill, minmax(88px, 1fr)); }
}

/* ---------- Celulares (≤ 560px) ---------- */
@media (max-width: 560px) {
  /* O CTA sai do header: ele já aparece no menu aberto e no botão flutuante
     do WhatsApp. Assim sobra espaço e nada é cortado em telas estreitas. */
  .header-actions .btn { display: none; }
  .header-inner { height: 64px; }
  .mobile-panel { inset: 64px 0 auto 0; }
}

/* ---------- Telas pequenas (≤ 480px) ---------- */
@media (max-width: 480px) {
  .container, .container-narrow { width: min(100% - 24px, 1200px); }
  .section { padding: 52px 0; }
  /* o painel do menu acompanha a altura real do header nesta faixa */
  .mobile-panel { inset: 64px 0 auto 0; max-height: calc(100dvh - 64px); overflow-y: auto; -webkit-overflow-scrolling: touch; }
  .hero-visual { min-height: 340px; }
  .hero-photo img { height: 320px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .trust-line { flex-direction: column; align-items: flex-start; gap: 8px; }
  .stats-grid { grid-template-columns: 1fr; }
  .day-chip { min-width: 92px; padding: 13px 14px; }
  .booking-recap > div { flex-direction: column; gap: 2px; }
  .booking-recap dd { text-align: left; }
  .treatment-banner img { height: clamp(190px, 46vw, 260px); }
  /* respeita a barra de gestos do iOS */
  .whatsapp-float { bottom: calc(16px + env(safe-area-inset-bottom)); }
  .footer { padding-bottom: calc(28px + env(safe-area-inset-bottom)); }
}

/* ---------- Telas muito estreitas (≤ 360px) ---------- */
@media (max-width: 360px) {
  .container, .container-narrow { width: min(100% - 20px, 1200px); }
  .brand-word { font-size: 17px; }
  .brand-mark { width: 38px; }
  .header-actions .btn { padding: 0 14px; font-size: 13px; }
  .hero h1 { font-size: clamp(30px, 9.5vw, 40px); }
  .slot-grid { grid-template-columns: repeat(auto-fill, minmax(76px, 1fr)); }
}

/* Rolagem: evita "pulo" da página e melhora o toque */
@media (hover: none) {
  body { overscroll-behavior-y: contain; }
}

@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .portfolio-track { animation: none; }
  .btn-primary::after { display: none; }
}

/* ---------- Responsivo (breakpoints exatos da Concept) ---------- */

@media (max-width: 1050px) {
  .hero-grid, .split, .teal-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .solutions-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); row-gap: 22px; }
  .flow-line { grid-template-columns: 1fr; row-gap: 26px; }
  .flow-line::before { display: none; }
  .results-grid, .quotes-grid, .post-grid, .info-grid { grid-template-columns: 1fr 1fr; }
  .media-grid { grid-template-columns: 1fr 1fr; }
  .main-nav { display: none; }
  .menu-toggle { display: block; }
  /* Sem o menu no meio, a grade vira 2 colunas: marca à esquerda, ações à
     direita. Sem isso as ações caíam na coluna 1fr e estouravam a tela. */
  .header-inner { grid-template-columns: auto auto; justify-content: space-between; gap: 12px; }
  .mobile-panel { display: block; position: fixed; inset: 72px 0 auto 0; background: #fff; border-bottom: 1px solid var(--line); padding: 20px; z-index: 49; transform: translateY(-120%); transition: transform .25s var(--ease); box-shadow: var(--shadow); }
  .menu-open .mobile-panel { transform: translateY(0); }
  .mobile-panel a { display: block; padding: 15px 0; border-bottom: 1px solid var(--line); font-weight: 500; }
  .mobile-panel .btn { margin-top: 16px; width: 100%; }
  .hero-visual { min-height: 500px; }
  .section-head.between { flex-direction: column; align-items: flex-start; gap: 14px; }
}

@media (max-width: 720px) {
  .container, .container-narrow { width: min(100% - 28px, 1200px); }
  .header-inner { height: 66px; gap: 8px; }
  /* (removido) .brand img de 150px — sobra do logo horizontal antigo; o
     lockup atual usa .brand-mark, que agora dita o tamanho */
  .section { padding: 64px 0; }
  .hero { padding: 24px 0 16px; }
  .hero h1 { font-size: clamp(38px, 11vw, 52px); }
  .hero-visual { min-height: 440px; }
  .hero-photo { width: 100%; top: 20px; }
  .hero-photo img { height: 420px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat { border-left: 0; padding: 8px 0; }
  .solutions-grid, .results-grid, .quotes-grid, .post-grid, .info-grid, .form-grid, .media-grid { grid-template-columns: 1fr; }
  .media-item.media-wide { grid-column: span 1; }
  .cta-grid { grid-template-columns: 1fr; }
  .flow-shell { padding: 22px; }
  .form-card { padding: 24px; }
  .contact-line { display: grid; }
  .contact-line a, .contact-line strong { text-align: left; }
  .btn { width: 100%; }
  .header-actions .btn { width: auto; }
  .final-cta { padding: 60px 0; }
  .whatsapp-float { right: 16px; bottom: 16px; }
}
