:root {
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
  --font-plate: "Segoe UI", Tahoma, Verdana, sans-serif;
  --brand: #2a2118;
  --brand-deep: #17120c;
  --brand-2: #a8742c;
  --accent: #f0a500;
  --accent-deep: #d18c00;
  --plate-blue: #1a3f8f;
  --ok: #1f9d63;
  --ink: #16232e;
  --ink-soft: #3d4d5c;
  --muted: #6c7c8a;
  --bg: #ffffff;
  --soft: #f5f8fa;
  --line: #dde5ec;
  --link: #a8742c;
  --warn-bg: #fff8ec;
  --warn-line: #f0d9a8;
  --warn-ink: #b57b12;
  --foot-bg: #17120c;
}

/* formulario de contato */
.cform { max-width: 560px; margin: 26px 0 10px; }
.f-row { margin-bottom: 16px; display: grid; gap: 6px; }
.f-row label { font-size: 14px; font-weight: 600; color: var(--ink-soft); }
.cform input, .cform select, .cform textarea {
  font: inherit; font-size: 16px; padding: 11px 13px; border: 1px solid var(--line);
  border-radius: 9px; background: #fff; color: var(--ink); width: 100%;
}
.cform input:focus, .cform select:focus, .cform textarea:focus {
  outline: 2px solid var(--brand-2); outline-offset: 1px; border-color: var(--brand-2);
}
.cform textarea { resize: vertical; }

/* base.css - skin "placa". O bloco :root vem do build, a partir do config do site. */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.66;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--link); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--brand-2); }
svg { flex: none; }
.ic, .ic-ck, .ic-sm, .ic-tr, .ic-cd, .ic-ha, .ic-bt, .ic-bg, .ic-wr { width: 20px; height: 20px; }
.ic-sm { width: 17px; height: 17px; }
.ic-tr, .ic-cd, .ic-ha { width: 22px; height: 22px; }
.ic-bg { width: 14px; height: 14px; }

.wrap { width: min(1160px, 100% - 40px); margin-inline: auto; }
.skip {
  position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden;
  clip-path: inset(50%); white-space: nowrap; background: var(--brand); color: #fff; z-index: 99;
}
.skip:focus { width: auto; height: auto; clip-path: none; left: 12px; top: 12px; padding: 10px 16px; }

