/* =========================================================
   INTENSIVÃO PETROBRAS 2026 — Seções 03-21
   ========================================================= */

/* Container util */
.wrap { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.wrap--narrow { max-width: var(--container-narrow); margin: 0 auto; padding: 0 24px; }

/* Block base padding — padronizado em toda a página */
.block { padding: 80px 0; position: relative; }
.block--light { background: var(--paper); }
.block--paper { background: var(--paper-2); }
.block--wash { background: var(--petro-green-wash); }
.block--dark { background: var(--ink); color: #fff; }
.block--deepgreen { background: var(--petro-green-deep); color: #fff; }

/* Quando dentro de block dark, o eyebrow ganha a variante escura */
.block--dark .eyebrow,
.block--deepgreen .eyebrow { color: #6ddb8a; }
.block--dark .eyebrow .num,
.block--deepgreen .eyebrow .num { background: rgba(0,133,66,.25); color: #b6e8c8; border: 1px solid rgba(0,133,66,.5); }
.block--dark .section-title,
.block--deepgreen .section-title { color: #fff; }
.block--dark .section-sub,
.block--deepgreen .section-sub { color: rgba(255,255,255,.72); }
.block--dark .section-sub b,
.block--deepgreen .section-sub b { color: #fff; }

@media (max-width: 720px) { .block { padding: 48px 0; } }

/* =========================================================
   SEÇÃO 03 — CONTEXTO (4 cards de dados)
   ========================================================= */
.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 0 0 40px;
}
.stat-card {
  background: #fff;
  border: 1px solid var(--rule);
  border-left: 4px solid var(--petro-green);
  padding: 28px 24px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.stat-card__icon {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: var(--petro-green-wash);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 4px;
}
.stat-card__icon i[data-lucide] { width: 20px; height: 20px; stroke: var(--petro-green); stroke-width: 2.2; }
.stat-card__value {
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 900;
  letter-spacing: -0.015em;
  line-height: 1;
  margin: 0;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.stat-card__value .accent { color: var(--petro-green); }
.stat-card__label {
  font-size: 13.5px;
  color: var(--mute);
  margin: 0;
  text-wrap: pretty;
}
.stat-card__label b { color: var(--ink); font-weight: 600; }

.context-text {
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  max-width: 760px;
  margin: 0 auto;
  text-wrap: pretty;
}
.context-text b { font-weight: 700; color: var(--petro-green-deep); }
.context-text p + p { margin-top: 14px; }

@media (max-width: 960px) { .stat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .stat-grid { grid-template-columns: 1fr; } }

/* =========================================================
   SEÇÃO 04 — TIMELINE HISTÓRICA
   ========================================================= */
.timeline-intro {
  font-size: 16px;
  color: var(--mute);
  margin: 0 auto 32px;
  max-width: 720px;
  text-align: center;
  text-wrap: pretty;
}
.timeline-intro b { color: var(--ink); font-weight: 600; }
.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
  margin: 0 0 40px;
  border-top: 2px solid var(--petro-green);
}
.timeline::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: -8px;
  height: 14px;
  background: repeating-linear-gradient(90deg, var(--petro-green) 0, var(--petro-green) 6px, transparent 6px, transparent 12px);
  mask-image: linear-gradient(90deg, #000 0%, #000 100%);
}
.timeline__year {
  padding: 32px 20px 24px;
  border-right: 1px solid var(--rule);
  position: relative;
}
.timeline__year:last-child { border-right: 0; }
.timeline__year::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 28px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--paper-2);
  border: 3px solid var(--petro-green);
}
.timeline__year--now::before { background: var(--bizu-yellow); border-color: var(--petro-green); }
.timeline__year-num {
  font-family: var(--serif);
  font-weight: 900;
  font-size: 36px;
  color: var(--petro-green);
  margin: 0 0 12px;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.timeline__year--now .timeline__year-num { color: var(--bizu-yellow-deep); }
.timeline__year-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.timeline__year-list li {
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--mute);
  padding-left: 16px;
  position: relative;
}
.timeline__year-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 7px;
  width: 6px; height: 2px;
  background: var(--petro-green);
}
.timeline__year-list li b { color: var(--ink); font-weight: 600; }

.timeline-recap {
  background: var(--ink);
  color: #fff;
  border-radius: 8px;
  padding: 32px 36px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}
.timeline-recap__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255,255,255,.78);
}
.timeline-recap__text b { color: var(--bizu-yellow); }
.timeline-recap__counter {
  display: flex;
  gap: 12px;
}
.timeline-recap__step {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,.12);
}
.timeline-recap__step.done { background: rgba(0,133,66,.2); border-color: var(--petro-green); color: #fff; }
.timeline-recap__step.done i[data-lucide] { stroke: var(--petro-green); }
.timeline-recap__step.pending { background: rgba(255,184,28,.1); border-color: rgba(255,184,28,.4); color: var(--bizu-yellow); }
.timeline-recap__step i[data-lucide] { width: 14px; height: 14px; stroke-width: 3; }

@media (max-width: 960px) {
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .timeline__year:nth-child(2) { border-right: 0; }
  .timeline__year:nth-child(1), .timeline__year:nth-child(2) { border-bottom: 1px solid var(--rule); }
  .timeline-recap { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .timeline { grid-template-columns: 1fr; }
  .timeline__year { border-right: 0; border-bottom: 1px solid var(--rule); }
}

/* =========================================================
   SEÇÃO 05 — JIU-JITSU (metáfora + tabela)
   ========================================================= */
.jiu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.jiu__text {
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  margin: 0;
  text-wrap: pretty;
}
.jiu__text p + p { margin-top: 14px; }
.jiu__text b { font-weight: 600; color: var(--petro-green-deep); }
.jiu__text em { font-style: normal; background: linear-gradient(180deg, transparent 60%, rgba(255,184,28,.4) 60%); padding: 0 2px; }

.jiu__table {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 8px;
  overflow: hidden;
}
.jiu__table-head {
  background: var(--ink);
  color: #fff;
  padding: 16px 20px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
}
.jiu__table-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  padding: 16px 20px;
  border-bottom: 1px solid var(--rule);
  align-items: center;
}
.jiu__table-row:last-child { border-bottom: 0; }
.jiu__table-row b { color: var(--ink); font-weight: 600; }
.jiu__table-row span:last-child {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 22px;
  color: var(--petro-green);
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.jiu-question {
  margin: 40px auto 0;
  max-width: 760px;
  text-align: center;
  font-family: var(--serif);
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--ink);
  letter-spacing: -0.01em;
  text-wrap: balance;
}
.jiu-question .hl { background: linear-gradient(180deg, transparent 60%, rgba(255,184,28,.4) 60%); padding: 0 2px; }

@media (max-width: 960px) {
  .jiu { grid-template-columns: 1fr; gap: 32px; }
}

/* =========================================================
   SEÇÃO 06 — CTA INTERMEDIÁRIO (dark band)
   ========================================================= */
.cta-band {
  background: var(--ink);
  background-image:
    radial-gradient(ellipse 50% 80% at 30% 50%, rgba(0,133,66,.18), transparent 70%),
    radial-gradient(ellipse 50% 80% at 70% 50%, rgba(255,184,28,.06), transparent 70%);
  padding: 56px 24px;
  text-align: center;
}
.cta-band__inner { max-width: 720px; margin: 0 auto; }
.cta-band__text {
  font-family: var(--serif);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 24px;
  letter-spacing: -0.01em;
  line-height: 1.3;
  text-wrap: balance;
}

/* =========================================================
   SEÇÃO 07 — APROVADOS
   ========================================================= */
.aprovados-head {
  text-align: center;
  margin: 0 auto 32px;
  max-width: 880px;
}
.aprovados-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0 0 36px;
}
.aprovados-filter__label {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--petro-green);
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}
.aprovados-filter button {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--rule-2);
  background: #fff;
  color: var(--mute);
  cursor: pointer;
  transition: all 160ms ease;
  font-weight: 600;
}
.aprovados-filter button:hover { border-color: var(--petro-green); color: var(--petro-green); }
.aprovados-filter button.active {
  background: var(--petro-green);
  color: #fff;
  border-color: var(--petro-green);
}

