/* Ecomfire Extintores — shared site styles */

/* Self-hosted variable fonts — latin subset (covers all Portuguese characters) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('../fonts/inter.woff2') format('woff2');
  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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('../fonts/jetbrains-mono.woff2') format('woff2');
  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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg: #f7f6f3;
  --bg-alt: #efece6;
  --bg-card: #ffffff;
  --hero-bg: #0a0d12;
  --hero-bg-2: #11151c;
  --ink: #14171c;
  --ink-2: #2a2f37;
  --muted: #5b626d;
  --muted-2: #8a8f99;
  --line: #e3dfd6;
  --line-2: #ddd8cc;
  --line-strong: #c9c3b3;
  --accent: #b91c1c;
  --accent-ink: #7a1010;
  --accent-tint: #fbe9e9;
  --warn: #b45309;
  --ok: #15803d;
  --radius: 4px;
  --radius-lg: 8px;
  --maxw: 1240px;
  --pad: 28px;
  --gap: 28px;
  --row: 96px;
  --font-sans: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

[data-density="compact"] {
  --row: 68px;
  --gap: 20px;
  --pad: 22px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font-sans);
  font-feature-settings: "ss01", "cv11";
  color: var(--ink);
  background: var(--bg);
  font-size: 16px;
  font-weight: 200;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; }

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--pad);
}

/* ---------- TOPBAR ---------- */
.topbar {
  background: #0a0d12;
  color: #c9ccd3;
  font-size: 12px;
  letter-spacing: 0.02em;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  gap: 24px;
}
.topbar a { color: #c9ccd3; }
.topbar a:hover { color: #fff; }
.topbar-left { display: flex; gap: 18px; align-items: center; }
.topbar-right { display: flex; gap: 18px; align-items: center; }
.topbar .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent);
  display: inline-block;
  margin-right: 6px;
  box-shadow: 0 0 0 3px rgba(185,28,28,0.18);
}

/* ---------- HEADER ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,0.96);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px; gap: 24px;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  font-weight: 800; letter-spacing: -0.01em;
  font-size: 17px;
  color: var(--ink);
}
.brand-mark {
  width: 28px; height: 28px;
  background: var(--accent);
  position: relative;
  border-radius: 2px;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 800;
}
.brand-mark::before {
  content: "";
  position: absolute; top: -4px; left: 9px; width: 10px; height: 4px;
  background: #2a2f37; border-radius: 1px;
}
.brand-logo {
  height: 40px;
  width: auto;
  display: block;
  object-fit: contain;
}
.brand-logo-footer {
  height: 44px;
}
.brand small {
  display: block;
  font-weight: 600;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 2px;
}
.brand-text { line-height: 1.05; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav-item {
  position: relative;
}
.nav-link {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-2);
  border-radius: var(--radius);
}
.nav-link:hover { color: var(--ink); background: var(--bg-alt); }
.nav-link svg { width: 10px; height: 10px; opacity: 0.6; }

.header-cta {
  display: flex; gap: 8px; align-items: center;
}

/* ---------- MEGAMENU ---------- */
.megamenu {
  position: absolute; top: calc(100% + 2px); left: 50%;
  transform: translateX(-50%) translateY(6px);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px -20px rgba(20,23,28,0.18), 0 2px 6px rgba(20,23,28,0.04);
  min-width: 880px;
  padding: 28px;
  z-index: 70;
  border-radius: var(--radius-lg);
  /* transição suave em vez de display:none */
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease, visibility 0s 0.15s;
}
/* ponte invisível para cobrir o gap entre o item e o submenu */
.megamenu::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 20px;
}
.nav-item:hover .megamenu,
.nav-item:focus-within .megamenu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.15s ease, visibility 0s 0s;
}
.megamenu.cols-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 28px; }
.megamenu.cols-4 { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 28px; }
.mm-col h4 {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted); font-weight: 600; margin: 0 0 12px;
}
.mm-col ul { list-style: none; padding: 0; margin: 0; }
.mm-col li { margin: 0 0 2px; }
.mm-link {
  display: block;
  padding: 8px 10px;
  border-radius: var(--radius);
  margin-left: -10px;
}
.mm-link strong {
  display: block; font-size: 13.5px; color: var(--ink); font-weight: 600;
}
.mm-link span {
  display: block; font-size: 12px; color: var(--muted); margin-top: 2px;
  line-height: 1.45;
}
.mm-link:hover { background: var(--bg-alt); }
.mm-link:hover strong { color: var(--accent); }

