@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;
    }
:root {

      --paper: #ffffff;
      --paper-dim: #f6f4fc;
      --paper-deep: #ece8f9;
      --ink: #16131f;
      --ink-soft: #2e2940;
      --ink-mute: #5d566f;
      --ink-faint: #8b8499;
      --rule: #e6e1f1;
      --rule-soft: #efecf8;
      --coral: #6c5cff;
      --coral-deep: #5848e0;
      --coral-soft: #ece9ff;
      --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: #C0392B;
      --risk-high-soft: #f6e0db;

      --serif: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
      --sans: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
      --mono: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;

      --shadow-card: 0 1px 0 var(--rule-soft), 0 8px 24px -16px rgba(22, 19, 31, .14);
      --shadow-lift: 0 1px 0 var(--rule-soft), 0 24px 48px -24px rgba(22, 19, 31, .22);
    }
* { 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>");
    }
@keyframes fadeUp { to { transform: translateY(0) } }
[data-animate] { transform: translateY(20px); transition: transform .7s ease }
.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" }
@media print {
[data-animate], .fade { opacity: 1 !important; transform: none !important; animation: none !important }
a { text-decoration: none }
}
.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 { padding: 18px 0 24px; position: relative }
h1.title {
      font-family: var(--serif);
      font-variation-settings: "wght" 560;
      font-size: clamp(19px, 2.4vw, 27px);
      line-height: 1.22; letter-spacing: -.022em;
      margin: 0 0 16px; color: var(--ink);
    }
