/*
Theme Name: Dr. Leonardo Andrade
Author: Ocean Corporativo
Description: Tema institucional do Dr. Leonardo Andrade. Cirurgia bucomaxilofacial e pericia odontologica em Londrina, PR.
Version: 1.0
License: GPLv2 or later
Text Domain: leonardo-andrade
*/

/* ============================================================
   Yamar Odontologia · estética Apple / minimalista
   Claro, muito respiro, sans-serif, acentos sutis
   ============================================================ */

:root {
  --bg:        #faf6ef;
  --bg-soft:   #f4ede1;   /* cinza Apple */
  --bg-soft2:  #fdfbf6;
  --ink:       #29221a;   /* quase-preto Apple */
  --ink-2:     #48392b;
  --muted:     #74654f;
  --muted-2:   #978975;
  --line:      #e4d8c6;
  --line-soft: #efe7d9;

  /* dourado da marca · usado com MUITA parcimônia */
  --gold:      #a97c46;
  --gold-soft: #a97c46;

  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text",
          "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;

  /* escala de espaçamento (ritmo vertical e gaps padronizados) */
  --section-y: clamp(72px, 9vw, 120px);   /* padding vertical de toda seção */
  --head-mb:   clamp(44px, 5vw, 64px);     /* espaço abaixo do cabeçalho de seção */
  --block-gap: clamp(48px, 6vw, 84px);     /* espaço entre blocos empilhados (feature rows) */
  --gap:       24px;                       /* gap padrão de grids */
  --gap-2col:  clamp(40px, 5vw, 84px);     /* gap de layouts de 2 colunas */

  --maxw: 1140px;
  --maxw-narrow: 800px;
  --radius: 22px;
  --radius-lg: 30px;
  --ease: cubic-bezier(.28,.11,.32,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
  --nav-h: 64px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 20px); -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.01em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: rgba(169,124,70,.18); }

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-thumb { background: #c7c7cc; border-radius: 20px; border: 2px solid #fff; }
::-webkit-scrollbar-thumb:hover { background: #aeaeb2; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

/* ---------- tipografia ---------- */
.eyebrow {
  display: inline-block;
  font-size: .82rem; font-weight: 600;
  letter-spacing: .02em;
  color: var(--gold);
  margin-bottom: 14px;
}
h1, h2, h3, h4 { font-weight: 600; letter-spacing: -0.028em; line-height: 1.08; color: var(--ink); }
.display {
  font-size: clamp(2.4rem, 6.4vw, 4.4rem);
  font-weight: 600; letter-spacing: -0.035em; line-height: 1.05;
}
.section__title { font-size: clamp(1.9rem, 4.4vw, 3.1rem); letter-spacing: -0.032em; }
.section__head { text-align: center; max-width: var(--maxw-narrow); margin: 0 auto var(--head-mb); }
.section__sub { margin-top: 16px; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.28rem); font-weight: 400; letter-spacing: -0.01em; }
.lead { color: var(--muted); font-size: clamp(1.1rem, 1.9vw, 1.4rem); font-weight: 400; letter-spacing: -0.014em; }

/* ---------- botões (pill Apple) ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 26px; font-size: 1rem; font-weight: 500; letter-spacing: -0.01em;
  border-radius: 980px; border: 1px solid transparent; cursor: pointer;
  transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}
.btn--lg { padding: 15px 32px; font-size: 1.06rem; }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: #000; transform: translateY(-2px); }
.btn--gold { background: linear-gradient(135deg, #b98a52 0%, #a97c46 100%); color: #fff; box-shadow: 0 12px 28px -12px rgba(169,124,70,.7); }
.btn--gold:hover { background: linear-gradient(135deg, #8a5f33 0%, #6f4a28 100%); transform: translateY(-2px); box-shadow: 0 16px 34px -12px rgba(169,124,70,.8); }
.btn--light { background: var(--bg-soft); color: var(--ink); border-color: var(--line); }
.btn--light:hover { background: #ececef; transform: translateY(-2px); }
.btn--wa { background: #29221a; color: #fff; }
.btn--wa:hover { background:#000; transform: translateY(-2px); }

.txtlink {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 1.04rem; font-weight: 500; color: var(--gold);
  transition: gap .25s var(--ease), opacity .25s;
}
.txtlink svg { width: 16px; height: 16px; transition: transform .25s var(--ease); }
.txtlink:hover { gap: 9px; }
.txtlink:hover svg { transform: translateX(2px); }

/* ---------- top aviso ---------- */
.topbar {
  background: var(--ink); color: #fff;
  display: flex; align-items: center; justify-content: center; gap: 11px; flex-wrap: wrap;
  text-align: center; font-size: .8rem; font-weight: 500; letter-spacing: .01em;
  padding: 10px 16px; border-bottom: 1px solid rgba(169,124,70,.3);
}
.topbar strong { color: var(--gold); font-weight: 600; }
.topbar__sep { color: rgba(255,255,255,.3); }
.topbar__pulse {
  width: 7px; height: 7px; border-radius: 50%; background: var(--gold); flex: 0 0 auto;
  box-shadow: 0 0 0 0 rgba(169,124,70,.6); animation: tbPulse 2.2s infinite;
}
@keyframes tbPulse {
  0% { box-shadow: 0 0 0 0 rgba(169,124,70,.6); }
  70% { box-shadow: 0 0 0 8px rgba(169,124,70,0); }
  100% { box-shadow: 0 0 0 0 rgba(169,124,70,0); }
}

/* ---------- header ---------- */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.72);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid transparent;
  transition: background .4s var(--ease), border-color .4s var(--ease);
}
.header.scrolled { background: rgba(255,255,255,.9); border-bottom-color: var(--line-soft); }
.header__inner { display: flex; align-items: center; justify-content: space-between; height: var(--nav-h); }
.brand img { height: 30px; width: auto; display: block; }
.nav { display: flex; align-items: center; gap: 34px; }
.nav > a, .nav__link { font-size: .92rem; font-weight: 400; color: var(--ink-2); position: relative; transition: color .25s; cursor: pointer; }
.nav > a:hover, .nav__link:hover { color: var(--ink); }
.nav > a::after, .nav__link::after { content: ''; position: absolute; left: 0; bottom: -5px; height: 1.5px; width: 0; background: var(--gold); transition: width .3s var(--ease); }
.nav > a:hover::after, .nav__item:hover .nav__link::after { width: 100%; }