.mm-feature {
  background: var(--bg-alt);
  border-radius: var(--radius-lg);
  padding: 18px;
  display: flex; flex-direction: column; gap: 10px;
}
.mm-feature .tag {
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--accent);
}
.mm-feature h5 {
  font-size: 15px; font-weight: 600; margin: 0; color: var(--ink);
}
.mm-feature p { font-size: 12.5px; color: var(--muted); margin: 0; line-height: 1.5; }

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 16px;
  font-size: 14px; font-weight: 600;
  border-radius: var(--radius);
  border: 1px solid transparent;
  transition: all 0.15s ease;
  white-space: nowrap;
  cursor: pointer;
}
.btn-primary { background: var(--accent); color: #fff; border-color: var(--accent); }
.btn-primary:hover { background: var(--accent-ink); border-color: var(--accent-ink); }
.btn-dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn-dark:hover { background: #000; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn-ghost:hover { background: var(--bg-alt); }
.btn-ghost-dark { background: transparent; color: #fff; border-color: rgba(255,255,255,0.22); }
.btn-ghost-dark:hover { background: rgba(255,255,255,0.06); }
.btn-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13.5px; font-weight: 600; color: var(--ink);
  border-bottom: 1px solid var(--ink); padding-bottom: 2px;
}
.btn-link:hover { color: var(--accent); border-color: var(--accent); }
.btn-sm { padding: 8px 12px; font-size: 13px; }

/* ---------- HERO ---------- */
.hero {
  background: var(--hero-bg);
  color: #f0f1f4;
  padding: 88px 0 96px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #000;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
}
.hero-eyebrow {
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  display: inline-flex; align-items: center; gap: 10px;
  margin-bottom: 22px;
}
.hero-eyebrow .pin {
  width: 6px; height: 6px; background: var(--accent); border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(185,28,28,0.25);
}
.hero h1 {
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  font-weight: 600;
  margin: 0 0 24px;
  max-width: 18ch;
  color: #fff;
  text-wrap: balance;
}
.hero h1 em { font-style: normal; color: var(--accent); }
.hero p.lede {
  font-size: 17.5px;
  line-height: 1.55;
  color: rgba(255,255,255,0.72);
  max-width: 56ch;
  margin: 0 0 32px;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.hero-meta {
  margin-top: 64px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.hero-meta .item {
  font-size: 12.5px;
  color: rgba(255,255,255,0.55);
}
.hero-meta .item strong {
  display: block; color: #fff; font-size: 22px; font-weight: 600;
  letter-spacing: -0.01em; margin-bottom: 4px;
}
.hero-meta .item .label { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase;}

/* compact hero variant */
.hero.hero-sm { padding: 56px 0 64px; }
.hero.hero-sm h1 { font-size: clamp(32px, 4vw, 48px); }

/* hero 2-col layout (text + technical illustration) */
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}
.hero-grid .hero-text { min-width: 0; }
.hero-grid .hero-text h1 { max-width: 16ch; }
.hero-grid .hero-text p.lede { max-width: 46ch; }
.hero-visual {
  position: relative;
  aspect-ratio: 1200 / 800;
  border: 1px solid rgba(255,255,255,0.14);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.02), rgba(0,0,0,0.18)),
    var(--hero-bg);
  overflow: hidden;
  isolation: isolate;
}
.hero-visual::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
  z-index: 0;
}
.hero-visual svg { display: block; width: 100%; height: 100%; position: relative; z-index: 1; }
.hero-visual .stamp {
  position: absolute; left: 16px; bottom: 14px; z-index: 2;
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.14em;
  color: rgba(255,255,255,0.55); text-transform: uppercase;
  display: flex; align-items: center; gap: 8px;
}
.hero-visual .stamp::before {
  content: ""; width: 18px; height: 1px; background: var(--accent);
}
.hero-visual .stamp-r {
  position: absolute; right: 16px; bottom: 14px; z-index: 2;
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.14em;
  color: rgba(255,255,255,0.45); text-transform: uppercase;
}
@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-grid .hero-text h1, .hero-grid .hero-text p.lede { max-width: none; }
  .hero-visual { aspect-ratio: 1200 / 700; }
}

/* ---------- BREADCRUMBS ---------- */
.breadcrumb {
  font-size: 12.5px; color: var(--muted);
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
  display: flex; gap: 8px; align-items: center;
  padding: 18px 0; border-bottom: 1px solid var(--line);
  flex-wrap: wrap;
}
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb .sep { opacity: 0.5; }
.breadcrumb .current { color: var(--ink); }

/* ---------- SECTIONS ---------- */
section.block { padding: var(--row) 0; border-bottom: 1px solid var(--line); }
section.block.tight { padding: calc(var(--row) * 0.7) 0; }
section.block.alt,
section.block.bg-alt { background: var(--bg-alt); }
.bg-alt { background: var(--bg-alt); }

.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 48px;
}
.section-head .left .kicker {
  font-family: var(--font-mono); font-size: 11.5px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--accent);
  display: inline-flex; align-items: center; gap: 8px;
  margin-bottom: 14px;
}
.section-head .left .kicker::before {
  content: ""; width: 24px; height: 1px; background: var(--accent);
}
.section-head h2 {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0;
  text-wrap: balance;
}
.section-head .right p {
  margin: 0;
  font-size: 15.5px;
  color: var(--muted);
  line-height: 1.6;
}
.section-head.center {
  grid-template-columns: 1fr;
  text-align: center;
  justify-items: center;
}
.section-head.center .right { max-width: 60ch; }

/* ---------- CARDS / GRIDS ---------- */
.grid { display: grid; gap: var(--gap); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  transition: all 0.2s ease;
}
.card:hover { border-color: var(--line-strong); transform: translateY(-2px); }
.card .num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--muted);
}
.card h3 {
  margin: 0; font-size: 19px; font-weight: 600; letter-spacing: -0.01em;
  line-height: 1.25;
}
.card p {
  margin: 0; font-size: 14px; color: var(--muted); line-height: 1.55;
}
.card .card-foot {
  margin-top: auto;
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 14px;
  border-top: 1px dashed var(--line);
}
.card .card-foot .arrow {
  width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--line); border-radius: 50%;
  transition: all 0.2s;
}
.card:hover .card-foot .arrow {
  background: var(--accent); border-color: var(--accent); color: #fff;
}
.card .tag {
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--accent);
}

.card-flat {
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 22px 0;
  border-left: none; border-right: none; border-top: none;
}

/* striped placeholder */
.ph {
  background: repeating-linear-gradient(
    135deg,
    #ece8de,
    #ece8de 8px,
    #f4f1ea 8px,
    #f4f1ea 16px
  );
  border: 1px solid var(--line);
  border-radius: var(--radius);
  position: relative;
  display: flex; align-items: center; justify-content: center;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  padding: 16px;
  overflow: hidden;
}
.ph::before {
  content: "";
  position: absolute; inset: 8px;
  border: 1px dashed rgba(0,0,0,0.08);
  border-radius: 2px;
  pointer-events: none;
}
.ph.dark {
  background: repeating-linear-gradient(
    135deg, #1a1d22, #1a1d22 8px, #1f242b 8px, #1f242b 16px);
  border-color: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.5);
}
.ph.dark::before { border-color: rgba(255,255,255,0.08); }