h1.title em { font-style: normal; font-variation-settings: "wght" 600; color: var(--coral) }
.hero.bp { overflow: hidden }
.hero.bp::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; background-image: linear-gradient(rgba(108,92,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(108,92,255,.07) 1px, transparent 1px); background-size: 30px 30px; -webkit-mask-image: radial-gradient(120% 90% at 30% 0%, #000 40%, transparent 78%); mask-image: radial-gradient(120% 90% at 30% 0%, #000 40%, transparent 78%) }
.hero.bp::after {
      content: ""; position: absolute; top: -46%; left: -8%; width: 62%; height: 130%;
      z-index: 0; pointer-events: none;
      background: radial-gradient(50% 50% at 50% 50%, rgba(108,92,255,.15), transparent 70%);
    }
.hero .wrap { position: relative; z-index: 2 }
.rec-mast { display: inline-flex; align-items: center; gap: 13px; margin-bottom: 20px }
.rec-seal {
      position: relative; flex-shrink: 0; width: 46px; height: 46px; border-radius: 50%;
      display: grid; place-items: center; background: var(--coral-soft); color: var(--coral-deep);
      box-shadow: inset 0 0 0 1.5px var(--coral), inset 0 0 0 4px var(--paper), inset 0 0 0 5px rgba(108,92,255,.28);
    }
.rec-seal svg { width: 21px; height: 21px }
.rec-mast-txt { display: flex; flex-direction: column; gap: 3px; line-height: 1.1 }
.rec-mast-k {
      font-family: var(--mono); font-size: 10.5px; font-weight: 600; letter-spacing: .16em;
      text-transform: uppercase; color: var(--coral);
    }
.rec-mast-v { font-size: 13px; font-weight: 600; color: var(--ink-soft); letter-spacing: -.005em }
h1.title .h1-lead {
      display: block; font-family: var(--mono); font-size: 12px; font-weight: 600;
      letter-spacing: .12em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 7px;
    }
h1.title .h1-name {
      font-variation-settings: "opsz" 96, "wght" 680;
      font-size: clamp(26px, 4vw, 42px); line-height: 1.08; letter-spacing: -.03em; color: var(--ink);
    }
h1.title .h1-cnpj {
      font-family: var(--mono); font-weight: 500; color: var(--coral);
      font-variant-numeric: tabular-nums; letter-spacing: -.01em; white-space: nowrap;
    }
h1.title .h1-sub {
      display: block; margin-top: 13px; font-family: var(--sans);
      font-size: clamp(14px, 1.6vw, 17px); font-weight: 500; line-height: 1.35;
      letter-spacing: 0; color: var(--ink-mute);
    }
h1.title .h1-sub em { font-style: normal; color: var(--ink-soft); font-weight: 600 }
.mrib {
      margin: 26px 0 4px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--rule);
      display: grid; grid-template-columns: repeat(4, 1fr);
    }
.mtile { padding: 18px 22px; border-left: 1px solid var(--rule); min-width: 0 }
.mtile:first-child { border-left: 0 }
.mtile .mt-n {
      font-family: var(--serif); font-variation-settings: "opsz" 96, "wght" 640;
      font-size: clamp(1.3rem, 2.2vw, 1.7rem); line-height: 1.05; letter-spacing: -.03em;
      color: var(--ink); font-variant-numeric: tabular-nums; overflow-wrap: normal; word-break: keep-all;
    }
.mtile .mt-l { font-size: 12px; color: var(--ink-mute); margin-top: 8px; line-height: 1.3 }
.mtile.ctx .mt-n { font-size: clamp(1rem, 1.7vw, 1.25rem); font-weight: 600; letter-spacing: -.01em }
.mtile.ok { background: linear-gradient(180deg, var(--emerald-soft), transparent 72%) }
.mtile.ok .mt-n { color: var(--emerald-deep) }
@media (max-width:760px) {
.mrib { grid-template-columns: 1fr 1fr }
.mtile { padding: 16px 16px }
.mtile .mt-n { font-size: 1.35rem }
.mtile:nth-child(-n+2) { border-bottom: 1px solid var(--rule) }
.mtile:nth-child(odd) { border-left: 0 }
}
.hero-cta { margin-top: 22px; display: flex; align-items: center; gap: 18px 20px; flex-wrap: wrap }
.hero-cta-btn { font-size: 15px; padding: 14px 22px }
.hero-cta-btn svg { width: 16px; height: 16px }
.hero-cta-price {
      font-family: var(--sans); font-weight: 600; font-size: 13px; letter-spacing: -.01em;
      background: rgba(255,255,255,.22); color: #fff; padding: 3px 9px; border-radius: 999px; margin-left: 2px;
    }
.hero-cta-note { display: flex; flex-direction: column; gap: 3px; font-size: 12.5px; color: var(--ink-mute); line-height: 1.4 }
@media (max-width:560px) {
.hero-cta-btn { width: 100%; justify-content: center }
}
.sample-stage { position: relative; border: 1px solid var(--rule); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-card); background: var(--paper) }
.sample-mock { padding: 26px; filter: blur(6px); opacity: .55; pointer-events: none; user-select: none }
.smk-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 16px; margin-bottom: 16px }
.smk-card { border: 1px solid var(--rule); border-radius: 12px; padding: 18px 20px; background: var(--paper) }
.sample-mock > .smk-card + .smk-card { margin-top: 16px }
.smk-k { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--ink-faint); margin-bottom: 16px }
.smk-score { display: flex; flex-direction: column; align-items: flex-start }
.smk-num { width: 96px; height: 46px; border-radius: 8px; background: linear-gradient(90deg, var(--emerald), var(--emerald-soft)) }
.smk-of { width: 56px; height: 12px; border-radius: 4px; background: var(--paper-deep); margin-top: 12px }
.smk-dim { display: flex; align-items: center; gap: 14px; margin-bottom: 13px }
.smk-dim:last-child { margin-bottom: 0 }
.smk-dim .smk-line { width: 92px; flex-shrink: 0; margin: 0 }
.smk-dimbar { flex: 1; height: 7px; border-radius: 99px; background: var(--paper-deep); overflow: hidden }
.smk-dimbar i { display: block; height: 100% }
.smk-line { display: block; height: 11px; border-radius: 5px; background: var(--paper-deep); margin: 10px 0 }
.smk-line.w95{width:95%}
.smk-line.w90{width:90%}
.smk-line.w80{width:80%}
.smk-line.w70{width:70%}
.smk-line.w60{width:60%}
.smk-line.w40{width:40%}
.smk-row { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-top: 1px solid var(--rule-soft) }
.smk-card > .smk-row:first-of-type { border-top: 0 }
.smk-pill { width: 70px; height: 20px; border-radius: 6px; background: var(--paper-deep); flex-shrink: 0 }
.smk-row .smk-line { margin: 0; flex: 1 }
.smk-tag { width: 76px; height: 18px; border-radius: 999px; flex-shrink: 0 }
.sample-gate {
      position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
      gap: 11px; text-align: center; padding: 36px 22px;
      background: radial-gradient(135% 130% at 50% 32%, rgba(246,244,252,.42), rgba(255,255,255,.93) 72%);
    }