/* submenu */
.nav__item { position: relative; display: flex; align-items: center; }
.nav__link { display: inline-flex; align-items: center; gap: 5px; }
.nav__chev { width: 11px; height: 11px; transition: transform .3s var(--ease); }
.nav__item:hover .nav__chev { transform: rotate(180deg); }
.subnav {
  position: absolute; top: 100%; left: 50%; margin-top: 12px;
  transform: translateX(-50%) translateY(6px);
  min-width: 244px; padding: 8px;
  background: rgba(255,255,255,.82); backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border: 1px solid var(--line-soft); border-radius: 16px;
  box-shadow: 0 26px 54px -22px rgba(0,0,0,.3);
  opacity: 0; visibility: hidden; transition: opacity .3s var(--ease), transform .3s var(--ease);
}
.subnav::before { content: ''; position: absolute; top: -14px; left: 0; right: 0; height: 14px; }
.nav__item:hover .subnav { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.subnav a { display: block; padding: 11px 14px; border-radius: 10px; font-size: .9rem; color: var(--ink-2); transition: background .2s, color .2s; }
.subnav a::after { display: none; }
.subnav a:hover { background: var(--bg-soft); color: var(--ink); }
.nav__cta { font-size: .9rem; padding: 8px 18px; }
.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav__toggle span { width: 22px; height: 1.5px; background: var(--ink); border-radius: 2px; transition: .3s var(--ease); }
.nav__toggle.active span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav__toggle.active span:nth-child(2) { opacity: 0; }
.nav__toggle.active span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ---------- hero (background do ambiente da clínica) ---------- */
.hero {
  position: relative; display: flex; align-items: center;
  min-height: clamp(560px, 88vh, 820px);
  padding: clamp(80px, 12vw, 120px) 0; overflow: hidden; color: #fff;
}
.hero__bg {
  position: absolute; inset: -16px; background-size: cover; background-position: center;
  transform: scale(1.12); animation: heroZoom 16s ease-out forwards; will-change: transform;
  filter: blur(4px) saturate(1.05);
}
@keyframes heroZoom { to { transform: scale(1.06); } }
.hero__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(13,10,7,.56) 0%, rgba(13,10,7,.42) 48%, rgba(13,10,7,.64) 100%);
}
.hero__inner { position: relative; z-index: 2; max-width: 720px; text-align: left; }
.hero .display { margin-bottom: 22px; color: #fff; text-shadow: 0 2px 30px rgba(0,0,0,.25); }
.hero__lead { max-width: 580px; margin: 0 0 34px; color: rgba(255,255,255,.92); }
.hero__actions { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.eyebrow--light { color: #dcc29a; }
.txtlink--light { color: #fff; }
.txtlink--light:hover { color: #dcc29a; }

/* ---------- seções base ---------- */
.section { padding: var(--section-y) 0; }
.section--soft { background: var(--bg-soft); }

/* ---------- stats ---------- */
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: center; }
.stat__num { font-size: clamp(2.4rem, 5vw, 3.6rem); font-weight: 600; letter-spacing: -0.04em; color: var(--ink); line-height: 1; }
.stat__label { margin-top: 10px; font-size: .96rem; color: var(--muted); font-weight: 400; }

/* ---------- serviços (feature rows) ---------- */
.feature {
  display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap-2col);
  align-items: center; margin-bottom: var(--block-gap);
}
.feature:last-child { margin-bottom: 0; }
.feature--rev .feature__media { order: 2; }
.feature__media {
  border-radius: var(--radius); overflow: hidden; background: var(--bg);
  aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 30px 60px -40px rgba(0,0,0,.4); position: relative;
}
.feature--soft .feature__media { background: #fff; }
.feature__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.feature__media--contain { padding: 12%; }
.feature__media--contain img { object-fit: contain; }
.feature:hover .feature__media img { transform: scale(1.04); }
.feature__num { font-size: .82rem; font-weight: 600; color: var(--gold); letter-spacing: .04em; margin-bottom: 10px; }
.feature__body h3 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); letter-spacing: -0.03em; margin-bottom: 16px; }
.feature__body p { color: var(--muted); font-size: 1.08rem; margin-bottom: 20px; max-width: 460px; }

/* ---------- banner CTA ---------- */
.cta { text-align: center; }
.cta__card {
  background: linear-gradient(135deg, #f4ede1 0%, #efe7d9 100%);
  border: 1px solid rgba(169,124,70,.18);
  border-radius: var(--radius-lg);
  padding: clamp(56px, 8vw, 96px) 28px; max-width: var(--maxw); margin: 0 auto;
}
.cta__card h2 { font-size: clamp(2rem, 4.6vw, 3.2rem); letter-spacing: -0.032em; margin-bottom: 14px; }
.cta__card p { color: var(--muted); font-size: 1.18rem; margin-bottom: 30px; }

/* ---------- galeria ---------- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.gallery figure { overflow: hidden; border-radius: 20px; aspect-ratio: 1/1; background: var(--bg-soft); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.gallery figure:hover img { transform: scale(1.06); }

/* ---------- avaliações Google ---------- */
.greviews {
  display: flex; align-items: center; gap: 26px; flex-wrap: wrap; justify-content: center;
  max-width: 640px; margin: 0 auto 44px; background: #fff;
  border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 22px 30px; box-shadow: 0 30px 60px -46px rgba(0,0,0,.35);
}
.greviews__g { flex: 0 0 auto; line-height: 0; }
.greviews__score { text-align: left; }
.greviews__top { display: flex; align-items: baseline; gap: 12px; }
.greviews__top strong { font-size: 2.4rem; font-weight: 600; letter-spacing: -0.04em; line-height: 1; color: var(--ink); }
.greviews__stars { color: #fbbc04; letter-spacing: .08em; font-size: 1.15rem; }
.greviews__cap { display: block; font-size: .86rem; color: var(--muted); margin-top: 4px; }
.greviews__btn { margin-left: auto; }
.greviews__cta { text-align: center; margin-top: 40px; }

/* ---------- depoimentos ---------- */
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.testi__g { display: inline-flex; align-items: center; gap: 7px; }
.testi__g svg { flex: 0 0 auto; }
.testi {
  background: var(--bg); border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 34px 30px; transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.testi:hover { transform: translateY(-6px); box-shadow: 0 30px 50px -34px rgba(0,0,0,.3); }
.testi__stars { color: var(--gold); letter-spacing: .12em; margin-bottom: 16px; font-size: 1rem; }
.testi p { color: var(--ink-2); font-size: 1.04rem; margin-bottom: 22px; letter-spacing: -0.01em; }
.testi footer strong { display: block; font-weight: 600; color: var(--ink); }
.testi footer span { font-size: .86rem; color: var(--muted-2); }

/* ---------- sobre ---------- */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap-2col); align-items: center; }
.about__media { border-radius: var(--radius); overflow: hidden; box-shadow: 0 30px 60px -40px rgba(0,0,0,.4); }
.about__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.about:hover .about__media img { transform: scale(1.04); }
.about__body h2 { font-size: clamp(1.8rem, 3.4vw, 2.7rem); letter-spacing: -0.03em; margin-bottom: 18px; }
.about__body p { color: var(--muted); font-size: 1.08rem; margin-bottom: 16px; }
.about__body .btn { margin-top: 10px; }

/* ---------- equipe e ambiente (colagem) ---------- */
.ambiente { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap-2col); align-items: center; }
.ambiente__gallery { position: relative; margin-right: clamp(18px, 3.5vw, 42px); margin-bottom: clamp(28px, 4vw, 46px); }
.ambiente__main { border-radius: var(--radius); overflow: hidden; aspect-ratio: 1/1; box-shadow: 0 44px 80px -46px rgba(0,0,0,.55); }
.ambiente__main img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.ambiente:hover .ambiente__main img { transform: scale(1.04); }
.ambiente__float {
  position: absolute; width: 44%; aspect-ratio: 1/1; overflow: hidden;
  right: calc(-1 * clamp(18px, 3.5vw, 42px)); bottom: calc(-1 * clamp(28px, 4vw, 46px));
  border-radius: 18px; border: 6px solid #fff; box-shadow: 0 26px 50px -24px rgba(0,0,0,.5);
}
.ambiente__float img { width: 100%; height: 100%; object-fit: cover; }
.ambiente__body h2 { font-size: clamp(1.8rem, 3.4vw, 2.7rem); letter-spacing: -0.03em; margin-bottom: 18px; }
.ambiente__body p { color: var(--muted); font-size: 1.08rem; margin-bottom: 16px; }
.ambiente__body .btn { margin-top: 14px; }

/* ---------- FAQ ---------- */
.faq { max-width: var(--maxw-narrow); margin: 0 auto; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q {
  width: 100%; background: none; border: 0; cursor: pointer; text-align: left;
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 26px 2px; font-size: clamp(1.05rem, 2vw, 1.3rem); font-weight: 500;
  letter-spacing: -0.02em; color: var(--ink); transition: color .25s;
}
.faq__q:hover { color: var(--gold); }
.faq__ico { flex: 0 0 auto; width: 22px; height: 22px; position: relative; transition: transform .4s var(--ease); }
.faq__ico::before, .faq__ico::after { content: ''; position: absolute; background: var(--muted); transition: .4s var(--ease); }
.faq__ico::before { top: 50%; left: 0; width: 100%; height: 1.5px; transform: translateY(-50%); }
.faq__ico::after { left: 50%; top: 0; height: 100%; width: 1.5px; transform: translateX(-50%); }
.faq__item.open .faq__ico { transform: rotate(135deg); }
.faq__item.open .faq__ico::before, .faq__item.open .faq__ico::after { background: var(--gold); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .5s var(--ease); }
.faq__a p { color: var(--muted); font-size: 1.04rem; padding: 0 2px 26px; max-width: 660px; }

/* ---------- contato ---------- */
.contact { display: grid; grid-template-columns: 1fr 1.15fr; gap: var(--gap-2col); align-items: stretch; }
.contact__item { display: flex; gap: 18px; margin-bottom: 30px; align-items: flex-start; }
.contact__ico { width: 44px; height: 44px; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; background: var(--bg-soft); border-radius: 50%; font-size: 1.1rem; }
.contact__item h4 { font-size: 1.06rem; font-weight: 600; margin-bottom: 3px; }
.contact__item p, .contact__item a { color: var(--muted); font-size: 1.02rem; }
.contact__item a:hover { color: var(--gold); }
.contact .btn { margin-top: 6px; }
.contact__map { border-radius: var(--radius); overflow: hidden; min-height: 400px; box-shadow: 0 30px 60px -42px rgba(0,0,0,.4); }
.contact__map iframe { width: 100%; height: 100%; min-height: 400px; border: 0; filter: grayscale(.2) contrast(1.02); }

/* ---------- footer ---------- */
.footer { background: var(--bg-soft); border-top: 1px solid var(--line-soft); padding-top: 64px; }
.footer__inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 44px; padding-bottom: 48px; }
.footer__logo { height: 34px; width: auto; margin-bottom: 16px; }
.footer__brand p { max-width: 320px; color: var(--muted); font-size: .94rem; }
.footer__col h5 { font-size: .92rem; font-weight: 600; color: var(--ink); margin-bottom: 16px; }
.footer__col a, .footer__col span { display: block; font-size: .92rem; color: var(--muted); margin-bottom: 10px; transition: color .25s; }
.footer__col a:hover { color: var(--gold); }
.footer__bottom { border-top: 1px solid var(--line); padding: 22px 0; }
.footer__bottom p { font-size: .8rem; color: var(--muted-2); text-align: center; line-height: 1.8; }

/* ---------- whatsapp flutuante ---------- */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 200; width: 56px; height: 56px;
  border-radius: 50%; background: #25d366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 28px -8px rgba(37,211,102,.6);
  transition: transform .3s var(--ease);
}
.wa-float:hover { transform: scale(1.1); }

/* ---------- reveal (fade-up sutil, estilo Apple) ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out); }
.reveal.is-visible { opacity: 1; transform: none; }

/* ---------- nav: página ativa ---------- */
.nav > a.is-active, .nav__link.is-active { color: var(--ink); }
.nav > a.is-active::after, .nav__link.is-active::after { width: 100%; }

/* ---------- page hero (páginas internas) ---------- */
.page-hero { background: var(--bg-soft); padding: clamp(50px,8vw,96px) 0 clamp(42px,6vw,68px); border-bottom: 1px solid var(--line-soft); text-align: center; }
.page-hero h1 { font-size: clamp(2.1rem,5vw,3.5rem); letter-spacing: -0.035em; }
.page-hero p { color: var(--muted); font-size: clamp(1.05rem,1.8vw,1.3rem); max-width: 660px; margin: 18px auto 0; }
.page-hero .btn { margin-top: 30px; }
.breadcrumb { font-size: .84rem; color: var(--muted-2); margin-bottom: 16px; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span { margin: 0 8px; opacity: .5; }

/* ---------- cards de tratamento (home) ---------- */
.tcards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.tcard { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line-soft); border-radius: var(--radius); overflow: hidden; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.tcard:hover { transform: translateY(-6px); box-shadow: 0 32px 60px -34px rgba(0,0,0,.28); }
.tcard__media { aspect-ratio: 16/10; overflow: hidden; background: var(--bg-soft); }
.tcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.tcard:hover .tcard__media img { transform: scale(1.05); }
.tcard__media--contain { display: flex; align-items: center; justify-content: center; padding: 5%; }
.tcard__media--contain img { object-fit: contain; }
.tcard__body { padding: 28px 28px 30px; display: flex; flex-direction: column; flex: 1; }
.tcard__num { font-size: .8rem; font-weight: 600; color: var(--gold); margin-bottom: 8px; }
.tcard__body h3 { font-size: 1.42rem; letter-spacing: -0.02em; margin-bottom: 10px; }
.tcard__body p { color: var(--muted); font-size: .98rem; margin-bottom: 18px; flex: 1; }

/* ---------- benefícios ---------- */
.benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--gap) clamp(32px, 4vw, 56px); max-width: 900px; margin: 0 auto; }
.benefit { display: flex; gap: 15px; align-items: flex-start; }
.benefit__ico { flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%; background: rgba(169,124,70,.14); color: var(--gold); display: flex; align-items: center; justify-content: center; font-size: .82rem; font-weight: 700; margin-top: 2px; }
.benefit h4 { font-size: 1.06rem; margin-bottom: 4px; }
.benefit p { color: var(--muted); font-size: .96rem; }