.aprovados-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0 0 32px;
}
.aprovado {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0,133,66,.2);
  background: #fff;
  aspect-ratio: 4 / 5;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  cursor: zoom-in;
}
.aprovado:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
  border-color: var(--petro-green);
}
.aprovado img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.aprovados-cta {
  text-align: center;
  margin-top: 24px;
}
.aprovados-disclaimer {
  text-align: center;
  font-size: 13px;
  color: var(--mute);
  margin: 0 0 24px;
  font-style: italic;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 960px) { .aprovados-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .aprovados-grid { grid-template-columns: 1fr; } }

/* =========================================================
   SEÇÃO 08 — PARA QUEM É
   ========================================================= */
.persona-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 32px;
  margin: 0 0 32px;
}
.persona-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
  font-size: 16px;
  line-height: 1.45;
  color: var(--ink);
  border-bottom: 1px dashed var(--rule);
}
.persona-item:last-child, .persona-item:nth-last-child(2) { border-bottom: 0; }
.persona-item__check {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--petro-green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.persona-item__check i[data-lucide] { width: 16px; height: 16px; stroke-width: 3; }
.persona-item b { font-weight: 600; color: var(--petro-green-deep); }

.persona-closer {
  background: var(--petro-green-wash);
  border-left: 3px solid var(--petro-green);
  padding: 18px 22px;
  border-radius: 0 8px 8px 0;
  font-size: 16px;
  color: var(--petro-green-ink);
  margin: 0;
}
.persona-closer b { font-weight: 700; }

@media (max-width: 720px) {
  .persona-grid { grid-template-columns: 1fr; gap: 0; }
  .persona-item { border-bottom: 1px dashed var(--rule); }
  .persona-item:nth-last-child(2) { border-bottom: 1px dashed var(--rule); }
}

/* =========================================================
   SEÇÃO 09 — ENGENHARIAS (grid 5x2)
   ========================================================= */
.eng-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin: 0 0 24px;
}
.eng-card {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 10px;
  padding: 22px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  transition: all 200ms ease;
}
.eng-card:hover {
  transform: translateY(-2px);
  border-color: var(--petro-green);
  background: var(--petro-green-wash);
}
.eng-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--paper-2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.eng-card__icon i[data-lucide] { width: 22px; height: 22px; stroke: var(--petro-green); stroke-width: 2; }
.eng-card__name {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 14px;
  color: var(--ink);
  margin: 0;
  letter-spacing: -0.005em;
}

