/* =========================================================
   INTENSIVÃO PETROBRAS 2026 — Página de vendas
   Brandbook v1.0 / Bizu do Engenheiro
   ========================================================= */

:root {
  /* Paleta oficial */
  --petro-green: #008542;
  --petro-green-deep: #005a2c;
  --petro-green-ink: #00301a;
  --petro-green-wash: #e6f3eb;
  --bizu-yellow: #ffb81c;
  --bizu-yellow-deep: #d6961a;
  --petro-orange: #ff6a13;
  --gold-matte: #b8932c;
  --red-op: #a01818;

  /* Neutros */
  --ink: #0a0a0a;
  --ink-2: #1a1d1a;
  --ink-3: #2a2e2a;
  --paper: #ffffff;
  --paper-2: #f8fafc;
  --rule: #e2e8f0;
  --rule-2: #cbd5e1;
  --mute: #475569;
  --mute-2: #94a3b8;

  /* Tipografia */
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --serif: "Merriweather", Georgia, "Times New Roman", serif;
  --mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --stencil: "Bebas Neue", "Inter", sans-serif;

  /* Sombras */
  --shadow-card: 0 12px 32px rgba(0, 133, 66, 0.12);
  --shadow-card-hover: 0 16px 48px rgba(0, 133, 66, 0.22);
  --shadow-offer: 0 24px 80px rgba(0, 133, 66, 0.18), 0 4px 16px rgba(0, 0, 0, 0.08);
  --shadow-cta: 0 10px 28px rgba(255, 184, 28, 0.45), inset 0 -3px 0 rgba(0, 0, 0, 0.12);

  /* Layout */
  --container: 1200px;
  --container-narrow: 920px;
  --container-offer: 640px;
}

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

/* Tabular nums helper para preços, contadores */
.tnum { font-variant-numeric: tabular-nums; }

/* =========================================================
   FAIXA DE URGÊNCIA (Seção 01)
   ========================================================= */