/* ---------- formulário de contato ---------- */
.cform { display: grid; gap: 16px; max-width: 640px; }
.cform .cform__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cform label { font-size: .82rem; font-weight: 500; color: var(--ink-2); display: block; margin-bottom: 7px; }
.cform input, .cform textarea { width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; font-family: inherit; font-size: 1rem; color: var(--ink); background: #fff; transition: border-color .25s, box-shadow .25s; }
.cform input:focus, .cform textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(169,124,70,.14); }
.cform textarea { min-height: 130px; resize: vertical; }
.cform .btn { justify-self: start; margin-top: 4px; }

/* ============================================================
   efeitos "tech" (aurora, tilt 3D, spotlight, progresso)
   ============================================================ */

/* barra de progresso de scroll */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0; z-index: 300;
  background: linear-gradient(90deg, #dcc29a, #a97c46, #dcc29a);
  box-shadow: 0 0 14px rgba(169,124,70,.65); transition: width .08s linear;
}

/* aurora suave (glow em movimento) */
.cta__card, .page-hero { position: relative; overflow: hidden; }
.cta__card > *, .page-hero > * { position: relative; z-index: 2; }
.cta__card::before, .cta__card::after,
.page-hero::before, .page-hero::after {
  content: ''; position: absolute; border-radius: 50%;
  filter: blur(70px); pointer-events: none; z-index: 0;
}
.cta__card::before { width: 460px; height: 460px; opacity: .8; top: -150px; left: -90px;
  background: radial-gradient(circle, rgba(220,194,154,1), transparent 70%); animation: auroraA 15s ease-in-out infinite; }