.eng-disclaimer {
  text-align: center;
  font-size: 13.5px;
  color: var(--mute);
  margin: 16px auto 0;
  max-width: 760px;
  background: var(--paper-2);
  border: 1px dashed var(--rule-2);
  padding: 14px 20px;
  border-radius: 8px;
  text-wrap: pretty;
}
.eng-disclaimer b { color: var(--ink); font-weight: 600; }

@media (max-width: 960px) { .eng-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 520px) { .eng-grid { grid-template-columns: repeat(2, 1fr); } }

/* =========================================================
   SEÇÃO 10 — 9 MÓDULOS DO INTENSIVÃO
   ========================================================= */
.modulos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 0 32px;
}
.modulo {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 200ms ease;
}
.modulo:hover {
  border-color: var(--petro-green);
  transform: translateY(-2px);
  box-shadow: var(--shadow-card);
}
.modulo__num {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--mute-2);
  margin: 0;
}
.modulo__icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--petro-green-wash);
  border: 1px solid rgba(0,133,66,.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modulo__icon i[data-lucide] { width: 22px; height: 22px; stroke: var(--petro-green); stroke-width: 2; }
.modulo__title {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 19px;
  margin: 0;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.modulo__body {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--mute);
  margin: 0;
  text-wrap: pretty;
}
.modulo__price {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px dashed var(--rule);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}
.modulo__price-strike {
  font-size: 13.5px;
  color: var(--mute-2);
  text-decoration: line-through;
  text-decoration-color: var(--petro-orange);
  font-variant-numeric: tabular-nums;
}
.modulo__price-tag {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--petro-green);
}

.modulos-subtotal {
  text-align: center;
  font-size: 17px;
  color: var(--ink);
  margin: 0;
  padding: 24px;
  background: var(--paper-2);
  border-radius: 8px;
}
.modulos-subtotal b {
  font-family: var(--serif);
  font-size: 24px;
  color: var(--petro-green-deep);
  font-variant-numeric: tabular-nums;
  display: block;
  margin-top: 6px;
}

@media (max-width: 960px) { .modulos-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .modulos-grid { grid-template-columns: 1fr; } }

/* =========================================================
   SEÇÃO 12 — COMPARATIVO
   ========================================================= */