.rec-seal.sample-lock { width: 54px; height: 54px }
.rec-seal.sample-lock svg { width: 23px; height: 23px }
.sample-h {
      font-family: var(--serif); font-variation-settings: "opsz" 96, "wght" 600;
      font-size: clamp(20px, 2.6vw, 27px); letter-spacing: -.02em; line-height: 1.15;
      margin: 4px 0 2px; color: var(--ink); max-width: 24ch;
    }
.sample-list { list-style: none; margin: 4px 0 6px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 26px; text-align: left; max-width: 600px }
.sample-list li { display: flex; align-items: center; gap: 9px; font-size: 13.5px; color: var(--ink-soft) }
.sample-list svg { width: 16px; height: 16px; color: var(--emerald); flex-shrink: 0 }
.sample-cta { font-size: 15px; padding: 14px 24px; margin-top: 6px }
.sample-note { font-size: 12px; color: var(--ink-faint) }
@media (max-width: 680px) {
.smk-grid { grid-template-columns: 1fr }
.sample-list { grid-template-columns: 1fr; max-width: 300px }
}
.member { transition: background .15s ease }
.member:hover { background: linear-gradient(90deg, var(--coral-soft), transparent 62%) }
.member:hover .m-avatar { border-color: var(--coral); color: var(--coral) }
.footer-cta.grad .btn-dossie { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.42); color: #fff }
.footer-cta.grad .btn-dossie:hover { background: rgba(255,255,255,.2) }
.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) }
.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: #b9aeff; 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.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(19px, 2.3vw, 26px); line-height: 1.22;
      letter-spacing: -.02em; margin: 0; color: var(--ink);
    }
.sec-title em { font-style: normal; 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 }
}
.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;
    }
.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 }
.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 }
}
.crit { display: inline-flex; align-items: center; gap: 9px; flex-wrap: wrap; font-family: var(--mono); font-size: 11.5px; letter-spacing: .02em; color: var(--ink-mute); background: var(--paper-dim); border: 1px solid var(--rule); padding: 7px 13px; border-radius: 999px; margin-bottom: 26px }
.crit b { color: var(--ink-soft); font-weight: 600; font-family: var(--sans); letter-spacing: 0 }
.crit .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--rule) }
.pos-panel { border: 1px solid var(--rule); border-radius: 16px; background: var(--paper); box-shadow: var(--shadow-card); padding: 8px 28px 26px }
.metric { padding: 18px 0 }
.metric + .metric { border-top: 1px solid var(--rule-soft) }
.m-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 14px }
.m-name { font-family: var(--mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-faint); font-weight: 600 }
.m-pill { font-size: 12px; font-weight: 700; color: var(--coral); background: var(--coral-soft); padding: 4px 11px; border-radius: 999px; white-space: nowrap }
.cmp { display: grid; grid-template-columns: 96px 1fr auto; align-items: center; gap: 12px; margin-bottom: 9px }
.cmp-lab { font-size: 12.5px; color: var(--ink-mute) }
.cmp-lab.me { color: var(--ink); font-weight: 600 }
.cmp-track { height: 14px; border-radius: 7px; background: var(--paper-deep); overflow: hidden }
.cmp-fill { height: 100%; border-radius: 7px }
.cmp-fill.me { background: linear-gradient(90deg, var(--gold), var(--coral)) }
.cmp-fill.tip { background: var(--ink-faint); opacity: .45 }
.cmp-val { font-variant-numeric: tabular-nums; font-size: 13.5px; font-weight: 700; color: var(--ink); min-width: 74px; text-align: right }
.cmp-val.tip { font-weight: 600; color: var(--ink-mute) }
.pos-read { margin-top: 8px; padding: 18px 20px; border: 1px solid var(--rule); border-left: 3px solid var(--coral); border-radius: 12px; background: var(--paper-dim); font-size: 14.5px; line-height: 1.6; color: var(--ink-soft) }
.pos-read b { color: var(--ink) }
.pos-caveat { font-size: 11px; color: var(--ink-faint); margin: 14px 0 0; line-height: 1.4 }
@media (max-width: 560px) {
.cmp { grid-template-columns: 76px 1fr; gap: 8px }
.cmp-val { grid-column: 2; text-align: left; min-width: 0 }
}
@media (max-width: 560px) {
.pos-cta { flex-direction: column; align-items: stretch }
.pos-cta .btn { justify-content: center }
}
.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);
    }