.urg-bar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--ink);
  color: #fff;
  border-bottom: 2px solid var(--petro-green);
}
/* Divisor técnico verde (sem hi-vis laranja) */
.rule {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(0,133,66,.5) 30%, rgba(0,133,66,.5) 70%, transparent 100%);
}
.rule--dark { background: linear-gradient(90deg, transparent 0%, rgba(0,133,66,.35) 30%, rgba(0,133,66,.35) 70%, transparent 100%); }
.urg-bar__inner {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 24px;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.urg-bar__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--petro-orange);
  box-shadow: 0 0 0 4px rgba(255, 106, 19, 0.22);
  animation: pulse 1.8s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(255, 106, 19, 0.22); }
  50% { box-shadow: 0 0 0 8px rgba(255, 106, 19, 0); }
}
.urg-bar__msg {
  flex: 1;
  min-width: 0;
}
.urg-bar__msg b { color: #fff; font-weight: 600; }
.urg-bar__msg .sep { color: var(--mute-2); padding: 0 8px; }
.urg-bar__cta {
  background: var(--bizu-yellow);
  color: var(--ink);
  border: 0;
  padding: 8px 14px;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 120ms ease, background 120ms ease;
}
.urg-bar__cta:hover { background: #ffc94a; transform: translateY(-1px); }

@media (max-width: 720px) {
  .urg-bar__inner { padding: 10px 16px; font-size: 12.5px; gap: 10px; }
  .urg-bar__msg .sep { display: none; }
  .urg-bar__msg .urg-bar__line { display: block; }
  .urg-bar__cta { padding: 8px 10px; font-size: 11.5px; }
}

/* =========================================================
   HERO (Seção 02)
   ========================================================= */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
  isolation: isolate;
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 20%, rgba(0, 133, 66, 0.55), transparent 70%),
    radial-gradient(ellipse 60% 80% at 90% 100%, rgba(0, 90, 44, 0.85), transparent 65%),
    linear-gradient(180deg, #06140c 0%, #0a0a0a 60%, #001a0c 100%);
}
/* Silhueta de refinaria/plataforma no fundo do hero */
.hero__refinery {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 240px;
  z-index: 1;
  opacity: 0.18;
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 240' preserveAspectRatio='xMidYMax slice'><g fill='none' stroke='%23ffb81c' stroke-width='1.4'><!-- chão --><line x1='0' y1='238' x2='1600' y2='238'/><!-- torres de destilação --><rect x='80' y='120' width='28' height='118'/><circle cx='94' cy='118' r='14'/><line x1='94' y1='104' x2='94' y2='80'/><rect x='130' y='160' width='40' height='78'/><rect x='200' y='90' width='22' height='148'/><circle cx='211' cy='88' r='12'/><line x1='211' y1='76' x2='211' y2='60'/><!-- duto --><line x1='30' y1='178' x2='280' y2='178'/><line x1='30' y1='175' x2='280' y2='175'/><line x1='30' y1='181' x2='280' y2='181'/><!-- chaminé com chama --><rect x='310' y='100' width='10' height='138'/><path d='M315 100 q-4 -10 0 -18 q3 8 0 18'/><!-- flare stack --><rect x='350' y='150' width='14' height='88'/><line x1='340' y1='148' x2='374' y2='148'/><!-- bloco refinaria --><rect x='400' y='170' width='160' height='68'/><line x1='420' y1='170' x2='420' y2='238'/><line x1='460' y1='170' x2='460' y2='238'/><line x1='500' y1='170' x2='500' y2='238'/><line x1='540' y1='170' x2='540' y2='238'/><circle cx='420' cy='160' r='4'/><circle cx='500' cy='160' r='4'/><!-- esfera de gás --><circle cx='620' cy='190' r='34'/><line x1='586' y1='190' x2='654' y2='190'/><line x1='586' y1='190' x2='620' y2='224'/><line x1='654' y1='190' x2='620' y2='224'/><!-- tanques --><circle cx='720' cy='200' r='28' /><circle cx='785' cy='200' r='28' /><circle cx='850' cy='200' r='28' /><!-- plataforma offshore --><rect x='950' y='150' width='220' height='12'/><line x1='965' y1='162' x2='965' y2='238'/><line x1='1050' y1='162' x2='1050' y2='238'/><line x1='1135' y1='162' x2='1135' y2='238'/><line x1='1010' y1='162' x2='990' y2='238'/><line x1='1010' y1='162' x2='1030' y2='238'/><!-- torre da plataforma --><rect x='1060' y='70' width='30' height='80'/><line x1='1060' y1='100' x2='1090' y2='100'/><line x1='1060' y1='130' x2='1090' y2='130'/><line x1='1075' y1='70' x2='1075' y2='30'/><!-- guindaste --><line x1='1200' y1='238' x2='1200' y2='120'/><line x1='1200' y1='120' x2='1310' y2='100'/><line x1='1310' y1='100' x2='1310' y2='130'/><!-- mais torres --><rect x='1360' y='110' width='22' height='128'/><circle cx='1371' cy='108' r='11'/><rect x='1410' y='140' width='32' height='98'/><rect x='1470' y='160' width='90' height='78'/><line x1='1485' y1='160' x2='1485' y2='238'/><line x1='1520' y1='160' x2='1520' y2='238'/><line x1='1555' y1='160' x2='1555' y2='238'/></g></svg>") center bottom / cover no-repeat;
  pointer-events: none;
}
.hero__refinery::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,10,10,0.6) 0%, transparent 30%, transparent 70%, rgba(10,10,10,0.9) 100%);
}
/* Grid técnico de engenharia (bem sutil) */
.hero__grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  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: 60px 60px;
  mask-image: radial-gradient(ellipse 70% 80% at 30% 50%, #000 30%, transparent 80%);
}
.hero__inner {
  position: relative;
  z-index: 2;
  max-width: var(--container);
  margin: 0 auto;
  padding: 12px 32px 48px;
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  column-gap: 48px;
  row-gap: 18px;
  align-items: start;
}

/* Brand row no topo do hero */
.hero__brand {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 0;
}
.hero__logo {
  height: 88px;
  width: auto;
  max-width: 100%;
  margin-left: -8px;
}
.hero__brand-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 12.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.hero__brand-meta .pipe { color: rgba(255, 255, 255, 0.2); }
.hero__brand-meta b { color: var(--bizu-yellow); font-weight: 600; letter-spacing: 0.08em; }

