
    @font-face {
      font-family: 'Inter';
      src: url('/fonts/inter-latin.woff2') format('woff2');
      font-display: swap;
      font-weight: 300 900;
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }

    /* ────────────────────────────────────────────────────────────
       DESIGN TOKENS
       ──────────────────────────────────────────────────────────── */
    :root {
      --paper: #F7F4ED;
      --paper-dim: #EEEAE0;
      --paper-deep: #E4DECF;
      --ink: #0E1116;
      --ink-soft: #2A2D33;
      --ink-mute: #524F49;
      --ink-faint: #635F57;
      --rule: #D6CFC0;
      --rule-soft: #E8E2D3;
      --coral: #B23B25;
      --coral-deep: #8B2D1C;
      --coral-soft: #F2DDD6;
      --gold: #9C7C3C;
      --gold-soft: #ECE0C2;
      --emerald: #2F6B4A;
      --emerald-soft: #DDEBE2;
      --emerald-deep: #1F4A33;
      --amber: #C9A227;
      --amber-soft: #F5E7CB;
      --indigo: #3D4E80;
      --indigo-soft: #DAE0F0;

      --risk-low: var(--emerald);
      --risk-low-soft: var(--emerald-soft);
      --risk-med: var(--amber);
      --risk-med-soft: var(--amber-soft);
      --risk-high: var(--coral);
      --risk-high-soft: var(--coral-soft);

      --serif: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
      --sans: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
      --mono: "SF Mono", Menlo, Consolas, monospace;

      --shadow-card: 0 1px 0 var(--rule-soft), 0 8px 24px -16px rgba(14, 17, 22, .18);
      --shadow-lift: 0 1px 0 var(--rule-soft), 0 24px 48px -24px rgba(14, 17, 22, .28);
    }

    * { box-sizing: border-box }
    html { scroll-behavior: smooth; -webkit-text-size-adjust: 100% }

    body {
      margin: 0;
      padding: 0 0 56px;
      font-family: var(--sans);
      font-size: 16px;
      line-height: 1.55;
      color: var(--ink);
      background: var(--paper);
      background-image:
        radial-gradient(1200px 600px at 80% -10%, rgba(178, 59, 37, .04), transparent 60%),
        radial-gradient(900px 500px at -10% 30%, rgba(156, 124, 60, .05), transparent 55%),
        radial-gradient(700px 400px at 110% 80%, rgba(47, 107, 74, .035), transparent 60%);
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      font-feature-settings: "ss01", "cv11";
    }

    body::before {
      content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 1;
      opacity: .35; mix-blend-mode: multiply;
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.09  0 0 0 0 0.10  0 0 0 0 0.11  0 0 0 0.06 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
    }

    .wrap { max-width: 1180px; margin: 0 auto; padding: 0 28px; position: relative; z-index: 2 }
    @media (max-width:720px) { .wrap { padding: 0 18px } }

    .tabular { font-variant-numeric: tabular-nums; font-feature-settings: "tnum" }

    /* chrome.css — header (topbar) + footer compartilhados pelos relatórios MonitorCNPJ.
   Fonte da verdade única. Depende dos design tokens (--paper, --ink, --coral, --serif,
   --sans, --mono, --rule, --ink-soft, --ink-mute, --ink-faint, --amber, --emerald) já
   definidos no :root de cada template. */

/* TOP NAV */
.topbar { border-bottom: 1px solid var(--rule); background: var(--paper); position: sticky; top: 0; z-index: 50 }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 24px }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink) }
.brand-logo { height: 30px; width: auto; border-radius: 7px; display: block }
.brand-name { font-family: var(--serif); font-weight: 600; font-size: 18px; letter-spacing: -.01em }
.brand-name em { font-style: italic; color: var(--coral) }
.nav { display: flex; align-items: center; justify-content: center; gap: 22px; flex: 1 }
.nav a { color: var(--ink-soft); text-decoration: none; font-size: 14px; font-weight: 500 }
.nav a:hover { color: var(--coral) }
@media (max-width:720px) { .nav { display: none } }

.nav-cta {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 14px; border-radius: 999px;
  background: var(--ink); color: var(--paper) !important;
  font-size: 13px; font-weight: 600; white-space: nowrap;
  border: none; cursor: pointer; font-family: var(--sans); text-decoration: none;
}
.nav-cta:hover { background: var(--ink-soft) }