/* placeholder com especificações técnicas para produção */
.ph .ph-spec {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; gap: 4px; padding: 8px;
  font-family: var(--font-mono); font-size: 9.5px; line-height: 1.35;
  letter-spacing: 0.03em; color: var(--muted);
}
.ph .ph-spec strong {
  font-size: 11px; color: var(--fg); letter-spacing: 0.06em; text-transform: uppercase;
  display: block; margin-bottom: 2px;
}
.ph .ph-spec .size {
  display: inline-block; padding: 2px 6px; border-radius: 3px;
  background: rgba(0,0,0,0.06); font-weight: 600; color: var(--fg);
}
.ph .ph-spec .safe {
  font-size: 8.5px; color: var(--accent); margin-top: 2px;
}

.ph-extintor {
  aspect-ratio: 1;
  background:
    repeating-linear-gradient(135deg, #ece8de, #ece8de 8px, #f4f1ea 8px, #f4f1ea 16px);
}

/* product/category card with extintor */
.cat-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.2s;
}
.cat-card:hover { border-color: var(--accent); transform: translateY(-2px); }
.cat-card .ph {
  border: none; border-radius: 0;
  border-bottom: 1px solid var(--line);
  aspect-ratio: 4 / 3;
}
.cat-card .body { padding: 18px; display: flex; flex-direction: column; gap: 6px; }
.cat-card .body .meta {
  font-family: var(--font-mono); font-size: 10.5px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted);
}
.cat-card .body h4 {
  margin: 0; font-size: 15.5px; font-weight: 600; letter-spacing: -0.005em;
}
.cat-card .body p { margin: 0; font-size: 12.5px; color: var(--muted); line-height: 1.5; }
.cat-card .body .links {
  margin-top: 8px;
  display: flex; gap: 12px; flex-wrap: wrap;
  font-size: 12px;
}
.cat-card .body .links a {
  color: var(--accent); text-decoration: underline; text-underline-offset: 3px;
}
/* cat-card simple variant: icon + h4 + p direct children (blog index categories) */
.cat-card > .icon { font-size: 26px; line-height: 1; padding: 20px 18px 0; display: block; }
.cat-card > h4 { padding: 8px 18px 0; margin: 0; font-size: 15px; font-weight: 600; letter-spacing: -0.005em; }
.cat-card > p  { padding: 4px 18px 18px; margin: 0; font-size: 12.5px; color: var(--muted); line-height: 1.5; }

