/* Oportunidade única — contador até 15/07/2026 (fixo na base) */

:root {
  --rmkt-offer-bar-h: 72px;
}

body:has(.rmkt-offer-bar) {
  padding-bottom: var(--rmkt-offer-bar-h);
}

.rmkt-offer-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  margin-top: 0;
  background: linear-gradient(90deg, #0e2622 0%, #153832 50%, #0e2622 100%);
  border-top: 1px solid rgba(142, 182, 155, 0.3);
  border-bottom: none;
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Sticky CTA redundante com a barra fixa */
body:has(.rmkt-offer-bar) .sticky-cta {
  display: none !important;
}

body:has(.rmkt-offer-bar) .wa-float {
  bottom: calc(var(--rmkt-offer-bar-h) + 16px);
}

body:has(.rmkt-offer-bar) .version-badge {
  bottom: calc(var(--rmkt-offer-bar-h) + 20px);
}

.rmkt-offer-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 28px;
}

.rmkt-offer-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0e2622;
  background: linear-gradient(135deg, #8EB69B, #DAF1DD);
  padding: 5px 12px;
  border-radius: 999px;
  white-space: nowrap;
}

.rmkt-offer-bar-copy {
  flex: 1;
  min-width: 220px;
  max-width: 520px;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(218, 241, 221, 0.92);
  margin: 0;
}

.rmkt-offer-bar-copy strong {
  color: #DAF1DD;
  font-weight: 700;
}

.rmkt-offer-countdown {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.rmkt-offer-unit {
  min-width: 52px;
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(142, 182, 155, 0.22);
  border-radius: 10px;
  padding: 6px 8px 5px;
}

.rmkt-offer-num {
  display: block;
  font-family: var(--font-display, 'Plus Jakarta Sans', sans-serif);
  font-size: 1.35rem;
  font-weight: 800;
  color: #DAF1DD;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.rmkt-offer-label {
  display: block;
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(218, 241, 221, 0.55);
  margin-top: 3px;
}

.rmkt-offer-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8EB69B 0%, #c8e6d0 100%);
  color: #0e2622 !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 20px rgba(142, 182, 155, 0.35);
}

.rmkt-offer-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(142, 182, 155, 0.5);
}

/* Card no hero */
.rmkt-offer-card {
  text-align: center;
}

.rmkt-offer-card-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green, #8EB69B);
  margin-bottom: 16px;
}

.rmkt-offer-card-lead {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--d-muted);
  margin: 0 0 20px;
}

.rmkt-offer-card-lead strong {
  color: var(--green, #8EB69B);
}

.rmkt-offer-countdown--card {
  justify-content: center;
  margin-bottom: 22px;
}

.rmkt-offer-countdown--card .rmkt-offer-unit {
  min-width: 58px;
  padding: 10px 10px 8px;
}

.rmkt-offer-countdown--card .rmkt-offer-num {
  font-size: 1.6rem;
}

/* Bloco no CTA final */
.rmkt-offer-final {
  max-width: 720px;
  margin: 0 auto 28px;
  padding: 22px 24px;
  background: rgba(142, 182, 155, 0.08);
  border: 1px solid rgba(142, 182, 155, 0.22);
  border-radius: 16px;
  text-align: center;
}

.rmkt-offer-final p {
  margin: 0 0 16px;
  font-size: 0.95rem;
  color: var(--d-muted);
  line-height: 1.6;
}

.rmkt-offer-final .rmkt-offer-countdown {
  justify-content: center;
}

.rmkt-offer-expired {
  font-size: 0.85rem;
  color: var(--d-muted);
  font-style: italic;
}

.sticky-cta .rmkt-offer-mini {
  display: flex;
  gap: 6px;
  margin-top: 4px;
  font-size: 0.72rem;
  color: var(--green, #8EB69B);
  font-weight: 700;
}

.sticky-cta .rmkt-offer-mini span {
  font-variant-numeric: tabular-nums;
}

@media (max-width: 768px) {
  :root {
    --rmkt-offer-bar-h: 118px;
  }

  .rmkt-offer-bar-inner {
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
    padding: 10px 16px;
    gap: 8px 12px;
    justify-content: flex-start;
  }

  .rmkt-offer-tag {
    font-size: 0.6rem;
    padding: 4px 10px;
  }

  .rmkt-offer-bar-copy {
    flex: 1 1 100%;
    max-width: none;
    font-size: 0.75rem;
    line-height: 1.35;
  }

  .rmkt-offer-countdown {
    flex: 1;
    gap: 6px;
  }

  .rmkt-offer-cta {
    padding: 8px 14px;
    font-size: 0.65rem;
  }

  .rmkt-offer-unit {
    min-width: 40px;
    padding: 4px 6px 3px;
  }

  .rmkt-offer-num {
    font-size: 1rem;
  }

  .rmkt-offer-label {
    font-size: 0.52rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rmkt-offer-cta {
    transition: none;
  }
}
