/* =====================================================
   SmartStore — Design System do site
   Fonte: Manual de Marca SmartStore v1.0 (tokens vivos).
   Nenhuma cor/tipo/raio fora dos tokens abaixo.
   ===================================================== */

:root {
  /* ---- Cor: papéis semânticos ---- */
  --color-primary: #ED7512;
  --color-primary-press: #D26408;
  --color-primary-soft: #FEF1E6;
  --color-accent: #F7A900;
  --color-positive: #A4C631;
  --color-negative: #EC1C24;
  --surface-page: #FFFFFF;
  --surface-wash: #F2EFEC;
  --surface-card: #FFFFFF;
  --surface-brand: #ED7512;
  --surface-ink: #1A1614;
  --text-strong: #1A1614;
  --text-body: #3A322E;
  --text-muted: #6E5B5B;
  --text-on-brand: #FFFFFF;
  --text-link: #ED7512;
  --border-subtle: #E7E2DE;
  --border-strong: #C8C0BB;
  --focus-ring: #F7A900;

  /* ---- Paleta de marca ---- */
  --ss-orange: #ED7512;
  --ss-terracota: #E95429;
  --ss-gold: #F7A900;
  --ss-green: #A4C631;
  --ss-green-light: #C9D532;

  /* ---- Neutros quentes ---- */
  --ss-ink-900: #1A1614;
  --ss-ink-700: #3A322E;
  --ss-ink-500: #6E5B5B;
  --ss-ink-400: #8A817C;
  --ss-ink-300: #C8C0BB;
  --ss-cloud-200: #E7E2DE;
  --ss-cloud-100: #F2EFEC;
  --ss-cloud-050: #F8F6F4;

  /* ---- Tints ---- */
  --ss-orange-050: #FEF1E6;
  --ss-orange-100: #FBD9BC;
  --ss-green-050: #F2F7DF;
  --ss-gold-050: #FEF3D9;

  /* ---- Gradientes ---- */
  --ss-grad-warm: linear-gradient(135deg, #F7A900 0%, #ED7512 45%, #E95429 100%);
  --ss-grad-rainbow: linear-gradient(180deg, #E95429 0%, #ED7512 32%, #F7A900 58%, #A4C631 100%);

  /* Padrão de ícones de comida da marca (branco sutil, para fundos laranja) */
  --padrao-comida: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' fill='none' stroke='%23ffffff' stroke-opacity='.09' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M28 34h30v16a10 10 0 01-10 10H38a10 10 0 01-10-10zM58 38h6a6 6 0 010 12h-6M32 26v-6M42 26v-8M52 26v-6'/%3E%3Ccircle cx='150' cy='46' r='16'/%3E%3Cpath d='M150 30c0-6 4-9 8-9M146 30c-2-4-7-5-10-3'/%3E%3Cpath d='M226 24l14 24h-28zM240 48l-6 34h-16l-6-34'/%3E%3Cpath d='M42 148l16-28 16 28a16 16 0 11-32 0z'/%3E%3Cpath d='M124 120v14M132 120v14M128 134v22m-8 0h16m-16 0a8 8 0 01-8 8m24-8a8 8 0 008 8'/%3E%3Cpath d='M206 132c14 0 26 10 26 24H180c0-14 12-24 26-24zM176 162h60'/%3E%3Cpath d='M46 218a16 16 0 0132 0c0 10-8 12-16 12s-16-2-16-12zM62 202v-8'/%3E%3Cpath d='M130 208l12-20 12 20-12 22z'/%3E%3Cpath d='M212 202c10-8 26-2 26 10 0 14-16 22-26 24-10-2-26-10-26-24 0-12 16-18 26-10z'/%3E%3C/svg%3E");

  /* ---- Tipografia ---- */
  --font-display: 'Montserrat', system-ui, sans-serif;
  --font-body: 'Outfit', system-ui, sans-serif;
  --fs-display-2: 3.5rem;
  --fs-h1: 2.5rem;
  --fs-h2: 2rem;
  --fs-h3: 1.5rem;
  --fs-h4: 1.25rem;
  --fs-lg: 1.125rem;
  --fs-body: 1rem;
  --fs-sm: 0.875rem;
  --fs-xs: 0.75rem;
  --lh-tight: 1.05;
  --lh-snug: 1.2;
  --lh-normal: 1.5;
  --lh-relaxed: 1.65;
  --ls-tight: -0.02em;
  --ls-eyebrow: 0.18em;

  /* ---- Espaço / raio / borda ---- */
  --sp-2: 8px; --sp-3: 12px; --sp-4: 16px; --sp-5: 24px;
  --sp-6: 32px; --sp-7: 48px; --sp-8: 64px; --sp-9: 96px;
  --container-max: 1200px;
  --container-pad: clamp(1.25rem, 4vw, 4rem);
  --border-width: 1.5px;
  --radius-xs: 6px; --radius-sm: 10px; --radius-md: 16px;
  --radius-lg: 24px; --radius-xl: 32px; --radius-pill: 999px;

  /* ---- Sombras quentes ---- */
  --shadow-xs: 0 1px 2px rgba(58, 50, 46, .08);
  --shadow-sm: 0 2px 8px rgba(58, 50, 46, .10);
  --shadow-md: 0 8px 24px rgba(58, 50, 46, .12);
  --shadow-lg: 0 18px 48px rgba(58, 50, 46, .16);
  --shadow-brand: 0 12px 28px rgba(237, 117, 18, .28);

  /* ---- Motion ---- */
  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --ease-bounce: cubic-bezier(.34, 1.56, .64, 1);
  --dur-fast: 120ms;
  --dur-base: 200ms;
  --dur-slow: 360ms;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--text-body);
  background: var(--ss-cloud-050);
  line-height: var(--lh-normal);
  font-size: var(--fs-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--text-link); text-decoration: none; }
a:hover { text-decoration: underline; }
ul { list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--text-strong); }
h1 { font-size: clamp(2.3rem, 5vw, 4.1rem); font-weight: 900; line-height: var(--lh-tight); letter-spacing: var(--ls-tight); }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.7rem); font-weight: 900; line-height: var(--lh-snug); letter-spacing: var(--ls-tight); }
h3 { font-size: var(--fs-h3); font-weight: 700; line-height: var(--lh-snug); }
.container { max-width: var(--container-max); margin: 0 auto; padding: 0 var(--container-pad); }
.gold { color: var(--ss-gold); }

*:focus-visible { outline: 3px solid var(--focus-ring); outline-offset: 2px; border-radius: var(--radius-xs); }

.skip-link {
  position: absolute; left: -999px; top: 0; background: var(--surface-ink);
  color: #fff; padding: 10px 18px; z-index: 200; border-radius: 0 0 var(--radius-sm) 0;
}
.skip-link:focus { left: 0; }

/* ---------- Botões: sempre pill, Montserrat Bold ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-display); font-weight: 700; font-size: 1rem;
  padding: 14px 28px; border-radius: var(--radius-pill); border: var(--border-width) solid transparent;
  cursor: pointer; transition: transform var(--dur-base) var(--ease-out), background var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
  text-decoration: none !important; white-space: nowrap;
}
.btn:active { transform: scale(.96); }
.btn-primary { background: var(--color-primary); color: var(--text-on-brand); box-shadow: var(--shadow-brand); }
.btn-primary:hover { background: var(--color-primary-press); transform: translateY(-2px); }
.btn-dark { background: var(--surface-ink); color: #fff; }
.btn-dark:hover { background: var(--ss-ink-700); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--text-strong); border-color: var(--ss-ink-900); }
.btn-ghost:hover { background: var(--surface-ink); color: #fff; }
.on-dark .btn-ghost, .btn-ghost.on-dark { color: #fff; border-color: rgba(255,255,255,.65); }
.on-dark .btn-ghost:hover, .btn-ghost.on-dark:hover { background: #fff; color: var(--text-strong); }
.btn-lg { padding: 17px 36px; font-size: 1.1rem; }
.btn-wa { background: #25D366; color: #fff; }
.btn-wa:hover { background: #1EB955; transform: translateY(-2px); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.95);
  backdrop-filter: blur(10px); border-bottom: 1px solid var(--border-subtle);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 74px; }
.brand img { height: 40px; width: auto; }
.main-nav { display: flex; align-items: center; gap: 18px; }
.main-nav ul { display: flex; gap: 4px; }
.main-nav ul a {
  display: block; padding: 8px 12px; color: var(--text-body); font-weight: 500;
  font-size: .93rem; border-radius: var(--radius-pill);
}
.main-nav ul a:hover, .main-nav ul a.ativo { color: var(--color-primary-press); background: var(--color-primary-soft); text-decoration: none; }
.nav-cta { padding: 10px 20px; font-size: .88rem; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 10px; }
.nav-toggle span { display: block; width: 24px; height: 2.5px; background: var(--ss-ink-900); margin: 5px 0; border-radius: 2px; transition: var(--dur-base); }

@media (max-width: 1060px) {
  .nav-toggle { display: block; }
  .main-nav {
    position: fixed; inset: 74px 0 auto 0; background: #fff; flex-direction: column;
    align-items: stretch; padding: 18px 24px 26px; gap: 10px; border-bottom: 1px solid var(--border-subtle);
    box-shadow: var(--shadow-lg); transform: translateY(-130%); transition: transform var(--dur-slow) var(--ease-out);
    max-height: calc(100vh - 74px); overflow: auto;
  }
  .main-nav.aberto { transform: translateY(0); }
  .main-nav ul { flex-direction: column; gap: 2px; }
  .main-nav ul a { padding: 12px 14px; font-size: 1rem; }
  .main-nav .nav-cta { width: 100%; }
}

/* ---------- Hero: superfície ink quente + brilhos da rampa da marca ---------- */
.hero {
  background:
    radial-gradient(1000px 520px at 88% -12%, rgba(247, 169, 0, .28), transparent 60%),
    radial-gradient(760px 460px at -8% 112%, rgba(233, 84, 41, .30), transparent 56%),
    var(--surface-ink);
  color: var(--text-on-brand); overflow: hidden; position: relative;
}
.hero h1, .hero h2 { color: #fff; }
.hero-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: var(--sp-7); align-items: center; padding-top: 84px; padding-bottom: 72px; }
.hero .eyebrow {
  display: inline-flex; align-items: center; gap: 8px; max-width: 100%; flex-wrap: wrap; row-gap: 2px; background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius-pill); padding: 7px 16px;
  font-family: var(--font-display); font-size: var(--fs-xs); font-weight: 700;
  letter-spacing: var(--ls-eyebrow); text-transform: uppercase; margin-bottom: 22px;
}
.hero .eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ss-green); animation: pulse 1.8s infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(164,198,49,.55);} 50% { box-shadow: 0 0 0 7px rgba(164,198,49,0);} }
.hero p.lead { font-size: clamp(1.1rem, 1.6vw, 1.25rem); line-height: var(--lh-relaxed); color: var(--ss-cloud-200); margin: 20px 0 32px; max-width: 560px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-note { margin-top: 18px; font-size: var(--fs-sm); color: var(--ss-ink-400); }
.hero-note a { color: var(--ss-gold); }
.hero-art { position: relative; }
.hero-card {
  background: rgba(26,22,20,.58); border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius-lg); padding: 26px; backdrop-filter: blur(8px);
}
.hero-card + .hero-card { margin-top: 16px; }
.hero-card strong { font-family: var(--font-display); font-weight: 900; font-size: 1.55rem; display: block; color: #fff; }
.hero-card span { color: var(--ss-ink-300); font-size: .9rem; }

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; padding-top: 56px; padding-bottom: 48px; }
}

