/* HotZAP — Deferred CSS.
   Carregado de forma assíncrona após o critical.
   Contém estilos das seções abaixo do hero. */

/* ---------- Animação de entrada ---------- */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .6s ease, transform .6s ease;
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Utilitários gerais. */
.section { padding: 72px 0; }
.section--alt { background: var(--c-bg-alt); }
.section__head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.section__title {
  font-size: clamp(26px, 4.4vw, 40px);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.section__sub {
  font-size: clamp(15px, 2vw, 18px);
  color: var(--c-text-muted);
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ============================================================
   SEÇÃO 2 — VSL
   ============================================================ */
.vsl__player {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: #0f1419;
}
.vsl__facade {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  background: #0f1419;
  transition: transform .25s ease;
}
.vsl__facade:hover { transform: scale(1.005); }
.vsl__cover {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.vsl__play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 88px; height: 88px;
  border-radius: 50%;
  background: var(--c-primary);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .35), 0 0 0 8px rgba(255, 255, 255, .08);
  transition: transform .25s ease, background .25s ease;
}
.vsl__play svg { transform: translateX(2px); }
.vsl__facade:hover .vsl__play {
  background: var(--c-primary-dark);
  transform: translate(-50%, -50%) scale(1.06);
}
.vsl__duration {
  position: absolute;
  right: 14px; bottom: 14px;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  background: rgba(0, 0, 0, .75);
  color: #fff;
  border-radius: var(--radius-pill);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.vsl__cta {
  text-align: center;
  margin-top: 32px;
}
.vsl__iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
}
@media (min-width: 860px) {
  .vsl__play { width: 104px; height: 104px; }
}

/* Eyebrow compartilhado entre seções */
.section__eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--c-text-muted);
  margin-bottom: 14px;
  font-family: ui-monospace, 'SFMono-Regular', Menlo, monospace;
}

/* ============================================================
   SEÇÃO 3 — PROVA SOCIAL
   ============================================================ */
.social__rows {
  display: grid;
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}
.social__row {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  align-items: start;
}
.social__video { margin: 0; display: flex; flex-direction: column; gap: 12px; }
.social__video-frame {
  position: relative;
  aspect-ratio: 9 / 16;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--c-border);
  background: #000;
  box-shadow: var(--shadow-md);
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}
.social__yt-facade {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  padding: 0;
  cursor: pointer;
}
.social__yt-thumb {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
.social__yt-facade:hover .social__yt-thumb { transform: scale(1.04); }
.social__yt-facade::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .2) 100%);
  z-index: 1;
}
.social__yt-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--c-accent);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .35);
  transition: transform .2s ease, background .2s ease;
  z-index: 2;
}
.social__yt-play svg { transform: translateX(2px); }
.social__yt-facade:hover .social__yt-play {
  transform: translate(-50%, -50%) scale(1.1);
  background: var(--c-accent-dark);
}
.social__yt-empty {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
  background: linear-gradient(135deg, #1a2b21 0%, #0f1419 100%);
}
.social__yt-iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0;
}
.social__video-meta {
  padding: 0 4px;
  display: flex; flex-direction: column; gap: 2px;
  text-align: center;
}
.social__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  margin: 0;
}
.social__quote { color: var(--c-primary); flex: 0 0 auto; }
.social__quote-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #3a4452;
  flex: 1;
}
.social__quote-text strong { color: var(--c-text); font-weight: 700; }
.social__card-meta {
  display: flex; align-items: center; gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--c-border);
}
.social__avatar {
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 48px;
}
.social__name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--c-text);
}
.social__role {
  font-size: 12px;
  color: var(--c-text-muted);
}
.social__cta { text-align: center; margin-top: 48px; }

@media (min-width: 860px) {
  .social__rows { gap: 32px; }
  .social__row {
    grid-template-columns: minmax(260px, 320px) 1fr;
    gap: 32px;
    align-items: stretch;
  }
  .social__row--reverse { grid-template-columns: 1fr minmax(260px, 320px); }
  .social__row--reverse .social__video { order: 2; }
  .social__card { padding: 32px; }
  .social__quote-text { font-size: 16px; }
}

/* ============================================================
   SEÇÃO 4 — PROBLEMA (3 colunas)
   ============================================================ */