/* Texto lado esquerdo */
.hero__text { max-width: 640px; }
/* Spec tag de engenharia — eyebrow chamativa */
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 18px;
  border-radius: 999px;
  padding: 7px 16px 7px 12px;
  background:
    linear-gradient(135deg, rgba(255, 184, 28, 0.18), rgba(255, 184, 28, 0.06));
  border: 1px solid rgba(255, 184, 28, 0.5);
  box-shadow:
    0 0 0 4px rgba(255, 184, 28, 0.08),
    0 4px 16px rgba(255, 184, 28, 0.2);
  max-width: 100%;
  color: #ffd672;
}
.hero__eyebrow-dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bizu-yellow);
  box-shadow: 0 0 0 4px rgba(255, 184, 28, 0.25);
  animation: eyebrow-pulse 1.8s ease-in-out infinite;
}
@keyframes eyebrow-pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(255, 184, 28, 0.25); }
  50% { box-shadow: 0 0 0 7px rgba(255, 184, 28, 0); }
}
.hero__eyebrow .spec-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffd672;
}
.hero__eyebrow .spec-label b {
  color: #fff;
  font-weight: 600;
}
.hero__eyebrow .spec-label .sep {
  color: var(--bizu-yellow);
  font-size: 10px;
  margin: 0 2px;
  opacity: 0.85;
  font-family: var(--sans);
  font-weight: 700;
}
.hero__preheadline {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(15px, 1.5vw, 20px);
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 18px;
  max-width: 580px;
  font-style: italic;
}
.hero__h1 {
  font-family: var(--serif);
  font-weight: 900;
  font-size: clamp(28px, 3.6vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin: 0 0 18px;
  color: #fff;
  text-wrap: balance;
}
.hero__h1-row {
  display: block;
  margin-bottom: 4px;
}
.hero__kicker {
  font-family: var(--serif);
  font-weight: 700;
  font-style: italic;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 22px;
  padding-left: 14px;
  border-left: 3px solid var(--bizu-yellow);
  letter-spacing: -0.005em;
  max-width: 580px;
  text-wrap: balance;
}
.hero__h1 .closer { display: none; }
.hero__h1 .dot {
  color: rgba(255, 255, 255, 0.35);
  font-weight: 400;
  margin: 0 4px;
}
.hero__h1 .money {
  color: var(--bizu-yellow);
  font-variant-numeric: tabular-nums;
  position: relative;
  white-space: nowrap;
}
.hero__h1 .money::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 3px;
  background: linear-gradient(90deg, var(--bizu-yellow) 0%, transparent 100%);
  opacity: 0.5;
}
.hero__h1 .closer {
  display: block;
  margin-top: 12px;
  font-size: 0.82em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
}
.hero__sub {
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 32px;
  max-width: 560px;
  text-wrap: pretty;
}
.hero__sub b { color: #fff; font-weight: 600; }

.hero__cta-row {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}
.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--bizu-yellow);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 20px 28px;
  border: 0;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: var(--shadow-cta);
  transition: transform 140ms ease, background 140ms ease, box-shadow 140ms ease;
}
.btn-cta:hover { background: #ffc94a; transform: translateY(-2px); }
.btn-cta:active { transform: translateY(0); }
.btn-cta i[data-lucide] { width: 20px; height: 20px; stroke-width: 2.5; }
.btn-cta--giant {
  font-size: 19px;
  padding: 26px 36px;
  width: 100%;
  justify-content: center;
}
/* Variante final: 2 linhas (primary + secondary) sem \u00edcone, mais polido */
.btn-cta--final {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 22px 28px;
  text-transform: none;
  letter-spacing: 0;
  font-size: inherit;
}
.btn-cta--final .btn-cta__primary {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 19px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.1;
}
.btn-cta--final .btn-cta__secondary {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 13.5px;
  color: rgba(10, 10, 10, 0.7);
  letter-spacing: 0.01em;
  text-transform: none;
  font-variant-numeric: tabular-nums;
}
.btn-cta--final .btn-cta__secondary .sep { color: rgba(10, 10, 10, 0.35); padding: 0 4px; }
.btn-cta--block {
  display: flex;
  width: 100%;
  justify-content: center;
}

.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.01em;
}
.hero__trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero__trust i[data-lucide] {
  width: 16px; height: 16px;
  stroke: var(--bizu-yellow);
  stroke-width: 2.5;
}

