/* =========================================================================
   Bianca Seino Advogada — identidade da própria advogada
   Bordô #A91D1B (cor exata do logo dela) · dourado · creme · texto marrom
   escuro. Tipografia: Cormorant Garamond (display, casa com o logo serifado)
   + Mulish (corpo). Claro, elegante, sóbrio. Design editorial profissional.
   ========================================================================= */

:root {
  --bordo: #A91D1B;
  --bordo-deep: #851614;
  --bordo-tint: #F7E7E4;
  --gold: #B08D57;
  --gold-soft: #CDB488;
  --gold-tint: #F3EBDD;

  --cream: #FBF8F2;
  --cream-2: #F4EDE1;
  --ink: #2A2320;
  --ink-soft: #6E635B;
  --line: #E8DFCF;
  --white: #FFFFFF;

  --bg: var(--cream);
  --bg-alt: var(--cream-2);
  --card: var(--white);
  --text: var(--ink);
  --text-soft: var(--ink-soft);
  --border: var(--line);
  --accent: var(--bordo);
  --accent-hover: var(--bordo-deep);

  --display: "Lato", "Helvetica Neue", Arial, sans-serif;
  --body: "Lato", "Helvetica Neue", Arial, sans-serif;

  --step-0: clamp(0.95rem, 0.92rem + 0.1vw, 1rem);
  --step-1: clamp(1.02rem, 0.98rem + 0.2vw, 1.15rem);
  --step-2: clamp(1.3rem, 1.15rem + 0.6vw, 1.7rem);
  --step-3: clamp(1.6rem, 1.35rem + 1vw, 2.2rem);
  --step-4: clamp(2rem, 1.5rem + 2.1vw, 3.2rem);

  --wrap: 1160px;
  --gutter: clamp(1.25rem, 4vw, 3rem);
  --gap-section: clamp(2.5rem, 5.5vw, 4.25rem);
  --radius: 3px;
  --radius-lg: 5px;
  --shadow-sm: 0 1px 2px rgba(42,35,32,.05), 0 8px 20px -14px rgba(42,35,32,.2);
  --shadow-md: 0 2px 4px rgba(42,35,32,.05), 0 18px 40px -22px rgba(42,35,32,.28);
  --ease: cubic-bezier(.2,0,0,1);

  /* compat */
  --gold-accent: var(--gold); --latao: var(--gold);
  color-scheme: light;
}

/* ------------------------------------------------------------------ base */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--body); font-size: var(--step-0); line-height: 1.65; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 400; line-height: 1.08; margin: 0; color: var(--text); text-wrap: balance; }
p { margin: 0 0 1rem; max-width: 64ch; }
a { color: inherit; }
img { max-width: 100%; display: block; }
strong { font-weight: 700; color: var(--text); }

.wrap { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; }
.narrow { width: min(100% - 2 * var(--gutter), 720px); margin-inline: auto; }
.section { padding: var(--gap-section) 0; }
.surface-warm { background: var(--bg-alt); }
.surface-subtle { background: var(--white); }

/* kicker (Mulish 700 uppercase, dourado) */
.eyebrow { font-family: var(--body); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin: 0 0 1.1rem; display: inline-flex; align-items: center; gap: 0.7rem; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--gold); }
.subtitle { font-size: var(--step-1); line-height: 1.4; color: var(--text-soft); max-width: 46ch; font-family: var(--display); font-style: italic; }
.section-title { font-size: var(--step-3); max-width: 18ch; letter-spacing: -0.01em; }