.problem__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 1080px;
  margin: 0 auto;
}
.problem__col {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--c-border);
  transition: transform .25s ease, box-shadow .25s ease;
}
.problem__col--manual {
  background: #f4f5f7;
  border-color: #e2e5ea;
  color: #5a6470;
}
.problem__col--chaos {
  background: #fff;
  border: 1.5px dashed #f3b4b4;
}
.problem__col--hotzap {
  background: linear-gradient(180deg, #f0f9f3 0%, #e8f5ec 100%);
  border: 2px solid var(--c-primary);
  box-shadow: 0 16px 48px rgba(65, 152, 82, .18);
  color: var(--c-primary-dark);
}
.problem__col--hotzap .problem__col-title,
.problem__col--hotzap .problem__list li { color: var(--c-text); }
.problem__badge {
  position: absolute;
  top: -12px; left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: var(--c-primary);
  color: #fff;
  border-radius: var(--radius-pill);
  white-space: nowrap;
}
.problem__icon {
  width: 56px; height: 56px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: var(--radius-md);
  margin-bottom: 16px;
  background: rgba(15, 20, 25, .04);
  color: var(--c-text-muted);
}
.problem__col--chaos .problem__icon { background: rgba(220, 38, 38, .06); color: #c44; }
.problem__col--hotzap .problem__icon { background: rgba(65, 152, 82, .14); color: var(--c-primary); }
.problem__col-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 16px;
  color: var(--c-text);
}
.problem__list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  gap: 10px;
  flex: 1;
}
.problem__list li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.5;
}
.problem__list li::before {
  content: '';
  position: absolute;
  left: 0; top: 8px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: currentColor;
  opacity: .5;
}
.problem__list--prices li {
  display: flex; justify-content: space-between; gap: 12px;
  padding-left: 0;
}
.problem__list--prices li::before { display: none; }
.problem__list--prices li span:last-child {
  font-weight: 600;
  color: var(--c-text);
  white-space: nowrap;
}
.problem__list--check li { padding-left: 26px; }
.problem__list--check li::before {
  content: '';
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--c-primary);
  opacity: 1;
  top: 4px;
}
.problem__list--check li::after {
  content: '';
  position: absolute;
  left: 4px; top: 9px;
  width: 8px; height: 4px;
  border: 2px solid #fff;
  border-top: 0; border-right: 0;
  transform: rotate(-45deg);
}
.problem__stats {
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid currentColor;
  border-color: rgba(15, 20, 25, .08);
  display: grid;
  gap: 12px;
}
.problem__col--hotzap .problem__stats { border-color: rgba(65, 152, 82, .25); }
.problem__stats div { display: grid; gap: 2px; }
.problem__stats dt {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--c-text-muted);
}
.problem__stats dd { margin: 0; font-size: 14px; font-weight: 500; color: var(--c-text); }
.problem__price { font-size: 18px !important; font-weight: 700 !important; }
.problem__price--bad { color: var(--c-danger) !important; }
.problem__price--good { color: var(--c-primary-dark) !important; }
.problem__result--bad { color: var(--c-danger); }
.problem__result--good { color: var(--c-primary-dark); font-weight: 600; }
.problem__cta { text-align: center; margin-top: 40px; }