/* Coluna direita: 2 fotos empilhadas verticalmente (landscape 5:4) */
.hero__photos {
  position: relative;
  justify-self: end;
  width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.hero__photo {
  position: relative;
  width: 100%;
  aspect-ratio: 5 / 4;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 184, 28, 0.3);
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
}
.hero__photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero__photo--a > img { object-position: center 30%; }
.hero__photo--b > img { object-position: center 25%; }
.hero__photo .hero__photo-tag {
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  right: auto;
}
.hero__photo image-slot {
  display: block;
  width: 100%;
  height: 100%;
}
.hero__photo-tag {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: rgba(10, 10, 10, 0.82);
  border: 1px solid rgba(255, 184, 28, 0.35);
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  backdrop-filter: blur(4px);
}
.hero__photo-tag .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--petro-green);
  box-shadow: 0 0 0 2px rgba(0, 133, 66, 0.35);
}
.hero__photo-tag b { color: var(--bizu-yellow); font-weight: 600; }
.hero__photo-rank {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  font-family: var(--serif);
  font-size: 13px;
  background: rgba(10, 10, 10, 0.82);
  border: 1px solid rgba(255, 184, 28, 0.4);
  color: var(--bizu-yellow);
  padding: 6px 10px;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.hero__photo-rank span { color: rgba(255,255,255,.65); font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; margin-left: 6px; font-weight: 500; }

/* Conector vertical entre as fotos */
.hero__photo-connector {
  position: absolute;
  left: 50%;
  top: calc(50% - 8px);
  transform: translateX(-50%);
  z-index: 3;
  background: var(--ink);
  border: 1px solid rgba(255, 184, 28, 0.4);
  border-radius: 999px;
  padding: 6px 14px;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bizu-yellow);
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(0,0,0,.4);
}
/* Hi-vis stripe removida — substituída por linha técnica verde */
.hero__mentor-stripe {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 3px;
  z-index: 3;
  background: linear-gradient(90deg, transparent 0%, var(--petro-green) 25%, var(--bizu-yellow) 50%, var(--petro-green) 75%, transparent 100%);
}
.hero__mentor-id {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  background: rgba(10, 10, 10, 0.78);
  border: 1px solid rgba(255, 184, 28, 0.4);
  color: #ffd672;
  padding: 6px 10px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
.hero__mentor-id b { color: #fff; font-weight: 600; letter-spacing: 0.18em; }
.hero__mentor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}
.hero__mentor::after {
  /* Rim light verde + vinheta */
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.7) 100%),
    linear-gradient(90deg, rgba(0, 90, 44, 0.18) 0%, transparent 30%);
  pointer-events: none;
}
.hero__selo {
  display: none; /* selo removido conforme aprovação */
}
.hero__mentor-tag {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}
.hero__mentor-name {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin: 0 0 4px;
  letter-spacing: -0.01em;
}
.hero__mentor-role {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bizu-yellow);
  font-weight: 600;
  margin: 0;
}
.hero__mentor-badge {
  background: rgba(10, 10, 10, 0.78);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 184, 28, 0.4);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  text-align: center;
  min-width: 88px;
}
.hero__mentor-badge b {
  display: block;
  font-family: var(--serif);
  font-size: 20px;
  color: var(--bizu-yellow);
  line-height: 1;
  font-weight: 900;
}
.hero__mentor-badge span {
  display: block;
  margin-top: 2px;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

/* Hero metrics — agora dentro da coluna de texto, abaixo do CTA */
.hero__metrics {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.hero__metric {
  padding: 20px 18px 0 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.hero__metric:first-child { padding-left: 0; }
.hero__metric:last-child { border-right: 0; padding-right: 0; }
.hero__metric-label {
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 8px;
}
.hero__metric-value {
  font-family: var(--serif);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0;
}
.hero__metric-value .accent { color: var(--bizu-yellow); }
.hero__metric-desc {
  margin: 8px 0 0;
  font-size: 12.5px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 960px) {
  .hero__inner { grid-template-columns: 1fr; gap: 28px; padding: 20px 20px 56px; }
  .hero__brand { padding-bottom: 14px; }
  .hero__photos { max-width: 100%; justify-self: stretch; }
  .hero__metrics { margin-top: 32px; grid-template-columns: 1fr; }
  .hero__metric { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
  .hero__metric:last-child { border-bottom: 0; }
}
@media (max-width: 720px) {
  .hero__logo { height: 76px; margin-left: -8px; }
  .hero__brand { flex-wrap: wrap; }
  .hero__brand-meta { font-size: 11px; gap: 12px; }
  .hero__eyebrow { font-size: 10px; }
  .hero__eyebrow .spec-label { padding: 6px 10px; }
}
@media (max-width: 520px) {
  .hero__metrics {
    grid-template-columns: 1fr;
  }
  .hero__metric {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .hero__metric:first-child {
    padding-top: 20px;
  }
  .hero__metric:last-child {
    border-bottom: 0;
  }
  .hero__brand-meta { flex-direction: column; align-items: flex-end; gap: 4px; }
  .hero__brand-meta .pipe { display: none; }
  .btn-cta { font-size: 14px; padding: 16px 22px; }
  .btn-cta--giant { font-size: 16px; padding: 20px 28px; }
}

/* =========================================================
   SEÇÃO 11 — PLATAFORMA QBIZU PETRO
   ========================================================= */
.platform {
  position: relative;
  background: var(--ink);
  color: #fff;
  padding: 80px 0;
  overflow: hidden;
}
.platform::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 50% at 85% 30%, rgba(0, 133, 66, 0.18), transparent 70%),
    radial-gradient(ellipse 40% 60% at 10% 80%, rgba(255, 184, 28, 0.06), transparent 70%);
  pointer-events: none;
}
.platform__inner {
  position: relative;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
.section-head {
  max-width: 820px;
  margin: 0 auto 56px;
  text-align: center;
}
.section-head--left { text-align: left; margin: 0 0 56px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--petro-green);
  margin-bottom: 18px;
  white-space: nowrap;
}
.eyebrow--dark { color: #6ddb8a; }
.eyebrow .num {
  background: var(--petro-green);
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.eyebrow--dark .num { background: rgba(0, 133, 66, 0.25); color: #b6e8c8; border: 1px solid rgba(0, 133, 66, 0.5); }
.section-title {
  font-family: var(--serif);
  font-weight: 900;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.015em;
  margin: 0 0 18px;
  text-wrap: balance;
}
.section-title--dark { color: #fff; }
.section-title .hl {
  background: linear-gradient(180deg, transparent 60%, rgba(255, 184, 28, 0.35) 60%);
  padding: 0 2px;
}
.section-sub {
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-wrap: pretty;
}
.section-sub--light { color: var(--mute); }
.section-sub b { color: #fff; font-weight: 600; }

/* Star feature — Agentes PhD */
.platform__star {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 56px;
  background: linear-gradient(135deg, rgba(0, 133, 66, 0.18), rgba(0, 133, 66, 0.04));
  border: 1px solid rgba(0, 133, 66, 0.3);
  border-radius: 20px;
  padding: 48px;
  position: relative;
  overflow: hidden;
}
/* Spec tag de engenharia no canto */
.platform__star::before {
  content: "SPEC · EXCLUSIVO QBIZU";
  position: absolute;
  top: 24px;
  right: 24px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--bizu-yellow);
  background: rgba(255, 184, 28, 0.08);
  border: 1px solid rgba(255, 184, 28, 0.35);
  padding: 6px 12px;
  border-radius: 4px;
  font-weight: 500;
}
.platform__star-meta {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bizu-yellow);
  margin-bottom: 14px;
}
.platform__star-title {
  font-family: var(--serif);
  font-weight: 900;
  font-size: clamp(26px, 2.8vw, 36px);
  line-height: 1.12;
  margin: 0 0 18px;
  letter-spacing: -0.015em;
}
.platform__star-body {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 24px;
  text-wrap: pretty;
}
.platform__star-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 0;
  display: grid;
  gap: 10px;
}
.platform__star-bullets li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.86);
}
.platform__star-bullets i[data-lucide] {
  width: 18px;
  height: 18px;
  stroke: var(--petro-green);
  stroke-width: 2.5;
  margin-top: 3px;
  flex-shrink: 0;
}

/* Features grid */
.platform__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.feature {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 28px;
  transition: border-color 200ms ease, transform 200ms ease, background 200ms ease;
}
.feature:hover {
  border-color: rgba(0, 133, 66, 0.5);
  background: rgba(0, 133, 66, 0.05);
  transform: translateY(-4px);
}
.feature__num {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 14px;
}
.feature__icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(0, 133, 66, 0.15);
  border: 1px solid rgba(0, 133, 66, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.feature__icon i[data-lucide] {
  width: 22px;
  height: 22px;
  stroke: #6ddb8a;
  stroke-width: 2;
}
.feature__title {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 19px;
  line-height: 1.2;
  margin: 0 0 10px;
  color: #fff;
  letter-spacing: -0.01em;
}
.feature__body {
  font-size: 14.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  text-wrap: pretty;
}

/* Closer */
.platform__closer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 40px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 48px;
  align-items: center;
}
.platform__closer-text {
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  text-wrap: pretty;
}
.platform__closer-text b {
  color: #fff;
  font-weight: 600;
}
.platform__closer-text .hl-green {
  color: #6ddb8a;
  font-weight: 600;
}
.platform__pricetag {
  background: linear-gradient(135deg, rgba(0, 133, 66, 0.22), rgba(0, 133, 66, 0.08));
  border: 1px solid rgba(0, 133, 66, 0.45);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}
.platform__pricetag-label {
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 8px;
}
.platform__pricetag-strike {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: line-through;
  text-decoration-color: var(--petro-orange);
  text-decoration-thickness: 2px;
  margin: 0 0 6px;
  font-variant-numeric: tabular-nums;
}
.platform__pricetag-included {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  color: var(--bizu-yellow);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 960px) {
  .platform { padding: 48px 0; }
  .platform__star {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 32px 24px;
  }
  .platform__grid { grid-template-columns: 1fr; gap: 16px; }
  .platform__closer { grid-template-columns: 1fr; gap: 24px; }
}

/* =========================================================
   MOCKUP — placeholder de tela da plataforma
   ========================================================= */
.mockup {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #0f1410;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  transform: perspective(1400px) rotateY(-4deg) rotateX(2deg);
  transform-origin: center center;
}
.mockup__chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.mockup__dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}
.mockup__url {
  margin-left: 12px;
  font-family: var(--mono);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.04em;
}
.mockup__body { padding: 22px; min-height: 320px; }
.mockup__placeholder {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 6px;
  background:
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.03) 0,
      rgba(255, 255, 255, 0.03) 12px,
      rgba(0, 133, 66, 0.06) 12px,
      rgba(0, 133, 66, 0.06) 24px
    );
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mono);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.6;
  padding: 16px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
}