.compare {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 12px;
  overflow: hidden;
  margin: 0 0 32px;
}
.compare__table {
  width: 100%;
  border-collapse: collapse;
}
.compare__table th, .compare__table td {
  padding: 16px 18px;
  text-align: center;
  border-bottom: 1px solid var(--rule);
  font-size: 14.5px;
  vertical-align: middle;
}
.compare__table th {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mute);
  font-weight: 600;
  background: var(--paper-2);
  white-space: nowrap;
}
.compare__table th:first-child, .compare__table td:first-child {
  text-align: left;
  font-family: var(--sans);
  font-weight: 600;
  color: var(--ink);
  text-transform: none;
  letter-spacing: 0;
  font-size: 14.5px;
  white-space: normal;
}
.compare__table th:first-child {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mute);
  font-weight: 600;
}
.compare__table .col-bizu {
  background: var(--petro-green-wash);
  position: relative;
}
.compare__table th.col-bizu {
  background: var(--petro-green);
  color: #fff;
  border-bottom: 2px solid var(--petro-green-deep);
}
.compare__table tr:last-child td { border-bottom: 0; }
.compare__table .yes {
  color: var(--petro-green);
  font-weight: 800;
  font-size: 18px;
}
.compare__table .no { color: var(--mute-2); font-size: 16px; }
.compare__table .gen { color: var(--petro-orange); font-style: italic; font-size: 13px; }
.compare__table .col-bizu .yes { color: var(--petro-green-deep); }
.compare__table .price {
  font-family: var(--serif);
  font-weight: 700;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.compare__table .col-bizu .price { color: var(--petro-green-deep); font-size: 17px; }

.compare-closer {
  font-size: 16px;
  color: var(--mute);
  text-align: center;
  margin: 0 auto;
  max-width: 760px;
  text-wrap: pretty;
}
.compare-closer b { color: var(--ink); font-weight: 600; }

@media (max-width: 720px) {
  .compare { overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; }
  .compare__table { min-width: 560px; }
  .compare__table th, .compare__table td { padding: 12px 10px; font-size: 13px; }
}

/* =========================================================
   SEÇÃO 13 — MENTOR MATHEUS
   ========================================================= */
.mentor {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
  margin: 0 0 40px;
}
.mentor__photo {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,184,28,.25);
  box-shadow: 0 20px 60px rgba(0,0,0,.4);
}
.mentor__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; }
.mentor__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.5) 100%);
}
.mentor__body {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255,255,255,.85);
  margin: 0;
  text-wrap: pretty;
}
.mentor__body p { margin: 0 0 14px; }
.mentor__body p:last-child { margin-bottom: 0; }
.mentor__body b { color: #fff; font-weight: 600; }
.mentor__body em {
  font-style: normal;
  background: linear-gradient(180deg, transparent 60%, rgba(255,184,28,.4) 60%);
  padding: 0 2px;
  color: #fff;
}

.mentor-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0;
}
.mentor-metric {
  border-top: 2px solid var(--bizu-yellow);
  padding: 24px 20px;
  background: rgba(0,0,0,.18);
  border-radius: 0 0 8px 8px;
}
.mentor-metric__value {
  font-family: var(--serif);
  font-weight: 900;
  font-size: clamp(28px, 3vw, 38px);
  color: var(--bizu-yellow);
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 0 0 10px;
  font-variant-numeric: tabular-nums;
}
.mentor-metric__label {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
  line-height: 1.45;
  margin: 0;
}

@media (max-width: 960px) {
  .mentor { grid-template-columns: 1fr; gap: 32px; }
  .mentor__photo { max-width: 360px; }
}

/* =========================================================
   SEÇÃO 13 v2 — DOSSIÊ EDITORIAL (substitui .mentor antigo)
   ========================================================= */
.block--mentor {
  position: relative;
  background: #001a0c;
  color: #fff;
  padding: 96px 0;
  overflow: hidden;
}
.mentor-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 70% 80% at 30% 50%, rgba(0, 90, 44, 0.85), transparent 65%),
    radial-gradient(ellipse 60% 80% at 90% 100%, rgba(0, 133, 66, 0.4), transparent 60%),
    linear-gradient(180deg, #001a0c 0%, #000d05 100%);
}
.mentor-bg::after {
  /* Subtle technical grid */
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 80% 90% at 50% 50%, #000 30%, transparent 80%);
}
.mentor-v2 {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 64px;
  align-items: start;
}

/* Photo column */
.mentor-v2__photo {
  position: relative;
  margin: 0;
  border-radius: 4px;
  overflow: visible;
  aspect-ratio: 4 / 5;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 184, 28, 0.25);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.6),
    inset 0 0 0 1px rgba(0, 133, 66, 0.18);
}
.mentor-v2__photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  border-radius: 4px;
}
/* Borda quadriculada amarela cantos (corner brackets) */
.mentor-v2__photo::before,
.mentor-v2__photo::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border: 2px solid var(--bizu-yellow);
  pointer-events: none;
}
.mentor-v2__photo::before {
  top: -8px;
  left: -8px;
  border-right: 0;
  border-bottom: 0;
}
.mentor-v2__photo::after {
  bottom: -8px;
  right: -8px;
  border-left: 0;
  border-top: 0;
}

/* Tag de rank no canto superior direito */
.mentor-v2__rank {
  position: absolute;
  top: 18px;
  right: -18px;
  background: var(--bizu-yellow);
  color: var(--ink);
  padding: 14px 18px;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
  z-index: 3;
  font-family: var(--serif);
  line-height: 1;
}
.mentor-v2__rank-num {
  display: block;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.mentor-v2__rank-lbl {
  display: block;
  margin-top: 6px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 500;
}

/* Caption embaixo da foto */
.mentor-v2__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  padding: 0 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
}
.mentor-v2__caption-line {
  flex-shrink: 0;
  width: 32px;
  height: 2px;
  background: var(--bizu-yellow);
}
.mentor-v2__caption p {
  margin: 0;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  padding: 6px 10px;
  border-radius: 3px;
  backdrop-filter: blur(4px);
  line-height: 1.4;
}

/* Content column */
.mentor-v2__content {
  padding-top: 12px;
}
.mentor-v2__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.mentor-v2__eyebrow-tag {
  background: var(--bizu-yellow);
  color: var(--ink);
  padding: 5px 10px;
  border-radius: 3px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.mentor-v2__name {
  font-family: var(--serif);
  font-weight: 900;
  font-size: clamp(44px, 5.4vw, 76px);
  line-height: 0.96;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 0 14px;
}
.mentor-v2__role {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bizu-yellow);
  margin: 0 0 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 500;
}