@media (min-width: 860px) {
  .problem__grid { grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
  .problem__col { padding: 32px 28px; }
  .problem__col--hotzap { transform: translateY(-8px); }
}

/* ============================================================
   SEÇÃO 5 — FEATURES (5 automações)
   ============================================================ */
.features__list { display: grid; gap: 56px; max-width: 1080px; margin: 0 auto; }
.features__item {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
  align-items: center;
}
.features__num {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  color: var(--c-accent);
  margin-bottom: 8px;
}
.features__title {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 14px;
}
.features__body {
  font-size: 16px;
  line-height: 1.6;
  color: var(--c-text-muted);
  margin-bottom: 16px;
}
.features__impact {
  padding: 14px 18px;
  background: var(--c-primary-light);
  border-left: 4px solid var(--c-primary);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-size: 14px;
  color: var(--c-text);
  margin: 0;
}
.features__impact strong { color: var(--c-primary-dark); }
.features__visual { width: 100%; }
.features__visual svg {
  width: 100%; height: auto;
  display: block;
  filter: drop-shadow(0 12px 32px rgba(15, 20, 25, .08));
  border-radius: var(--radius-lg);
}
.features__cta { text-align: center; margin-top: 56px; }

@media (min-width: 860px) {
  .features__list { gap: 96px; }
  .features__item {
    grid-template-columns: 1fr 1fr;
    gap: 56px;
  }
  .features__item--reverse .features__copy { order: 2; }
}

/* ============================================================
   SEÇÃO 6 — INTEGRAÇÕES
   ============================================================ */
.integrations__grid {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 880px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.integrations__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  font-weight: 600;
  font-size: 14px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.integrations__item:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: var(--logo-color, var(--c-primary));
}
.integrations__dot {
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--logo-color, var(--c-primary));
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--logo-color, var(--c-primary)) 18%, transparent);
  flex: 0 0 auto;
}
.integrations__note {
  text-align: center;
  margin: 32px auto 0;
  font-size: 14px;
  color: var(--c-text-muted);
  max-width: 640px;
}
.integrations__note a {
  color: var(--c-primary-dark);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (min-width: 600px) { .integrations__grid { grid-template-columns: repeat(4, 1fr); } }

/* ============================================================
   SEÇÃO 7 — COMPARATIVO
   ============================================================ */
.comparison__wrap {
  max-width: 1080px;
  margin: 0 auto;
  overflow-x: auto;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--c-border);
}
.comparison__table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 14px;
}
.comparison__table thead th {
  padding: 18px 16px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--c-text-muted);
  background: var(--c-bg-alt);
  border-bottom: 1px solid var(--c-border);
}
.comparison__table thead th:first-child { text-align: left; color: var(--c-text); }
.comparison__th-hot {
  color: var(--c-primary-dark) !important;
  background: var(--c-primary-light) !important;
  font-size: 15px !important;
}
.comparison__table tbody th {
  padding: 16px;
  text-align: left;
  font-weight: 500;
  color: var(--c-text);
}
.comparison__table tbody td {
  padding: 16px;
  text-align: center;
  border-top: 1px solid var(--c-border);
}
.comparison__table tbody th { border-top: 1px solid var(--c-border); }
.comparison__td-hot { background: rgba(65, 152, 82, .06); }
.comp__cell {
  display: inline-flex; align-items: center; justify-content: center; gap: 4px;
  font-weight: 600;
}
.comp__cell--yes { color: var(--c-primary); }
.comp__cell--yes-note { color: var(--c-primary); flex-direction: column; gap: 2px; font-size: 11px; }
.comp__cell--no { color: var(--c-text-muted); font-size: 18px; }
.comp__cell--mid { color: var(--c-text-muted); font-size: 12px; }
.comp__cell--dash { color: var(--c-text-muted); }
.comparison__price-row td, .comparison__price-row th {
  background: var(--c-bg-alt);
  border-top: 2px solid var(--c-border);
  font-weight: 700;
  font-size: 16px;
}
.comparison__price-row .comparison__td-hot {
  background: var(--c-primary-light);
  color: var(--c-primary-dark);
  font-size: 18px;
}
.comparison__price-row small { font-weight: 500; opacity: .7; }
.comparison__micro {
  text-align: center;
  margin: 18px auto 0;
  font-size: 12px;
  color: var(--c-text-muted);
}

/* ============================================================
   SEÇÃO 8 — PRICING
   ============================================================ */