/* Mockup variante UI realista (para star feature) */
.mockup--ui .mockup__body {
  padding: 0;
  background: #0a1209;
}
.ui-feedback {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 0;
  height: 360px;
}
.ui-feedback__side {
  background: rgba(0, 133, 66, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  padding: 18px 14px;
  font-family: var(--mono);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
}
.ui-feedback__side-head {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 12px;
}
.ui-feedback__chip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 6px;
  margin-bottom: 6px;
}
.ui-feedback__chip.active {
  background: rgba(0, 133, 66, 0.22);
  border: 1px solid rgba(0, 133, 66, 0.5);
  color: #b6e8c8;
}
.ui-feedback__chip .dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--petro-green);
}
.ui-feedback__main {
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ui-feedback__question {
  font-family: var(--serif);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.4;
}
.ui-feedback__phd-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bizu-yellow);
  background: rgba(255, 184, 28, 0.1);
  border: 1px solid rgba(255, 184, 28, 0.3);
  padding: 4px 8px;
  border-radius: 4px;
  align-self: flex-start;
}
.ui-feedback__bubble {
  background: rgba(0, 133, 66, 0.1);
  border: 1px solid rgba(0, 133, 66, 0.3);
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}
.ui-feedback__bubble b { color: #6ddb8a; }
.ui-feedback__math {
  font-family: var(--mono);
  background: rgba(0, 0, 0, 0.4);
  padding: 8px 12px;
  border-radius: 4px;
  display: inline-block;
  margin: 6px 0;
  color: var(--bizu-yellow);
  font-size: 12px;
}

@media (max-width: 720px) {
  .mockup { transform: none; }
  .ui-feedback { grid-template-columns: 1fr; height: auto; }
  .ui-feedback__side { display: none; }
}

/* =========================================================
   QBIZU DASHBOARD MOCKUP (topo da seção 11)
   ========================================================= */
.platform-hero-mockup {
  margin: 0 0 48px;
  text-align: center;
}
.platform-hero-mockup__caption {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
  margin: 18px 0 0;
}
.mockup--dashboard {
  transform: perspective(1600px) rotateX(2deg);
  transform-origin: center top;
  max-width: 920px;
  margin: 0 auto;
  border: 1px solid rgba(255,184,28,.18);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(0, 133, 66, 0.15);
}
.mockup--dashboard .mockup__body { padding: 0; background: #0c1310; min-height: 360px; }

.dash {
  display: grid;
  grid-template-columns: 200px 1fr;
  height: 380px;
  font-family: var(--sans);
}
.dash__nav {
  background: rgba(0, 0, 0, .35);
  border-right: 1px solid rgba(255,255,255,.06);
  padding: 18px 14px;
}
.dash__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  margin-bottom: 24px;
}
.dash__brand-square {
  width: 18px; height: 18px; border-radius: 4px;
  background: linear-gradient(135deg, var(--petro-green), var(--bizu-yellow));
}
.dash__nav-head {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin: 0 0 10px;
}
.dash__nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: rgba(255,255,255,.55);
  padding: 8px 10px;
  border-radius: 5px;
  margin-bottom: 2px;
}
.dash__nav-item .bar {
  width: 14px; height: 2px; background: rgba(255,255,255,.25); border-radius: 1px;
}
.dash__nav-item.active {
  background: rgba(0, 133, 66, .22);
  color: #fff;
}
.dash__nav-item.active .bar { background: var(--petro-green); width: 18px; height: 3px; }