/* ---------- CATALOG HERO + GRID (formato B) ---------- */
.catalog-section {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* Card hero destaque (CO₂) */
.catalog-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.catalog-hero:hover {
  border-color: var(--accent);
  box-shadow: 0 12px 40px rgba(0,0,0,0.10);
}
.catalog-hero .hero-img {
  aspect-ratio: 1;
  background: var(--bg-alt);
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-hero .hero-img .ph {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: none;
}
.catalog-hero .hero-body {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.catalog-hero .badge-featured {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 12px;
  border-radius: 3px;
  width: fit-content;
}
.catalog-hero .meta {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.catalog-hero h3 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0;
}
.catalog-hero p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}
.catalog-hero .hero-links {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}
.catalog-hero .hero-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: var(--radius);
  transition: all 0.15s ease;
}
.catalog-hero .hero-links .btn-primary {
  background: var(--accent);
  color: #fff;
}
.catalog-hero .hero-links .btn-primary:hover {
  background: var(--accent-ink);
}
.catalog-hero .hero-links .btn-outline {
  border: 1px solid var(--line-strong);
  color: var(--ink-2);
  background: transparent;
}
.catalog-hero .hero-links .btn-outline:hover {
  border-color: var(--ink);
  color: var(--ink);
}

/* Subtítulo para o grid secundário */
.catalog-subtitle {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  margin-bottom: -24px;
}

/* Grid 4×2 para os outros produtos */
.catalog-compact {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.catalog-compact .cat-item {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
  text-decoration: none;
  display: block;
}
.catalog-compact .cat-item:hover {
  border-color: var(--accent);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}
.catalog-compact .item-img {
  aspect-ratio: 1;
  background: var(--bg-alt);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--line);
}
.catalog-compact .item-img .ph {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: none;
}
.catalog-compact .item-body {
  padding: 16px 18px 18px;
}
.catalog-compact .badges {
  display: flex;
  gap: 4px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.catalog-compact .badge {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  padding: 3px 7px;
  border-radius: 3px;
  background: var(--bg-alt);
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.catalog-compact .badge.badge-a { background: #fef3c7; color: #92400e; }
.catalog-compact .badge.badge-b { background: #fce7f3; color: #9d174d; }
.catalog-compact .badge.badge-c { background: #dbeafe; color: #1e40af; }
.catalog-compact .badge.badge-k { background: #dcfce7; color: #166534; }
.catalog-compact h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 6px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.catalog-compact .desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.catalog-compact .item-cta {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
  color: var(--accent);
  margin-top: 14px;
}
.catalog-compact .item-cta svg {
  width: 14px;
  height: 14px;
}

/* Responsivo */
@media (max-width: 1100px) {
  .catalog-hero {
    grid-template-columns: 1fr;
  }
  .catalog-hero .hero-img {
    aspect-ratio: 16/9;
  }
  .catalog-hero .hero-body {
    padding: 32px;
  }
  .catalog-compact {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .catalog-section {
    gap: 32px;
  }
  .catalog-hero .hero-body {
    padding: 24px;
  }
  .catalog-hero h3 {
    font-size: 24px;
  }
  .catalog-hero .hero-links {
    flex-direction: column;
  }
  .catalog-hero .hero-links a {
    justify-content: center;
  }
  .catalog-compact {
    grid-template-columns: 1fr;
  }
  .catalog-subtitle {
    font-size: 12px;
  }
}

/* ---------- LINK LIST ---------- */
.link-list {
  list-style: none; padding: 0; margin: 0;
  display: grid;
  gap: 0;
}
.link-list li {
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.link-list li:hover { background: var(--bg-alt); padding-left: 8px; padding-right: 8px;}
.link-list .num {
  font-family: var(--font-mono); font-size: 11px; color: var(--muted);
  width: 36px; flex-shrink: 0;
}
.link-list .label {
  font-size: 16px; font-weight: 600; color: var(--ink); flex: 1;
  letter-spacing: -0.005em;
}
.link-list .desc {
  font-size: 13px; color: var(--muted); flex: 2;
}
.link-list .badge {
  font-family: var(--font-mono); font-size: 10.5px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted);
}
.link-list .arrow {
  color: var(--muted);
  transition: transform 0.2s;
}
.link-list li:hover .arrow { color: var(--accent); transform: translateX(4px); }

/* ---------- COMPARISON TABLE ---------- */
.compare {
  width: 100%; border-collapse: collapse;
  font-size: 14px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.compare th, .compare td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.compare th {
  font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted); font-weight: 600;
  background: var(--bg-alt);
}
.compare tr:last-child td { border-bottom: none; }
.compare td strong { color: var(--ink); }
.compare .yes { color: var(--ok); font-weight: 600; }
.compare .no { color: var(--accent); font-weight: 600; }
.compare .warn { color: var(--warn); font-weight: 600; }

/* table scroll wrapper for mobile */
.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 -16px;
  padding: 0 16px;
}
.table-scroll .compare {
  min-width: 720px;
}
@media (min-width: 800px) {
  .table-scroll { overflow-x: visible; margin: 0; padding: 0; }
  .table-scroll .compare { min-width: auto; }
}

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 0; }
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.faq details[open] summary { color: var(--accent); }
.faq summary {
  cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 24px;
  font-size: 17px; font-weight: 600; letter-spacing: -0.005em;
  color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; font-family: var(--font-mono); font-size: 22px; font-weight: 200;
  color: var(--muted); transition: transform 0.2s;
}
.faq details[open] summary::after { content: "−"; color: var(--accent); }
.faq .answer {
  margin-top: 14px;
  font-size: 14.5px; line-height: 1.65; color: var(--muted-2);
  max-width: 78ch;
  color: var(--ink-2);
}
.faq .answer p { margin: 0 0 12px; }

/* ---------- ARTICLE / BLOG ---------- */
.article-card {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.article-card .ph { aspect-ratio: 4/3; }
.article-card .body { display: flex; flex-direction: column; gap: 8px; }
.article-card .meta {
  font-family: var(--font-mono); font-size: 10.5px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted);
  display: flex; gap: 14px;
}
.article-card .meta .cat { color: var(--accent); }
.article-card h3 {
  margin: 0; font-size: 22px; font-weight: 600;
  letter-spacing: -0.015em; line-height: 1.2;
}
.article-card p { margin: 0; font-size: 14px; color: var(--muted); }
.article-card .author {
  margin-top: auto;
  font-size: 12.5px; color: var(--muted-2);
}

.article-list-compact {
  display: flex; flex-direction: column;
}
.article-list-compact a.row {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 16px; align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.article-list-compact .num {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.08em; color: var(--muted);
}
.article-list-compact .title {
  font-size: 14.5px; font-weight: 600; color: var(--ink);
  line-height: 1.4;
}
.article-list-compact .cat {
  font-family: var(--font-mono); font-size: 10.5px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent);
}
.article-list-compact a.row:hover .title { color: var(--accent); }

/* ---------- CTA BAND ---------- */
.cta-band {
  background: var(--hero-bg);
  color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
}
.cta-band .container { position: relative; }
.cta-band h2 {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600; line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  max-width: 22ch;
  text-wrap: balance;
}
.cta-band p {
  font-size: 16.5px;
  color: rgba(255,255,255,0.7);
  max-width: 56ch;
  margin: 0 0 28px;
}

/* ---------- FOOTER ---------- */
footer.site-footer {
  background: var(--hero-bg);
  color: #c9ccd3;
  padding: 72px 0 32px;
  border-top: 1px solid #000;
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 56px;
}
.site-footer h5 {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  font-weight: 600; margin: 0 0 16px;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: 0 0 8px; }
.site-footer a {
  color: #c9ccd3; font-size: 13.5px;
}
.site-footer a:hover { color: #fff; }
.site-footer .brand-block .brand small { color: rgba(255,255,255,0.5); }
.site-footer .brand-block .brand { color: #fff; }
.site-footer .brand-block p {
  font-size: 13.5px; color: rgba(255,255,255,0.6); line-height: 1.6;
  margin: 14px 0 18px;
  max-width: 36ch;
}
.site-footer .footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px; color: rgba(255,255,255,0.45);
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
}
.site-footer .footer-bottom .links { display: flex; gap: 18px; }

/* ---------- LOGO STRIP ---------- */
.logo-strip {
  display: flex; gap: 56px; flex-wrap: wrap; align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}
.logo-strip .label {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted);
}
.logo-strip .logo {
  font-family: var(--font-sans); font-size: 17px; font-weight: 600;
  color: var(--ink-2);
  letter-spacing: -0.01em;
  opacity: 0.7;
}

/* ---------- TIMELINE / JOURNEY ---------- */
.journey {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.journey .step {
  padding: 28px 24px;
  border-right: 1px solid var(--line);
  position: relative;
}
.journey .step:last-child { border-right: none; }
.journey .step .num {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.12em; color: var(--accent);
  margin-bottom: 14px; display: block;
}
.journey .step h3 {
  margin: 0 0 8px; font-size: 16px; font-weight: 600; letter-spacing: -0.005em;
}
.journey .step p { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.55; }

/* ---------- CALLOUT ---------- */
.callout {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  padding: 22px 24px;
  border-radius: var(--radius);
  display: flex; gap: 16px;
  align-items: flex-start;
}
.callout .icon {
  width: 28px; height: 28px; flex-shrink: 0;
  background: var(--accent-tint);
  color: var(--accent);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-mono); font-weight: 800; font-size: 13px;
}
.callout h4 { margin: 0 0 4px; font-size: 14.5px; font-weight: 600; }
.callout p { margin: 0; font-size: 13.5px; color: var(--muted); line-height: 1.55; }

/* ---------- FORM ---------- */
.lead-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
}
.lead-form .field { display: flex; flex-direction: column; gap: 6px; }
.lead-form .field.full { grid-column: 1 / -1; }
.lead-form label {
  font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted); font-weight: 600;
}
.lead-form input, .lead-form select, .lead-form textarea {
  font: inherit; font-size: 14.5px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  outline: none;
}
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus {
  border-color: var(--ink-2);
}
.lead-form .submit { grid-column: 1 / -1; }

/* ---------- TAG / CHIP ---------- */
.chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 10px;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  font-family: var(--font-mono);
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-radius: 100px;
  color: var(--ink-2);
  text-transform: uppercase;
}
.chip.accent { background: var(--accent-tint); border-color: #f0c4c4; color: var(--accent-ink); }
.chip.ok { background: #e8f5ee; border-color: #c8e6d3; color: var(--ok); }
.chip.warn { background: #fcf2e0; border-color: #f0d9a8; color: var(--warn); }

/* ---------- TWO-COL EDITORIAL ---------- */
.editorial {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 80px;
}
.editorial aside h6 {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 12px; font-weight: 600;
}
.editorial aside ul { list-style: none; padding: 0; margin: 0 0 24px; }
.editorial aside ul li { margin: 0 0 8px; }
.editorial aside a { font-size: 13px; color: var(--ink-2); }
.editorial aside a.active { color: var(--accent); font-weight: 600; }

.prose h2 {
  font-size: 28px; font-weight: 600; letter-spacing: -0.02em;
  margin: 48px 0 16px; line-height: 1.2;
}
.prose h3 {
  font-size: 19px; font-weight: 600; letter-spacing: -0.01em;
  margin: 32px 0 12px;
}
.prose p { font-size: 16px; line-height: 1.7; color: var(--ink-2); margin: 0 0 16px; max-width: 70ch; }
.prose ul, .prose ol { font-size: 16px; line-height: 1.7; color: var(--ink-2); padding-left: 22px; margin: 0 0 18px;}
.prose li { margin: 0 0 6px; }
.prose blockquote {
  border-left: 3px solid var(--accent);
  margin: 28px 0;
  padding: 8px 0 8px 22px;
  font-size: 18px; font-style: normal;
  color: var(--ink); line-height: 1.5;
  font-weight: 600;
}
.prose .figure {
  margin: 32px 0;
}
.prose .figure .ph { aspect-ratio: 16/9; }
.prose .figure figcaption {
  font-family: var(--font-mono); font-size: 11.5px;
  letter-spacing: 0.06em; color: var(--muted); margin-top: 10px;
}

/* ---------- FILTER BAR ---------- */
.filter-bar {
  display: flex; gap: 8px; flex-wrap: wrap; align-items: center;
  padding: 16px 0; border-bottom: 1px solid var(--line);
  margin-bottom: 32px;
}
.filter-bar .label {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted);
  margin-right: 8px;
}
.filter-bar .pill {
  padding: 6px 12px; font-size: 13px; font-weight: 600;
  border: 1px solid var(--line); border-radius: 100px;
  color: var(--ink-2); background: #fff; cursor: pointer;
}
.filter-bar .pill.active { background: var(--ink); color: #fff; border-color: var(--ink); }

/* ---------- HEADLINE FEATURE ---------- */
.feature-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 56px;
  align-items: center;
}
.feature-row.reverse { grid-template-columns: 1fr 1.2fr; }
.feature-row .ph { aspect-ratio: 5/4; }

/* ---------- UTILITIES ---------- */
.hr { height: 1px; background: var(--line); border: none; margin: 0; }
.muted { color: var(--muted); }
.mono { font-family: var(--font-mono); }
.kbd-key {
  display: inline-block; padding: 2px 6px; border-radius: 3px;
  background: var(--bg-alt); border: 1px solid var(--line);
  font-family: var(--font-mono); font-size: 11px;
}
.spacer-sm { height: 24px; }
.spacer { height: 48px; }
.spacer-lg { height: 80px; }

/* ---------- CONTACT FORM ---------- */
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.contact-form .form-group { display: flex; flex-direction: column; gap: 6px; }
.contact-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { font-size: 13px; font-weight: 600; color: var(--muted); }
.contact-form input,
.contact-form select,
.contact-form textarea {
  font: inherit; font-size: 15px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  outline: none;
  width: 100%;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { border-color: var(--ink-2); box-shadow: 0 0 0 3px rgba(20,23,28,0.06); }
.contact-form textarea { resize: vertical; min-height: 110px; }

/* ---------- BUTTON SIZES ---------- */
.btn-lg { padding: 14px 24px; font-size: 15.5px; }

/* ---------- HAMBURGER TOGGLE ---------- */
.menu-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 9px 10px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-shrink: 0;
}
.menu-toggle span {
  display: block; width: 18px; height: 2px;
  background: var(--ink); border-radius: 2px;
  transition: transform 0.22s ease, opacity 0.18s ease;
}
.menu-toggle.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.menu-toggle.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ---------- MOBILE NAV DRAWER ---------- */
.mobile-nav {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 90;
  overflow-y: auto;
  padding-bottom: 40px;
  transform: translateX(100%);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1),
              visibility 0s linear 0.28s;
  visibility: hidden;
  pointer-events: none;
}
.mobile-nav.open {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1),
              visibility 0s linear 0s;
}
.mobile-nav-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px var(--pad);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}
.mobile-nav .mn-section {
  display: block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 20px var(--pad) 8px;
  border-bottom: 1px solid var(--line);
}
.mobile-nav a.mn-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px var(--pad);
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.mobile-nav a.mn-link:active { background: var(--bg-alt); }
.mobile-nav .mn-ctas {
  padding: 24px var(--pad) 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mobile-nav .mn-ctas .btn { justify-content: center; }

/* ---------- KICKER (standalone, outside .section-head) ---------- */
.kicker {
  font-family: var(--font-mono); font-size: 11.5px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--accent);
  display: inline-flex; align-items: center; gap: 8px;
  margin-bottom: 14px;
}
.kicker::before {
  content: ""; width: 24px; height: 1px; background: var(--accent);
}

/* ---------- CTA BLOCK (cta-contato.php) ---------- */
.cta-block {
  padding: var(--row) 0;
  background: var(--bg-alt);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
.cta-text .eyebrow {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent); display: block; margin-bottom: 10px;
}
.cta-text h2 {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 600; letter-spacing: -0.02em;
  line-height: 1.15; margin: 0 0 10px;
}
.cta-text p { margin: 0; font-size: 15px; color: var(--muted); max-width: 52ch; }
.cta-actions { display: flex; gap: 12px; flex-shrink: 0; flex-wrap: wrap; }

/* ---------- ARTICLE PAGE ---------- */
.article-page { padding: 0; }
.article-header {
  background: var(--bg-alt);
  padding: calc(var(--row) * 0.85) 0;
  border-bottom: 1px solid var(--line);
}
.container.narrow {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 var(--pad);
}
.article-header .breadcrumb {
  display: flex; align-items: center; gap: 6px;
  font-size: 12.5px; color: var(--muted); margin-bottom: 18px;
  flex-wrap: wrap;
}
.article-header .breadcrumb .sep { color: var(--muted-2); }
.article-header .breadcrumb a:hover { color: var(--accent); }
.article-header .meta {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 16px; display: block;
}
.article-header .meta .cat { color: var(--accent); }
.article-header h1 {
  font-size: clamp(26px, 5vw, 42px);
  font-weight: 600; line-height: 1.1;
  letter-spacing: -0.02em; margin: 0 0 18px; text-wrap: balance;
}
.article-header .lede {
  font-size: 18px; color: var(--muted);
  line-height: 1.55; margin: 0; max-width: 60ch;
}
.article-body { padding: var(--row) 0; }
.article-body h2 {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 600; letter-spacing: -0.02em;
  line-height: 1.15; margin: 48px 0 14px;
}
.article-body h2:first-child { margin-top: 0; }
.article-body h3 {
  font-size: 18px; font-weight: 600;
  letter-spacing: -0.01em; margin: 32px 0 10px;
}
.article-body p {
  font-size: 16px; line-height: 1.72;
  color: var(--ink-2); margin: 0 0 18px;
}
.article-body ul, .article-body ol {
  font-size: 16px; line-height: 1.7;
  color: var(--ink-2); padding-left: 22px; margin: 0 0 18px;
}
.article-body li { margin: 0 0 6px; }
.article-body a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.article-body a:hover { color: var(--accent-ink); }
.article-body strong { color: var(--ink); }

/* ---------- LEVEL CARDS (N1 / N2 / N3) ---------- */
.level-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex; flex-direction: column; gap: 12px;
}
.level-tag {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted); background: var(--bg-alt);
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 4px 10px; display: inline-block; align-self: flex-start;
}
.level-tag.accent {
  color: var(--accent);
  background: var(--accent-tint);
  border-color: rgba(185,28,28,0.18);
}
.level-card h3 { font-size: 17px; font-weight: 600; margin: 0; letter-spacing: -0.01em; }
.level-card ul {
  margin: 0; padding-left: 18px;
  font-size: 13.5px; color: var(--ink-2); line-height: 1.6; flex: 1;
}
.level-card ul li { margin: 0 0 4px; }
.level-who {
  font-size: 12px; color: var(--muted); font-style: italic;
  margin: 0; padding-top: 8px; border-top: 1px solid var(--line);
}