.pricing__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  max-width: 880px;
  margin: 0 auto;
}
.pricing__card {
  position: relative;
  padding: 36px 28px 28px;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
}
.pricing__card--anual {
  border: 2px solid var(--c-primary);
  box-shadow: 0 24px 64px rgba(65, 152, 82, .2);
  background: linear-gradient(180deg, #f0f9f3 0%, #ffffff 40%);
}
.pricing__tag {
  position: absolute;
  top: -12px; left: 24px;
  padding: 5px 12px;
  background: var(--c-text);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  border-radius: var(--radius-pill);
  text-transform: uppercase;
}
.pricing__tag--hot { background: var(--c-accent); }
.pricing__plan {
  font-size: 14px;
  font-weight: 600;
  color: var(--c-text-muted);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.pricing__price { margin-bottom: 8px; display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px; }
.pricing__price-from {
  text-decoration: line-through;
  color: var(--c-text-muted);
  font-size: 14px;
}
.pricing__price-from small { font-weight: 500; }
.pricing__price-now {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--c-text);
}
.pricing__card--anual .pricing__price-now { color: var(--c-primary-dark); }
.pricing__price-period { color: var(--c-text-muted); font-size: 16px; }
.pricing__subline {
  font-size: 13px;
  color: var(--c-text-muted);
  margin-bottom: 20px;
}
.pricing__included {
  font-size: 13px;
  font-weight: 600;
  color: var(--c-primary-dark);
  margin: 8px 0 12px;
}
.pricing__features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  gap: 10px;
  flex: 1;
}
.pricing__features li {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  line-height: 1.5;
}
.pricing__features li::before {
  content: '';
  position: absolute;
  left: 0; top: 4px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--c-primary);
}
.pricing__features li::after {
  content: '';
  position: absolute;
  left: 4px; top: 9px;
  width: 8px; height: 4px;
  border: 2px solid #fff;
  border-top: 0; border-right: 0;
  transform: rotate(-45deg);
}
.pricing__features--off li::before { background: var(--c-text-muted); opacity: .4; }
.pricing__features--off li { color: var(--c-text-muted); text-decoration: line-through; }
.pricing__features--off li::after {
  content: '';
  width: 8px; height: 2px;
  border: 0;
  background: #fff;
  transform: none;
  top: 11px;
}
.pricing__features--bonus li { font-weight: 500; }
.pricing__features--bonus strong { color: var(--c-primary-dark); }
.pricing__guarantee-mini {
  margin: 14px 0 0;
  text-align: center;
  font-size: 12px;
  color: var(--c-text-muted);
}

/* Botão outline. */
.btn--outline {
  background: transparent;
  color: var(--c-text);
  border: 2px solid var(--c-text);
  padding: 14px 26px;
}
.btn--outline:hover { background: var(--c-text); color: #fff; }

/* Bloco de urgência âmbar. */
.pricing__urgency {
  max-width: 880px;
  margin: 32px auto 0;
  padding: 22px 24px;
  background: var(--c-warning-bg);
  border: 1px solid var(--c-warning-border);
  border-left: 5px solid var(--c-warning-border);
  border-radius: var(--radius-md);
  display: flex;
  gap: 16px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.55;
  color: #5a4a1f;
}
.pricing__urgency strong { display: block; color: #92400e; margin-bottom: 4px; font-size: 15px; }
.pricing__urgency-icon { color: #b45309; flex: 0 0 auto; margin-top: 2px; }

@media (min-width: 760px) {
  .pricing__grid { grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
  .pricing__card { padding: 40px 32px 32px; }
}

/* ============================================================
   SEÇÃO 9 — GARANTIA
   ============================================================ */
.guarantee__inner {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
  align-items: center;
  max-width: 980px;
  text-align: center;
}
.guarantee__seal {
  max-width: 240px;
  margin: 0 auto;
}
.guarantee__seal svg {
  width: 100%; height: auto;
  filter: drop-shadow(0 16px 40px rgba(65, 152, 82, .25));
}
.guarantee__copy .section__title { margin-bottom: 12px; }
.guarantee__body {
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--c-text-muted);
}
.guarantee__sign {
  margin: 22px 0 0;
  font-style: italic;
  font-size: 14px;
  color: var(--c-text);
}
@media (min-width: 760px) {
  .guarantee__inner { grid-template-columns: 280px 1fr; text-align: left; gap: 56px; }
  .guarantee__seal { margin: 0; }
}

/* ============================================================
   SEÇÃO 10 — FAQ
   ============================================================ */
.faq__list {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
.faq__item {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.faq__item[open] { border-color: var(--c-primary); }
.faq__q {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  font-size: 15px;
  font-weight: 600;
  color: var(--c-text);
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q::marker { content: ''; }
.faq__icon { color: var(--c-text-muted); transition: transform .25s ease; flex: 0 0 auto; }
.faq__item[open] .faq__icon { transform: rotate(180deg); color: var(--c-primary); }
.faq__a {
  padding: 0 22px 22px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--c-text-muted);
}

/* ============================================================
   SEÇÃO 11 — CTA FINAL
   ============================================================ */
.final-cta {
  background: linear-gradient(180deg, #fff 0%, var(--c-primary-light) 100%);
}
.final-cta__inner { text-align: center; max-width: 820px; margin: 0 auto; }
.final-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 32px 0 18px;
}
.final-cta__micro {
  font-size: 13px;
  color: var(--c-text-muted);
}
.btn--whatsapp {
  background: #25d366;
  color: #fff;
  box-shadow: 0 8px 24px rgba(37, 211, 102, .35);
}
.btn--whatsapp:hover {
  background: #128c7e;
  transform: translateY(-2px);
}

/* ============================================================
   SEÇÃO 12 — FOOTER
   ============================================================ */
.site-footer {
  background: #0f1419;
  color: #c4cad2;
  padding: 56px 0 32px;
}
.site-footer__inner {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr;
}
.site-footer__brand img { height: 32px; width: auto; }
.site-footer__tagline {
  margin: 14px 0 0;
  font-size: 13px;
  color: #9aa1ab;
  max-width: 320px;
}
.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 14px;
}
.site-footer__nav a { color: #c4cad2; transition: color .2s ease; }
.site-footer__nav a:hover { color: #fff; }
.site-footer__legal {
  font-size: 12px;
  color: #6b7280;
  border-top: 1px solid #1f2630;
  padding-top: 20px;
  line-height: 1.7;
}
.site-footer__legal p { margin: 0; }

@media (min-width: 760px) {
  .site-footer__inner {
    grid-template-columns: 1.4fr 1fr;
    gap: 40px 56px;
  }
  .site-footer__legal { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 24px; }
}

/* ============================================================
   EFEITOS — CAMADA AMBIENT
   ============================================================ */

/* scroll-progress — barra fina no topo, gradiente verde→laranja */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--c-primary) 0%, var(--c-accent) 100%);
  z-index: 9999;
  transition: width .1s linear;
  pointer-events: none;
}

/* grid-pattern atrás do hero (decorativo, sutil) */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 20, 25, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 20, 25, .04) 1px, transparent 1px);
  background-size: 56px 56px;
  background-position: -1px -1px;
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 30%, transparent 80%);
  mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 30%, transparent 80%);
  pointer-events: none;
  z-index: 0;
}
.hero__inner { position: relative; z-index: 1; }