.dash__main { padding: 22px 26px; display: flex; flex-direction: column; gap: 16px; overflow: hidden; }
.dash__welcome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.dash__hello {
  margin: 0;
  font-size: 14px;
  color: rgba(255,255,255,.65);
  line-height: 1.4;
}
.dash__hello b { color: var(--bizu-yellow); font-weight: 600; font-size: 13px; }
.dash__streak {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,184,28,.1);
  border: 1px solid rgba(255,184,28,.3);
  padding: 8px 14px;
  border-radius: 6px;
}
.dash__streak-num {
  font-family: var(--serif);
  font-weight: 900;
  font-size: 22px;
  color: var(--bizu-yellow);
  letter-spacing: -0.02em;
}
.dash__streak-lbl {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
  line-height: 1.25;
}

.dash__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.dash__card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  padding: 14px 14px;
}
.dash__card-lbl {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin: 0 0 6px;
}
.dash__card-val {
  font-family: var(--serif);
  font-weight: 900;
  font-size: 22px;
  color: #fff;
  margin: 0 0 6px;
  letter-spacing: -0.015em;
  font-variant-numeric: tabular-nums;
}
.dash__card-sub {
  font-size: 10.5px;
  color: rgba(255,255,255,.45);
  margin: 0;
}
.dash__progress {
  height: 4px;
  background: rgba(255,255,255,.06);
  border-radius: 2px;
  overflow: hidden;
}
.dash__progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--petro-green), #45b376);
  border-radius: 2px;
}