/* Hero com fotografia real: overlay ink quente sobre a foto (--foto via style).
   O escuro fica concentrado atrás do texto (esquerda); a foto aparece de verdade
   na metade direita. */
.hero.hero-foto {
  background:
    linear-gradient(97deg, rgba(26, 22, 20, .88) 0%, rgba(26, 22, 20, .74) 38%, rgba(26, 22, 20, .3) 72%, rgba(26, 22, 20, .08) 100%),
    var(--foto) var(--foto-pos, center) / cover no-repeat,
    var(--surface-ink);
}

@media (max-width: 900px) {
  /* Em coluna única o texto ocupa a largura toda: overlay vertical,
     denso no topo (texto) e aberto embaixo (foto visível) */
  .hero.hero-foto {
    background:
      linear-gradient(180deg, rgba(26, 22, 20, .9) 0%, rgba(26, 22, 20, .78) 55%, rgba(26, 22, 20, .35) 100%),
      var(--foto) var(--foto-pos, center) / cover no-repeat,
      var(--surface-ink);
  }
}

/* Hero de texto centrado (contato): véu uniforme em vez do gradiente lateral */
.hero.hero-foto.centrada {
  background:
    linear-gradient(180deg, rgba(26, 22, 20, .92) 0%, rgba(26, 22, 20, .78) 55%, rgba(26, 22, 20, .58) 100%),
    var(--foto) var(--foto-pos, center) / cover no-repeat,
    var(--surface-ink);
}