/* ---------- FLOW STEPS ---------- */
.flow-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.flow-step {
  padding: 28px 22px;
  border-right: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 10px;
  background: var(--bg-card);
}
.flow-step:last-child { border-right: none; }
.step-num {
  font-family: var(--font-mono); font-size: 22px;
  font-weight: 800; color: var(--accent); line-height: 1; display: block;
}
.flow-step h4 { font-size: 14.5px; font-weight: 600; margin: 0; letter-spacing: -0.01em; }
.flow-step p { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.55; }

/* ---------- CAPACITY GRID ---------- */
.capacity-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
}
.cap-item {
  background: var(--bg-alt); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 14px 16px;
}
.cap-item span {
  font-size: 18px; font-weight: 600; color: var(--ink);
  letter-spacing: -0.02em; display: block; margin-bottom: 2px;
}
.cap-item p { font-size: 12px; color: var(--muted); margin: 0; line-height: 1.4; }

/* ---------- FEATURE LIST ---------- */
.feature-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 12px;
}
.feature-list li {
  font-size: 15px; color: var(--ink-2);
  line-height: 1.55; padding-left: 22px; position: relative;
}
.feature-list li::before {
  content: "✓"; position: absolute; left: 0;
  color: var(--ok); font-weight: 800; font-size: 13px; top: 1px;
}