.dash__chart {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  padding: 14px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 0;
}
.dash__bars {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  height: 100%;
  flex: 1;
  padding-bottom: 4px;
}
.dash__bar {
  flex: 1;
  background: linear-gradient(180deg, rgba(0,133,66,.5), rgba(0,133,66,.18));
  border-top: 2px solid rgba(0,133,66,.7);
  border-radius: 3px 3px 0 0;
  min-height: 8px;
}
.dash__bar--now {
  background: linear-gradient(180deg, var(--bizu-yellow), rgba(255,184,28,.3));
  border-top-color: var(--bizu-yellow);
}

@media (max-width: 720px) {
  .mockup--dashboard { transform: none; }
  .dash { grid-template-columns: 1fr; height: auto; }
  .dash__nav { display: none; }
  .dash__cards { grid-template-columns: 1fr; }
  .dash__chart { min-height: 140px; }
}

/* =========================================================
   SEÇÃO 15 — OFERTA + ANCORAGEM
   ========================================================= */
.offer {
  background: var(--paper-2);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.offer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(0, 133, 66, 0.08), transparent 70%);
  pointer-events: none;
}
.offer__inner {
  position: relative;
  max-width: var(--container-narrow);
  margin: 0 auto;
  padding: 0 24px;
}
.offer__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}
.offer__head .eyebrow { color: var(--petro-green); justify-content: center; }
.offer__head .section-title { color: var(--ink); }