/* FOOTER */
.site-footer { padding: 30px 0 16px; margin-top: 8px; border-top: 1px solid var(--rule) }
.foot-meta { text-align: center; padding-bottom: 18px; border-bottom: 1px solid var(--rule); margin-bottom: 18px }
.foot-meta p { margin: 0 0 6px; font-size: 13px; color: var(--ink-soft) }
.foot-meta .muted { font-size: 11.5px; color: var(--ink-mute); max-width: 78ch; margin: 8px auto 0; line-height: 1.55 }
.foot-meta a { color: var(--coral); text-decoration: underline }
.foot-brand { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px }
.foot-brand-row { display: flex; align-items: center; gap: 9px; text-decoration: none }
.foot-brand-row img { height: 26px; width: auto; border-radius: 6px }
.foot-brand-row span { font-family: var(--serif); font-weight: 600; font-size: 16px; color: var(--ink) }
.foot-brand-row em { font-style: italic; color: var(--coral) }
.foot-brand p { margin: 0; font-size: 13px; color: var(--ink-mute); max-width: 48ch }
.foot-cols { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 28px; margin-bottom: 18px }
@media (max-width:880px) { .foot-cols { grid-template-columns: 1fr } }
.foot-col h4 { font-family: var(--serif); font-weight: 600; font-size: 14px; color: var(--ink); margin: 0 0 9px }
.foot-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 1px }
.foot-col li a { font-size: 13px; line-height: 1.1; color: var(--ink-mute); text-decoration: none; transition: color .15s ease; display: inline-flex; align-items: center; gap: 6px; padding: 1px 0 }
.foot-col li a:hover { color: var(--coral) }
.foot-col li a svg { width: 14px; height: 14px; flex-shrink: 0 }
.foot-conteudos-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px 24px }
@media (max-width:540px) { .foot-conteudos-grid { grid-template-columns: 1fr } }
.foot-badges { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; padding: 14px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); margin-bottom: 16px }
.foot-badge {
  display: flex; align-items: center; gap: 9px; padding: 8px 14px;
  border: 1px solid var(--rule); border-radius: 10px; background: var(--paper);
}
.foot-badge svg { width: 18px; height: 18px; color: var(--emerald) }
.foot-badge .fb-t { font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft) }
.foot-badge .fb-s { font-size: 10px; color: var(--ink-mute) }
.foot-share { display: flex; align-items: center; gap: 8px; padding-left: 6px; margin-left: 6px; border-left: 1px solid var(--rule) }
@media (max-width:540px) { .foot-share { border-left: 0; margin-left: 0; padding-left: 0 } }
.foot-share-label { font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-mute) }
.foot-share-btn { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--rule); border-radius: 10px; background: var(--paper); color: var(--ink-soft); cursor: pointer; text-decoration: none; transition: border-color .15s ease, color .15s ease }
.foot-share-btn:hover { border-color: var(--coral); color: var(--coral) }
.foot-share-btn svg { width: 16px; height: 16px }
.foot-share-btn.copied { border-color: var(--emerald); color: var(--emerald) }
.foot-legal { text-align: center; font-size: 11.5px; color: var(--ink-mute); line-height: 1.6 }
.foot-legal a { color: var(--ink-soft); text-decoration: underline }

/* Botão "Salvar / imprimir (PDF)" no rodapé — presente em todos os relatórios */
.foot-print {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 14px;
  padding: 9px 18px; border-radius: 999px;
  background: transparent; color: var(--ink-soft);
  border: 1px solid var(--rule); font-size: 13px; font-weight: 600;
  cursor: pointer; font-family: var(--sans);
}
.foot-print:hover { border-color: var(--coral); color: var(--coral) }

/* IMPRESSÃO / SALVAR EM PDF — mantém a logo (header + footer), esconde nav/CTAs/colunas.
   Força o conteúdo a aparecer mesmo que a animação de scroll não tenha disparado. */