/* ---------- USE CASE CARDS ---------- */
.use-case {
  background: var(--bg-card); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 24px;
  display: flex; flex-direction: column; gap: 8px;
}
.use-case .icon { font-size: 26px; line-height: 1; display: block; margin-bottom: 2px; }
.use-case h4 { font-size: 15.5px; font-weight: 600; margin: 0; letter-spacing: -0.01em; }
.use-case p { font-size: 13.5px; color: var(--muted); margin: 0; line-height: 1.5; }

/* ---------- CATALOG BADGE VARIANTS ---------- */
.catalog-compact .badge.badge-special { background: #e0f2fe; color: #0369a1; }
.catalog-compact .badge.badge-acc     { background: #f0fdf4; color: #15803d; }
.catalog-compact .badge.badge-guide   { background: #fefce8; color: #854d0e; }

/* ---------- CHECK ITEM (conformidade-tecnica.php) ---------- */
.check-item {
  display: flex; flex-direction: column; gap: 10px;
  padding: 28px; background: var(--bg-card);
  border: 1px solid var(--line); border-radius: var(--radius-lg);
}
.check-num {
  font-family: var(--font-mono); font-size: 28px;
  font-weight: 800; color: var(--accent); line-height: 1;
}
.check-item h3 { font-size: 17px; font-weight: 600; margin: 0; letter-spacing: -0.01em; }
.check-item p  { font-size: 14px; color: var(--ink-2); margin: 0; line-height: 1.6; }
.check-fail {
  display: block; font-size: 12.5px; color: var(--warn);
  background: #fef3c7; border-radius: var(--radius);
  padding: 8px 12px; line-height: 1.5;
}

/* ---------- LEGAL PAGES ---------- */
.legal-content h2 {
  font-size: 19px; font-weight: 600; margin: 40px 0 10px; letter-spacing: -0.01em;
}
.legal-content h2:first-of-type { margin-top: 0; }
.legal-content p  { font-size: 15px; color: var(--ink-2); line-height: 1.7; margin: 0 0 14px; }
.legal-content ul { font-size: 15px; color: var(--ink-2); padding-left: 20px; margin: 0 0 14px; }
.legal-content li { margin: 0 0 4px; }
.legal-update {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 36px;
}

/* ---------- RIGHTS LIST (lgpd.php) ---------- */
.rights-list { display: flex; flex-direction: column; gap: 0; }
.right-item {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 0; border-bottom: 1px solid var(--line);
}
.right-item:last-child { border-bottom: none; }
.right-num {
  font-family: var(--font-mono); font-size: 12px; font-weight: 600;
  color: var(--muted); background: var(--bg-alt);
  border: 1px solid var(--line); border-radius: 50%;
  width: 30px; height: 30px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  margin-top: 2px;
}
.right-item h3 { font-size: 15.5px; font-weight: 600; margin: 0 0 4px; letter-spacing: -0.01em; }
.right-item p  { font-size: 14px; color: var(--muted); margin: 0; line-height: 1.55; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 980px) {
  /* layout */
  .grid-2, .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .section-head { grid-template-columns: 1fr; gap: 14px; margin-bottom: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr !important; }
  .editorial { grid-template-columns: 1fr; gap: 32px; }
  .feature-row, .feature-row.reverse { grid-template-columns: 1fr; }
  .journey { grid-template-columns: 1fr 1fr; }
  .article-card { grid-template-columns: 1fr; }
  .article-card .ph { aspect-ratio: 16/9; }

  /* cta block */
  .cta-inner { flex-direction: column; align-items: flex-start; gap: 28px; }

  /* flow steps: 3 cols on tablet */
  .flow-steps { grid-template-columns: repeat(3, 1fr); }
  .flow-step:nth-child(3) { border-right: none; }
  .flow-step:nth-child(4), .flow-step:nth-child(5) { border-top: 1px solid var(--line); }

  /* article header */
  .article-header .lede { font-size: 16px; }

  /* header */
  .nav { display: none; }
  .menu-toggle { display: flex; }
  .header-cta { display: none; }
  .header-inner { height: 60px; }

  /* topbar: esconder lado esquerdo */
  .topbar-left { display: none; }
  .topbar-inner { justify-content: center; }

  /* hero */
  .hero { padding: 52px 0 60px; }
  .hero.hero-sm { padding: 38px 0 46px; }
  .hero h1 { font-size: clamp(28px, 7vw, 44px); }
  .hero p.lede { font-size: 15.5px; }
  .hero-actions { flex-direction: column; gap: 10px; }
  .hero-actions .btn { justify-content: center; }
  .hero-meta { grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 36px; }

  /* logo strip (Atendemos) */
  .logo-strip { gap: 18px; justify-content: flex-start; }
  .logo-strip .logo { font-size: 15px; }

  /* section padding */
  :root { --row: 64px; }

  /* hub de extintores */
  .hub-ext .hub-info { padding: 28px; }
  .hub-ext .hub-info h3 { font-size: 22px; }
}

@media (max-width: 640px) {
  /* container / root vars */
  :root { --pad: 16px; --row: 48px; }

  /* topbar: ocultar inteiro */
  .topbar { display: none; }

  /* grids */
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr !important; }
  .lead-form { grid-template-columns: 1fr; }

  /* hero */
  .hero { padding: 40px 0 50px; }
  .hero p.lede { font-size: 15px; }
  .hero-meta { gap: 12px; }
  .hero-meta .item strong { font-size: 19px; }

  /* journey: 1 coluna */
  .journey { grid-template-columns: 1fr; }
  .journey .step { border-right: none; border-bottom: 1px solid var(--line); }
  .journey .step:last-child { border-bottom: none; }

  /* link-list: esconder colunas secundárias */
  .link-list .desc,
  .link-list .badge { display: none; }
  .link-list .num { width: 26px; font-size: 10px; }
  .link-list .label { font-size: 14px; }

  /* contact form */
  .contact-form .form-row { grid-template-columns: 1fr; }

  /* hub de extintores */
  .hub-ext .hub-visual { min-height: 260px; padding: 20px; }
  .hub-ext .hub-info { padding: 20px 16px; }
  .hub-ext .hub-info h3 { font-size: 20px; }
  .hub-ext .hub-info p.lede { font-size: 14px; }

  /* cta band */
  .cta-band { padding: 52px 0; }

  /* footer bottom */
  .site-footer .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .site-footer .footer-bottom .links { flex-wrap: wrap; justify-content: center; }

  /* section head h2 */
  .section-head h2 { font-size: clamp(22px, 6vw, 34px); }

  /* article card */
  .article-card { gap: 14px; }

  /* cta block */
  .cta-actions { flex-direction: column; }
  .cta-actions .btn { justify-content: center; }

  /* flow steps: 1 col on mobile */
  .flow-steps { grid-template-columns: 1fr; }
  .flow-step { border-right: none; border-bottom: 1px solid var(--line); }
  .flow-step:last-child { border-bottom: none; }
  .flow-step:nth-child(3) { border-right: none; }
  .flow-step:nth-child(4), .flow-step:nth-child(5) { border-top: none; }

  /* capacity grid: 2 cols on mobile */
  .capacity-grid { grid-template-columns: repeat(2, 1fr); }

  /* article header */
  .article-header h1 { font-size: clamp(22px, 7vw, 32px); }
  .article-header .lede { font-size: 15px; }
}

/* ===== LGPD CONSENT BANNER ===== */
@keyframes consent-fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes consent-slideup {
  from { transform: translateY(100%); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}

#consent-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 13, 18, 0.55);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 9998;
  pointer-events: none;
  animation: consent-fadein 0.35s ease-out;
}

#consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: var(--bg-card);
  border-top: 2px solid var(--line-strong);
  box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.14);
  padding: 20px var(--pad);
  animation: consent-slideup 0.35s ease-out;
}