/* Caixa central da oferta */
.offer-card {
  position: relative;
  max-width: 620px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid var(--petro-green);
  border-radius: 20px;
  padding: 48px 40px;
  box-shadow: var(--shadow-offer);
}
.offer-card::before {
  /* Aura externa */
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(0, 133, 66, 0.4), rgba(0, 133, 66, 0));
  z-index: -1;
  filter: blur(20px);
  opacity: 0.6;
}
.offer-card__selo {
  display: none; /* selo removido */
}
.offer-card__title {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 6px;
  color: var(--petro-green-deep);
}.offer-card__subtitle {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 28px;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.offer-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  gap: 0;
}
.offer-list li {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dashed var(--rule);
  font-size: 15px;
}
.offer-list li:last-child { border-bottom: 0; }
.offer-list i[data-lucide] {
  width: 18px;
  height: 18px;
  stroke: var(--petro-green);
  stroke-width: 3;
}
.offer-list__label { color: var(--ink); }
.offer-list__label b { font-weight: 600; }
.offer-list__price {
  font-family: var(--sans);
  font-variant-numeric: tabular-nums;
  font-size: 14px;
  color: var(--mute);
  font-weight: 500;
}

.offer-anchor {
  background: var(--paper-2);
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.offer-anchor__label {
  font-size: 13px;
  font-weight: 600;
  color: var(--mute);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.offer-anchor__value {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 700;
  color: var(--mute-2);
  text-decoration: line-through;
  text-decoration-color: var(--petro-orange);
  text-decoration-thickness: 2.5px;
  font-variant-numeric: tabular-nums;
}

.offer-price {
  text-align: center;
  margin: 0 0 8px;
}
.offer-price__label {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--petro-green);
  font-weight: 700;
  margin: 0 0 6px;
}
.offer-price__value {
  font-family: var(--serif);
  font-size: clamp(48px, 7vw, 72px);
  font-weight: 900;
  line-height: 1;
  color: var(--ink);
  letter-spacing: -0.025em;
  margin: 0;
  font-variant-numeric: tabular-nums;
}
.offer-price__value .currency {
  font-size: 0.5em;
  vertical-align: top;
  margin-right: 6px;
  font-weight: 700;
  color: var(--petro-green);
  position: relative;
  top: 12px;
}
.offer-price__value .cents {
  font-size: 0.45em;
  color: var(--mute);
  margin-left: 4px;
  letter-spacing: 0;
}
.offer-price__pix {
  font-size: 14px;
  color: var(--mute);
  margin: 8px 0 0;
}
.offer-price__pix b { color: var(--ink); font-weight: 600; }
.offer-price__installments {
  font-family: var(--sans);
  font-size: 15px;
  text-align: center;
  margin: 12px 0 24px;
  color: var(--ink);
}
.offer-price__installments b {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.offer-price__installments .lite { color: var(--mute); font-weight: 500; }

.offer-savings {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--petro-green-wash);
  color: var(--petro-green-deep);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 6px;
  border: 1px solid rgba(0, 133, 66, 0.25);
  margin: 0 auto 24px;
}
.offer-savings__chip {
  display: flex;
  justify-content: center;
}
.offer-savings .accent {
  font-variant-numeric: tabular-nums;
  background: var(--petro-green);
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
}

.offer-foot {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  text-align: center;
  font-size: 13px;
  color: var(--mute);
}
.offer-foot span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.offer-foot i[data-lucide] {
  width: 16px;
  height: 16px;
  stroke: var(--petro-green);
  stroke-width: 2.5;
}

@media (max-width: 720px) {
  .offer { padding: 48px 0; }
  .offer-card { padding: 32px 22px; border-radius: 16px; }
  .offer-list li { grid-template-columns: 22px 1fr; }
  .offer-list__price { grid-column: 2 / 3; text-align: left; }
  .offer-foot { grid-template-columns: 1fr; }
}

/* =========================================================
   STATUS / PLACEHOLDER bar (bottom — placeholder das 18 seções)
   ========================================================= */
.status-bar {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.55);
  padding: 28px 24px;
  border-top: 4px solid var(--petro-green);
  text-align: center;
  font-family: var(--mono);
  font-size: 12.5px;
  letter-spacing: 0.06em;
}
.status-bar b { color: var(--bizu-yellow); font-weight: 600; }
.status-bar .sep { color: rgba(255, 255, 255, 0.2); padding: 0 10px; }