/* ---------------------------------------------------------------- topo */
.top {
  background: rgba(9, 24, 37, .92);
  backdrop-filter: saturate(1.4) blur(10px);
  color: #fff; position: sticky; top: 0; z-index: 40;
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.top-in { display: flex; align-items: center; gap: 28px; min-height: 66px; }
.brand { display: flex; align-items: center; gap: 11px; color: #fff; text-decoration: none; font-weight: 700; }
.brand-mark {
  width: 36px; height: 27px; display: grid; place-items: center;
  background: #fff; color: var(--brand-deep); border-radius: 4px;
  font-size: 12px; font-weight: 800; letter-spacing: .05em;
  border-top: 6px solid var(--plate-blue);
  box-shadow: 0 2px 10px -3px rgba(0,0,0,.6);
}
.brand-name { font-size: 18.5px; letter-spacing: -.022em; white-space: nowrap; }
.mainnav { margin-left: auto; }
.mainnav ul { display: flex; gap: 24px; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.mainnav a {
  color: rgba(255,255,255,.78); text-decoration: none; font-size: 15px; font-weight: 500;
  padding: 7px 0; border-bottom: 2px solid transparent; transition: color .14s ease;
}
.mainnav a:hover, .mainnav a.on { color: #fff; border-color: var(--accent); }

/* ---------------------------------------------------------------- hero */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(1100px 460px at 78% -8%, rgba(56,130,190,.30), transparent 62%),
    linear-gradient(163deg, var(--brand) 0%, var(--brand-deep) 62%, #071825 100%);
}
.hero-glow {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(560px 280px at 12% 108%, rgba(242,177,52,.13), transparent 70%),
    repeating-linear-gradient(115deg, rgba(255,255,255,.024) 0 1px, transparent 1px 5px);
}
.hero > .wrap { position: relative; }
.hero-home { padding: 64px 0 74px; }
.hero-page { padding: 46px 0 52px; }
.hero-inst { background: var(--soft); color: var(--ink); border-bottom: 1px solid var(--line); }
.hero-inst .hero-glow { display: none; }
.hero-main { max-width: 640px; }
.hero h1 {
  margin: 0 0 14px; font-size: clamp(30px, 4.7vw, 50px); line-height: 1.08;
  letter-spacing: -.035em; font-weight: 800;
}
.hero-page h1 { font-size: clamp(27px, 3.7vw, 40px); line-height: 1.12; }
.hero-sub { margin: 0; font-size: clamp(16px, 1.6vw, 19px); color: rgba(255,255,255,.82); }
.hero-inst .hero-sub { color: var(--muted); }
.badge {
  display: inline-flex; align-items: center; gap: 7px; margin-bottom: 18px;
  background: rgba(242,177,52,.13); border: 1px solid rgba(242,177,52,.32);
  color: var(--accent); border-radius: 100px; padding: 6px 14px 6px 11px;
  font-size: 13px; font-weight: 600; letter-spacing: .01em;
}

.hero-grid { display: grid; grid-template-columns: minmax(0,1fr) 344px; gap: 56px; align-items: center; }
.hero-grid > * { min-width: 0; }
@media (max-width: 1000px) { .hero-grid { grid-template-columns: minmax(0,1fr); gap: 36px; } .hero-main { max-width: none; } }
.hero-panel {
  background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.13);
  border-radius: 16px; padding: 24px 26px;
  box-shadow: 0 30px 60px -40px rgba(0,0,0,.9);
}
.hero-panel h2 {
  margin: 0 0 16px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em;
  color: var(--accent); font-weight: 700;
}
.hero-panel ul { list-style: none; margin: 0; padding: 0; }
.hero-panel li {
  display: flex; gap: 13px; padding: 13px 0;
  border-top: 1px solid rgba(255,255,255,.1); font-size: 14px; line-height: 1.45;
}
.hero-panel li:first-child { border-top: 0; padding-top: 0; }
.hero-panel li svg { color: var(--accent); margin-top: 1px; }
.hero-panel strong { display: block; color: #fff; font-weight: 600; font-size: 15px; }
.hero-panel span { color: rgba(255,255,255,.62); }

/* ---------------------------------------------------------------- placa */
.plate { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 30px; }
.plate-box {
  background: linear-gradient(#fff, #f2f4f6); border-radius: 9px; padding: 0 0 7px; width: 258px;
  border: 2px solid #0d151c;
  box-shadow: 0 18px 40px -20px rgba(0,0,0,.8), inset 0 1px 0 rgba(255,255,255,.9);
}
.plate-top {
  background: linear-gradient(var(--plate-blue), #14337a); color: #fff; border-radius: 6px 6px 0 0;
  display: flex; justify-content: space-between; align-items: center;
  padding: 4px 10px; font-size: 10px; letter-spacing: .2em; font-weight: 700;
}
.plate-merc { width: 15px; height: 10px; border-radius: 2px; background: #1f4fbf; box-shadow: inset 0 0 0 1px rgba(255,255,255,.45); }
.plate-uf { letter-spacing: .06em; }
.plate input {
  width: 100%; border: 0; background: transparent; text-align: center;
  font-family: var(--font-plate); font-size: 35px; font-weight: 700;
  letter-spacing: .13em; color: #0d151c; padding: 7px 8px 2px; text-transform: uppercase;
}
.plate input:focus { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 4px; }
.plate input::placeholder { color: #c6ced5; }
.plate-sub { flex-basis: 100%; margin: 3px 0 0; font-size: 14px; color: rgba(255,255,255,.62); }
.plate-err { flex-basis: 100%; margin: 4px 0 0; font-size: 14px; color: var(--accent); font-weight: 600; }
.hero-inst .plate-sub, .side-plate .plate-sub { color: var(--muted); }

.btn {
  display: inline-flex; align-items: center; gap: 9px; justify-content: center;
  background: linear-gradient(180deg, var(--accent), var(--accent-deep));
  color: #14202b; font-weight: 700; border: 0; border-radius: 9px;
  padding: 13px 22px; font-size: 16px; cursor: pointer; text-decoration: none;
  font-family: inherit; letter-spacing: -.01em;
  box-shadow: 0 10px 24px -12px rgba(242,177,52,.85);
  transition: transform .13s ease, box-shadow .13s ease, filter .13s ease;
}
.btn:hover { filter: brightness(1.05); transform: translateY(-1px); color: #14202b;
  box-shadow: 0 14px 30px -12px rgba(242,177,52,.95); }
.btn:active { transform: translateY(0); }
.btn-lg { padding: 15px 30px; font-size: 17px; }
.btn-sm { padding: 10px 17px; font-size: 15px; }

/* ---------------------------------------------------------------- layout */
.cols { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 54px; padding: 46px 0 70px; align-items: start; }
.cols > * { min-width: 0; }
.cols-1 { grid-template-columns: minmax(0,1fr); max-width: 900px; margin-inline: auto; }
@media (max-width: 940px) { .cols { grid-template-columns: minmax(0,1fr); gap: 36px; } }

.crumb { font-size: 14px; color: var(--muted); margin-bottom: 16px; }
.crumb ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.crumb li + li::before { content: "/"; margin-right: 8px; color: var(--line); }
.crumb a { color: var(--muted); }
.upd { font-size: 14px; color: var(--muted); margin: 0 0 26px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }

/* assinatura do artigo: autor, cargo e as duas datas */
.post-meta {
  display: flex; align-items: center; flex-wrap: wrap; gap: 8px 16px;
  font-size: 14px; color: var(--muted);
  margin: 0 0 28px; padding-bottom: 20px; border-bottom: 1px solid var(--line);
}
.post-meta .av {
  width: 36px; height: 36px; border-radius: 50%; flex: none;
  background: linear-gradient(160deg, var(--brand-2), var(--brand)); color: #fff;
  display: grid; place-items: center; font-size: 12.5px; font-weight: 700;
  letter-spacing: .02em;
}
.post-meta time { position: relative; padding-left: 17px; }
.post-meta time::before {
  content: ""; position: absolute; left: 0; top: 50%; width: 5px; height: 5px;
  border-radius: 50%; background: var(--line); transform: translateY(-50%);
}
.post-meta a { color: var(--ink-soft); font-weight: 600; }

/* ---------------------------------------------------------------- prose */
.prose h2 {
  font-size: clamp(23px, 2.6vw, 30px); line-height: 1.2; letter-spacing: -.028em;
  margin: 52px 0 15px; font-weight: 750; scroll-margin-top: 88px;
}
.prose h2:first-of-type { margin-top: 6px; }
.prose h3 { font-size: 19px; margin: 30px 0 8px; font-weight: 700; letter-spacing: -.014em; }
.prose p { margin: 0 0 17px; max-width: 68ch; }
.prose .lead { font-size: 19.5px; color: var(--ink-soft); letter-spacing: -.008em; }
.prose ul, .prose ol { margin: 0 0 18px; padding-left: 22px; max-width: 68ch; }
.prose li { margin-bottom: 7px; }
.prose code {
  background: var(--soft); border: 1px solid var(--line); border-radius: 4px;
  padding: 1px 6px; font-size: .9em; font-family: var(--font-mono);
}

.bluf {
  border-left: 3px solid var(--accent); background: var(--soft);
  padding: 17px 22px; border-radius: 0 10px 10px 0; margin: 0 0 28px; max-width: 72ch;
}
.bluf p { margin: 0; font-size: 17px; }

.checks { list-style: none; padding: 0; margin: 0 0 22px; max-width: 68ch; }
.checks li { display: flex; gap: 12px; margin-bottom: 11px; align-items: flex-start; }
.checks svg { color: var(--ok); margin-top: 3px; }

/* ---------------------------------------------------------------- trust */
.trust-band { background: var(--soft); border-bottom: 1px solid var(--line); }
.trust {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(232px, 1fr)); gap: 2px;
  background: var(--line); border: 1px solid var(--line); border-radius: 13px;
  overflow: hidden; margin: 30px 0;
}
.trust-band .trust { margin: 0; border-radius: 0; border: 0; background: transparent;
  gap: 0; border-left: 1px solid var(--line); }
.trust-band .trust-i { background: transparent; border-right: 1px solid var(--line);
  padding: 22px 24px; }
@media (max-width: 700px) {
  .trust-band .trust { border-left: 0; }
  .trust-band .trust-i { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-band .trust-i:last-child { border-bottom: 0; }
}
.trust-i { display: flex; gap: 13px; padding: 18px 20px; background: #fff; align-items: flex-start; }
.trust-i svg { color: var(--brand-2); margin-top: 2px; }
.trust-i strong { display: block; font-size: 15.5px; letter-spacing: -.012em; }
.trust-i span { font-size: 14px; color: var(--muted); line-height: 1.45; }

/* ---------------------------------------------------------------- comparativo */
.cmp { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 18px; margin: 30px 0; }
.cmp-col { border: 1px solid var(--line); border-radius: 14px; padding: 24px; background: #fff; }
.cmp-col h3 { margin: 0 0 3px; font-size: 19px; letter-spacing: -.018em; }
.cmp-sub { margin: 0 0 17px; font-size: 14px; color: var(--muted); }
.cmp-col ul { list-style: none; margin: 0; padding: 0; }
.cmp-col li { display: flex; gap: 11px; margin-bottom: 11px; font-size: 15.5px; line-height: 1.45; align-items: flex-start; }
.cmp-col li svg { margin-top: 3px; }
.cmp-no li svg { color: var(--muted); }
.cmp-no li span { color: var(--ink-soft); }
.cmp-ok {
  border-color: var(--brand-2); background: linear-gradient(180deg, #fff, var(--soft));
  box-shadow: 0 22px 44px -34px rgba(18,58,85,.7);
}
.cmp-ok li svg { color: var(--ok); }

/* ---------------------------------------------------------------- termos */
.terms { background: var(--soft); border: 1px solid var(--line); border-radius: 13px; padding: 22px 24px; margin: 30px 0; }
.terms p { margin: 0 0 14px; font-size: 15.5px; color: var(--ink-soft); max-width: none; }
.chips { display: flex; flex-wrap: wrap; gap: 9px; }
.chip {
  background: #fff; border: 1px solid var(--line); border-radius: 100px;
  padding: 6px 15px; font-size: 14.5px; color: var(--ink-soft); font-weight: 500;
}

/* ---------------------------------------------------------------- avisos */
.note, .warn {
  border-radius: 11px; padding: 16px 19px; margin: 28px 0; font-size: 16px;
  border: 1px solid var(--line); background: var(--soft); max-width: 72ch;
}
.warn { border-color: var(--warn-line); background: var(--warn-bg); display: flex; gap: 13px; align-items: flex-start; }
.warn svg { color: var(--warn-ink); margin-top: 3px; }

.tw { overflow-x: auto; margin: 28px 0; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
table { border-collapse: collapse; width: 100%; font-size: 15.5px; }
caption { text-align: left; padding: 13px 18px; font-size: 14px; color: var(--muted); border-bottom: 1px solid var(--line); }
th, td { padding: 12px 18px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: middle; }
thead th { background: var(--soft); font-weight: 700; font-size: 13.5px; letter-spacing: .012em; white-space: nowrap; }
tbody tr:last-child td { border-bottom: 0; }
.yes { color: var(--ok); display: inline-flex; }
.no { color: var(--muted); opacity: .6; display: inline-flex; }

.steps { list-style: none; counter-reset: s; padding: 0; margin: 28px 0; display: grid; gap: 6px; }
.steps li { counter-increment: s; position: relative; padding-left: 52px; margin-bottom: 20px; }
.steps li::before {
  content: counter(s); position: absolute; left: 0; top: 0;
  width: 34px; height: 34px; border-radius: 10px;
  background: linear-gradient(160deg, var(--brand-2), var(--brand)); color: #fff;
  display: grid; place-items: center; font-weight: 700; font-size: 15px;
  box-shadow: 0 8px 18px -10px rgba(18,58,85,.9);
}
.steps h3 { margin: 4px 0 4px; font-size: 17.5px; }
.steps p { margin: 0; color: var(--ink-soft); }

.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(238px, 1fr)); gap: 14px; margin: 28px 0; }
.card {
  display: block; padding: 19px 20px; border: 1px solid var(--line); border-radius: 13px;
  text-decoration: none; color: var(--ink); background: #fff;
  transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.card svg { color: var(--brand-2); margin-bottom: 11px; }
.card:hover {
  border-color: var(--brand-2); transform: translateY(-2px); color: var(--ink);
  box-shadow: 0 18px 34px -26px rgba(16,32,48,.9);
}
.card-t { display: block; font-weight: 700; margin-bottom: 4px; letter-spacing: -.014em; }
.card-d { display: block; font-size: 14.5px; color: var(--muted); line-height: 1.5; }

.faq { margin-top: 52px; max-width: 72ch; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 16px 36px 16px 0; font-weight: 600; position: relative; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 12px; font-size: 23px; color: var(--brand-2); font-weight: 400; }
.faq details[open] summary::after { content: "\2212"; }
.faq details > div { padding: 0 0 18px; color: var(--ink-soft); }

.cta {
  display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: space-between;
  background: linear-gradient(150deg, var(--brand) 0%, var(--brand-deep) 100%);
  border-radius: 15px; padding: 26px 28px; margin: 36px 0; color: #fff;
  box-shadow: 0 30px 60px -44px rgba(9,24,37,1);
}
.cta strong { display: block; font-size: 19.5px; letter-spacing: -.022em; }
.cta p { margin: 6px 0 0; color: rgba(255,255,255,.72); font-size: 15.5px; max-width: 46ch; }
a.out { font-weight: 600; }
.cta-note {
  flex-basis: 100%; margin: 14px 0 0 !important; padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.14);
  font-size: 13px !important; color: rgba(255,255,255,.55) !important; max-width: none !important;
}
.cta-note a { color: rgba(255,255,255,.8); }
.plate-note { flex-basis: 100%; margin: 6px 0 0; font-size: 12.5px; color: rgba(255,255,255,.45); }
.plate-note a { color: rgba(255,255,255,.68); }
.hero-inst .plate-note { color: var(--muted); }

.disc {
  display: flex; gap: 15px; align-items: flex-start; margin: 32px 0;
  border: 1px solid var(--line); border-left: 3px solid var(--brand-2);
  background: var(--soft); border-radius: 0 12px 12px 0; padding: 18px 20px; max-width: 72ch;
}
.disc-ic { color: var(--brand-2); margin-top: 2px; }
.ic-ds { width: 22px; height: 22px; }
.disc strong { display: block; font-size: 15.5px; letter-spacing: -.012em; margin-bottom: 4px; }
.disc p { margin: 0; font-size: 15px; color: var(--ink-soft); max-width: none; }

/* ---------------------------------------------------------------- sidebar */
.side { position: sticky; top: 88px; font-size: 15px; display: grid; gap: 24px; }
@media (max-width: 940px) { .side { position: static; } }
.side h4 { margin: 0 0 11px; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.side ul { list-style: none; margin: 0; padding: 0; }
.side li { margin-bottom: 9px; line-height: 1.42; }
.side a { text-decoration: none; }
.side a:hover { text-decoration: underline; }
.toc { border-left: 2px solid var(--line); padding-left: 17px; }
.side-plate { background: var(--soft); border: 1px solid var(--line); border-radius: 14px; padding: 20px; }
.side-plate .plate { margin-top: 0; gap: 11px; }
.side-plate .plate-box { width: 100%; }
.side-plate .plate input { font-size: 28px; }
.side-plate .btn { width: 100%; }
.rel { border-top: 1px solid var(--line); padding-top: 20px; }

/* ---------------------------------------------------------------- sticky mobile */
.sticky { display: none; }
@media (max-width: 720px) {
  .sticky {
    display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 50;
    align-items: center; justify-content: space-between; gap: 14px;
    background: rgba(9,24,37,.96); backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255,255,255,.12);
    padding: 11px 16px calc(11px + env(safe-area-inset-bottom));
  }
  .sticky span { color: #fff; font-size: 14.5px; font-weight: 600; letter-spacing: -.01em; }
  body { padding-bottom: 68px; }
}

/* ---------------------------------------------------------------- rodape */
footer { background: var(--foot-bg); color: #fff; margin-top: 20px; padding: 46px 0 30px; font-size: 15px; }
.foot-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 34px; }
.foot-col ul { list-style: none; margin: 0; padding: 0; }
.foot-brand { font-size: 15px !important; color: rgba(255,255,255,.9) !important; margin-bottom: 10px !important; }
footer h4 { margin: 0 0 13px; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.5); }
footer ul { list-style: none; margin: 0; padding: 0; }
footer li { margin-bottom: 9px; }
footer a { color: rgba(255,255,255,.8); text-decoration: none; }
footer a:hover { color: #fff; text-decoration: underline; }
.foot-legal { border-top: 1px solid rgba(255,255,255,.11); margin-top: 36px; padding-top: 22px; }
.foot-legal p { margin: 0 0 7px; color: rgba(255,255,255,.58); font-size: 14px; }
.disclaimer { font-size: 13px !important; color: rgba(255,255,255,.4) !important; max-width: 82ch; }

/* ---------------------------------------------------------------- mobile */
@media (max-width: 760px) {
  html { scroll-padding-top: 112px; }
  .top-in { flex-direction: column; align-items: stretch; gap: 0; min-height: 0; padding: 12px 0 0; }
  .mainnav {
    margin-left: 0; flex-wrap: nowrap; overflow-x: auto; gap: 20px;
    padding: 11px 0 0; scrollbar-width: none; -ms-overflow-style: none;
  }
  .mainnav::-webkit-scrollbar { display: none; }
  .mainnav a { white-space: nowrap; padding-bottom: 9px; }
  .prose h2 { scroll-margin-top: 112px; }
  .side { top: 112px; }
  .hero-home { padding: 42px 0 50px; }
  .plate-box { width: 100%; max-width: 300px; }
  .plate .btn { width: 100%; }
  .cta { padding: 22px; }
  .cta .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}


/* ---------------------------------------------------------------- beneficios */
.bens { display: grid; grid-template-columns: repeat(auto-fit, minmax(268px, 1fr)); gap: 20px; margin: 30px 0; }
.ben {
  border: 1px solid var(--line); border-radius: 14px; padding: 22px 22px 24px; background: #fff;
  position: relative; overflow: hidden;
}
.ben::before {
  content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--brand-2), var(--accent));
  opacity: 0; transition: opacity .16s ease;
}
.ben:hover::before { opacity: 1; }
.ben svg { color: var(--brand-2); margin-bottom: 13px; }
.ic-bn { width: 24px; height: 24px; }
.ben h3 { margin: 0 0 6px; font-size: 17.5px; letter-spacing: -.016em; }
.ben p { margin: 0; font-size: 15.5px; color: var(--ink-soft); line-height: 1.55; max-width: none; }

/* ---------------------------------------------------------------- depoimentos */
.deps { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 18px; margin: 30px 0; }
.dep {
  margin: 0; padding: 24px; border: 1px solid var(--line); border-radius: 14px;
  background: linear-gradient(180deg, #fff, var(--soft));
}
.dep svg { color: var(--accent); margin-bottom: 12px; }
.ic-qt { width: 26px; height: 26px; }
.dep blockquote { margin: 0 0 16px; }
.dep blockquote p { margin: 0; font-size: 16px; line-height: 1.6; color: var(--ink); max-width: none; }
.dep figcaption { border-top: 1px solid var(--line); padding-top: 13px; font-size: 14px; }
.dep figcaption strong { display: block; letter-spacing: -.012em; }
.dep figcaption span { color: var(--muted); }

/* ---------------------------------------------------------------- faq sem schema */
.faq { margin-top: 52px; max-width: 74ch; }
.faq-item { border-top: 1px solid var(--line); padding: 22px 0 4px; }
.faq-item:first-of-type { border-top: 0; padding-top: 6px; }
.faq-item h3 {
  margin: 0 0 8px; font-size: 18px; letter-spacing: -.016em; line-height: 1.35;
  scroll-margin-top: 92px;
}
.faq-item p { margin: 0; color: var(--ink-soft); max-width: none; }
.ans-lead { color: var(--ink); font-weight: 500; }

/* ---------------------------------------------------------------- especialista */
.expert {
  margin: 36px 0; border: 1px solid var(--line); border-radius: 14px;
  background: var(--soft); overflow: hidden;
}
.expert > summary {
  cursor: pointer; list-style: none; padding: 18px 20px; display: flex; gap: 13px;
  align-items: center; font-weight: 600; font-size: 15.5px; position: relative;
}
.expert > summary::-webkit-details-marker { display: none; }
.expert > summary svg { color: var(--brand-2); }
.ic-ex { width: 22px; height: 22px; }
.expert > summary span { color: var(--ink-soft); font-weight: 400; }
.expert > summary::after {
  content: "+"; margin-left: auto; font-size: 22px; color: var(--brand-2); font-weight: 400; line-height: 1;
}
.expert[open] > summary::after { content: "\2212"; }
.expert[open] > summary { border-bottom: 1px solid var(--line); background: #fff; }
.expert-body { padding: 22px 20px 24px; background: #fff; }
.expert-body h3 { margin: 0 0 10px; font-size: 18.5px; letter-spacing: -.018em; }
.expert-meta {
  display: flex; flex-wrap: wrap; gap: 14px; font-size: 13.5px; color: var(--muted);
  padding-bottom: 16px; margin-bottom: 18px; border-bottom: 1px solid var(--line);
}
.expert blockquote {
  margin: 0 0 18px; padding: 0 0 0 18px; border-left: 3px solid var(--accent);
}
.expert blockquote p {
  margin: 0; font-size: 17.5px; line-height: 1.55; letter-spacing: -.012em;
  color: var(--ink); max-width: none;
}
.expert-body p { font-size: 15.5px; max-width: none; }
.expert-body ul, .expert-body ol { max-width: none; }
.expert-disc {
  margin: 18px 0 0 !important; padding-top: 16px; border-top: 1px solid var(--line);
  font-size: 13.5px !important; color: var(--muted) !important;
}

/* ---------------------------------------------------------------- dataset */
.ds { position: relative; }
.ds caption { font-weight: 600; color: var(--ink-soft); }