.consent-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.consent-text { flex: 1; min-width: 240px; }

.consent-text strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 4px;
}

.consent-text p {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
  line-height: 1.45;
}

.consent-text a {
  color: var(--accent);
  text-decoration: underline;
}

.consent-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

#btn-consent-essential {
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  border: 1.5px solid var(--line-strong);
  border-radius: var(--radius);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
  white-space: nowrap;
}
#btn-consent-essential:hover {
  border-color: var(--muted);
  background: var(--bg-alt);
}

#btn-consent-all {
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  border: none;
  border-radius: var(--radius);
  background: var(--accent);
  color: #fff;
  cursor: pointer;
  transition: background 0.15s;
  white-space: nowrap;
}
#btn-consent-all:hover { background: var(--accent-ink); }

@media (max-width: 600px) {
  .consent-inner { flex-direction: column; gap: 14px; }
  .consent-actions { width: 100%; flex-direction: column; }
  #btn-consent-essential, #btn-consent-all {
    width: 100%;
    text-align: center;
  }
}

/* Rights / removal page */
.rights-list { display: flex; flex-direction: column; gap: 20px; margin: 0 0 40px; }
.right-item { display: flex; gap: 16px; align-items: flex-start; }
.right-num {
  flex-shrink: 0;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--accent-tint);
  color: var(--accent);
  font-weight: 800;
  font-size: 13px;
  display: flex; align-items: center; justify-content: center;
}
.right-item h3 { margin: 0 0 4px; font-size: 15px; font-weight: 600; }
.right-item p { margin: 0; color: var(--muted); font-size: 14px; }