/* ------------------------------------------------------------------ botões */
.btn { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--body); font-weight: 700; font-size: 0.86rem; letter-spacing: 0.02em; padding: 0.85rem 1.6rem; border-radius: var(--radius); text-decoration: none; border: 1.5px solid transparent; cursor: pointer; transition: background-color .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease); }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-hover); }
.btn-secondary { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-secondary:hover { background: var(--ink); color: #fff; }
.btn-ghost, .btn-on-dark { border-color: transparent; color: var(--accent); background: transparent; padding-inline: 0.4rem; }
.btn-ghost:hover, .btn-on-dark:hover { color: var(--accent-hover); }
.btn svg { width: 18px; height: 18px; }

/* ------------------------------------------------------------------ header */
.site-header { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--bg) 92%, transparent); backdrop-filter: saturate(1.1) blur(12px); border-bottom: 1px solid var(--border); }
.site-header .wrap { display: flex; align-items: center; gap: 1.5rem; min-height: 84px; }
.brand { display: flex; align-items: center; text-decoration: none; margin-right: auto; }
.brand-logo { height: 52px; width: auto; display: block; }
.nav { display: flex; align-items: center; gap: 1.7rem; }
.nav a { text-decoration: none; font-size: 0.88rem; font-weight: 600; color: var(--text-soft); transition: color .16s var(--ease); }
.nav a:hover { color: var(--accent); }
.header-cta { display: flex; align-items: center; gap: 0.8rem; }
.nav-toggle { display: none; background: transparent; border: 1px solid var(--border); border-radius: var(--radius); padding: 0.5rem 0.6rem; color: var(--ink); cursor: pointer; }
@media (max-width: 1000px) {
  .nav, .header-cta .btn-secondary { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav.open { display: flex; position: absolute; top: 84px; left: 0; right: 0; flex-direction: column; align-items: flex-start; gap: 0; background: var(--bg); border-bottom: 1px solid var(--border); padding: 0.5rem var(--gutter) 1rem; }
  .nav.open a { padding: 0.8rem 0; width: 100%; border-bottom: 1px solid var(--border); font-size: 0.98rem; }
}

/* ------------------------------------------------------------------ hero */
.hero { background: var(--bg); position: relative; overflow: hidden; }
.hero .wrap { padding: clamp(2rem, 4vw, 3.25rem) 0 clamp(2rem, 4vw, 3rem); display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.hero h1 { font-size: var(--step-4); font-weight: 400; line-height: 1.02; letter-spacing: -0.015em; }
.hero h1 em { font-style: italic; color: var(--accent); }
.hero .lede { font-size: 1.02rem; line-height: 1.55; color: var(--text-soft); margin-top: 1.1rem; max-width: 46ch; }
.hero .lede strong { color: var(--bordo); font-weight: 700; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2rem; }

.portrait { position: relative; padding: 0 14px 14px 0; }
.portrait::before { content: ""; position: absolute; right: 0; bottom: 0; width: 82%; height: 88%; border: 1px solid var(--gold); border-radius: var(--radius-lg); z-index: 0; }
.portrait-frame { position: relative; z-index: 1; aspect-ratio: 4 / 5; border-radius: var(--radius-lg); overflow: hidden; background: var(--cream-2); border: 1px solid var(--border); box-shadow: var(--shadow-md); }
.portrait-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 26%; }
.portrait-badge { position: absolute; left: -14px; bottom: 22px; z-index: 2; background: var(--accent); color: #fff; border-radius: var(--radius); padding: 0.65rem 1rem; box-shadow: var(--shadow-sm); }
.portrait-badge b { display: block; font-family: var(--display); font-weight: 600; font-size: 1.05rem; }
.portrait-badge span { font-family: var(--body); font-size: 0.66rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bordo-tint); }
@media (max-width: 860px) { .hero .wrap { grid-template-columns: 1fr; } .portrait { max-width: 360px; } }

/* stats */
.stats { display: flex; flex-wrap: wrap; gap: 2rem 3.5rem; margin-top: 2.6rem; padding-top: 1.8rem; border-top: 1px solid var(--border); }
.stat b { display: block; font-family: var(--display); font-weight: 600; font-size: clamp(1.7rem, 1.45rem + 1vw, 2.3rem); line-height: 1; color: var(--accent); }
.stat span { display: block; font-size: 0.74rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-soft); margin-top: 0.5rem; }