@media print {
  .topbar { position: static; box-shadow: none }
  .nav .nav-link, .nav-cta, .no-print { display: none !important }
  .foot-cols, .foot-badges, .foot-share, .foot-conteudos-grid { display: none !important }
  [data-animate], .fade { opacity: 1 !important; transform: none !important; animation: none !important }
  a { text-decoration: none }
}


    /* BREADCRUMB */
    .crumb { padding: 18px 0 0; font-size: 12.5px; color: var(--ink-mute); letter-spacing: .02em }
    .crumb a { color: var(--ink-mute); text-decoration: none }
    .crumb a:hover { color: var(--coral) }
    .crumb span { margin: 0 8px; color: var(--ink-faint) }
    .crumb b { color: var(--ink-soft); font-weight: 500 }

    /* HERO */
    .hero { padding: 18px 0 24px; position: relative }

    .ribbon {
      display: inline-flex; align-items: center; gap: 12px;
      background: var(--ink); color: var(--paper);
      padding: 8px 16px 8px 12px; border-radius: 999px;
      font-family: var(--mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase;
      margin-bottom: 16px;
    }
    .ribbon-seal {
      width: 18px; height: 18px; border-radius: 5px; display: block;
      object-fit: contain; background: var(--paper);
    }
    .ribbon-sep { width: 1px; height: 12px; background: rgba(255,255,255,.18) }

    h1.title {
      font-family: var(--serif);
      font-variation-settings: "wght" 560;
      font-size: clamp(22px, 3vw, 33px);
      line-height: 1.04; letter-spacing: -.022em;
      margin: 0 0 14px; color: var(--ink);
    }
    h1.title em { font-style: italic; font-variation-settings: "wght" 600; color: var(--coral) }

    .cnpj-line { display: flex; align-items: baseline; flex-wrap: wrap; gap: 18px; margin-bottom: 14px }
    .cnpj-num {
      font-family: var(--mono); font-size: 17px; font-weight: 500; color: var(--ink-soft); letter-spacing: -.01em;
    }
    .cnpj-num::before {
      content: "CNPJ"; font-family: var(--sans); font-size: 11px; color: var(--ink-faint);
      text-transform: uppercase; letter-spacing: .15em; margin-right: 10px; font-weight: 600;
    }

    .chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px }
    .chip {
      display: inline-flex; align-items: center; gap: 7px;
      padding: 6px 12px; border-radius: 999px;
      font-size: 12.5px; font-weight: 500;
      border: 1px solid var(--rule); background: var(--paper-dim); color: var(--ink-soft);
    }
    .chip-active { background: var(--emerald-soft); border-color: #C5DBC9; color: var(--emerald) }
    .chip-active::before {
      content: ""; width: 7px; height: 7px; border-radius: 50%;
      background: var(--emerald); box-shadow: 0 0 0 0 rgba(47, 107, 74, .6);
      animation: pulse 2.4s ease-out infinite;
    }
    @keyframes pulse {
      0% { box-shadow: 0 0 0 0 rgba(47, 107, 74, .6) }
      70% { box-shadow: 0 0 0 8px rgba(47, 107, 74, 0) }
      100% { box-shadow: 0 0 0 0 rgba(47, 107, 74, 0) }
    }

    .hero-grid { display: grid; grid-template-columns: 1.08fr 1fr; gap: 20px; margin-top: 8px }
    @media (max-width:880px) { .hero-grid { grid-template-columns: 1fr } }

    .card {
      background: var(--paper);
      border: 1px solid var(--rule);
      border-radius: 14px;
      padding: 24px 26px;
      box-shadow: var(--shadow-card);
      position: relative;
    }

    .exec-card { padding: 22px 26px 14px }
    .exec-eyebrow {
      font-family: var(--mono); font-size: 11px; letter-spacing: .12em;
      text-transform: uppercase; color: var(--ink-mute); margin-bottom: 14px;
    }
    .exec-title {
      font-family: var(--serif); font-variation-settings: "opsz" 72, "wght" 500;
      font-size: 22px; line-height: 1.15; letter-spacing: -.015em;
      color: var(--ink); margin: 0 0 16px; font-weight: 500;
    }
    .exec-list { list-style: none; margin: 0; padding: 0 }
    .exec-list li {
      display: flex; align-items: baseline; gap: 12px;
      padding: 8px 0; border-bottom: 1px dashed var(--rule);
      font-size: 13.5px; color: var(--ink-soft); line-height: 1.45;
    }
    .exec-list li:last-child { border-bottom: 0 }
    .exec-list .dot {
      width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0;
      transform: translateY(-1px); align-self: center;
    }
    .exec-list .dot.ok { background: var(--emerald) }
    .exec-list .dot.warn { background: var(--amber) }
    .exec-list .dot.crit { background: var(--coral) }
    .exec-list .dot.neu { background: var(--ink-faint) }
    .exec-list strong { color: var(--ink); font-weight: 600 }

    .stamp-strip {
      margin-top: 20px;
      background: var(--ink); color: var(--paper);
      border-radius: 14px;
      padding: 20px 26px;
      display: grid; grid-template-columns: auto 1fr auto auto; gap: 24px;
      align-items: center;
      box-shadow: var(--shadow-lift);
    }
    @media (max-width:880px) { .stamp-strip { grid-template-columns: 1fr 1fr; gap: 18px } }
    @media (max-width:540px) { .stamp-strip { grid-template-columns: 1fr; padding: 22px } }

    .stamp-block { display: flex; flex-direction: column; gap: 4px; min-width: 0 }
    .stamp-key {
      font-family: var(--mono); font-size: 10px;
      color: rgba(247, 244, 237, .55); letter-spacing: .12em;
      text-transform: uppercase; font-weight: 600;
    }
    .stamp-val {
      font-family: var(--mono); font-size: 13px; color: var(--paper);
      font-weight: 500; letter-spacing: .02em;
      white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    }
    .stamp-val.serif {
      font-family: var(--serif); font-size: 15px; font-weight: 500; letter-spacing: -.005em;
    }
    .stamp-val em { color: var(--amber); font-style: normal; font-weight: 600 }
    .stamp-verify {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 9px 14px; border-radius: 999px;
      background: rgba(247, 244, 237, .08);
      border: 1px solid rgba(247, 244, 237, .18);
      color: var(--paper); font-family: var(--sans); font-size: 12px; font-weight: 500;
      text-decoration: none; letter-spacing: .01em;
    }
    .stamp-verify svg { width: 13px; height: 13px; color: var(--amber) }
    .stamp-verify:hover { background: rgba(247, 244, 237, .12) }

    /* SECTION */
    section.block { padding: 26px 0; border-top: 1px solid var(--rule); position: relative }
    section.block:first-of-type { border-top: 0 }

    .sec-head {
      display: flex; align-items: flex-end; justify-content: space-between;
      gap: 32px; margin-bottom: 16px;
    }
    .sec-num {
      font-family: var(--mono); font-size: 11px; letter-spacing: .18em;
      color: var(--ink-faint); text-transform: uppercase; font-weight: 600;
      margin-bottom: 10px;
    }
    .sec-title {
      font-family: var(--serif); font-variation-settings: "opsz" 96, "wght" 560;
      font-size: clamp(23px, 2.9vw, 32px); line-height: 1.05;
      letter-spacing: -.02em; margin: 0; color: var(--ink);
    }
    .sec-title em { font-style: italic; font-variation-settings: "wght" 560; color: var(--coral) }
    .sec-aside { font-size: 12.5px; color: var(--ink-mute); max-width: 34ch; text-align: right; flex-shrink: 0; line-height: 1.5 }
    @media (max-width:720px) {
      .sec-head { flex-direction: column; align-items: flex-start; gap: 14px }
      .sec-aside { text-align: left }
    }

    /* DADOS CADASTRAIS */
    .data-grid {
      display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
      background: var(--rule); border: 1px solid var(--rule);
      border-radius: 14px; overflow: hidden;
    }
    @media (max-width:780px) { .data-grid { grid-template-columns: repeat(2, 1fr) } }
    @media (max-width:480px) { .data-grid { grid-template-columns: 1fr } }
    .data-cell { background: var(--paper); padding: 12px 18px; min-width: 0 }
    .data-key {
      font-family: var(--mono); font-size: 10.5px; letter-spacing: .12em;
      text-transform: uppercase; color: var(--ink-mute);
      margin: 0 0 7px; font-weight: 600;
    }
    .data-val {
      font-family: var(--serif); font-variation-settings: "opsz" 24, "wght" 500;
      font-size: 18px; line-height: 1.25; color: var(--ink); letter-spacing: -.01em; overflow-wrap: anywhere;
      margin: 0; font-weight: 500;
    }
    .data-val small {
      display: block; font-family: var(--sans); font-size: 12.5px;
      color: var(--ink-mute); margin-top: 4px; font-weight: 400; letter-spacing: 0;
    }
    .cad-table {
      width: 100%; border-collapse: collapse; border: 1px solid var(--rule);
      border-radius: 14px; overflow: hidden; table-layout: fixed;
    }
    .cad-table th, .cad-table td {
      text-align: left; padding: 11px 18px; vertical-align: top; border-bottom: 1px solid var(--rule);
    }
    .cad-table tr:last-child th, .cad-table tr:last-child td { border-bottom: 0 }
    .cad-table th {
      width: 190px; white-space: nowrap; vertical-align: middle;
      font-family: var(--mono); font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase;
      color: var(--ink-mute); font-weight: 600; background: var(--paper-dim); border-right: 1px solid var(--rule);
    }
    .cad-table td {
      font-family: var(--serif); font-variation-settings: "opsz" 24, "wght" 500;
      font-size: 16px; line-height: 1.3; color: var(--ink); letter-spacing: -.01em; overflow-wrap: anywhere; font-weight: 500;
    }
    .cad-table td small {
      font-family: var(--sans); font-size: 13px;
      color: var(--ink-mute); font-weight: 400; letter-spacing: 0;
    }
    .cad-table td small::before { content: " - "; color: var(--ink-faint); font-weight: 400 }
    /* Semântica rótulo→valor (H2 = rótulo, H3 = valor) sem alterar o visual:
       headings inline herdam todo o estilo do contêiner; rótulos sr-only ficam só para leitores/SEO. */
    .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0 }
    .cad-table th h2, .cad-table td h3, .addr-line h3, .addr-meta h3 { all: unset }
    @media (max-width:520px) {
      .cad-table, .cad-table tbody, .cad-table tr, .cad-table th, .cad-table td { display: block; width: auto }
      .cad-table tr { border-bottom: 1px solid var(--rule) }
      .cad-table tr:last-child { border-bottom: 0 }
      .cad-table th { border-right: 0; border-bottom: 0; padding-bottom: 2px; background: transparent }
      .cad-table td { padding-top: 2px }
    }
    .data-val.mono { font-family: var(--mono); font-size: 15.5px; font-weight: 500; letter-spacing: -.01em }

    .contact-row {
      display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
      padding: 14px 18px; background: var(--paper);
      border: 1px solid var(--rule); border-radius: 10px;
      margin-top: 10px;
    }
    .contact-row+.contact-row { margin-top: 8px }
    .contact-icon {
      width: 34px; height: 34px; border-radius: 8px; flex-shrink: 0;
      background: var(--paper-deep); display: grid; place-items: center; color: var(--ink-soft);
    }
    .contact-icon svg { width: 16px; height: 16px }
    .contact-val { font-family: var(--mono); font-size: 14px; color: var(--ink); font-weight: 500; flex: 1; margin: 0; min-width: 0; overflow: hidden; text-overflow: ellipsis }
    .contact-unlock {
      display: inline-flex; align-items: center; gap: 6px; cursor: pointer;
      font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: .08em;
      text-transform: uppercase; color: var(--coral);
      padding: 3px 9px; border-radius: 5px; background: var(--coral-soft);
      border: none;
    }
    .contact-unlock svg { width: 11px; height: 11px }
    .contact-tag {
      font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: .08em;
      text-transform: uppercase; color: var(--emerald);
      padding: 3px 8px; border-radius: 5px; background: var(--emerald-soft);
    }
    .contact-tag.alt { color: var(--ink-soft); background: var(--paper-dim) }

    .cad-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px }
    .cad-grid > * { min-width: 0 }
    @media (max-width:880px) { .cad-grid { grid-template-columns: 1fr } }

    /* CARD DE PAYWALL — certificados e registros oficiais (bloqueado no free) */
    .cert-lock { margin-top: 26px; border: 1px solid var(--rule); border-radius: 16px; overflow: hidden; background: var(--paper); box-shadow: var(--shadow-card) }
    .cert-lock-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 22px; background: var(--ink); color: var(--paper) }
    .cl-left { display: flex; align-items: center; gap: 12px; min-width: 0 }
    .cl-ico { width: 36px; height: 36px; border-radius: 9px; background: rgba(247,244,237,.1); display: grid; place-items: center; flex-shrink: 0 }
    .cl-ico svg { width: 18px; height: 18px; color: var(--amber) }
    .cl-eyebrow { font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--amber); font-weight: 600 }
    .cl-h { font-family: var(--serif); font-size: 17px; font-weight: 500; margin: 2px 0 0; letter-spacing: -.01em; line-height: 1.2; color: var(--paper) }
    .cl-badge { font-family: var(--mono); font-size: 9.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); background: var(--amber); padding: 5px 10px; border-radius: 999px; white-space: nowrap; flex-shrink: 0 }
    .cert-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--rule) }
    @media (max-width:680px) { .cert-grid { grid-template-columns: 1fr } }
    .cert-item { display: flex; align-items: center; gap: 12px; padding: 14px 20px; background: var(--paper) }
    .ci-ico { width: 30px; height: 30px; border-radius: 8px; background: var(--paper-deep); display: grid; place-items: center; flex-shrink: 0; color: var(--ink-soft) }
    .ci-ico svg { width: 15px; height: 15px }
    .ci-name { font-size: 13.5px; color: var(--ink-soft); line-height: 1.35; flex: 1; min-width: 0 }
    .ci-name sup { color: var(--coral); font-weight: 700; font-size: .85em }
    .ci-redact { width: 50px; height: 11px; border-radius: 4px; flex-shrink: 0; background: repeating-linear-gradient(90deg, var(--ink-faint) 0 7px, transparent 7px 11px); filter: blur(2px); opacity: .5 }
    .ci-lock { width: 13px; height: 13px; color: var(--ink-mute); flex-shrink: 0 }
    .cert-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 15px 22px; border-top: 1px solid var(--rule); background: var(--paper-dim) }
    .cert-note { font-size: 11.5px; color: var(--ink-mute); line-height: 1.45; flex: 1; min-width: 220px }
    .cert-cta { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; border-radius: 999px; background: var(--coral); color: #fff; border: none; cursor: pointer; font-family: var(--sans); font-size: 13.5px; font-weight: 700; white-space: nowrap }
    .cert-cta:hover { background: var(--coral-deep) }
    .cert-cta svg { width: 15px; height: 15px }
    @media (max-width: 560px) {
      .cert-foot { gap: 12px }
      .cert-note { min-width: 0 }
      .cert-cta { width: 100%; justify-content: center; white-space: normal; text-align: center; padding: 12px 18px }
    }

    .addr-card {
      background: var(--paper); border: 1px solid var(--rule); border-radius: 14px;
      padding: 22px; display: flex; flex-direction: column; gap: 14px;
      box-shadow: var(--shadow-card);
    }
    .addr-line {
      font-family: var(--serif); font-variation-settings: "opsz" 24, "wght" 500;
      font-size: 18px; line-height: 1.35; color: var(--ink);
    }
    .addr-meta { font-family: var(--mono); font-size: 11.5px; color: var(--ink-mute); letter-spacing: .05em }
    .map-wrap {
      position: relative; border-radius: 10px; overflow: hidden;
      aspect-ratio: 16/10; background: var(--paper-deep); cursor: pointer;
    }
    .map-img { width: 100%; height: 100%; object-fit: cover; background: url('/map-blur.webp') center/cover no-repeat; filter: grayscale(40%) contrast(.95) }
    .map-pin {
      position: absolute; left: 50%; top: 50%; transform: translate(-50%, -100%);
      width: 28px; height: 36px; pointer-events: none;
      filter: drop-shadow(0 6px 12px rgba(178, 59, 37, .4));
    }
    .map-cta {
      position: absolute; left: 50%; bottom: 12px; transform: translateX(-50%);
      background: rgba(247,244,237,.92); padding: 5px 14px; border-radius: 20px;
      font-size: 12px; font-weight: 600; color: var(--ink-soft);
    }

    /* SÓCIOS */
    .members {
      display: flex; flex-direction: column; gap: 0;
      border: 1px solid var(--rule); border-radius: 14px;
      overflow: hidden; background: var(--paper);
    }
    .member {
      display: grid; grid-template-columns: auto 1fr auto auto auto;
      align-items: center; gap: 18px;
      padding: 18px 22px; border-bottom: 1px solid var(--rule-soft);
    }
    .member:last-child { border-bottom: 0 }
    @media (max-width:780px) {
      .member { grid-template-columns: auto 1fr; row-gap: 10px }
      .member .m-role, .member .m-share, .member .m-since { grid-column: 2 }
    }
    .m-avatar {
      width: 44px; height: 44px; border-radius: 50%;
      background: linear-gradient(135deg, var(--paper-deep) 0%, var(--paper-dim) 100%);
      border: 1px solid var(--rule); display: grid; place-items: center;
      font-family: var(--serif); font-weight: 600; font-size: 16px;
      color: var(--ink-soft); letter-spacing: -.02em;
    }
    .m-info { display: flex; flex-direction: column; gap: 2px; min-width: 0 }
    .m-name {
      font-family: var(--serif); font-variation-settings: "opsz" 24, "wght" 500;
      font-size: 17px; line-height: 1.2; letter-spacing: -.01em; color: var(--ink);
      margin: 0; font-weight: 500;
    }
    .m-cpf { font-family: var(--mono); font-size: 12px; color: var(--ink-mute); letter-spacing: .04em }
    .m-role { font-size: 12.5px; color: var(--ink-soft); font-weight: 500 }
    .m-share {
      font-family: var(--mono); font-size: 14px; font-weight: 600;
      color: var(--ink); letter-spacing: -.01em; min-width: 56px; text-align: right;
    }
    .m-share small { display: block; font-family: var(--sans); font-size: 10px; color: var(--ink-mute); font-weight: 500; margin-top: 2px; letter-spacing: .04em; text-transform: uppercase }
    .m-since { font-family: var(--mono); font-size: 11.5px; color: var(--ink-mute); text-align: right; line-height: 1.3 }
    .m-since small { display: block; font-family: var(--sans); font-size: 11px; color: var(--ink-faint); margin-top: 3px; letter-spacing: 0; font-weight: 500 }
    @media (max-width:780px) { .m-since, .m-share { text-align: left } }
    .m-tag {
      font-family: var(--mono); font-size: 10px; font-weight: 600; letter-spacing: .06em;
      padding: 3px 8px; border-radius: 5px;
    }
    .m-tag.pf { background: var(--indigo-soft); color: var(--indigo) }
    .m-tag.pj { background: var(--gold-soft); color: var(--gold) }

    /* ATIVIDADES */
    .act-grid { display: grid; grid-template-columns: 1.45fr 1fr; gap: 22px }
    @media (max-width:880px) { .act-grid { grid-template-columns: 1fr } }

    .act-main {
      background: var(--paper); border: 1px solid var(--rule); border-radius: 14px;
      padding: 22px 24px; box-shadow: var(--shadow-card);
    }
    .act-main-row { display: flex; align-items: flex-start; gap: 18px; margin-bottom: 20px }
    .act-tag {
      font-family: var(--mono); font-size: 13.5px; font-weight: 600;
      color: var(--coral); background: var(--coral-soft);
      padding: 7px 11px; border-radius: 8px; letter-spacing: -.01em; flex-shrink: 0;
    }
    a.act-tag { text-decoration: none; transition: filter .14s }
    a.act-tag:hover { filter: brightness(.94) }
    a.act-side-item, .act-side-item a.tag { text-decoration: none; transition: color .14s }
    .act-side-item a.tag:hover { color: var(--coral) }
    .act-text {
      font-family: var(--serif); font-variation-settings: "opsz" 48, "wght" 500;
      font-size: 17px; line-height: 1.3; color: var(--ink);
      letter-spacing: -.015em; margin: 0; font-weight: 500;
    }
    .cnae-desc-link { color: inherit; text-decoration: none; transition: color .14s }
    .cnae-desc-link:hover { color: var(--coral) }
    .act-text small {
      display: block; font-family: var(--mono); font-size: 10.5px; color: var(--ink-mute);
      letter-spacing: .12em; text-transform: uppercase; margin-bottom: 6px; font-weight: 600;
    }
    .act-sec-list { display: flex; flex-direction: column; gap: 0; border-top: 1px dashed var(--rule); padding-top: 6px }
    .act-side-item { padding: 9px 0; border-bottom: 1px dashed var(--rule); display: flex; align-items: baseline; gap: 14px }
    .act-side-item:last-child { border-bottom: 0 }
    .act-side-item .tag {
      font-family: var(--mono); font-size: 12px; color: var(--ink-mute);
      font-weight: 500; flex-shrink: 0;
    }
    .act-side-item .desc { font-size: 13.5px; color: var(--ink-soft); line-height: 1.4; margin: 0; font-weight: 400 }
    .act-tag-wrap { display: inline-flex; align-items: center; gap: 7px; flex-shrink: 0 }
    .act-side-item .tag-wrap { display: inline-flex; align-items: center; gap: 6px; flex-shrink: 0; min-width: 104px }
    .cnae-copy {
      position: relative; display: inline-flex; align-items: center; justify-content: center;
      width: 26px; height: 26px; padding: 0; flex-shrink: 0; cursor: pointer;
      border: 1px solid var(--rule); border-radius: 7px; background: #fff; color: var(--ink-mute); transition: .14s;
    }
    .cnae-copy.sm { width: 20px; height: 20px; border-radius: 6px }
    .cnae-copy svg { width: 13px; height: 13px }
    .cnae-copy.sm svg { width: 11px; height: 11px }
    .cnae-copy:hover { border-color: var(--coral); color: var(--coral); background: var(--coral-soft) }
    .cnae-copy.copied { border-color: #16a34a; color: #16a34a; background: rgba(22,163,74,.09) }
    .cnae-copy.copied::after {
      content: 'copiado'; position: absolute; bottom: calc(100% + 5px); left: 50%; transform: translateX(-50%);
      background: #16a34a; color: #fff; font-family: var(--mono); font-size: 9.5px; font-weight: 600; letter-spacing: .04em;
      padding: 2px 6px; border-radius: 4px; white-space: nowrap; pointer-events: none; z-index: 3;
    }

    .sector-card {
      background: var(--ink); color: var(--paper); border-radius: 14px;
      padding: 24px 26px; box-shadow: var(--shadow-card);
      background-image: radial-gradient(500px 280px at 100% 0%, rgba(178, 59, 37, .18), transparent 60%);
      display: flex; flex-direction: column; gap: 12px;
    }
    .sector-eyebrow {
      font-family: var(--mono); font-size: 10.5px; letter-spacing: .14em;
      color: var(--amber); text-transform: uppercase; font-weight: 600;
    }
    .sector-title {
      font-family: var(--serif); font-variation-settings: "opsz" 72, "wght" 500;
      font-size: 19px; line-height: 1.2; letter-spacing: -.01em; margin: 0;
    }
    .sector-foot { font-size: 12.5px; color: rgba(247, 244, 237, .75); line-height: 1.5 }

    /* RELACIONADAS */
    .related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px }
    @media (max-width:680px) { .related-grid { grid-template-columns: 1fr } }
    .related-card {
      display: block; background: var(--paper); border: 1px solid var(--rule);
      border-radius: 12px; padding: 14px 18px; text-decoration: none; color: var(--ink);
      transition: border-color .15s ease, transform .15s ease, box-shadow .2s ease;
    }
    .related-card:hover {
      border-color: var(--coral); transform: translateY(-1px);
      box-shadow: 0 8px 24px -16px rgba(178, 59, 37, .4);
    }
    .related-card h3 {
      font-family: var(--serif); font-variation-settings: "opsz" 24, "wght" 500;
      font-size: 16px; line-height: 1.25; margin: 0 0 4px;
      letter-spacing: -.01em; color: var(--ink);
    }
    .rc-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; flex-wrap: wrap }
    .rc-cnpj { font-family: var(--mono); font-size: 11.5px; color: var(--ink-soft); font-weight: 500; letter-spacing: -.01em }
    .rc-loc { font-size: 11.5px; color: var(--ink-mute) }
    .rc-cnae { font-size: 12px; color: var(--ink-mute); line-height: 1.4 }
    .rc-link {
      display: inline-flex; align-items: center; gap: 6px;
      margin-top: 8px; font-family: var(--mono); font-size: 10.5px;
      color: var(--coral); letter-spacing: .04em; text-transform: uppercase;
      font-weight: 600;
    }
    .related-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 8px }
    .related-all { font-size: 13px; color: var(--coral); text-decoration: none; font-weight: 600; white-space: nowrap }
    .related-all:hover { text-decoration: underline }
    .related-kicker { font-family: var(--mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-mute); font-weight: 600; margin-bottom: 14px }

    /* MOTION — conteúdo sempre visível (bom p/ SEO); animação só por transform */
    .fade { transform: translateY(14px); animation: fadeUp .8s cubic-bezier(.2, .7, .2, 1) forwards }
    .fade-1 { animation-delay: .05s }
    .fade-2 { animation-delay: .18s }
    .fade-3 { animation-delay: .32s }
    .fade-4 { animation-delay: .48s }
    @keyframes fadeUp { to { transform: translateY(0) } }

    [data-animate] { transform: translateY(20px); transition: transform .7s ease }
    [data-animate].in { transform: translateY(0) }

    @media (prefers-reduced-motion: reduce) {
      .fade, [data-animate] { transform: none; animation: none; transition: none }
    }

    /* BOTÕES CTA */
    .btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 9px;
      padding: 13px 22px; border-radius: 999px; cursor: pointer;
      font-family: var(--sans); font-size: 14.5px; font-weight: 600;
      text-decoration: none; border: 1px solid transparent; letter-spacing: -.005em;
      transition: transform .15s ease, box-shadow .2s ease, background .15s ease;
    }
    .btn svg { width: 17px; height: 17px }
    .btn-ia {
      background: linear-gradient(135deg, var(--coral) 0%, var(--coral-deep) 100%);
      color: var(--paper); box-shadow: 0 10px 28px -12px rgba(178, 59, 37, .6);
    }
    .btn-ia:hover { transform: translateY(-1px); box-shadow: 0 14px 32px -12px rgba(178, 59, 37, .7) }
    .btn-dossie {
      background: var(--ink); color: var(--paper); border-color: var(--ink);
    }
    .btn-dossie:hover { transform: translateY(-1px); background: var(--ink-soft) }
    .btn-ghost {
      background: var(--paper); color: var(--ink-soft); border-color: var(--rule);
    }
    .btn-ghost:hover { border-color: var(--ink) }

    /* CTA primário de IA no hero */
    .ia-card {
      background: var(--ink); color: var(--paper); border-radius: 14px;
      padding: 22px 26px; box-shadow: var(--shadow-lift);
      background-image: radial-gradient(600px 320px at 100% 0%, rgba(178, 59, 37, .28), transparent 62%);
      display: flex; flex-direction: column; gap: 14px;
    }
    .ia-eyebrow {
      font-family: var(--mono); font-size: 10.5px; letter-spacing: .14em;
      text-transform: uppercase; color: var(--amber); font-weight: 600;
      display: flex; align-items: center; gap: 8px;
    }
    .ia-eyebrow .tag-new {
      background: var(--coral); color: var(--paper); padding: 2px 7px; border-radius: 5px;
      letter-spacing: .08em; font-size: 9.5px;
    }
    .ia-title {
      font-family: var(--serif); font-variation-settings: "opsz" 72, "wght" 500;
      font-size: 24px; line-height: 1.15; letter-spacing: -.015em; margin: 0; color: var(--paper); font-weight: 500;
    }
    .ia-title em { font-style: italic; color: var(--amber) }
    .ia-desc { font-size: 13.5px; color: rgba(247,244,237,.82); line-height: 1.5; margin: 0; max-width: 42ch }
    .ia-engines { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 2px }
    .ia-engine {
      font-family: var(--mono); font-size: 10.5px; font-weight: 600; letter-spacing: .03em;
      padding: 4px 10px; border-radius: 999px;
      background: rgba(247,244,237,.08); border: 1px solid rgba(247,244,237,.16); color: rgba(247,244,237,.9);
    }
    .ia-foot {
      display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
      margin-top: 6px; padding-top: 16px; border-top: 1px solid rgba(247,244,237,.14);
    }
    .ia-price {
      font-family: var(--serif); font-variation-settings: "opsz" 72, "wght" 500;
      font-size: 26px; color: var(--paper); letter-spacing: -.02em;
    }
    .ia-price small { font-family: var(--sans); font-size: 12px; color: rgba(247,244,237,.6); font-weight: 500; margin-left: 6px }
    @media (max-width:720px) {
      #presenca-ia .ia-card { grid-template-columns: 1fr !important; align-items: stretch !important }
      #presenca-ia .ia-card > div:last-child { align-items: stretch !important }
      #presenca-ia .ia-card .btn { width: 100% }
    }

    /* FAQ */
    .faq-list {
      border: 1px solid var(--rule); border-radius: 16px; overflow: hidden; background: var(--paper);
      box-shadow: var(--shadow-card);
    }
    .faq-item { border-bottom: 1px solid var(--rule-soft) }
    .faq-item:last-child { border-bottom: 0 }
    .faq-item summary {
      list-style: none; cursor: pointer; padding: 15px 24px;
      display: flex; align-items: center; justify-content: space-between; gap: 18px;
      font-family: var(--serif); font-variation-settings: "opsz" 24, "wght" 500;
      font-size: 17px; color: var(--ink); letter-spacing: -.01em; line-height: 1.3;
    }
    .faq-q { margin: 0; font-family: inherit; font-size: inherit; font-weight: inherit; font-variation-settings: inherit; letter-spacing: inherit; line-height: inherit; color: inherit }
    .faq-item summary::-webkit-details-marker { display: none }
    .faq-item summary::after {
      content: "+"; font-family: var(--mono); font-size: 22px; color: var(--coral);
      flex-shrink: 0; transition: transform .2s ease; line-height: 1;
    }
    .faq-item[open] summary::after { content: "−" }
    .faq-answer { padding: 0 24px 16px; font-size: 14px; color: var(--ink-soft); line-height: 1.55 }
    .faq-answer a { color: var(--coral) }

    /* Footer CTA grande */
    .footer-cta {
      margin-top: 8px; background: var(--paper-dim); border: 1px solid var(--rule);
      border-radius: 18px; padding: 30px 36px; text-align: center;
      display: flex; flex-direction: column; align-items: center; gap: 14px;
    }
    .footer-cta h2 {
      font-family: var(--serif); font-variation-settings: "opsz" 96, "wght" 560;
      font-size: clamp(26px, 3.2vw, 36px); letter-spacing: -.02em; margin: 0; color: var(--ink); max-width: 22ch;
    }
    .footer-cta h2 em { font-style: italic; color: var(--coral) }
    .footer-cta p { margin: 0; font-size: 14px; color: var(--ink-mute); max-width: 56ch; line-height: 1.55 }
    .footer-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 6px }

    /* Planos */
    .plans-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch }
    @media (max-width: 880px) { .plans-grid { grid-template-columns: 1fr } }
    .plan-card {
      position: relative; display: flex; flex-direction: column; gap: 16px;
      border: 1px solid var(--rule); border-radius: 16px; padding: 28px 28px 26px; background: var(--paper);
    }
    .plan-card.feat { background: var(--ink); border-color: var(--ink) }
    .plan-badge {
      position: absolute; top: -11px; left: 28px; background: linear-gradient(135deg, var(--coral) 0%, var(--coral-deep) 100%);
      color: var(--paper); font-family: var(--sans); font-size: 10.5px; font-weight: 700; letter-spacing: .08em;
      text-transform: uppercase; padding: 5px 13px; border-radius: 999px; box-shadow: 0 8px 20px -10px rgba(178,59,37,.7);
    }
    .plan-head { display: flex; flex-direction: column; gap: 5px }
    .plan-kicker { font-family: var(--mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-mute) }
    .plan-card.feat .plan-kicker { color: var(--amber) }
    .plan-name { font-family: var(--serif); font-size: 21px; font-weight: 500; line-height: 1.1; color: var(--ink); margin: 0; font-variation-settings: "opsz" 96, "wght" 500 }
    .plan-card.feat .plan-name { color: var(--paper) }
    .plan-price { font-family: var(--serif); font-size: 34px; line-height: 1; color: var(--ink); display: flex; align-items: baseline; gap: 9px; flex-wrap: wrap; font-variation-settings: "opsz" 96, "wght" 500 }
    .plan-card.feat .plan-price { color: var(--paper) }
    .plan-price small { font-family: var(--sans); font-size: 12px; font-weight: 500; color: var(--ink-mute) }
    .plan-card.feat .plan-price small { color: rgba(247,244,237,.62) }
    .plan-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; flex: 1 }
    .plan-list li { display: flex; gap: 9px; font-size: 13px; line-height: 1.42; color: var(--ink-soft) }
    .plan-card.feat .plan-list li { color: rgba(247,244,237,.82) }
    .plan-list svg { width: 15px; height: 15px; flex-shrink: 0; margin-top: 1px; color: var(--coral) }
    .plan-card.feat .plan-list svg { color: var(--amber) }
    .plan-card > .btn { width: 100%; margin-top: 2px }

    /* SITE FOOTER (restilizado, links completos) */
    .quick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 28px }
    @media (max-width:680px) { .quick-grid { grid-template-columns: 1fr } }
    .quick-item { display: flex; gap: 12px; align-items: flex-start }
    .quick-dot { width: 9px; height: 9px; border-radius: 50%; margin-top: 6px; flex-shrink: 0; background: var(--ink-faint) }
    .quick-dot.ok { background: var(--emerald) }
    .quick-dot.amber { background: var(--amber) }
    .quick-dot.neu { background: var(--ink-faint) }
    .quick-t { font-family: var(--serif); font-size: 15.5px; font-weight: 500; margin: 0 0 2px; color: var(--ink); line-height: 1.25; letter-spacing: -.01em }
    .quick-d { font-size: 13px; color: var(--ink-mute); line-height: 1.45; margin: 0 }
    .quick-foot { margin: 18px 0 0; font-size: 12.5px; color: var(--ink-mute); line-height: 1.5 }
    .quick-foot a { color: var(--coral); cursor: pointer; text-decoration: none }
    .quick-foot a:hover { text-decoration: underline }
  