/* DPO callout */
.callout {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 20px;
}
.callout .icon { font-size: 24px; flex-shrink: 0; margin-top: 2px; }
.callout h4 { margin: 0 0 4px; font-size: 15px; font-weight: 600; }
.callout p { margin: 0; font-size: 14px; color: var(--muted); }

/* ===== HERO SPLIT (home page AI box) ===== */
.hero-split {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
.hero-split-left {
  flex: 1;
  min-width: 0;
}
.hero-split-left h1 { max-width: 14ch; }
.hero-split-left p.lede { max-width: 48ch; }

.hero-ai-box {
  width: 296px;
  flex-shrink: 0;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-lg);
  padding: 22px;
}
.hero-ai-label {
  display: block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 10px;
}
.hero-ai-title {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 6px;
  line-height: 1.35;
}
.hero-ai-desc {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  margin: 0 0 16px;
  line-height: 1.5;
}
.hero-ai-btns { display: flex; flex-direction: column; gap: 7px; }
.hero-ai-btn {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border-radius: var(--radius);
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.15s, transform 0.12s;
  letter-spacing: 0.01em;
}
.hero-ai-btn svg { flex-shrink: 0; }
.hero-ai-btn-claude img,
.ai-btn-claude img { filter: brightness(0) invert(1); }
.hero-ai-btn:hover { opacity: 0.82; transform: translateX(3px); }
.hero-ai-btn-chatgpt,
.hero-ai-btn-gemini,
.hero-ai-btn-claude,
.hero-ai-btn-perplexity { background: var(--accent); border: 1px solid var(--accent-ink); color: #fff; }

@media (max-width: 860px) {
  .hero-split { flex-direction: column; gap: 32px; }
  .hero-ai-box { width: 100%; max-width: 480px; }
  .hero-ai-btns { flex-direction: row; flex-wrap: wrap; gap: 8px; }
  .hero-ai-btn { flex: 1; min-width: 130px; justify-content: center; }
}
@media (max-width: 560px) {
  .hero-ai-btns { flex-direction: column; }
  .hero-ai-btn { min-width: 0; }
}

/* ===== AI SECTION (all non-home pages) ===== */
.ai-section {
  background: var(--hero-bg);
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 52px 0;
}
.ai-section-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.ai-section-text { flex: 1; min-width: 260px; }
.ai-section-label {
  display: block;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 8px;
}
.ai-section h2 {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 600;
  color: #fff;
  margin: 0 0 6px;
  line-height: 1.2;
}
.ai-section h2 em { color: #f87171; font-style: normal; }
.ai-section-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  margin: 0;
  line-height: 1.5;
}
.ai-buttons { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.ai-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  transition: opacity 0.15s, transform 0.12s;
  border: 1px solid transparent;
}
.ai-btn:hover { opacity: 0.85; transform: translateY(-2px); }
.ai-btn-chatgpt,
.ai-btn-gemini,
.ai-btn-claude,
.ai-btn-perplexity { background: var(--accent); border-color: var(--accent-ink); }

@media (max-width: 640px) {
  .ai-section-inner { flex-direction: column; align-items: flex-start; gap: 20px; }
  .ai-buttons { flex-direction: column; width: 100%; }
  .ai-btn { width: 100%; justify-content: center; }
}