.mentor-v2__quote {
  position: relative;
  font-family: var(--serif);
  font-weight: 700;
  font-style: italic;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.45;
  color: #fff;
  margin: 0 0 28px;
  padding: 0 0 0 36px;
  border-left: 3px solid var(--bizu-yellow);
  letter-spacing: -0.01em;
  text-wrap: pretty;
}
.mentor-v2__quote-mark {
  position: absolute;
  left: 10px;
  top: -16px;
  font-family: var(--serif);
  font-size: 80px;
  font-weight: 900;
  color: rgba(255, 184, 28, 0.35);
  font-style: normal;
  line-height: 1;
}

.mentor-v2__bio {
  font-size: 15.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 28px;
}
.mentor-v2__bio p { margin: 0 0 12px; text-wrap: pretty; }
.mentor-v2__bio p:last-child { margin-bottom: 0; }
.mentor-v2__bio b { color: #fff; font-weight: 600; }
.mentor-v2__bio em {
  font-style: normal;
  background: linear-gradient(180deg, transparent 60%, rgba(255, 184, 28, 0.4) 60%);
  padding: 0 2px;
  color: #fff;
}

/* Credentials — dossier style, full width abaixo das duas colunas */
.mentor-v2__creds {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 40px 0 0;
  padding: 28px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.mentor-v2__creds > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 4px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.mentor-v2__creds > div:first-child { padding-left: 0; }
.mentor-v2__creds > div:last-child { border-right: 0; padding-right: 0; }
.mentor-v2__creds dt {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 500;
  margin: 0;
}
.mentor-v2__creds dd {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.mentor-v2__creds .mute {
  color: rgba(255, 255, 255, 0.4);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

@media (max-width: 960px) {
  .block--mentor { padding: 64px 0; }
  .mentor-v2 { grid-template-columns: 1fr; gap: 40px; }
  .mentor-v2__photo { max-width: 420px; margin: 0 auto; }
  .mentor-v2__rank { right: -10px; padding: 12px 14px; }
  .mentor-v2__name { font-size: clamp(36px, 8vw, 56px); }
  .mentor-v2__creds { grid-template-columns: repeat(2, 1fr); margin-top: 24px; }
  .mentor-v2__creds > div { padding: 16px 20px; border-right: 1px solid rgba(255, 255, 255, 0.08); border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
  .mentor-v2__creds > div:first-child { padding-left: 20px; }
  .mentor-v2__creds > div:nth-child(2n) { border-right: 0; }
  .mentor-v2__creds > div:nth-last-child(-n+2) { border-bottom: 0; }
}
@media (max-width: 520px) {
  .mentor-v2__creds { grid-template-columns: 1fr; }
  .mentor-v2__creds > div { border-right: 0; padding: 14px 0; }
}

/* =========================================================
   SEÇÃO 14 — JUSTIFICATIVA DE PREÇO
   ========================================================= */
.justify-intro {
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
  text-wrap: pretty;
}
.justify-intro p { margin: 0 0 10px; }
.justify-intro b { color: var(--petro-green-deep); font-weight: 600; }

.roi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 0 32px;
}
.roi-card {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 32px 28px;
  text-align: center;
}
.roi-card__label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mute);
  margin: 0 0 12px;
}
.roi-card__value {
  font-family: var(--serif);
  font-weight: 900;
  font-size: clamp(34px, 4vw, 48px);
  color: var(--petro-green);
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 0 0 10px;
  font-variant-numeric: tabular-nums;
}
.roi-card__value .unit { font-size: 0.5em; color: var(--ink); margin-left: 4px; letter-spacing: 0; }
.roi-card__detail {
  font-size: 14.5px;
  color: var(--mute);
  margin: 0;
  text-wrap: pretty;
}
.roi-card__detail b { color: var(--ink); font-weight: 600; }

.justify-closer {
  text-align: center;
  font-family: var(--serif);
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 700;
  line-height: 1.4;
  color: var(--ink);
  max-width: 760px;
  margin: 0 auto;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
.justify-closer b { color: var(--petro-green); }

@media (max-width: 960px) { .roi-grid { grid-template-columns: 1fr; } }

/* =========================================================
   SEÇÃO 16 — BÔNUS
   ========================================================= */
.bonus-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 0 28px;
}
.bonus {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 28px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: start;
}
.bonus__num {
  font-family: var(--serif);
  font-weight: 900;
  font-size: 34px;
  color: var(--petro-green);
  line-height: 1;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.bonus__title {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 17px;
  margin: 0 0 6px;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.bonus__body {
  font-size: 14px;
  line-height: 1.55;
  color: var(--mute);
  margin: 0;
  text-wrap: pretty;
}
.bonus__price {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--petro-green);
  font-weight: 700;
  background: var(--petro-green-wash);
  padding: 6px 10px;
  border-radius: 6px;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.bonus-total {
  text-align: center;
  background: var(--ink);
  color: #fff;
  padding: 22px 28px;
  border-radius: 8px;
  font-size: 16px;
}
.bonus-total b {
  display: block;
  font-family: var(--serif);
  font-size: 28px;
  color: var(--bizu-yellow);
  margin-top: 4px;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 720px) {
  .bonus-grid { grid-template-columns: 1fr; }
  .bonus { grid-template-columns: auto 1fr; }
  .bonus__price { grid-column: 1 / -1; justify-self: start; }
}

/* =========================================================
   SEÇÃO 17 — GARANTIA
   ========================================================= */
.garantia {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 56px;
  align-items: center;
  max-width: 880px;
  margin: 0 auto;
}
.garantia-selo {
  position: relative;
  width: 260px;
  height: 260px;
  margin: 0 auto;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, #f7d979 0%, #d4a73a 35%, #a37416 75%, #6d4a08 100%);
  box-shadow:
    0 0 0 4px #1a1208,
    0 0 0 5px #c79a3a,
    0 0 0 10px #1a1208,
    0 24px 60px rgba(0, 0, 0, 0.45),
    inset 0 6px 12px rgba(255, 255, 255, 0.3),
    inset 0 -6px 12px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Anel dourado interno com texto curvo (faux engraving) */
.garantia-selo::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #14260e 0%, #061008 80%);
  box-shadow:
    inset 0 0 0 2px #c79a3a,
    inset 0 0 0 4px #1a1208,
    inset 0 0 0 5px #8c6418,
    inset 0 4px 10px rgba(0, 0, 0, 0.6);
}
/* Linha decorativa dupla */
.garantia-selo::after {
  content: "";
  position: absolute;
  inset: 30px;
  border-radius: 50%;
  border: 1px dashed rgba(199, 154, 58, 0.5);
}

.garantia-selo__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  color: #f7d979;
}
.garantia-selo__top {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #d4a73a;
  margin: 0;
  font-weight: 700;
}
.garantia-selo__top::before, .garantia-selo__top::after {
  content: "★";
  margin: 0 6px;
  font-size: 9px;
  color: #c79a3a;
  vertical-align: 1px;
}
.garantia-selo__num {
  font-family: var(--serif);
  font-size: 76px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
  margin: 4px 0 0;
  background: linear-gradient(180deg, #f7d979 0%, #f0c956 50%, #b8932c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.4));
}
.garantia-selo__days {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 16px;
  color: #f7d979;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: -2px 0 0;
  line-height: 1;
}
.garantia-selo__rule {
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #c79a3a 50%, transparent 100%);
  margin: 10px 0 8px;
}
.garantia-selo__label {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #d4a73a;
  font-weight: 700;
  line-height: 1.3;
}

.garantia-text { color: var(--ink); }
.garantia-text h2 {
  font-family: var(--serif);
  font-weight: 900;
  font-size: clamp(28px, 3.2vw, 38px);
  margin: 0 0 16px;
  letter-spacing: -0.015em;
  color: var(--petro-green-deep);
}
.garantia-text p {
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink);
  margin: 0 0 12px;
}
.garantia-text p:last-child { margin-bottom: 0; }
.garantia-text b { font-weight: 700; color: var(--petro-green-deep); }

@media (max-width: 720px) {
  .garantia { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .garantia-text { text-align: left; }
}

/* =========================================================
   SEÇÃO 18 — 3 CAMINHOS
   ========================================================= */
.caminhos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.caminho {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
/* Caminho ERRADO — vermelho, com c\u00edrculo de "n\u00e3o fa\u00e7a" no \u00edcone */
.caminho--off {
  background: #fff5f5;
  border-color: rgba(160, 24, 24, .2);
}
.caminho--off .caminho__title { color: var(--red-op); }
.caminho--off .caminho__body { color: #6b3232; }
.caminho--off .caminho__num { color: var(--red-op); }
.caminho--off .caminho__icon {
  background: #fff;
  border: 3px solid var(--red-op);
  position: relative;
}
.caminho--off .caminho__icon::after {
  /* C\u00edrculo de proibido por cima */
  content: "";
  position: absolute;
  inset: -6px;
  border: 2px dashed var(--red-op);
  border-radius: 50%;
  opacity: .55;
}
.caminho--off .caminho__icon i[data-lucide] { stroke: var(--red-op); stroke-width: 2.5; }
.caminho--off .caminho__result {
  background: rgba(160, 24, 24, .06);
  border-radius: 6px;
  padding: 12px 14px;
  border-top: 0;
  margin: 0;
}
.caminho--off .caminho__result b { color: var(--red-op); }

.caminho--win {
  background: linear-gradient(180deg, #fff 0%, var(--petro-green-wash) 100%);
  border: 2px solid var(--petro-green);
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-8px);
}
.caminho__badge {
  position: absolute;
  top: -14px;
  right: 24px;
  background: var(--bizu-yellow);
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  white-space: nowrap;
}
.caminho__num {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute-2);
  margin: 0;
}
.caminho--win .caminho__num { color: var(--petro-green); }
.caminho__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--paper-2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.caminho--off .caminho__icon i[data-lucide] { stroke: var(--mute-2); }
.caminho--win .caminho__icon { background: var(--petro-green); }
.caminho--win .caminho__icon i[data-lucide] { stroke: #fff; }
.caminho__icon i[data-lucide] { width: 22px; height: 22px; stroke-width: 2; }
.caminho__title {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.caminho--win .caminho__title { color: var(--petro-green-deep); }
.caminho__body {
  font-size: 15px;
  line-height: 1.55;
  color: var(--mute);
  margin: 0;
  text-wrap: pretty;
}
.caminho__result {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px dashed var(--rule);
  font-size: 14px;
  color: var(--mute);
}
.caminho__result b { color: var(--ink); font-weight: 700; display: block; margin-bottom: 4px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; }
.caminho--win .caminho__result { border-top-color: rgba(0,133,66,.25); }
.caminho--win .caminho__result b { color: var(--petro-green-deep); }

.caminhos-closer {
  font-size: 16px;
  color: var(--mute);
  text-align: center;
  margin: 32px auto 0;
  max-width: 760px;
  text-wrap: pretty;
}
.caminhos-closer b { color: var(--petro-green-deep); font-weight: 600; }

@media (max-width: 960px) {
  .caminhos { grid-template-columns: 1fr; }
  .caminho--win { transform: none; }
}

/* =========================================================
   SEÇÃO 19 — FAQ
   ========================================================= */
.faq {
  max-width: 820px;
  margin: 0 auto;
}
.faq__item {
  border-bottom: 1px solid var(--rule);
}
.faq__item:first-child { border-top: 1px solid var(--rule); }
.faq__q {
  background: none;
  border: 0;
  width: 100%;
  text-align: left;
  padding: 20px 0;
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  letter-spacing: -0.01em;
}
.faq__q-num {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--petro-green);
  margin-right: 12px;
  font-weight: 700;
}
.faq__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--petro-green-wash);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 200ms ease, background 200ms ease;
}
.faq__icon i[data-lucide] { width: 18px; height: 18px; stroke: var(--petro-green); stroke-width: 2.5; }
.faq__item.open .faq__icon { transform: rotate(45deg); background: var(--petro-green); }
.faq__item.open .faq__icon i[data-lucide] { stroke: #fff; }
.faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 280ms ease, padding 280ms ease;
}
.faq__item.open .faq__a {
  max-height: 600px;
  padding: 0 0 22px;
}
.faq__a-inner {
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--mute);
  padding-right: 80px;
  text-wrap: pretty;
}
.faq__a-inner b { color: var(--ink); font-weight: 600; }

.faq__more {
  text-align: center;
  margin-top: 24px;
}
.faq__more a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--petro-green);
  font-weight: 600;
  text-decoration: none;
  font-size: 14.5px;
  border-bottom: 1px dashed var(--petro-green);
  padding-bottom: 2px;
}
.faq__more i[data-lucide] { width: 16px; height: 16px; }

/* =========================================================
   SEÇÃO 20 — SOBRE
   ========================================================= */
.sobre {
  max-width: 820px;
  margin: 0 auto;
}
.sobre p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  margin: 0 0 16px;
  text-wrap: pretty;
}
.sobre p:last-child { margin: 0; }
.sobre b { color: var(--petro-green-deep); font-weight: 700; }