.cta__card::after { width: 520px; height: 520px; opacity: .7; bottom: -180px; right: -100px;
  background: radial-gradient(circle, rgba(169,124,70,.95), transparent 70%); animation: auroraB 18s ease-in-out infinite; }
.page-hero::before { width: 360px; height: 360px; opacity: .4; top: -160px; right: 8%;
  background: radial-gradient(circle, rgba(220,194,154,.7), transparent 70%); animation: auroraB 17s ease-in-out infinite; }
.page-hero::after { width: 300px; height: 300px; opacity: .28; bottom: -160px; left: 4%;
  background: radial-gradient(circle, rgba(169,124,70,.6), transparent 70%); animation: auroraA 20s ease-in-out infinite; }
@keyframes auroraA { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(70px,40px) scale(1.12); } }
@keyframes auroraB { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-60px,-34px) scale(1.1); } }

/* cards 3D com spotlight que segue o mouse */
.tcard { position: relative; transform-style: preserve-3d; will-change: transform; transition: transform .18s ease-out, box-shadow .4s var(--ease); }
.tcard::after, .testi::after {
  content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  opacity: 0; transition: opacity .35s var(--ease); z-index: 3;
  background: radial-gradient(360px circle at var(--mx,50%) var(--my,50%), rgba(169,124,70,.14), transparent 62%);
}
.testi { position: relative; overflow: hidden; }
.tcard:hover::after, .testi:hover::after { opacity: 1; }
.tcard__body, .tcard__media { transform: translateZ(0.01px); }