/* ------------------------------------------------------------------ pilares */
.pillars { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.25rem, 3vw, 2rem); margin-top: 2.8rem; }
.pillar { background: var(--card); border: 1px solid var(--border); border-top: 3px solid var(--accent); border-radius: var(--radius-lg); padding: clamp(1.8rem, 3vw, 2.6rem); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.pillar .tag { font-family: var(--body); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.pillar h3 { font-size: var(--step-2); margin: 0.5rem 0 0.6rem; }
.pillar > p { color: var(--text-soft); }
.pillar ul { list-style: none; margin: 1.1rem 0 1.6rem; padding: 0; display: grid; gap: 0.6rem; }
.pillar li { position: relative; padding-left: 1.6rem; font-size: 0.98rem; color: var(--text); }
.pillar li::before { content: ""; position: absolute; left: 0; top: 0.55em; width: 8px; height: 8px; border: 1.5px solid var(--gold); transform: rotate(45deg); }
.pillar .pillar-foot { margin-top: auto; display: flex; align-items: center; gap: 0.8rem 1.4rem; padding-top: 1.4rem; border-top: 1px solid var(--border); flex-wrap: wrap; }
@media (max-width: 720px) { .pillars { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------------ sobre + escritório */
.about-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.creds { list-style: none; margin: 1.8rem 0 0; padding: 0; display: grid; border-top: 2px solid var(--gold); }
.creds li { display: grid; grid-template-columns: 170px 1fr; gap: 1.2rem; padding: 0.95rem 0; border-bottom: 1px solid var(--border); font-size: 0.96rem; }
.creds li .k { font-family: var(--body); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); padding-top: 3px; }
.creds li .v { color: var(--text); }
.about-portrait { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow-sm); margin-bottom: 1.2rem; }
.about-portrait img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 26%; }
.office { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow-sm); background: var(--card); }
.office .photo { aspect-ratio: 4 / 3; background: var(--gold-tint); display: grid; place-content: center; gap: 0.6rem; text-align: center; color: var(--gold); }
.office .photo svg { width: 42px; height: 42px; margin-inline: auto; opacity: 0.85; }
.office .photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.office .photo .lbl { font-family: var(--body); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-soft); }
.office .cap { padding: 1.1rem 1.3rem; }
.office .cap b { display: block; font-family: var(--display); font-weight: 600; font-size: 1.2rem; color: var(--text); }
.office .cap span { font-size: 0.88rem; color: var(--text-soft); }
@media (max-width: 820px) { .about-grid { grid-template-columns: 1fr; } .creds li { grid-template-columns: 1fr; gap: 0.1rem; } }

/* ------------------------------------------------------------------ região / cidades */
.region { background: var(--bg-alt); border-block: 1px solid var(--border); }
.cities { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.8rem; }
.city-chip { display: inline-flex; align-items: center; gap: 0.5rem; text-decoration: none; background: var(--card); border: 1px solid var(--border); border-radius: 999px; padding: 0.55rem 1.15rem; font-size: 0.92rem; color: var(--text); transition: border-color .16s var(--ease), color .16s var(--ease); }
.city-chip:hover { border-color: var(--accent); color: var(--accent); }
.city-chip.sede { border-color: var(--gold); }
.city-chip.sede::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.region .note { font-size: 0.85rem; color: var(--text-soft); margin-top: 1.6rem; max-width: 72ch; }