.sobre-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 28px 0;
}
.sobre-stat {
  background: var(--petro-green-wash);
  border: 1px solid rgba(0,133,66,.2);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
.sobre-stat__value {
  font-family: var(--serif);
  font-weight: 900;
  font-size: 28px;
  color: var(--petro-green-deep);
  margin: 0;
  letter-spacing: -0.015em;
  font-variant-numeric: tabular-nums;
}
.sobre-stat__label {
  font-size: 13px;
  color: var(--mute);
  margin: 4px 0 0;
}

@media (max-width: 720px) { .sobre-stats { grid-template-columns: 1fr; } }

/* =========================================================
   SEÇÃO 21 — CTA FINAL
   ========================================================= */
.final {
  position: relative;
  background:
    radial-gradient(ellipse 70% 60% at 50% 30%, rgba(0,133,66,.22), transparent 70%),
    radial-gradient(ellipse 50% 60% at 50% 100%, rgba(255,184,28,.08), transparent 70%),
    var(--ink);
  color: #fff;
  padding: 96px 0;
  text-align: center;
}
.final__head {
  font-family: var(--serif);
  font-weight: 900;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
  text-wrap: balance;
}
.final__head .hl { color: var(--bizu-yellow); }
.final__lead {
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.65;
  color: rgba(255,255,255,.78);
  margin: 0 auto 24px;
  max-width: 760px;
  text-wrap: pretty;
}
.final__reasons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 880px;
  margin: 0 auto 36px;
}
.final__reason {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  padding: 20px;
}
.final__reason b {
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--petro-orange);
  margin-bottom: 8px;
}
.final__reason p {
  font-size: 15px;
  color: rgba(255,255,255,.78);
  margin: 0;
  line-height: 1.5;
}
.final__close {
  font-family: var(--serif);
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 700;
  color: #fff;
  margin: 0 auto 40px;
  max-width: 760px;
  letter-spacing: -0.01em;
  line-height: 1.4;
  text-wrap: balance;
}
.final__close b { color: var(--bizu-yellow); }