.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 minmax(0,1.5fr) minmax(0,1fr) minmax(0,1fr) auto;
      align-items: center; gap: 22px;
      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: 12px; column-gap: 14px }
.member .m-role, .member .m-since, .member .m-tagcol { grid-column: 2 }
.member .m-tagcol { justify-self: start }
}
.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-field { display: flex; flex-direction: column; gap: 3px; min-width: 0 }
.m-label {
      font-family: var(--mono); font-size: 9.5px; letter-spacing: .12em;
      text-transform: uppercase; color: var(--ink-faint); font-weight: 600;
    }
.m-field .m-val { font-size: 13.5px; color: var(--ink-soft); font-weight: 500; line-height: 1.3 }
.m-field .m-val small { color: var(--ink-faint); font-weight: 400 }
.m-tagcol { justify-self: end }
.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) }
.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 }
.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 }
.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 }
@media (prefers-reduced-motion: reduce) {
.fade, [data-animate] { transform: none; animation: none; transition: none }
}
.btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 9px;
      padding: 13px 22px; border-radius: 12px; 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-dossie {
      background: linear-gradient(90deg, #6c5cff 0%, #8f83ff 100%); color: #fff; border-color: transparent;
      box-shadow: 0 2px 8px -2px rgb(0 0 0 / 0.08), 0 4px 16px -4px rgb(0 0 0 / 0.05);
    }
.btn-dossie:hover { transform: translateY(-1px); box-shadow: 0 0 32px -8px rgb(108 92 255 / 0.35) }
.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) }
.plan-card > .btn { width: 100%; margin-top: 2px }
.plan-card.feat .btn-dossie { background: #fff; color: var(--ink); border-color: #fff }
.plan-card.feat .btn-dossie:hover { background: #fff; transform: translateY(-1px); box-shadow: 0 14px 30px -12px rgba(0,0,0,.5) }
.mband-sec .wrap{max-width:1080px;margin:0 auto;padding:0 20px}
.banner-sec{padding:0}
.banner-sec .wrap{max-width:1080px;margin:0 auto;padding:0 20px}
.site-banner{display:block;border-radius:20px;overflow:hidden;line-height:0;box-shadow:0 22px 54px -30px rgba(26,26,26,.75);transition:transform .18s ease,box-shadow .18s ease}
.site-banner:hover{transform:translateY(-2px);box-shadow:0 26px 60px -28px rgba(26,26,26,.8)}
.site-banner img{width:100%;height:auto;display:block}
button.site-banner{border:0;padding:0;background:none;width:100%;cursor:pointer;font:inherit}
.site-banner picture{display:block;line-height:0}
button.stamp-verify{border:0;font:inherit;cursor:pointer}
.lead-summary{margin:18px 0 0;max-width:72ch;font-size:15.5px;line-height:1.62;color:var(--ink-soft)}
.lead-summary strong{color:var(--ink);font-weight:600}
.act-grid{--act-col:168px}
.act-main-row{display:grid;grid-template-columns:var(--act-col) 1fr;gap:16px;align-items:start;margin-bottom:20px}
.act-col-code{display:flex;flex-direction:column;gap:6px}
.act-col-label{font-family:var(--mono);font-size:10.5px;color:var(--ink-mute);letter-spacing:.12em;text-transform:uppercase;font-weight:600}
.act-side-item{display:grid;grid-template-columns:var(--act-col) 1fr;gap:16px;align-items:center}
.act-side-item .tag{padding:0 11px}
.cnae-copy.sm{width:26px;height:20px;border-radius:6px}
em { font-style: normal }

.topbar { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(255,255,255,.4) }
.topbar::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(255,255,255,.7); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px) }
.topbar-inner { max-width: 1280px; margin: 0 auto; padding: 16px 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px }
.brand { display: flex; align-items: center; gap: 8px; text-decoration: none; color: #0f172a; flex-shrink: 0 }
.brand-logo { height: 32px; width: 32px; border-radius: 12px; display: block }
.brand-name { font-family: Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; font-weight: 800; font-size: 18px; letter-spacing: -.025em; color: #0f172a }
.nav { display: flex; align-items: center; justify-content: center; gap: 28px; flex: 1; font-size: 14px; font-weight: 500; color: #475569 }
.dd { position: relative }
.dd-btn { display: inline-flex; align-items: center; gap: 4px; padding: 4px 8px; border: 0; border-radius: 4px; background: none; font: inherit; color: inherit; cursor: pointer }
.dd-btn:hover, .dd:focus-within .dd-btn { color: #0f172a }
.dd-chev { width: 16px; height: 16px; transition: transform .2s }
.dd:hover .dd-chev, .dd:focus-within .dd-chev { transform: rotate(180deg) }
.dd-panel { position: absolute; top: 100%; left: 0; z-index: 50; width: 300px; margin-top: 8px; padding: 16px; background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1); visibility: hidden }
.dd-panel::before { content: ""; position: absolute; left: 0; right: 0; top: -10px; height: 10px }
.dd-wide { width: 540px }
.dd:hover .dd-panel, .dd:focus-within .dd-panel { visibility: visible }
.dd-cols { display: grid; grid-template-columns: 1fr 1fr; column-gap: 16px }
.dd-all, .dd-item { display: block; padding: 8px 12px; border-radius: 12px; font-size: 14px; font-weight: 600; text-decoration: none; transition: background .15s }
.dd-all { color: #4738c3; margin-bottom: 8px }
.dd-all:hover { background: #f3f2ff }
.dd-item { color: #0f172a; margin-top: 4px }
.dd-item:hover { background: #f8fafc }
.topbar-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0 }
.nav-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 24px; border-radius: 12px; border: 0;
  background: linear-gradient(90deg, #6c5cff 0%, #8f83ff 100%); color: #fff !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; font-size: 16px; font-weight: 500; line-height: 1.5; white-space: nowrap;
  text-decoration: none; cursor: pointer;
  box-shadow: 0 2px 8px -2px rgb(0 0 0 / 0.08), 0 4px 16px -4px rgb(0 0 0 / 0.05);
  transition: transform .15s ease, box-shadow .15s ease;
}
.nav-cta:hover { box-shadow: 0 0 32px -8px rgb(108 92 255 / 0.35) }
.mnav { display: none; position: static }
.mnav > summary { list-style: none; display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid #e2e8f0; border-radius: 12px; background: #fff; color: #0f172a; cursor: pointer }
.mnav > summary::-webkit-details-marker { display: none }
.mnav > summary svg { width: 20px; height: 20px }
.mnav-panel { position: absolute; left: 0; right: 0; top: 100%; max-height: calc(100vh - 64px); overflow-y: auto; padding: 16px 20px 20px; background: #fff; border-top: 1px solid #e2e8f0; box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1) }
.mnav-t { margin: 8px 0 6px; font-weight: 600; color: #0f172a; font-size: 15px }
.mnav-g { padding-left: 16px; margin-bottom: 8px }
.mnav-all, .mnav-item { display: block; padding: 8px 8px; font-size: 15px; text-decoration: none; color: #475569 }
.mnav-all { color: #4738c3; font-weight: 500 }
.mnav-item:hover { color: #0f172a }
.mnav-cta { display: flex; width: 100%; margin-top: 8px }
@media (max-width: 767px) {
  .topbar-inner { padding: 12px 20px; gap: 12px }
  .nav { display: none }
  .mnav { display: block }
  .topbar-actions > .nav-cta { font-size: 12px; padding: 8px 12px }
}
@media (max-width: 359px) { .topbar-actions > .nav-cta { display: none } }

.site-footer { border-top: 1px solid #e2e8f0; background: rgba(255,255,255,.8); font-family: Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; color: #64748b }
.sf-wrap { max-width: 1280px; margin: 0 auto; padding: 40px 32px }
.sf-brand { margin-bottom: 32px; max-width: 600px }
.sf-logo { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; text-decoration: none; transition: opacity .15s }
.sf-logo:hover { opacity: .8 }
.sf-logo img { width: 28px; height: 28px; border-radius: 12px; display: block }
.sf-logo span { font-size: 16px; font-weight: 800; color: #0f172a; letter-spacing: -.02em }
.sf-brand p { margin: 0; font-size: 14px; line-height: 1.5; color: #64748b }
.sf-cols { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px }
.sf-col h4 { margin: 0 0 12px; font-size: 16px; font-weight: 600; color: #0f172a }
.sf-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; font-size: 14px; line-height: 1.43 }
.sf-col a { color: #64748b; text-decoration: none; padding: 0 4px; border-radius: 4px; transition: color .15s }
.sf-col a:hover { color: #0f172a }
.sf-col a.sf-strong { color: #0f172a; font-weight: 600 }
.sf-mail { display: inline-flex; align-items: center; gap: 6px; overflow-wrap: anywhere }
.sf-mail svg { width: 16px; height: 16px; flex-shrink: 0 }
.sf-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 28px; margin-top: 32px; padding: 20px 0; border-top: 1px solid #e2e8f0 }
.sf-badge { display: flex; align-items: center; gap: 8px }
.sf-badge svg { width: 20px; height: 20px; color: #16a34a; flex-shrink: 0 }
.sf-bt { font-size: 12px; font-weight: 700; color: #0f172a; line-height: 1.2 }
.sf-bs { font-size: 12px; color: #64748b; line-height: 1.2 }
.sf-legal { padding-top: 24px; border-top: 1px solid #e2e8f0; text-align: center; font-size: 14px; line-height: 1.6; color: #64748b }
.sf-legal a { color: inherit; text-decoration: underline }
.sf-legal a:hover { color: #0f172a }
.sf-group { margin-top: 12px; display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 16px; font-size: 12px }
.sf-group a { color: #94a3b8; text-decoration: none; transition: color .15s }
.sf-group a:hover { color: #334155 }
.foot-meta { text-align: center; padding: 28px 32px 22px; border-bottom: 1px solid #e2e8f0 }
.foot-meta p { margin: 0 0 6px; font-size: 13px; color: #334155 }
.foot-meta .muted { font-size: 11.5px; color: #64748b; max-width: 78ch; margin: 8px auto 0; line-height: 1.55 }
.foot-meta a { color: #6c5cff; text-decoration: underline }
.foot-print { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; padding: 9px 18px; border-radius: 12px; background: transparent; color: #334155; border: 1px solid #e2e8f0; font: 600 13px Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; cursor: pointer }
.foot-print:hover { border-color: #6c5cff; color: #6c5cff }
@media (max-width: 767px) {
  .sf-wrap { padding: 40px 20px }
  .sf-cols { grid-template-columns: repeat(2, minmax(0, 1fr)) }
}
@media print {
  .topbar { position: static }
  .topbar::before { display: none }
  .nav, .mnav, .nav-cta, .no-print, .sf-cols, .sf-badges, .sf-group { display: none !important }
}