/* ---------- Régua ABF (seção escura com barras animadas) ---------- */
.abf-escuro {
  background:
    radial-gradient(900px 420px at 80% -10%, rgba(237, 117, 18, .18), transparent 70%),
    radial-gradient(700px 380px at 8% 110%, rgba(247, 169, 0, .10), transparent 70%),
    var(--surface-ink);
}
.abf-escuro .section-head .kicker { background: rgba(247, 169, 0, .14); color: var(--ss-gold, #F7A900); }
.abf-escuro .section-head h2 { color: #fff; }
.abf-escuro .section-head p { color: rgba(255, 255, 255, .72); }
.rank-abf { display: grid; gap: 12px; max-width: 920px; margin: 34px auto 0; }
.linha-rank {
  display: grid; grid-template-columns: 42px minmax(150px, 210px) 1fr 78px;
  align-items: center; gap: 14px;
}
.linha-rank .pos {
  width: 40px; height: 40px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  background: rgba(255, 255, 255, .08); color: rgba(255, 255, 255, .85);
  font-family: var(--font-display); font-weight: 800;
}
.linha-rank .nome { color: rgba(255, 255, 255, .82); font-weight: 600; font-size: .98rem; }
.linha-rank .barra { height: 18px; border-radius: 999px; background: rgba(255, 255, 255, .07); overflow: hidden; }
.linha-rank .barra i {
  display: block; height: 100%; width: 0; border-radius: 999px;
  background: rgba(255, 255, 255, .32);
  transition: width 1.1s var(--ease-out); transition-delay: var(--d, 0s);
}
.rank-abf.visivel .barra i { width: var(--w); }
.linha-rank .qtd { color: #fff; font-weight: 700; text-align: right; font-variant-numeric: tabular-nums; }
.linha-rank.nos .pos { background: var(--color-primary); color: #fff; box-shadow: 0 0 16px rgba(237, 117, 18, .5); }
.linha-rank.nos .nome { color: #fff; font-weight: 800; }
.linha-rank.nos .barra { background: rgba(237, 117, 18, .16); }
.linha-rank.nos .barra i {
  background: linear-gradient(90deg, var(--ss-gold, #F7A900), var(--color-primary));
  box-shadow: 0 0 20px rgba(237, 117, 18, .55);
}
.linha-rank.nos .qtd { color: var(--ss-gold, #F7A900); font-size: 1.08rem; }
.abf-anos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 920px; margin: 30px auto 0; }
.ano-chip {
  background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius-md); padding: 18px 14px; text-align: center;
}
.ano-chip strong { display: block; font-family: var(--font-display); font-size: 1.7rem; font-weight: 900; color: #fff; }
.ano-chip .rede { display: block; color: rgba(255, 255, 255, .85); font-weight: 600; margin-top: 4px; }
.ano-chip .idade { display: block; color: rgba(255, 255, 255, .5); font-size: .82rem; margin-top: 2px; }
.abf-2020 {
  display: flex; align-items: center; gap: 22px; flex-wrap: wrap;
  background: linear-gradient(120deg, var(--ss-gold, #F7A900), var(--color-primary) 55%, var(--color-primary-press, #C85A0A));
  border-radius: var(--radius-lg); padding: 24px 28px; max-width: 920px; margin: 14px auto 0;
  box-shadow: 0 12px 34px rgba(237, 117, 18, .35);
}
.abf-2020 strong.ano { font-family: var(--font-display); font-size: 2.6rem; font-weight: 900; color: #fff; line-height: 1; }
.abf-2020 .txt { flex: 1; min-width: 240px; color: #fff; }
.abf-2020 .txt strong { display: block; font-size: 1.06rem; }
.abf-2020 .txt span { display: block; opacity: .92; font-size: .92rem; margin-top: 2px; }
.abf-fonte { color: rgba(255, 255, 255, .45); font-size: .82rem; text-align: center; max-width: 920px; margin: 22px auto 0; }
@media (max-width: 760px) {
  .linha-rank { grid-template-columns: 34px 1fr 66px; }
  .linha-rank .barra { grid-column: 1 / -1; order: 4; }
  .linha-rank .nome { font-size: .9rem; }
  .abf-anos { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- Fotografia: cards, figuras e faixas ---------- */
.foto-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.foto-card::after { display: none; }
.foto-card img { width: 100%; height: 190px; object-fit: cover; display: block; }
.foto-card .corpo { padding: 22px 24px 26px; }
.foto-card .corpo h3 { margin-bottom: 8px; font-size: var(--fs-h4); }
.foto-card .corpo p { color: var(--text-muted); font-size: .93rem; }

/* ---------- Vitrine de formatos (síndico) ---------- */
.formatos-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.formato-card {
  background: var(--surface-card); border: var(--border-width) solid var(--ss-ink-900);
  border-radius: var(--radius-lg); overflow: hidden;
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base);
}
.formato-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.formato-card .midia { position: relative; aspect-ratio: 16 / 9; overflow: hidden; }
.formato-card .principal { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s var(--ease-out); }
.formato-card:hover .principal { transform: scale(1.05); }
.formato-card .chip {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  background: var(--color-primary); color: #fff; font-weight: 700; font-size: .8rem;
  padding: 6px 14px; border-radius: 999px; box-shadow: 0 2px 10px rgba(0, 0, 0, .28);
}
.formato-card .mini {
  position: absolute; right: 14px; bottom: 14px; z-index: 2;
  width: 148px; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: 12px; border: 3px solid var(--surface-card);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .32);
}
.formato-card .corpo { padding: 20px 24px 24px; }
.formato-card .corpo h3 { margin-bottom: 6px; font-size: var(--fs-h4); }
.formato-card .corpo p { margin: 0; color: var(--text-muted); font-size: .95rem; }
@media (max-width: 860px) {
  .formatos-grid { grid-template-columns: 1fr; gap: 20px; }
  .formato-card .midia { aspect-ratio: 16 / 10; }
  .formato-card .mini { width: 112px; right: 12px; bottom: 12px; }
}

figure.foto {
  margin: 0; position: relative; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-md); background: var(--surface-ink); border: var(--border-width) solid var(--ss-ink-900);
}
figure.foto img { display: block; width: 100%; height: 100%; object-fit: cover; }
figure.foto figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 34px 18px 14px;
  background: linear-gradient(transparent, rgba(26, 22, 20, .88));
  color: #fff; font-size: .85rem; font-weight: 600;
}
.strip-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.strip-3 figure.foto { aspect-ratio: 4 / 3; }

.citacao {
  max-width: 820px; margin: 0 auto; text-align: center;
}
.citacao blockquote {
  font-family: var(--font-display); font-weight: 900; letter-spacing: var(--ls-tight);
  font-size: clamp(1.4rem, 3vw, 2rem); line-height: var(--lh-snug); color: var(--text-strong);
}
.citacao blockquote .gold { color: var(--color-primary); }
.citacao cite { display: block; margin-top: 14px; font-style: normal; color: var(--text-muted); font-size: .9rem; }

/* ---------- Faixa de números (laranja da marca + chips verdes) ---------- */
.stats-band {
  background-color: var(--color-primary);
  background-image: var(--padrao-comida), linear-gradient(120deg, #F5821E 0%, #ED7512 55%, #DE6A0C 100%);
  color: #fff; padding: 40px 0;
}
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 22px; text-align: center; }
.stat strong {
  font-family: var(--font-display); font-weight: 900; font-size: clamp(1.45rem, 2.6vw, 2.1rem);
  color: var(--ss-ink-900); background: var(--ss-green); display: inline-block;
  padding: 3px 16px; border-radius: 10px; box-shadow: var(--shadow-sm);
}
.stat span { display: block; margin-top: 9px; color: rgba(255,255,255,.92); font-size: var(--fs-sm); }

/* ---------- Seções ---------- */
.section { padding: var(--sp-9) 0; position: relative; }
.section::before {
  content: ""; position: absolute; left: 0; top: 104px; width: 5px; height: 68px;
  background: var(--color-primary); border-radius: 0 4px 4px 0;
}
.section:nth-of-type(3n)::before { background: var(--ss-gold); }
.section:nth-of-type(3n+1)::before { background: var(--ss-green); }
.section.alt { background-color: var(--surface-wash); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='230' height='230'%3E%3Cpath d='M30 44l15-26 15 26z' fill='none' stroke='%23ED7512' stroke-opacity='.10' stroke-width='2'/%3E%3Cpath d='M152 28l10-17 10 17z' fill='%23F7A900' fill-opacity='.13'/%3E%3Cpath d='M58 152l12-21 12 21z' fill='%23A4C631' fill-opacity='.13'/%3E%3Cpath d='M166 182l20-20m0 0h-11m11 0v11' fill='none' stroke='%23ED7512' stroke-opacity='.12' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='118' cy='96' r='3' fill='%23E95429' fill-opacity='.15'/%3E%3C/svg%3E"); }

/* Banda laranja: a cor da marca como fundo, com o padrão de comida em branco */
.section.laranja {
  background-color: var(--color-primary);
  background-image: var(--padrao-comida), linear-gradient(120deg, #F5821E 0%, #ED7512 55%, #DE6A0C 100%);
  color: #fff;
}
.section.laranja::before { display: none; }
.section.laranja h2 { color: #fff; }
.section.laranja .section-head .kicker, .section.laranja .kicker { background: rgba(255,255,255,.18); color: #fff; }
.section.laranja .section-head p { color: rgba(255,255,255,.92); }
.section.laranja a:not(.btn) { color: #fff; }
.section.laranja .btn-ghost { color: #fff; border-color: rgba(255,255,255,.65); }
.section.laranja .btn-ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.section.laranja .btn-dark { background: var(--ss-ink-900); }

/* Fileira de ícones circulados (comunicação visual, sem parágrafo) */
.icon-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 30px 18px; text-align: center; }
.icon-row .item { color: inherit; }
.icon-row .glifo {
  width: 78px; height: 78px; margin: 0 auto; border: 2.5px solid currentColor; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.icon-row .glifo svg.ico { width: 36px; height: 36px; display: block; }
.icon-row .t { display: block; margin-top: 14px; font-family: var(--font-display); font-weight: 900; font-size: 1.02rem; line-height: 1.25; }
.icon-row .s { display: block; margin-top: 5px; font-size: .84rem; opacity: .88; line-height: 1.45; }
@media (max-width: 700px) {
  .icon-row { grid-template-columns: repeat(2, 1fr); gap: 24px 12px; }
  .icon-row .glifo { width: 64px; height: 64px; }
  .icon-row .glifo svg.ico { width: 30px; height: 30px; }
  .icon-row .t { font-size: .93rem; }
}
.section-head { max-width: 760px; margin: 0 auto var(--sp-7); text-align: center; }
.section-head .kicker, .kicker {
  display: inline-block; font-family: var(--font-display); font-weight: 700; font-size: var(--fs-xs);
  letter-spacing: var(--ls-eyebrow); text-transform: uppercase; color: var(--color-primary-press);
  background: var(--color-primary-soft); border-radius: var(--radius-pill); padding: 6px 14px; margin-bottom: 16px;
}
.section-head p { color: var(--text-muted); margin-top: 14px; font-size: var(--fs-lg); }

/* ---------- Cards ---------- */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.card {
  background: var(--surface-card); border: var(--border-width) solid var(--ss-ink-900);
  border-radius: var(--radius-lg); padding: 30px 28px 28px; box-shadow: var(--shadow-sm);
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
  position: relative; overflow: hidden;
}
.card::after {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 6px;
  background: var(--ss-grad-warm);
}
.card.destaque::after { display: none; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.icone {
  width: 52px; height: 52px; border-radius: var(--radius-md); display: flex; align-items: center;
  justify-content: center; background: var(--color-primary-soft); color: var(--color-primary-press);
  margin-bottom: 18px; flex-shrink: 0;
}
.icone svg.ico { width: 26px; height: 26px; display: block; }
.icone.num { font-family: var(--font-display); font-weight: 900; font-size: 1.4rem; }
.card.destaque .icone { background: rgba(255,255,255,.18); color: #fff; }
.card h3 { margin-bottom: 10px; font-size: var(--fs-h4); }
.card p { color: var(--text-muted); font-size: .95rem; }
.card p a { font-weight: 600; }
.card.destaque { background: var(--ss-grad-warm); border-color: var(--ss-ink-900); }
.card.destaque h3 { color: #fff; }
.card.destaque p { color: rgba(255,255,255,.92); }
.card.destaque a { color: #fff; text-decoration: underline; }

/* ---------- Jornadas (quatro portas) ---------- */
.jornadas { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.jornada {
  position: relative; display: block; background: var(--surface-card); border: var(--border-width) solid var(--ss-ink-900);
  border-radius: var(--radius-lg); padding: 30px 26px; box-shadow: var(--shadow-xs);
  transition: transform var(--dur-base) var(--ease-out), border-color var(--dur-base), box-shadow var(--dur-base);
  text-decoration: none !important;
}
.jornada:hover { border-color: var(--color-primary); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.jornada .icone { margin-bottom: 0; }
.jornada h3 { margin: 14px 0 8px; font-size: var(--fs-h4); }
.jornada p { color: var(--text-muted); font-size: .92rem; margin-bottom: 18px; }
.jornada .link { font-weight: 700; color: var(--color-primary-press); font-family: var(--font-display); font-size: .88rem; }

/* ---------- Storytelling ---------- */
.story-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; }
.story { background: var(--surface-ink); border-radius: var(--radius-lg); padding: 28px; color: #fff; }
.story .hora { font-family: var(--font-display); color: var(--ss-gold); font-weight: 700; font-size: var(--fs-xs); letter-spacing: var(--ls-eyebrow); }
.story p { margin-top: 10px; color: var(--ss-cloud-200); font-size: .97rem; }
.story strong { color: #fff; }

/* ---------- Passos / timeline ---------- */
.passos { counter-reset: passo; display: grid; gap: 0; position: relative; max-width: 780px; margin: 0 auto; }
.passo { position: relative; padding: 0 0 36px 74px; }
.passo::before {
  counter-increment: passo; content: "0" counter(passo);
  position: absolute; left: 0; top: 0; width: 48px; height: 48px; border-radius: 50%;
  background: #fff; color: var(--color-primary-press); border: 2px solid var(--ss-ink-900);
  font-family: var(--font-display); font-weight: 900;
  display: flex; align-items: center; justify-content: center; font-size: .95rem;
}
.passo:not(:last-child)::after {
  content: ""; position: absolute; left: 23px; top: 54px; bottom: 6px; width: 2px;
  background: var(--ss-ink-300);
}
.passo h3 { margin-bottom: 6px; font-size: var(--fs-h4); }
.passo p { color: var(--text-muted); font-size: .95rem; }
.passo .prazo {
  display: inline-block; margin-top: 8px; background: var(--ss-green-050); color: #5C6E10;
  font-family: var(--font-display); font-size: var(--fs-xs); font-weight: 700; border-radius: var(--radius-pill); padding: 4px 12px;
}

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq details {
  background: var(--surface-card); border: var(--border-width) solid var(--ss-ink-900);
  border-radius: var(--radius-md); margin-bottom: 12px; overflow: hidden;
}
.faq summary {
  cursor: pointer; padding: 20px 54px 20px 24px; font-family: var(--font-display);
  font-weight: 700; font-size: 1rem; color: var(--text-strong); list-style: none; position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
  font-size: 1.5rem; color: var(--color-primary); font-weight: 400; transition: transform var(--dur-base) var(--ease-bounce);
}
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details > div { padding: 0 24px 22px; color: var(--text-muted); font-size: .96rem; }
.faq details > div p + p { margin-top: 10px; }

/* ---------- Filtros / depoimentos ---------- */
.filtros { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 34px; }
.filtro {
  border: var(--border-width) solid var(--ss-ink-900); background: #fff; border-radius: var(--radius-pill); padding: 9px 20px;
  font-family: var(--font-display); font-weight: 700; font-size: .85rem; cursor: pointer;
  color: var(--text-muted); transition: var(--dur-fast);
}
.filtro:hover { border-color: var(--color-primary); color: var(--color-primary-press); }
.filtro.ativo { background: var(--surface-ink); border-color: var(--surface-ink); color: #fff; }
.depoimentos-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 22px; }
.depoimento {
  background: var(--surface-card); border: var(--border-width) solid var(--ss-ink-900);
  border-radius: var(--radius-lg); padding: 26px; display: flex; flex-direction: column; gap: 14px;
}
.depoimento .estrelas { color: var(--ss-gold); letter-spacing: 2px; font-size: .95rem; }
.depoimento blockquote { color: var(--text-body); font-size: .97rem; }
.depoimento .autor { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.depoimento .avatar {
  width: 44px; height: 44px; border-radius: 50%; background: var(--color-primary); color: #fff;
  font-family: var(--font-display); font-weight: 700; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.depoimento img.avatar { object-fit: cover; background: var(--ss-cloud-100); }
.depoimento .autor strong { display: block; font-size: .92rem; color: var(--text-strong); }
.depoimento .autor span { font-size: .8rem; color: var(--text-muted); }
.depoimento .tag {
  align-self: flex-start; font-size: var(--fs-xs); font-weight: 700; text-transform: uppercase;
  letter-spacing: .05em; background: var(--color-primary-soft); color: var(--color-primary-press);
  border-radius: var(--radius-pill); padding: 4px 12px; font-family: var(--font-display);
}
.depoimento[hidden] { display: none; }

/* ---------- Logos / mídia ---------- */
.logos-band { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.logo-chip {
  background: #fff; border: var(--border-width) solid var(--ss-ink-900); border-radius: var(--radius-sm); padding: 14px 26px;
  font-family: var(--font-display); font-weight: 700; color: var(--text-muted); font-size: .95rem;
}
.midia-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.midia-card {
  background: var(--surface-card); border: var(--border-width) solid var(--ss-ink-900);
  border-radius: var(--radius-lg); padding: 26px; box-shadow: var(--shadow-xs);
}
.midia-card .veiculo {
  font-family: var(--font-display); font-size: var(--fs-xs); font-weight: 700;
  text-transform: uppercase; letter-spacing: var(--ls-eyebrow); color: var(--color-primary-press);
}
.midia-card h3 { font-size: 1.05rem; margin-top: 10px; font-weight: 700; }

/* ---------- Tabelas ---------- */
.tabela-wrap { overflow-x: auto; border-radius: var(--radius-lg); border: var(--border-width) solid var(--ss-ink-900); }
table.comparador { width: 100%; border-collapse: collapse; background: #fff; min-width: 680px; }
.comparador th, .comparador td { padding: 16px 18px; text-align: left; border-bottom: 1px solid var(--border-subtle); font-size: .93rem; }
.comparador thead th { background: var(--surface-ink); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: .88rem; }
.comparador thead th.smart { background: var(--color-primary); }
.comparador td.smart { background: var(--color-primary-soft); font-weight: 600; }
.comparador tbody tr:last-child td { border-bottom: 0; }
.comparador td:first-child { font-weight: 600; color: var(--text-strong); }
.comparador thead th small { font-weight: 400; font-size: .8em; opacity: .75; }
.comparador .marca {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; margin-right: 10px; flex: none;
  border-radius: 50%; color: #fff; font-weight: 800; font-size: .95rem;
  vertical-align: middle; position: relative; top: -1px;
}
.comparador .marca.ok { background: #23A94C; box-shadow: 0 1px 3px rgba(0, 0, 0, .18); }
.comparador .marca.x { background: #E02B20; box-shadow: 0 1px 3px rgba(0, 0, 0, .18); }
.comparador .marca.alerta {
  border-radius: 0; clip-path: polygon(50% 4%, 98% 96%, 2% 96%);
  background: #F5B301; color: #241A04; font-size: .85rem;
  align-items: flex-end; padding-bottom: 3px;
}
.comparador thead th.verde { background: #6B8018; }
.comparador td.verde { background: var(--ss-green-050); }
.comparador thead th.vermelho { background: #B03A2E; }
.comparador td.vermelho { background: #FDEEEC; }
.tabela-wrap.enxuta table.comparador { min-width: 0; }
.tabela-wrap.enxuta .comparador td:first-child { white-space: nowrap; }

/* ---------- Painéis de dados (kpi) ---------- */
.calc-wrap { display: grid; grid-template-columns: 1fr 1.1fr; gap: 34px; align-items: start; }
.calc-wrap > * { min-width: 0; }
.calc-form, .calc-result { background: var(--surface-card); border: var(--border-width) solid var(--ss-ink-900); border-radius: var(--radius-lg); padding: 32px; }
.campo { margin-bottom: 20px; }
.campo label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 8px; color: var(--text-strong); }
.campo label small { font-weight: 400; color: var(--ink-soft); }
.campo .hint { font-weight: 400; color: var(--text-muted); font-size: .8rem; display: block; margin-top: 2px; }
.campo input[type="number"], .campo input[type="text"], .campo input[type="email"], .campo input[type="tel"],
.campo select, .campo textarea {
  width: 100%; padding: 13px 16px; border: var(--border-width) solid var(--ss-ink-900); border-radius: 14px;
  font-family: var(--font-body); font-size: .96rem; color: var(--text-body); background: #fff;
  transition: border-color var(--dur-fast), box-shadow var(--dur-fast);
}
.campo input:focus, .campo select:focus, .campo textarea:focus {
  outline: none; border-color: var(--color-primary); box-shadow: 0 0 0 3px var(--ss-gold-050), 0 0 0 4px var(--focus-ring);
}
.campo input[type="range"] { width: 100%; accent-color: var(--color-primary); }
.range-valor { font-family: var(--font-display); font-weight: 700; color: var(--color-primary-press); }
.kpi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 22px; }
.kpi { background: var(--ss-cloud-050); border-radius: var(--radius-md); padding: 18px; }
.kpi strong { font-family: var(--font-display); font-weight: 900; font-size: 1.45rem; color: var(--text-strong); display: block; }
.kpi.laranja strong { color: var(--color-primary-press); }
.kpi.verde strong { color: #5C6E10; }
.kpi span { font-size: .8rem; color: var(--text-muted); }
.calc-disclaimer { margin-top: 20px; font-size: .78rem; color: var(--text-muted); }
@media (max-width: 880px) { .calc-wrap { grid-template-columns: 1fr; } }

/* ---------- Formulários de lead ---------- */
.form-lead {
  background: var(--surface-card); border: var(--border-width) solid var(--ss-ink-900); border-radius: var(--radius-lg);
  padding: 36px; max-width: 720px; margin: 0 auto; box-shadow: var(--shadow-sm);
}
.form-lead .linha { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: end; }
@media (max-width: 640px) { .form-lead .linha { grid-template-columns: 1fr; } }
.form-lead .aviso { font-size: .78rem; color: var(--text-muted); margin-top: 14px; }
.form-sucesso {
  background: var(--ss-green-050); border: var(--border-width) solid var(--ss-green-light); color: #5C6E10;
  border-radius: var(--radius-md); padding: 18px 22px; margin-top: 18px; font-weight: 600; display: none;
}

/* ---------- Antes/Depois ---------- */
.beforeafter {
  position: relative; border-radius: var(--radius-xl); overflow: hidden; max-width: 860px;
  margin: 0 auto; user-select: none; aspect-ratio: 16/9; box-shadow: var(--shadow-lg);
}
.beforeafter .painel { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.beforeafter .antes { background: linear-gradient(150deg, var(--ss-ink-500), var(--ss-ink-700)); }
.beforeafter .depois { background: var(--ss-grad-warm); clip-path: inset(0 0 0 50%); }
.beforeafter .conteudo { text-align: center; color: #fff; padding: 20px; }
.beforeafter .conteudo .rotulo { font-family: var(--font-display); font-weight: 900; font-size: 1.4rem; letter-spacing: var(--ls-tight); }
.beforeafter .conteudo p { opacity: .92; font-size: .95rem; max-width: 340px; margin: 8px auto 0; }
.beforeafter input[type="range"] {
  position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; z-index: 3;
}
.beforeafter .divisor {
  position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; background: #fff; z-index: 2;
  box-shadow: 0 0 12px rgba(26, 22, 20, .4);
}
.beforeafter .divisor::after {
  content: "⇔"; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  background: #fff; color: var(--text-strong); width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 1.2rem; font-weight: 700;
}

/* ---------- Presença ---------- */
.estados-grid { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.estado-chip {
  background: #fff; border: var(--border-width) solid var(--ss-ink-900); border-radius: var(--radius-sm); padding: 10px 16px;
  font-family: var(--font-display); font-weight: 700; font-size: .88rem; color: var(--text-strong);
}
.estado-chip.ativo { border-color: var(--color-primary); background: var(--color-primary-soft); color: var(--color-primary-press); }
.cidades-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
.cidade-card {
  background: var(--surface-card); border: var(--border-width) solid var(--ss-ink-900); border-radius: var(--radius-md);
  padding: 20px 22px; display: flex; align-items: center; justify-content: space-between;
  text-decoration: none !important; transition: var(--dur-base) var(--ease-out);
}
.cidade-card:hover { border-color: var(--color-primary); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.cidade-card strong { color: var(--text-strong); font-family: var(--font-display); }
.cidade-card em { font-style: normal; color: var(--ink-soft); font-size: .82rem; white-space: nowrap; margin-left: auto; padding: 3px 10px; border-radius: 999px; background: var(--ss-laranja-050, rgba(255,122,0,.1)); color: var(--color-primary); font-weight: 700; }
.cidade-card span { color: var(--color-primary); font-weight: 700; margin-left: 12px; }

/* ---------- Blog ---------- */
.artigos-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.artigo-card {
  background: var(--surface-card); border: var(--border-width) solid var(--ss-ink-900); border-radius: var(--radius-lg);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base); text-decoration: none !important;
}
.artigo-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.artigo-card .capa { height: 190px; background: var(--ss-grad-warm); position: relative; overflow: hidden; }
.artigo-card .capa img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .5s var(--ease-out);
}
.artigo-card:hover .capa img { transform: scale(1.05); }
.artigo-card .capa .tempo {
  position: absolute; right: 12px; bottom: 12px; background: rgba(26,22,20,.78); color: #fff;
  border-radius: var(--radius-pill); padding: 4px 12px; font-size: .76rem; font-weight: 600;
  backdrop-filter: blur(3px);
}
.artigo-card .corpo { padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.artigo-card .cat {
  font-family: var(--font-display); font-size: var(--fs-xs); font-weight: 700;
  text-transform: uppercase; letter-spacing: var(--ls-eyebrow); color: var(--color-primary-press);
}
.artigo-card h3 { font-size: 1.08rem; color: var(--text-strong); font-weight: 700; }
.artigo-card p { color: var(--text-muted); font-size: .9rem; flex: 1; }
.artigo-card .ler { font-weight: 700; color: var(--color-primary-press); font-size: .88rem; font-family: var(--font-display); }

.artigos-grid.compacto { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 18px; }
.artigos-grid.compacto .capa { height: 140px; }
.artigos-grid.compacto .corpo { padding: 16px 18px; gap: 8px; }
.artigos-grid.compacto h3 { font-size: .93rem; line-height: 1.35; }
.artigos-grid.compacto .ler { font-size: .8rem; }

/* Hero de artigo: foto real + overlay ink, título display */
.artigo-hero {
  background:
    linear-gradient(100deg, rgba(26,22,20,.92) 0%, rgba(26,22,20,.72) 55%, rgba(26,22,20,.3) 100%),
    var(--foto) var(--foto-pos, center) / cover no-repeat, var(--surface-ink);
  color: #fff; padding: 64px 0 56px;
}
.artigo-hero .breadcrumb, .artigo-hero .breadcrumb a { color: rgba(255,255,255,.75); }
.artigo-hero .cat {
  display: inline-block; font-family: var(--font-display); font-size: var(--fs-xs); font-weight: 700;
  text-transform: uppercase; letter-spacing: var(--ls-eyebrow); color: #fff;
  background: rgba(255,255,255,.16); border-radius: var(--radius-pill); padding: 6px 14px; margin: 14px 0 16px;
}
.artigo-hero h1 {
  font-size: clamp(1.9rem, 4vw, 2.9rem); color: #fff; max-width: 820px; line-height: var(--lh-snug);
}
.artigo-hero .artigo-meta { color: rgba(255,255,255,.8); margin-top: 14px; }

/* Corpo do artigo */
.artigo-corpo { max-width: 920px; margin: 0 auto; }
.artigo-corpo .abre {
  font-size: 1.22rem; line-height: var(--lh-relaxed); color: var(--text-strong);
}
.artigo-corpo h2 {
  margin: 48px 0 18px; padding-left: 18px; position: relative; font-size: clamp(1.4rem, 2.4vw, 1.8rem);
}
.artigo-corpo h2::before {
  content: ""; position: absolute; left: 0; top: .18em; bottom: .18em; width: 6px;
  border-radius: 4px; background: var(--ss-grad-warm);
}
.artigo-corpo h3 { margin: 30px 0 12px; }
.artigo-corpo p, .artigo-corpo li { color: var(--text-body); font-size: 1.08rem; line-height: 1.75; margin-bottom: 18px; }
.artigo-corpo ul, .artigo-corpo ol { padding-left: 24px; margin-bottom: 18px; }
.artigo-corpo ul { list-style: disc; }
.artigo-corpo ul li::marker, .artigo-corpo ol li::marker { color: var(--color-primary); font-weight: 800; }
.artigo-corpo ol { list-style: decimal; }
.artigo-corpo ul.check-list { list-style: none; padding-left: 0; }
.artigo-corpo .caixa {
  background: var(--color-primary-soft); border: var(--border-width) solid var(--ss-ink-900);
  border-radius: var(--radius-lg); padding: 22px 26px; margin: 28px 0; position: relative; overflow: hidden;
}
.artigo-corpo .caixa::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background: var(--ss-grad-warm);
}
.artigo-corpo .caixa p:last-child { margin-bottom: 0; }
.artigo-corpo .tabela-wrap { margin: 18px 0 26px; }
.artigo-corpo figure.foto { margin: 30px 0; }
.artigo-corpo .faixa-ink { margin: 30px 0; }
.artigo-meta { color: var(--text-muted); font-size: var(--fs-sm); margin: 14px 0 0; }

.lista-posts { list-style: none; padding: 0; margin: 12px 0 6px; columns: 2; column-gap: 40px; }
.lista-posts li { display: flex; justify-content: space-between; gap: 14px; padding: 9px 0; border-bottom: 1px solid var(--ss-cloud-200); break-inside: avoid; }
.lista-posts a { color: var(--text-strong); font-weight: 600; font-size: .93rem; }
.lista-posts a:hover { color: var(--color-primary-press); }
.lista-posts span { color: var(--text-muted); font-size: .8rem; white-space: nowrap; }
@media (max-width: 760px) { .lista-posts { columns: 1; } }
.artigo-corpo img { width: 100%; max-height: 440px; object-fit: cover; border-radius: var(--radius-md); margin: 10px 0; }

/* Título de grupo do acervo (caixa laranja) */
.grupo-titulo {
  display: flex; align-items: center; gap: 12px;
  background: var(--ss-grad-warm); color: #fff; border-radius: var(--radius-md);
  padding: 14px 22px; font-family: var(--font-display); font-weight: 900; font-size: 1.12rem;
  margin-bottom: 18px; box-shadow: var(--shadow-sm);
}
.grupo-titulo svg.ico { width: 24px; height: 24px; flex-shrink: 0; }
.grupo-titulo .qtd {
  margin-left: auto; background: #fff; color: var(--color-primary-press);
  border-radius: var(--radius-pill); padding: 3px 14px; font-size: .88rem;
}

/* Índice do artigo (âncoras dos H2) */
.indice {
  background: var(--surface-card); border: var(--border-width) solid var(--ss-ink-900);
  border-radius: var(--radius-lg); padding: 22px 26px; margin: 26px 0 34px;
  position: relative; overflow: hidden;
}
.indice::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background: var(--ss-grad-warm); }
.indice strong { display: block; font-family: var(--font-display); font-weight: 900; font-size: 1.02rem; margin-bottom: 10px; }
.indice ol { list-style: none; padding: 0; margin: 0; counter-reset: toc; }
.indice li { counter-increment: toc; padding: 5px 0; margin: 0; font-size: .95rem; }
.indice li::before { content: counter(toc) ". "; color: var(--color-primary-press); font-family: var(--font-display); font-weight: 700; }
.indice a { color: var(--text-strong); font-weight: 600; }
.indice a:hover { color: var(--color-primary-press); }
html { scroll-padding-top: 90px; }

/* Leia também */
.leia-tambem { border-top: 1.5px solid var(--ss-cloud-200); margin-top: 54px; padding-top: 34px; }
.leia-tambem .rotulo {
  font-family: var(--font-display); font-weight: 900; font-size: 1.15rem; margin-bottom: 18px; display: block;
}

/* ---------- Pre-footer / footer ---------- */
.prefooter-cta { background: var(--ss-grad-warm); color: #fff; padding: var(--sp-8) 0; }
.prefooter-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; flex-wrap: wrap; }
.prefooter-cta h2 { color: #fff; max-width: 560px; }
.prefooter-cta p { margin-top: 12px; max-width: 560px; color: rgba(255,255,255,.94); }
.prefooter-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.prefooter-cta .btn-primary { background: var(--surface-ink); box-shadow: var(--shadow-md); }
.prefooter-cta .btn-primary:hover { background: #000; }
.prefooter-cta .btn-ghost { color: #fff; border-color: rgba(255,255,255,.75); }
.prefooter-cta .btn-ghost:hover { background: #fff; color: var(--color-primary-press); }

.site-footer { background: var(--surface-ink); color: var(--ss-ink-400); padding: var(--sp-8) 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1.1fr; gap: 34px; }
@media (max-width: 960px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-col h3 { color: #fff; font-size: .95rem; margin-bottom: 16px; font-weight: 700; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col a { color: var(--ss-ink-400); font-size: .92rem; }
.footer-col a:hover { color: var(--ss-gold); }
.footer-brand p { font-size: .92rem; margin-top: 16px; color: var(--ss-ink-300); }
.footer-legal { font-size: .8rem !important; color: var(--ss-ink-500) !important; }
.store-badges { display: flex; flex-direction: column; gap: 8px; margin-top: 16px; }
.badge-link {
  border: 1px solid var(--ss-ink-700); border-radius: var(--radius-sm); padding: 9px 14px; font-size: .85rem;
  color: #fff !important; display: inline-block;
}
.badge-link:hover { border-color: var(--ss-gold); text-decoration: none; }
.footer-bottom { border-top: 1px solid var(--ss-ink-700); margin-top: 44px; padding-top: 24px; font-size: .82rem; color: var(--ss-ink-500); }

/* ---------- Assistente Smart ---------- */
#smart-assistant .sa-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 150;
  background: var(--color-primary); color: #fff; border: 0; border-radius: var(--radius-pill);
  padding: 15px 22px; font-family: var(--font-display); font-weight: 700; font-size: .92rem;
  cursor: pointer; box-shadow: var(--shadow-brand); display: flex; align-items: center; gap: 10px;
  transition: transform var(--dur-base) var(--ease-bounce), background var(--dur-base);
}
#smart-assistant .sa-fab:hover { transform: translateY(-3px); background: var(--color-primary-press); }
#smart-assistant .sa-fab:active { transform: scale(.96); }
#smart-assistant .sa-fab .sa-dot { width: 9px; height: 9px; border-radius: 50%; background: #fff; animation: pulse 1.8s infinite; }
.sa-panel {
  position: fixed; right: 22px; bottom: 90px; z-index: 150; width: min(380px, calc(100vw - 32px));
  background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden;
  display: none; flex-direction: column; border: var(--border-width) solid var(--ss-ink-900);
}
.sa-panel.aberto { display: flex; }
.sa-head { background: var(--ss-grad-warm); color: #fff; padding: 14px 22px; display: flex; align-items: center; gap: 12px; }
.sa-head strong { font-family: var(--font-display); font-weight: 900; }
.sa-head span { display: block; font-size: .8rem; color: rgba(255,255,255,.85); }
.sa-body { padding: 20px; max-height: 420px; overflow-y: auto; display: flex; flex-direction: column; gap: 12px; }
.sa-msg { background: var(--ss-cloud-050); border-radius: var(--radius-md) var(--radius-md) var(--radius-md) 4px; padding: 13px 16px; font-size: .92rem; max-width: 90%; }
.sa-opcoes { display: flex; flex-direction: column; gap: 8px; }
.sa-opcao {
  text-align: left; background: #fff; border: var(--border-width) solid var(--ss-ink-900); border-radius: var(--radius-sm);
  padding: 12px 16px; font-size: .9rem; font-weight: 600; color: var(--text-strong);
  cursor: pointer; transition: var(--dur-fast); font-family: var(--font-body);
}
.sa-opcao:hover { border-color: var(--color-primary); background: var(--color-primary-soft); }
.sa-resposta { align-self: flex-end; background: var(--color-primary); color: #fff; border-radius: var(--radius-md) var(--radius-md) 4px var(--radius-md); padding: 11px 16px; font-size: .9rem; font-weight: 600; }
.sa-cta { display: inline-flex; margin-top: 4px; }


/* ---------- Tiles de resultado (outline colorido, registro da referência) ---------- */
.tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); gap: 18px; }
.tile { border: 2px solid var(--ss-ink-900); border-radius: var(--radius-lg); padding: 22px 24px; background: #fff; }
.tile .rotulo {
  font-family: var(--font-display); font-weight: 700; font-size: var(--fs-xs);
  letter-spacing: var(--ls-eyebrow); text-transform: uppercase; display: block;
  margin-bottom: 10px; color: var(--text-muted);
}
.tile strong {
  font-family: var(--font-display); font-weight: 900; font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  color: var(--text-strong); display: block; line-height: 1.12; letter-spacing: var(--ls-tight);
}
.tile .nota { font-size: .8rem; color: var(--text-muted); margin-top: 8px; display: block; }
.tile-laranja { border-color: var(--ss-orange); background: var(--ss-orange-050); }
.tile-laranja .rotulo { color: var(--color-primary-press); }
.tile-verde { border-color: var(--ss-green); background: var(--ss-green-050); }
.tile-verde .rotulo { color: #5C6E10; }
.tile-dourado { border-color: var(--ss-gold); background: var(--ss-gold-050); }
.tile-dourado .rotulo { color: #8A5F00; }

/* ---------- Faixa ink de destaque ---------- */
.faixa-ink {
  background: var(--surface-ink); color: #fff; border-radius: var(--radius-lg);
  padding: 20px 26px; display: flex; align-items: center; gap: 18px; border: var(--border-width) solid var(--ss-ink-900);
}
.faixa-ink .icone { background: rgba(247, 169, 0, .16); color: var(--ss-gold); margin: 0; width: 48px; height: 48px; }
.faixa-ink .conteudo { flex: 1; min-width: 0; }
.faixa-ink .rotulo {
  font-family: var(--font-display); font-weight: 700; font-size: var(--fs-xs);
  letter-spacing: var(--ls-eyebrow); text-transform: uppercase; color: var(--ss-ink-400); display: block;
}
.faixa-ink strong { font-family: var(--font-display); font-weight: 900; font-size: clamp(1.25rem, 2.2vw, 1.7rem); color: #fff; display: block; line-height: 1.2; }
.faixa-ink .det { font-size: .82rem; color: var(--ss-ink-300); display: block; margin-top: 2px; }
@media (max-width: 560px) { .faixa-ink { flex-direction: column; align-items: flex-start; } }

/* ---------- Mapa vivo da rede ---------- */
.mapa-painel {
  position: relative; background: var(--surface-ink); border-radius: var(--radius-xl);
  overflow: hidden; border: var(--border-width) solid var(--ss-ink-900);
  box-shadow: var(--shadow-md);
}
.mapa-painel::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: radial-gradient(120% 90% at 50% 0%, rgba(237,117,18,.14) 0%, transparent 55%);
}
#mapa-brasil { position: relative; cursor: grab; }
#mapa-brasil.arrastando { cursor: grabbing; }
#mapa-brasil svg { display: block; width: 100%; height: auto; max-height: 620px; }
#mapa-brasil g { transform-origin: 0 0; will-change: transform; }
.mapa-uf { fill: rgba(255,255,255,.045); stroke: rgba(255,255,255,.28); stroke-width: 1; vector-effect: non-scaling-stroke; }
.mapa-cidade { transform-origin: 0 0; opacity: 0; }
.mapa-cidade.aceso { opacity: 1; transition: opacity .5s var(--ease-out); }
.mapa-ponto { fill: var(--color-primary); stroke: rgba(255,255,255,.7); stroke-width: .8; vector-effect: non-scaling-stroke; }
.mapa-cidade:hover .mapa-ponto { fill: var(--ss-gold); }
.mapa-pulso {
  fill: none; stroke: var(--ss-gold); stroke-width: 1.4; vector-effect: non-scaling-stroke;
  animation: mapa-pulso 2.6s var(--ease-out) infinite; transform-origin: center; transform-box: fill-box;
}
@keyframes mapa-pulso {
  0% { transform: scale(1); opacity: .85; }
  70% { transform: scale(2.6); opacity: 0; }
  100% { transform: scale(2.6); opacity: 0; }
}
.mapa-controles { position: absolute; right: 14px; top: 14px; display: flex; flex-direction: column; gap: 8px; z-index: 2; }
.mapa-controles button {
  width: 42px; height: 42px; border-radius: 12px; border: 1.5px solid rgba(255,255,255,.3);
  background: rgba(26,22,20,.72); color: #fff; font-size: 1.15rem; font-weight: 800; cursor: pointer;
  backdrop-filter: blur(4px); transition: background var(--dur-base), border-color var(--dur-base);
  font-family: var(--font-display); display: flex; align-items: center; justify-content: center;
}
.mapa-controles button:hover { background: var(--color-primary); border-color: var(--color-primary); }
.mapa-tip {
  position: absolute; z-index: 3; pointer-events: none; opacity: 0; transform: translate(-50%, calc(-100% - 14px));
  background: #fff; color: var(--text-strong); border-radius: 12px; padding: 9px 14px;
  font-size: .85rem; line-height: 1.35; box-shadow: var(--shadow-md); white-space: nowrap;
  transition: opacity .15s;
}
.mapa-tip strong { display: block; font-family: var(--font-display); font-size: .9rem; }
.mapa-tip.on { opacity: 1; }
.mapa-legenda {
  position: absolute; left: 16px; bottom: 14px; z-index: 2; color: rgba(255,255,255,.85);
  font-size: .78rem; display: flex; align-items: center; gap: 8px;
}
.mapa-legenda .b1, .mapa-legenda .b2 { border-radius: 50%; background: var(--color-primary); display: inline-block; }
.mapa-legenda .b1 { width: 7px; height: 7px; }
.mapa-legenda .b2 { width: 15px; height: 15px; }
.cidade-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.cidade-chip {
  border: 1.5px solid var(--ss-ink-900); background: #fff; border-radius: var(--radius-pill);
  padding: 8px 16px; font-size: .86rem; font-weight: 600; color: var(--text-strong); cursor: pointer;
  font-family: var(--font-body); transition: background var(--dur-base), color var(--dur-base);
  display: inline-flex; align-items: center; gap: 8px;
}
.cidade-chip:hover { background: var(--color-primary); color: #fff; border-color: var(--color-primary); }
.cidade-chip .q {
  background: var(--ss-green); color: var(--ss-ink-900); border-radius: 8px; padding: 1px 8px;
  font-family: var(--font-display); font-weight: 900; font-size: .78rem;
}
.cidade-chip:hover .q { background: #fff; }

/* Bandeiras (SVG inline, cantos arredondados) */
.bandeira { width: 30px; height: 21px; border-radius: 4px; display: inline-block; vertical-align: -4px; box-shadow: 0 0 0 1px rgba(255,255,255,.25); }

/* Parede de clientes: cartões brancos como no material da marca.
   Enquanto os arquivos de logo não chegam, o nome entra em tipografia
   neutra — nunca imitando o logotipo da empresa. */
.logos-clientes { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 14px; }
.logo-cliente {
  background: #fff; border: var(--border-width) solid var(--ss-ink-900); border-radius: var(--radius-md);
  min-height: 84px; display: flex; align-items: center; justify-content: center; text-align: center;
  padding: 16px 14px; font-family: var(--font-body); font-weight: 600; color: var(--ss-ink-700);
  font-size: .93rem; line-height: 1.25; box-shadow: var(--shadow-xs);
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base);
}
.logo-cliente:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.logo-cliente img { max-width: 78%; max-height: 62px; object-fit: contain; display: block; }
.logos-clientes.compacta { grid-template-columns: repeat(auto-fill, minmax(132px, 1fr)); gap: 10px; margin-top: 14px; }
.logos-clientes.compacta .logo-cliente { min-height: 64px; padding: 10px; }
.logos-clientes.compacta .logo-cliente img { max-height: 40px; }
@media (max-width: 700px) {
  .logos-clientes { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .logo-cliente { min-height: 68px; font-size: .85rem; }
}

/* Selo de avaliações do Google — estrelas + nota, link para o perfil */
.selo-google {
  display: inline-flex; align-items: center; gap: 12px; text-decoration: none !important;
  background: #fff; border: var(--border-width) solid var(--ss-ink-900); border-radius: var(--radius-pill);
  padding: 10px 20px; color: var(--text-strong); box-shadow: var(--shadow-xs);
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base);
}
.selo-google:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.selo-google .estrelas { display: flex; gap: 2px; }
.selo-google .estrelas svg { width: 17px; height: 17px; display: block; }
.selo-google .nota { font-family: var(--font-display); font-weight: 900; font-size: 1.05rem; }
.selo-google .qtd { font-size: .82rem; color: var(--text-muted); }
.selo-google.on-dark { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.28); color: #fff; backdrop-filter: blur(4px); }
.hero .selo-google { margin: 26px 0 6px; }
.site-footer .selo-google { margin: 22px 0 2px; }
.selo-google.on-dark .qtd { color: rgba(255,255,255,.75); }

/* Selo D4Sign eco no rodapé — link para a página oficial de verificação */
.selo-sustentavel {
  display: inline-flex; align-items: center; gap: 11px; margin-top: 18px;
  border: 1.5px solid rgba(164,198,49,.5); border-radius: var(--radius-md);
  padding: 10px 16px; text-decoration: none !important; color: var(--ss-ink-300);
  transition: border-color var(--dur-base), background var(--dur-base);
}
.selo-sustentavel:hover { border-color: var(--ss-green); background: rgba(164,198,49,.08); }
.selo-abma {
  display: inline-flex; align-items: center; gap: 11px; margin-top: 12px;
  border: 1.5px solid rgba(255,255,255,.25); border-radius: var(--radius-md);
  padding: 10px 16px; text-decoration: none !important; color: var(--ss-ink-300);
  transition: border-color var(--dur-base), background var(--dur-base);
}
.selo-abma:hover { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.06); }
.selo-abma img { height: 38px; width: auto; background: #fff; border-radius: 8px; padding: 3px 8px; flex-shrink: 0; }
.selo-abma strong { display: block; color: #fff; font-family: var(--font-display); font-size: .82rem; line-height: 1.3; }
.selo-abma em { font-style: normal; font-size: .74rem; }
.selo-sustentavel svg { width: 26px; height: 26px; color: var(--ss-green); flex-shrink: 0; }
.selo-sustentavel strong { display: block; color: #fff; font-family: var(--font-display); font-size: .82rem; line-height: 1.3; }
.selo-sustentavel em { display: block; font-style: normal; font-size: .72rem; color: var(--ss-ink-400); margin-top: 2px; }

/* ---------- Prêmios e reconhecimentos ---------- */
.premios-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; }
.premio-card {
  background: var(--surface-card); border: var(--border-width) solid var(--ss-ink-900);
  border-radius: var(--radius-lg); padding: 24px 22px 22px; position: relative; overflow: hidden;
  box-shadow: var(--shadow-xs);
}
.premio-card::after { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 6px; background: var(--ss-grad-warm); }
.premio-card img.arte { display: block; height: 116px; width: 100%; object-fit: contain; margin-bottom: 14px; }
.premio-card .ano {
  display: inline-block; font-family: var(--font-display); font-weight: 900; font-size: .82rem;
  background: var(--ss-gold); color: var(--ss-ink-900); border-radius: 8px; padding: 2px 10px; margin-bottom: 12px;
}
.premio-card h3 { font-size: 1.02rem; line-height: 1.3; margin-bottom: 6px; overflow-wrap: anywhere; }
.premio-card .entidade { color: var(--text-muted); font-size: .85rem; }
.premio-card.destaque-premio { background: var(--surface-ink); border-color: var(--ss-ink-900); }
.premio-card.destaque-premio h3 { color: #fff; }
.premio-card.destaque-premio .entidade { color: var(--ss-ink-300); }

/* ---------- Smartinho, o mascote ---------- */
.mascote-bolha {
  display: flex; align-items: center; gap: 26px; max-width: 780px; margin: 44px auto 0;
  background: #fff; border: var(--border-width) solid var(--ss-ink-900); border-radius: var(--radius-xl);
  padding: 20px 30px 20px 24px; box-shadow: var(--shadow-sm); position: relative;
}
.mascote-bolha img { width: 112px; height: auto; flex-shrink: 0; margin: -38px 0 -14px; }
.mascote-bolha .fala strong { display: block; font-family: var(--font-display); font-weight: 900; font-size: 1.06rem; color: var(--text-strong); margin-bottom: 4px; }
.mascote-bolha .fala span { color: var(--text-muted); font-size: .95rem; line-height: 1.55; }
.mascote-bolha .fala a { font-weight: 600; }
@media (max-width: 700px) {
  .mascote-bolha { gap: 16px; padding: 16px 18px 16px 14px; margin-top: 32px; }
  .mascote-bolha img { width: 84px; margin: -26px 0 -10px; }
  .mascote-bolha .fala strong { font-size: .98rem; }
  .mascote-bolha .fala span { font-size: .88rem; }
}
.card.com-mascote { padding-right: 138px; }
.card .mascote-card { position: absolute; right: 12px; bottom: 0; width: 116px; height: auto; }
@media (max-width: 700px) {
  .card.com-mascote { padding-right: 110px; }
  .card .mascote-card { width: 92px; }
}
#smart-assistant .sa-avatar { width: 44px; height: auto; flex-shrink: 0; }

/* ---------- Vídeo (facade: YouTube só carrega no clique) ---------- */
.video-embed {
  position: relative; aspect-ratio: 16 / 9; border-radius: var(--radius-lg); overflow: hidden;
  border: var(--border-width) solid var(--ss-ink-900); background: var(--surface-ink);
  box-shadow: var(--shadow-md); cursor: pointer; width: 100%;
}
.video-embed img.thumb {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .5s var(--ease-out);
}
.video-embed:hover img.thumb { transform: scale(1.04); }
.video-embed .play {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, rgba(26,22,20,.08) 0%, rgba(26,22,20,.55) 100%);
}
.video-embed .disco {
  width: 82px; height: 82px; border-radius: 50%; background: var(--color-primary);
  display: flex; align-items: center; justify-content: center; box-shadow: 0 0 0 8px rgba(237,117,18,.35), var(--shadow-md);
  transition: transform var(--dur-base) var(--ease-out), background var(--dur-base);
}
.video-embed:hover .disco { transform: scale(1.08); background: var(--color-primary-press); }
.video-embed .disco::before {
  content: ""; display: block; margin-left: 6px;
  border-style: solid; border-width: 15px 0 15px 25px; border-color: transparent transparent transparent #fff;
}
.video-embed .rotulo-video {
  position: absolute; left: 16px; bottom: 14px; right: 16px; color: #fff; font-weight: 700;
  font-family: var(--font-display); font-size: .95rem; text-shadow: 0 1px 6px rgba(0,0,0,.5);
}
.video-embed iframe { width: 100%; height: 100%; border: 0; display: block; }
.video-embed.destacado { max-width: 880px; margin-left: auto; margin-right: auto; }
.video-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; }
/* Shorts verticais (9:16) */
.video-embed.vertical { aspect-ratio: 9 / 16; }
.video-grid.shorts { grid-template-columns: repeat(auto-fit, minmax(220px, 260px)); justify-content: center; gap: 20px; }
.video-grid.shorts .rotulo-video { font-size: .82rem; }
.video-strip {
  display: grid; grid-auto-flow: column; grid-auto-columns: 210px; gap: 16px;
  overflow-x: auto; padding: 4px 4px 14px; scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}
.video-strip .video-embed { scroll-snap-align: start; }
.video-strip .rotulo-video { font-size: .8rem; }
.video-strip::-webkit-scrollbar { height: 8px; }
.video-strip::-webkit-scrollbar-thumb { background: var(--color-primary); border-radius: 999px; }
.video-strip::-webkit-scrollbar-track { background: rgba(0, 0, 0, .08); border-radius: 999px; }
.video-grid.quatro { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.video-grid.quatro .rotulo-video { font-size: .8rem; }
.video-grid .video-embed .disco { width: 62px; height: 62px; }
.video-grid .video-embed .disco::before { border-width: 11px 0 11px 19px; margin-left: 5px; }
@media (max-width: 700px) {
  .video-embed .disco { width: 60px; height: 60px; box-shadow: 0 0 0 6px rgba(237,117,18,.35), var(--shadow-md); }
  .video-embed .disco::before { border-width: 11px 0 11px 18px; margin-left: 4px; }
  .video-embed .rotulo-video { font-size: .82rem; left: 12px; bottom: 10px; }
}

/* ---------- Utilidades ---------- */
.text-center { text-align: center; }
.mt-2 { margin-top: var(--sp-4); } .mt-3 { margin-top: var(--sp-5); } .mt-4 { margin-top: var(--sp-6); } .mt-5 { margin-top: var(--sp-7); }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.grid-2 > * { min-width: 0; }
@media (max-width: 860px) { .grid-2 { grid-template-columns: 1fr; } }
.check-list li { padding-left: 44px; position: relative; margin-bottom: 16px; color: var(--text-muted); }
.check-list li::before {
  content: "✓"; position: absolute; left: 0; top: -1px; width: 30px; height: 30px; border-radius: 50%;
  background: var(--ss-green); color: var(--ss-ink-900); font-weight: 900; font-size: 1rem;
  display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-xs);
}
.check-list li strong { color: var(--text-strong); }
.check-list li a { font-weight: 600; }
/* Variante grande: título em display + linha de apoio (padrão das peças da marca) */
.check-list.grande li { padding-left: 52px; margin-bottom: 20px; }
.check-list.grande li::before { width: 36px; height: 36px; font-size: 1.15rem; top: 1px; }
.check-list.grande li strong { display: block; font-family: var(--font-display); font-weight: 900; font-size: 1.12rem; line-height: 1.3; }
.check-list.grande li span { font-size: .9rem; }
.selo {
  display: inline-flex; align-items: center; gap: 10px; background: #fff; border: var(--border-width) solid var(--ss-ink-900);
  border-radius: var(--radius-pill); padding: 9px 18px; font-size: .85rem; font-weight: 600; color: var(--text-strong);
}
.selos { display: flex; flex-wrap: wrap; gap: 12px; }
.breadcrumb { font-size: .84rem; color: var(--text-muted); padding: 18px 0 0; }
.breadcrumb a { color: var(--text-muted); }
.breadcrumb a:hover { color: var(--color-primary-press); }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .55s var(--ease-out), transform .55s var(--ease-out); }
[data-reveal].visivel { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .hero .eyebrow .dot, #smart-assistant .sa-fab .sa-dot { animation: none; }
}


/* ---------- Refino mobile ---------- */
@media (max-width: 700px) {
  .btn { white-space: normal; text-align: center; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn, .prefooter-actions .btn { width: 100%; }
  .prefooter-actions { flex-direction: column; align-items: stretch; width: 100%; }

  .section { padding: 60px 0; }
  .section::before { top: 64px; height: 52px; }
  .section-head { margin-bottom: 36px; }
  .section-head p { font-size: 1rem; }
  .hero-inner { padding-top: 44px; padding-bottom: 40px; gap: 28px; }
  .hero p.lead { margin: 16px 0 26px; }
  .hero-card { padding: 20px 22px; }
  .hero-card strong { font-size: 1.3rem; }
  .hero-note { font-size: .82rem; }

  .stats-band { padding: 26px 0; }
  .stats-grid { grid-template-columns: repeat(auto-fit, minmax(118px, 1fr)); gap: 16px 10px; }
  .stat span { font-size: .76rem; }

  .cards-grid, .jornadas { gap: 16px; }
  .card { padding: 26px 20px 24px; }
  .jornada { padding: 26px 20px; }
  .icone { width: 46px; height: 46px; }
  .icone svg.ico { width: 23px; height: 23px; }

  .tiles { gap: 14px; }
  .tile { padding: 18px 20px; }
  .faixa-ink { padding: 18px 20px; gap: 14px; }

  .passos { max-width: none; }
  .passo { padding: 0 0 30px 62px; }
  .passo::before { width: 42px; height: 42px; font-size: .85rem; }
  .passo:not(:last-child)::after { left: 20px; top: 48px; }

  .form-lead { padding: 26px 18px; }
  .faq summary { padding: 17px 46px 17px 18px; font-size: .95rem; }
  .faq details > div { padding: 0 18px 18px; }
  .faq summary::after { right: 16px; }

  .comparador th, .comparador td { padding: 12px 12px; font-size: .86rem; }
  table.comparador { min-width: 560px; }

  .citacao blockquote { font-size: 1.35rem; }
  .prefooter-cta { padding: 48px 0; }
  .prefooter-inner { gap: 24px; }
  .site-footer { padding: 48px 0 22px; }

  #smart-assistant .sa-fab { right: 14px; bottom: 14px; padding: 12px 16px; font-size: .85rem; }
  .sa-panel { right: 14px; bottom: 72px; }

  .breadcrumb { font-size: .78rem; }
  .logos-band { gap: 10px; }
  .logo-chip { padding: 11px 18px; font-size: .88rem; }
  .selos { gap: 8px; }
  .selo { font-size: .8rem; padding: 8px 14px; }
}

/* ---------- Sala de imprensa ---------- */
.clips-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 18px; }
.clip-card {
  display: flex; flex-direction: column; gap: 12px;
  background: var(--surface-card); border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md); padding: 20px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.clip-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--color-primary); }
.clip-topo { display: flex; align-items: center; gap: 10px; min-height: 40px; }
.clip-logo { display: flex; align-items: center; max-height: 56px; max-width: 130px; }
.clip-logo img { max-height: 56px; max-width: 130px; width: auto; object-fit: contain; }
.clip-mono {
  flex: 0 0 auto; width: 40px; height: 40px; border-radius: var(--radius-sm);
  display: grid; place-items: center; font-family: var(--font-display);
  font-weight: 900; font-size: .95rem; color: #fff;
  background: linear-gradient(135deg, var(--ss-terracota), var(--color-primary));
}
.clip-veiculo { color: var(--text-muted); font-size: .82rem; font-weight: 600; }
.clip-titulo { color: var(--text-strong); font-weight: 700; line-height: 1.4; font-size: 1rem; }
.clip-ler { margin-top: auto; color: var(--color-primary-press); font-weight: 700; font-size: .85rem; }
.clip-card:hover .clip-ler { text-decoration: underline; }
.clips-grid.compacta { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 12px; }
.clips-grid.compacta .clip-card { padding: 14px 16px; gap: 8px; }
.clips-grid.compacta .clip-topo { min-height: 30px; }
.clips-grid.compacta .clip-logo, .clips-grid.compacta .clip-logo img { max-height: 32px; height: auto; }
.clips-grid.compacta .clip-mono { width: 30px; height: 30px; font-size: .78rem; border-radius: 8px; }
.clips-grid.compacta .clip-titulo { font-size: .9rem; }
.clips-grid.compacta .clip-ler { display: none; }
.lista-numeros { list-style: none; padding: 0; display: grid; gap: 10px; }
.lista-numeros li { padding-left: 18px; position: relative; color: var(--text-body); font-size: .95rem; }
.lista-numeros li::before { content: ''; position: absolute; left: 0; top: .5em; width: 8px; height: 8px; border-radius: 50%; background: var(--color-primary); }
.lista-numeros strong { color: var(--text-strong); }
.lista-links { list-style: none; padding: 0; display: grid; gap: 8px; }
.lista-links a { font-weight: 600; }
.lista-links li { padding-left: 18px; position: relative; }
.lista-links li::before { content: '↓'; position: absolute; left: 0; color: var(--color-primary); font-weight: 800; }

/* ---------- Galeria de fotos (imprensa) ---------- */
.galeria-fotos { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; }
.galeria-fotos a { position: relative; display: block; aspect-ratio: 4 / 3; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-xs); }
.galeria-fotos img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s var(--ease-out); }
.galeria-fotos a:hover img { transform: scale(1.05); }
.galeria-fotos span {
  position: absolute; inset: auto 0 0 0; padding: 22px 14px 10px;
  background: linear-gradient(180deg, transparent, rgba(26, 22, 20, .78));
  color: #fff; font-size: .84rem; font-weight: 700;
}
@media (max-width: 700px) {
  .galeria-fotos { grid-template-columns: 1fr 1fr; gap: 10px; }
  .galeria-fotos span { font-size: .72rem; padding: 16px 10px 8px; }
}

/* ---------- Lightbox ---------- */
.lightbox[hidden] { display: none; }
.lightbox {
  position: fixed; inset: 0; z-index: 2000;
  display: grid; grid-template-columns: 56px 1fr 56px; align-items: center;
  background: rgba(26, 22, 20, .94); padding: 16px;
}
.lightbox figure { margin: 0; display: grid; justify-items: center; gap: 10px; min-width: 0; }
.lightbox img { max-width: 100%; max-height: 78vh; border-radius: var(--radius-md); box-shadow: var(--shadow-lg); }
.lightbox figcaption { color: #fff; font-weight: 700; font-size: .95rem; text-align: center; }
.lb-original { color: rgba(255, 255, 255, .75); font-size: .82rem; font-weight: 600; }
.lb-original:hover { color: #fff; }
.lb-fechar {
  position: absolute; top: 14px; right: 18px; z-index: 1;
  background: none; border: 0; color: #fff; font-size: 2.4rem; line-height: 1; cursor: pointer; padding: 6px 10px;
}
.lb-nav {
  background: rgba(255, 255, 255, .12); border: 0; color: #fff; cursor: pointer;
  width: 46px; height: 46px; border-radius: 50%; font-size: 1.9rem; line-height: 1;
  display: grid; place-items: center; justify-self: center; transition: background .18s ease;
}
.lb-nav:hover { background: var(--color-primary); }
@media (max-width: 700px) {
  .lightbox { grid-template-columns: 40px 1fr 40px; padding: 10px; }
  .lightbox img { max-height: 70vh; }
  .lb-nav { width: 38px; height: 38px; font-size: 1.6rem; }
}