.final__cta-box {
  max-width: 560px;
  margin: 0 auto;
  background: rgba(0,0,0,.4);
  border: 1px solid rgba(255,184,28,.3);
  border-radius: 16px;
  padding: 32px;
}
.final__cta-box .btn-cta { margin-bottom: 18px; }
.final__cta-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  text-align: left;
}
.final__cta-box li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: rgba(255,255,255,.75);
}
.final__cta-box i[data-lucide] {
  width: 16px;
  height: 16px;
  stroke: var(--bizu-yellow);
  stroke-width: 2.5;
}

@media (max-width: 720px) {
  .final__reasons { grid-template-columns: 1fr; }
  .final__cta-box ul { grid-template-columns: 1fr; }
}

/* =========================================================
   RODAPÉ
   ========================================================= */
.rodape {
  background: #050505;
  color: rgba(255,255,255,.55);
  padding: 56px 24px 32px;
  font-size: 13.5px;
}
.rodape__inner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 40px;
}
.rodape__logo {
  height: 64px;
  width: auto;
  margin-bottom: 14px;
}
.rodape__brand-line {
  font-size: 13.5px;
  color: rgba(255,255,255,.55);
  margin: 0 0 14px;
  line-height: 1.5;
}
.rodape__brand-line b { color: #fff; font-weight: 600; }
.rodape__col-head {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin: 0 0 14px;
}
.rodape__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.rodape__list a {
  color: rgba(255,255,255,.7);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.rodape__list a:hover { color: var(--bizu-yellow); }
.rodape__list i[data-lucide] { width: 14px; height: 14px; stroke-width: 2; }
.rodape__bottom {
  max-width: var(--container);
  margin: 32px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(255,255,255,.45);
}
.rodape__disclaimer {
  font-style: italic;
  flex-basis: 100%;
  margin-top: 8px;
  color: rgba(255,255,255,.35);
}

@media (max-width: 720px) {
  .rodape__inner { grid-template-columns: 1fr; gap: 28px; }
}

/* CTA dentro de blocos light também precisa funcionar */
.cta-center {
  text-align: center;
  margin-top: 32px;
}

/* =========================================================
   WHATSAPP FLOATING BUTTON
   ========================================================= */
.wa-fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 200;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-family: var(--sans);
}
.wa-fab__balloon {
  background: #fff;
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18), 0 0 0 1px rgba(0, 0, 0, 0.04);
  white-space: nowrap;
  position: relative;
  animation: wa-bounce 3s ease-in-out infinite;
  letter-spacing: -0.005em;
}
.wa-fab__balloon::after {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
}
.wa-fab__btn {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 10px 28px rgba(37, 211, 102, 0.5),
    inset 0 -2px 4px rgba(0, 0, 0, 0.15),
    inset 0 2px 4px rgba(255, 255, 255, 0.25);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.wa-fab:hover .wa-fab__btn {
  transform: scale(1.06);
  box-shadow: 0 14px 36px rgba(37, 211, 102, 0.65);
}
/* Anéis pulsantes (2 ondas defasadas) */
.wa-fab__btn::before,
.wa-fab__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid #25d366;
  pointer-events: none;
  animation: wa-pulse 2.4s ease-out infinite;
}
.wa-fab__btn::after { animation-delay: 1.2s; }
@keyframes wa-pulse {
  0% { transform: scale(1); opacity: 0.7; }
  100% { transform: scale(1.9); opacity: 0; }
}
@keyframes wa-bounce {
  0%, 70%, 100% { transform: translateY(0); }
  35% { transform: translateY(-5px); }
}
.wa-fab__icon { width: 30px; height: 30px; position: relative; z-index: 2; }

@media (max-width: 520px) {
  .wa-fab { bottom: 16px; right: 16px; gap: 10px; }
  .wa-fab__balloon { display: none; }
  .wa-fab__btn { width: 56px; height: 56px; }
  .wa-fab__icon { width: 28px; height: 28px; }
}