/* ============================================================
   EFEITOS — CAMADA ACENTO
   ============================================================ */

/* card-spotlight: luz verde seguindo o cursor */
.fx-spotlight {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.fx-spotlight::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle 280px at var(--mx, 50%) var(--my, 50%),
              rgba(65, 152, 82, .18), transparent 65%);
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
  z-index: 1;
}
@media (hover: hover) {
  .fx-spotlight:hover::after { opacity: 1; }
}

/* card-tilt: inclinação 3D ao contrário do mouse */
.fx-tilt {
  transition: transform .25s cubic-bezier(.2,.7,.2,1);
  transform-style: preserve-3d;
  will-change: transform;
}
@media (hover: none) {
  /* Mobile: tilt vira lift simples */
  .fx-tilt { transform: none !important; }
}

/* card-shine: brilho diagonal atravessando no hover */
.fx-shine {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.fx-shine::before {
  content: '';
  position: absolute;
  top: 0; left: -75%;
  width: 50%; height: 100%;
  background: linear-gradient(120deg,
              transparent,
              rgba(65, 152, 82, .12),
              transparent);
  transition: left .9s cubic-bezier(.4, 0, .2, 1);
  pointer-events: none;
  z-index: 0;
}
@media (hover: hover) {
  .fx-shine:hover::before { left: 125%; }
}

/* ============================================================
   EFEITOS — CAMADA FOCAL
   ============================================================ */

/* counter: número conta de 0 ao alvo. Apenas estilo de tabulação. */
.fx-counter {
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum';
}

/* ============================================================
   EFEITOS — CAMADA WOW
   ============================================================ */

/* word-reveal: cada palavra pinta progressivamente conforme scroll */
.fx-word-reveal { line-height: 1.15; }
.fx-word-reveal .word {
  color: rgba(15, 20, 25, .18);
  transition: color .35s ease;
  display: inline-block;
}
.fx-word-reveal .word.lit { color: var(--c-text); }
.fx-word-reveal em.word,
.fx-word-reveal .word em {
  color: rgba(238, 93, 34, .25);
}
.fx-word-reveal .word.lit em,
.fx-word-reveal em.word.lit { color: var(--c-accent); }

/* ============================================================
   FALLBACK reduced-motion específico pros efeitos novos
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .scroll-progress { display: none; }
  .fx-word-reveal .word { color: var(--c-text); }
  .fx-word-reveal .word em,
  .fx-word-reveal em.word { color: var(--c-accent); }
}