.city-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 2.5rem; }
.city-card { text-decoration: none; color: var(--text); background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.6rem; box-shadow: var(--shadow-sm); transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.city-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
/* Card de cidade sem página própria (primeira entrega): não é clicável, então
   não pode sugerir clique com o hover-lift. Quando a cidade graduar e virar
   <a class="city-card">, o comportamento volta sozinho. */
div.city-card:hover { transform: none; box-shadow: var(--shadow-sm); }
span.city-chip:hover { border-color: var(--border); color: var(--text); }
span.city-chip.sede:hover { border-color: var(--gold); }
.city-card .cc-k { font-family: var(--body); font-size: 0.64rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.city-card h3 { font-size: var(--step-2); margin: 0.3rem 0; }
.city-card p { font-size: 0.9rem; color: var(--text-soft); margin: 0; }
.city-card .cc-more { display: inline-block; margin-top: 0.9rem; font-weight: 700; font-size: 0.82rem; color: var(--accent); }
@media (max-width: 820px) { .city-grid { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------------ prova social */
/* Antes: repeat(3, 1fr) fixo — fechava a linha com 3 depoimentos de exemplo,
   mas com os 4 REAIS (PR #2) o quarto ficava órfão sozinho na segunda linha.
   2 colunas fecham 2x2 e a medida de leitura foi MEDIDA em cada faixa, não
   estimada: 429px de texto em 1280, 337 em 900, 313 em 820, 251 em 700. Abaixo
   de 700 vira 1 coluna (a 2 colunas os cards ficariam estreitos demais).
   ⚠️ Se o número de depoimentos deixar de ser par, remedir: com 2 colunas um
   card ímpar sobra sozinho na última linha. */
.quotes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; margin-top: 2.5rem; }
/* margin:0 é load-bearing, não higiene. `.quote` é um <figure>, e o UA default
   é `margin: 1em 40px` — 80px horizontais que ninguém escolheu, em TODA largura.
   Medido: num celular de 375px o card ficava com 240 de 320 disponíveis, 25% da
   tela jogada fora. Estava assim desde o site original. */
.quote { margin: 0; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2rem 1.8rem; display: flex; flex-direction: column; gap: 1rem; box-shadow: var(--shadow-sm); position: relative; }
.quote::before { content: "\201C"; position: absolute; top: 0.3rem; left: 1.2rem; font-family: var(--display); font-weight: 700; font-size: 4rem; line-height: 1; color: var(--gold); opacity: 0.4; }
.quote .stars { color: var(--gold); letter-spacing: 3px; font-size: 0.85rem; margin-top: 1.4rem; }
.quote blockquote { margin: 0; font-family: var(--display); font-size: 1.3rem; line-height: 1.4; color: var(--text); }
.quote .who { display: flex; align-items: center; gap: 0.8rem; margin-top: auto; }
.quote .who .avatar { width: 44px; height: 44px; border-radius: 50%; flex: none; background: var(--bordo-tint); border: 1px solid var(--gold); display: grid; place-content: center; font-family: var(--display); font-weight: 700; color: var(--accent); }
.quote .who b { font-size: 0.9rem; color: var(--text); }
.quote .who span { display: block; font-size: 0.8rem; color: var(--text-soft); }
.quotes-note { font-size: 0.82rem; font-style: italic; color: var(--text-soft); margin-top: 1.4rem; }
/* 700px, não 820: a 820 as 2 colunas ainda dão ~313px de texto por card, que
   lê bem. Cortar antes disso deixava UM card ocupando a largura toda (673px de
   linha), que é pior que duas colunas apertadinhas. */
@media (max-width: 700px) { .quotes { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------------ blog */
.posts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.6rem; margin-top: 2.5rem; }
.post-card { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; text-decoration: none; color: var(--text); box-shadow: var(--shadow-sm); transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.post-card .thumb { aspect-ratio: 16 / 8; position: relative; overflow: hidden; display: grid; place-content: center; background: var(--bordo-tint); border-bottom: 1px solid var(--border); }
.post-card .thumb.crim { background: var(--gold-tint); }
.post-card .thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.post-card .thumb .kicker { position: absolute; left: 1.2rem; top: 1.2rem; background: var(--accent); color: #fff; font-family: var(--body); font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; padding: 0.32rem 0.75rem; border-radius: var(--radius); z-index: 2; }
.post-card .body { padding: 1.5rem 1.6rem 1.7rem; display: flex; flex-direction: column; gap: 0.6rem; }
.post-card h3 { font-size: var(--step-2); }
.post-card .meta { font-size: 0.72rem; color: var(--text-soft); letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; }
.post-card .excerpt { color: var(--text-soft); font-size: 0.95rem; }
.post-card .more { margin-top: 0.3rem; font-weight: 700; font-size: 0.84rem; color: var(--accent); }
@media (max-width: 720px) { .posts { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------------ contato */
.contact { background: var(--bg-alt); border-top: 1px solid var(--border); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); margin-top: 2.2rem; }
.contact-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 2rem; }
.contact-list li { display: grid; grid-template-columns: 34px 1fr; gap: 1.1rem; align-items: start; }
.contact-list li > span:last-child { display: flex; flex-direction: column; gap: 0.5rem; }
.contact-list .ic { color: var(--accent); padding-top: 3px; }
.contact-list .k { display: block; font-family: var(--body); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.contact-list .v { display: block; font-size: 1.02rem; color: var(--text); line-height: 1.75; }
.contact-list .v a { color: var(--accent); text-decoration: none; border-bottom: 1px solid var(--bordo-tint); }
.contact-list .v a:hover { border-color: var(--accent); }
.contact-card { background: var(--card); border: 1px solid var(--border); border-top: 3px solid var(--accent); border-radius: var(--radius-lg); padding: clamp(1.8rem, 3vw, 2.5rem); box-shadow: var(--shadow-sm); }
.contact-card h3 { color: var(--text); font-size: var(--step-2); }
.contact-card p { color: var(--text-soft); }
.wa-lines { display: grid; gap: 0.8rem; margin: 1.4rem 0; }
.wa-line { display: block; text-decoration: none; border: 1px solid var(--border); border-radius: var(--radius); padding: 1rem 1.2rem; transition: border-color .16s var(--ease), background-color .16s var(--ease); }
.wa-line:hover { border-color: var(--accent); background: var(--bordo-tint); }
.wa-line b { display: block; color: var(--text); font-family: var(--display); font-weight: 600; font-size: 1.15rem; }
.wa-line span { font-size: 0.82rem; color: var(--text-soft); }
@media (max-width: 720px) { .contact-grid { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------------ footer */
.site-footer { background: var(--bg-alt); color: var(--text-soft); border-top: 3px solid var(--gold); }
.site-footer .wrap { padding: 3rem 0; display: flex; flex-wrap: wrap; gap: 1.8rem 2rem; align-items: center; justify-content: space-between; }
.site-footer .brand-logo { height: 56px; }
.site-footer .legal { font-size: 0.78rem; max-width: 66ch; line-height: 1.7; margin-top: 0.8rem; color: var(--text-soft); }
.socials { display: flex; gap: 0.6rem; }
.socials a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--border); display: grid; place-content: center; color: var(--accent); transition: border-color .16s var(--ease); }
.socials a:hover { border-color: var(--accent); background: var(--bordo-tint); }
.socials svg { width: 18px; height: 18px; }

/* ------------------------------------------------------------------ marcadores discretos */
.tofill { color: var(--accent); font-weight: 700; font-size: 0.92em; }
.ph-note { font-size: 0.78rem; font-style: italic; color: var(--text-soft); }
.ph-label { display: inline-block; font-family: var(--body); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--gold-soft); border-radius: var(--radius); padding: 0.12rem 0.5rem; margin-right: 0.4rem; }

/* ------------------------------------------------------------------ páginas internas */
.page-head, .article-head, .city-hero { background: var(--bg-alt); border-bottom: 1px solid var(--border); }
.page-head .wrap, .article-head .wrap, .city-hero .wrap { padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(2.5rem, 5vw, 3.5rem); }
.page-head h1, .article-head h1, .city-hero h1 { font-size: var(--step-3); color: var(--text); max-width: 24ch; }
.page-head .lede, .city-hero .lede { font-size: var(--step-1); color: var(--text-soft); margin-top: 1.3rem; max-width: 48ch; font-family: var(--display); font-style: italic; }
.page-head .meta, .article-head .meta { margin-top: 1.5rem; color: var(--text-soft); font-size: 0.76rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; display: flex; flex-wrap: wrap; gap: 0.4rem 1.4rem; }

.prose { padding-block: clamp(2.5rem, 5vw, 4rem); }
.prose > * { max-width: 100%; }
.prose h2 { font-size: var(--step-2); margin: 2.6rem 0 1rem; }
.prose h3 { font-size: var(--step-1); margin: 2rem 0 0.6rem; }
.prose p, .prose li { font-size: 1.1rem; line-height: 1.8; color: var(--text); }
.prose ul, .prose ol { padding-left: 1.3rem; display: grid; gap: 0.5rem; margin: 0 0 1.4rem; }
.prose blockquote { margin: 2rem 0; padding: 1.3rem 1.6rem; border-left: 3px solid var(--gold); background: var(--bg-alt); border-radius: 0 var(--radius) var(--radius) 0; font-family: var(--display); font-weight: 500; font-size: 1.4rem; line-height: 1.35; color: var(--text); }
.prose .callout { background: var(--card); border: 1px solid var(--border); border-left: 3px solid var(--accent); border-radius: var(--radius); padding: 1.5rem 1.7rem; margin: 2rem 0; box-shadow: var(--shadow-sm); }
.prose .callout b { color: var(--accent); }
.prose .callout p { max-width: none; margin: 0; }
.prose a { color: var(--accent); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
/* botões dentro do prose não devem herdar o estilo de link (senão texto bordô sublinhado sobre fundo bordô) */
.prose a.btn { text-decoration: none; }
.prose a.btn-primary { color: #fff; }
.prose a.btn-secondary { color: var(--ink); }
.prose a.btn-ghost { color: var(--accent); }
.article-cta, .band-cta { background: var(--card); border: 1px solid var(--border); border-top: 3px solid var(--accent); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: clamp(2rem, 4vw, 3rem); margin-top: 3rem; text-align: center; }
.article-cta h3, .band-cta h3 { font-size: var(--step-2); margin-bottom: 0.6rem; color: var(--text); }
.article-cta p, .band-cta p { margin-inline: auto; color: var(--text-soft); }
.article-cta .btn, .band-cta .btn { margin-top: 1.4rem; }
.disclaimer { font-size: 0.82rem; color: var(--text-soft); border-top: 1px solid var(--border); padding-top: 1.3rem; margin-top: 2.5rem; }
.back-link { color: var(--accent); font-weight: 700; text-decoration: none; font-family: var(--body); }
.back-link:hover { text-decoration: underline; }

.feature-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 2.2rem; }
.feature { background: var(--card); border: 1px solid var(--border); border-top: 3px solid var(--gold); border-radius: var(--radius-lg); padding: 1.8rem; box-shadow: var(--shadow-sm); }
.feature .ic { color: var(--accent); margin-bottom: 0.8rem; } .feature .ic svg { width: 28px; height: 28px; }
.feature h3 { font-size: var(--step-1); margin-bottom: 0.4rem; }
.feature p { font-size: 0.95rem; color: var(--text-soft); margin: 0; }
@media (max-width: 720px) { .feature-row { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------------ util */
[data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
[data-reveal].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1; transform: none; transition: none; } }
a:focus-visible, .btn:focus-visible, button:focus-visible, .city-chip:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: var(--radius); }

/* ------------------------------------------------------------------ aviso de canal de WhatsApp
   Injetado em runtime por assets/channels.js quando o canal do escritório muda
   de número (NEW_NUMBER), está instável (INSTABILITY) ou está sob override
   manual (TEMP_NUMBER). Não existe no HTML: se o JS não rodar, não há aviso. */
.wa-notice { background: var(--bg-alt); border-bottom: 1px solid var(--border); }
.wa-notice-inner { padding: 0.6rem 0; display: flex; align-items: center; gap: 0.8rem; }
.wa-notice-text { margin: 0; flex: 1; font-family: var(--body); font-size: 0.82rem; line-height: 1.45; color: var(--text-soft); }
.wa-notice-close { flex: 0 0 auto; background: none; border: 0; cursor: pointer; font-size: 1.2rem; line-height: 1; padding: 0.2rem 0.4rem; color: var(--text-soft); border-radius: var(--radius); }
.wa-notice-close:hover { color: var(--accent); }