/* imagens dos serviços: tilt 3D + spotlight + sheen */
.feature__media { position: relative; transform-style: preserve-3d; will-change: transform; transition: transform .2s ease-out, box-shadow .5s var(--ease); }
.feature__media::before {
  content: ''; position: absolute; top: 0; left: -140%; width: 55%; height: 100%; z-index: 4;
  transform: skewX(-18deg); pointer-events: none; transition: left .9s var(--ease);
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.5), transparent);
}
.feature__media:hover::before { left: 140%; }

/* badges de vidro no hero */
.hero__badges { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.hglass {
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 980px;
  font-size: .86rem; font-weight: 500; color: #fff;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28);
  backdrop-filter: blur(12px) saturate(160%); -webkit-backdrop-filter: blur(12px) saturate(160%);
}
.hglass svg { flex: 0 0 auto; }
.hglass .gstars { color: #fbbc04; letter-spacing: .05em; }

/* faixa rolante (marquee) estilo Ocean */
.marquee { overflow: hidden; padding: 20px 0; background: var(--bg); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); position: relative; }
.marquee::before, .marquee::after { content: ''; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2; pointer-events: none; }
.marquee::before { left: 0; background: linear-gradient(90deg, var(--bg), transparent); }
.marquee::after { right: 0; background: linear-gradient(270deg, var(--bg), transparent); }
.marquee__track { display: flex; width: max-content; animation: marquee 34s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item { position: relative; display: inline-flex; align-items: center; padding: 0 38px; font-size: .98rem; font-weight: 500; letter-spacing: -0.01em; color: var(--ink-2); white-space: nowrap; }
.marquee__item::after { content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 15px; background: var(--line); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* grade técnica sutil (fundo) */
.gridlines { position: relative; }
.gridlines::before {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: linear-gradient(90deg, rgba(120,120,130,.045) 1px, transparent 1px);
  background-size: 52px 52px; -webkit-mask-image: radial-gradient(70% 70% at 50% 40%, #000, transparent);
  mask-image: radial-gradient(70% 70% at 50% 40%, #000, transparent);
}
.gridlines > .container { position: relative; z-index: 1; }

/* revelação em cascata (conecta os itens em sequência) */
.stagger > * { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); }
.stagger.in > * { opacity: 1; transform: none; }

/* brilho ao redor do logo do Google nas avaliações */
.greviews { position: relative; overflow: hidden; }
.greviews::before {
  content: ''; position: absolute; width: 220px; height: 220px; border-radius: 50%;
  top: 50%; left: 56px; transform: translateY(-50%); filter: blur(55px); z-index: 0;
  background: radial-gradient(circle, rgba(66,133,244,.16), rgba(52,168,83,.12), transparent 70%);
}
.greviews > * { position: relative; z-index: 1; }

@media (prefers-reduced-motion: reduce) {
  .cta__card::before, .cta__card::after, .page-hero::before, .page-hero::after { animation: none !important; }
}

/* ============================================================
   responsivo
   ============================================================ */
@media (max-width: 900px) {
  .nav, .nav__cta { display: none; }
  .nav__toggle { display: flex; }
  .nav.open { display: flex; flex-direction: column; gap: 0; position: absolute; top: 100%; left: 0; right: 0; background: rgba(255,255,255,.97); backdrop-filter: blur(20px); padding: 6px 28px 22px; border-bottom: 1px solid var(--line-soft); }
  .nav.open a { padding: 15px 0; border-bottom: 1px solid var(--line-soft); font-size: 1.02rem; }
  .nav.open .nav__item { flex-direction: column; align-items: stretch; }
  .nav.open .nav__chev { display: none; }
  .nav.open .subnav { position: static; opacity: 1; visibility: visible; transform: none; margin: 0; padding: 0 0 0 18px; min-width: 0; background: none; backdrop-filter: none; -webkit-backdrop-filter: none; border: 0; box-shadow: none; }
  .nav.open .subnav::before { display: none; }
  .nav.open .subnav a { padding: 13px 0; font-size: .96rem; color: var(--muted); border-radius: 0; }
  .feature, .about, .contact, .ambiente { grid-template-columns: 1fr; }
  .ambiente__gallery { margin: 0 0 26px; max-width: 520px; }
  .ambiente__float { position: static; width: 56%; margin: -16% 0 0 auto; border-width: 5px; }
  .feature--rev .feature__media, .feature__media { order: 0 !important; }
  .feature { margin-bottom: 56px; }
  .testimonials { grid-template-columns: 1fr; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); gap: 40px 20px; }
  .about__media { order: 2; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .footer__inner { grid-template-columns: 1fr; gap: 30px; }
  .tcards, .benefits { grid-template-columns: 1fr; }
  .cform .cform__row { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .container { padding: 0 20px; }
  .gallery { grid-template-columns: 1fr 1fr; gap: 12px; }
  .hero { min-height: 0; padding: clamp(80px, 22vw, 120px) 0; }
  .hero__scrim { background: linear-gradient(180deg, rgba(13,10,7,.62) 0%, rgba(13,10,7,.5) 50%, rgba(13,10,7,.68) 100%); }
  .hero__actions { flex-direction: column; align-items: stretch; gap: 16px; }
  .hero__actions .btn { width: 100%; }
  .hero__actions .txtlink { justify-content: center; }
  .greviews { flex-direction: column; text-align: center; gap: 16px; padding: 26px 22px; }
  .greviews__score, .greviews__top { text-align: center; justify-content: center; }
  .greviews__btn { margin-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   Dr. Leonardo Andrade · componentes específicos
   ============================================================ */

/* marca (monograma, sem logo por enquanto) */
.brand__logo { display: flex; align-items: center; gap: 12px; }
.brand__mark { width: 42px; height: 42px; border-radius: 12px; background: var(--gold); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1rem; letter-spacing: .01em; flex: 0 0 auto; }
.brand__name { display: flex; flex-direction: column; line-height: 1.05; }
.brand__name strong { font-size: 1rem; font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }
.brand__name span { font-size: .64rem; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; margin-top: 3px; }

/* hero split (claro, texto + foto placeholder) */
.lhero { padding: clamp(52px, 7vw, 92px) 0 clamp(40px, 6vw, 76px); background: var(--bg); }
.lhero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.lhero h1 { font-size: clamp(2.2rem, 4.8vw, 3.6rem); letter-spacing: -0.037em; line-height: 1.05; margin-bottom: 20px; }
.lhero .lead { margin-bottom: 30px; }
.lhero__actions { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.lhero__badges { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.lbadge { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 980px; font-size: .82rem; font-weight: 500; color: #855a30; background: rgba(169,124,70,.08); border: 1px solid rgba(169,124,70,.2); }
.lbadge svg { width: 15px; height: 15px; color: var(--gold); }
.lhero__photo { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/5; background: linear-gradient(160deg, #f4ede1, #e7dac7); box-shadow: 0 40px 80px -46px rgba(0,0,0,.4); display: flex; align-items: center; justify-content: center; }
.lhero__photo::after { content: ''; position: absolute; inset: 14px; border: 1px solid rgba(169,124,70,.25); border-radius: calc(var(--radius-lg) - 12px); pointer-events: none; }
.photo-ph { text-align: center; color: var(--muted); padding: 24px; }
.photo-ph svg { width: 54px; height: 54px; color: var(--gold); opacity: .7; margin-bottom: 14px; }
.photo-ph span { display: block; font-size: .9rem; }

/* pilares da essência */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.pillar { padding: 34px 30px; border: 1px solid var(--line-soft); border-radius: var(--radius); background: #fff; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.pillar:hover { transform: translateY(-5px); box-shadow: 0 30px 60px -40px rgba(0,0,0,.22); }
.pillar__ico { width: 48px; height: 48px; border-radius: 13px; background: rgba(169,124,70,.1); color: var(--gold); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.pillar__ico svg { width: 24px; height: 24px; }
.pillar h3 { font-size: 1.24rem; letter-spacing: -0.02em; margin-bottom: 10px; }
.pillar p { color: var(--muted); font-size: .99rem; }

/* cards de áreas de atuação (com ícones) */
.areas { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.areacard { display: flex; flex-direction: column; padding: 32px 28px; background: #fff; border: 1px solid var(--line-soft); border-radius: var(--radius); transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease); }
.areacard:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -38px rgba(0,0,0,.26); border-color: rgba(169,124,70,.32); }
.areacard__ico { width: 54px; height: 54px; border-radius: 15px; background: rgba(169,124,70,.09); color: var(--gold); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; }
.areacard__ico svg { width: 27px; height: 27px; }
.areacard h3 { font-size: 1.2rem; letter-spacing: -0.02em; margin-bottom: 10px; }
.areacard p { color: var(--muted); font-size: .95rem; margin-bottom: 18px; flex: 1; }
.areacard .txtlink { margin-top: auto; }

/* seção escura (perícia / faixa institucional) */
.section--ink { background: var(--ink); color: #fff; }
.section--ink .section__title, .section--ink h2, .section--ink h3, .section--ink h4 { color: #fff; }
.section--ink .eyebrow { color: #dcc29a; }
.section--ink p { color: rgba(255,255,255,.76); }
.section--ink .section__sub { color: rgba(255,255,255,.7); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: var(--gap-2col); align-items: center; }
.split__panel { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 36px; }
.split__panel .benefit p { color: rgba(255,255,255,.72); }
.split__panel .benefit h4 { color: #fff; }
.split__panel .benefit__ico { background: rgba(220,194,154,.16); color: #7ccfc9; }

/* responsivo dos componentes novos */
@media (max-width: 900px) {
  .lhero__grid, .split, .pericia__grid { grid-template-columns: 1fr; }
  .lhero__photo { order: -1; max-width: 420px; margin: 0 auto; }
  .pillars, .areas { grid-template-columns: 1fr; }
}
@media (min-width: 641px) and (max-width: 900px) {
  .pillars, .areas { grid-template-columns: 1fr 1fr; }
}

/* painel de ícone e checklist (páginas de procedimento) */
.iconpanel { background: linear-gradient(160deg, #f4ede1, #e7dac7); border: 1px solid var(--line-soft); border-radius: var(--radius-lg); aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; box-shadow: 0 30px 60px -46px rgba(0,0,0,.3); }
.iconpanel svg { width: 92px; height: 92px; color: var(--gold); opacity: .85; }
.checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 34px; max-width: 900px; }
.checklist li { list-style: none; display: flex; gap: 12px; align-items: flex-start; color: var(--ink-2); font-size: 1rem; }
.checklist li svg { width: 20px; height: 20px; color: var(--gold); flex: 0 0 auto; margin-top: 3px; }
.prose { max-width: 760px; }
.prose p { color: var(--ink-2); font-size: 1.08rem; margin-bottom: 18px; }
@media (max-width: 640px) { .checklist { grid-template-columns: 1fr; } }


/* ============================================================
   REFINO · Marfim Editorial & Bronze Sóbrio (direção de arte)
   ============================================================ */
:root{ --bg:#faf6ef; --gold:#a97c46; --accent-dark:#855a30; --accent-light:#dcc29a; }
body{ background:#faf6ef; color:#29221a; }

/* topbar refinada (clara, discreta) */
.topbar{ background:#f4ede1 !important; color:#74654f !important; border-bottom:1px solid var(--line) !important; font-weight:500; letter-spacing:.02em; }

/* botão primário espresso + sombra leve (corrige sombra pesada) */
.btn--gold{ background:#322620 !important; color:#faf5ec !important; box-shadow:0 1px 2px rgba(58,42,26,.08) !important; }
.btn--gold:hover{ background:#46372c !important; transform:translateY(-2px); box-shadow:0 2px 6px rgba(58,42,26,.12), 0 1px 2px rgba(58,42,26,.06) !important; }

/* desliga glows/aurora para um look mais sóbrio */
.cta__card::before,.cta__card::after,.page-hero::before,.page-hero::after{ display:none !important; }
.cta__card{ background:#fdfbf6 !important; border:1px solid var(--line) !important; box-shadow:0 24px 60px -24px rgba(45,34,22,.16), 0 8px 24px -12px rgba(45,34,22,.08); }

/* cartões em marfim-claro + sombras suaves */
.pillar,.areacard{ background:#fdfbf6; box-shadow:0 1px 2px rgba(52,38,24,.04), 0 8px 24px -10px rgba(52,38,24,.08); }
.pillar:hover,.areacard:hover{ box-shadow:0 2px 6px rgba(52,38,24,.05), 0 18px 40px -14px rgba(52,38,24,.12); }
.areacard:hover{ transform:translateY(-3px); }
.about__media,.contact__map,.iconpanel,.lhero__photo{ box-shadow:0 24px 60px -24px rgba(45,34,22,.14), 0 8px 24px -12px rgba(45,34,22,.08); }

/* kicker em versalete + fio de bronze que se desenha ao surgir */
.eyebrow{ position:relative; display:inline-flex; align-items:center; gap:12px; text-transform:uppercase; font-size:.72rem; font-weight:600; letter-spacing:.16em; color:#855a30; }
.eyebrow::before{ content:''; width:28px; height:1px; background:var(--gold); transform:scaleX(0); transform-origin:left; transition:transform .9s cubic-bezier(.22,.61,.36,1); }
.reveal.is-visible .eyebrow::before, .section__head.is-visible .eyebrow::before{ transform:scaleX(1); }
.eyebrow--center{ justify-content:center; }
.section--ink .eyebrow{ color:#dcc29a; }

/* sublinhado em varredura nos links do rodapé + foco acessível */
:focus-visible{ outline:2px solid var(--gold); outline-offset:2px; border-radius:2px; }
.footer__col a{ background-image:linear-gradient(var(--gold),var(--gold)); background-size:0% 1px; background-position:0 100%; background-repeat:no-repeat; transition:background-size .35s ease, color .25s; }
.footer__col a:hover{ background-size:100% 1px; }

/* moldura fina de "diploma" no painel de ícone e na foto */
.iconpanel{ position:relative; }
.iconpanel::before{ content:''; position:absolute; inset:10px; border:1px solid #dcc29a; border-radius:calc(var(--radius-lg) - 8px); pointer-events:none; }
.lhero__photo::after{ border-color:rgba(169,124,70,.35); }

/* ken-burns lento (quando houver foto real) */
.lhero__photo img,.about__media img{ transform:scale(1.04); transition:transform 1.2s ease; }
.lhero__photo:hover img,.about:hover .about__media img{ transform:scale(1.07); }

/* textura sutil de papel marfim (camada única, discreta) */
body::after{ content:''; position:fixed; inset:0; z-index:70; pointer-events:none; mix-blend-mode:multiply; opacity:.035;
 background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

@media (prefers-reduced-motion: reduce){
  .eyebrow::before{ transform:scaleX(1); transition:none; }
  .lhero__photo img,.about__media img{ transform:none; transition:none; }
}

/* fotos reais nos boxes de retrato */
.lhero__photo{ position:relative; }
.lhero__photo img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; }
.lhero__photo .photo-ph{ position:relative; z-index:1; }

/* logo no header/rodapé */
.brand__img{ height:34px; width:auto; display:block; }
.footer__logoimg{ height:34px; width:auto; display:block; margin-bottom:16px; }
@media (max-width:540px){ .brand__img{ height:27px; } }

/* HERO com imagem de fundo esmaecida + texto por cima */
.lhero--bg{ position:relative; display:flex; align-items:center; min-height:clamp(520px,80vh,760px); padding:clamp(84px,10vw,120px) 0; overflow:hidden; }
.lhero--bg .lhero__bg{ position:absolute; inset:0; background-size:cover; background-position:center right; transform:scale(1.03); }
.lhero--bg .lhero__scrim{ position:absolute; inset:0;
  background:
    linear-gradient(90deg, rgba(250,246,239,.96) 0%, rgba(250,246,239,.9) 38%, rgba(250,246,239,.6) 72%, rgba(250,246,239,.35) 100%),
    linear-gradient(0deg, rgba(250,246,239,.55), rgba(250,246,239,0) 42%); }
.lhero--bg .lhero__inner{ position:relative; z-index:2; max-width:660px; }
.lhero--bg h1{ font-size:clamp(2.3rem,5vw,3.7rem); letter-spacing:-0.037em; line-height:1.05; margin-bottom:20px; color:#29221a; }
.lhero--bg .lead{ color:#48392b; margin-bottom:30px; max-width:560px; }
.lhero--bg .lhero__actions{ display:flex; gap:20px; align-items:center; flex-wrap:wrap; }
@media (max-width:640px){ .lhero--bg .lhero__scrim{ background:linear-gradient(0deg, rgba(250,246,239,.97), rgba(250,246,239,.72) 58%, rgba(250,246,239,.5)); } }

/* HERO: ancorar texto embaixo-esquerda e ampliar (menos vazio no centro) */
.lhero--bg{ align-items:flex-end; min-height:clamp(560px,88vh,840px); }
.lhero--bg .lhero__inner{ max-width:780px; text-align:left; padding-bottom:clamp(12px,5vh,56px); }
.lhero--bg h1{ font-size:clamp(2.7rem,6vw,4.5rem); line-height:1.03; letter-spacing:-0.04em; }
.lhero--bg .lead{ font-size:clamp(1.08rem,1.7vw,1.35rem); max-width:640px; margin-bottom:32px; }

/* Essência: colunas editoriais (numeral + hairline), distinto dos cards */
.values{ display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); }
.value{ padding:34px 34px; border-left:1px solid var(--line); }
.value:first-child{ border-left:0; padding-left:0; }
.value__k{ display:block; font-size:.8rem; font-weight:700; letter-spacing:.18em; color:#855a30; margin-bottom:16px; }
.value h3{ font-size:1.3rem; letter-spacing:-0.02em; margin-bottom:8px; }
.value p{ color:var(--muted); font-size:.99rem; }
@media (max-width:800px){ .values{ grid-template-columns:1fr; } .value{ border-left:0; border-top:1px solid var(--line); padding:26px 0; } .value:first-child{ border-top:0; } }

/* Perícia clara: painel de ícone + checklist */
.iconpanel--pericia svg{ width:82px; height:82px; }
.about--rev .iconpanel{ order:2; }
.about .checklist{ margin:8px 0 26px; grid-template-columns:1fr 1fr; }
@media (max-width:900px){ .about--rev .iconpanel{ order:0; } }
@media (max-width:640px){ .about .checklist{ grid-template-columns:1fr; } }

/* checklist centralizada (perícia) */
.checklist--center{ max-width:720px; margin-left:auto; margin-right:auto; }
