/*
  styles.css — mínimo necessário
  Toda a estilização principal está em Tailwind (index.html).
  Este arquivo mantém apenas overrides do smartplayer e utilitários
  que não são expressos facilmente via classes Tailwind.
*/

/* Garante que o player ocupa 100% sem margem extra */
vturb-smartplayer {
  display: block !important;
  width: 100% !important;
  max-width: 100%;
}

/* Elementos ocultos até o pitch (Vturb delay) */
.hide {
  display: none !important;
}

/* Notificações de compra geradas pelo app.js */
.purchase-notification {
  position: fixed;
  bottom: -120px;
  right: 20px;
  background-color: #22c55e;
  color: #fff;
  padding: 14px 18px;
  font-size: 0.875rem;
  font-family: 'Inter', system-ui, sans-serif;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
  max-width: 300px;
  text-align: center;
  z-index: 9999;
  transition: bottom 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ── Special Offer ── */
.offer-banner {
  background: linear-gradient(180deg, #1a2332 0%, #121820 100%);
  border-radius: 16px;
  padding: 28px 24px 32px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.offer-badge-limited {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #dc2626;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.offer-spots {
  color: #facc15;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}

.offer-progress-track {
  max-width: 280px;
  margin: 0 auto 20px;
  height: 8px;
  background: #374151;
  border-radius: 999px;
  overflow: hidden;
}

.offer-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #22c55e, #4ade80);
  border-radius: 999px;
  transition: width 0.5s ease;
}

.offer-headline {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 8px;
}

.offer-subheadline {
  font-size: 14px;
  color: #9ca3af;
  line-height: 1.5;
  max-width: 420px;
  margin: 0 auto;
}

.offer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: end;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .offer-grid {
    grid-template-columns: 1fr 1.12fr 1fr;
    gap: 12px;
  }

  .offer-card--featured {
    transform: scale(1.04);
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .offer-card--featured {
    order: -1;
  }
}

.offer-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
}

.offer-card-header {
  padding: 10px 12px;
  text-align: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-card-header--basic {
  background: #3d4f63;
  color: #fff;
}

.offer-card-header--gold {
  background: linear-gradient(180deg, #f5d76e 0%, #d4a843 50%, #c49a2e 100%);
  color: #1a1a1a;
  font-size: 10px;
  padding: 12px 10px;
  line-height: 1.35;
}

.offer-card-header--blue {
  background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
  color: #fff;
}

.offer-card-body {
  background: #fff;
  padding: 20px 16px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.offer-card-body--dark {
  background: linear-gradient(180deg, #1e2d42 0%, #162032 100%);
  padding: 22px 16px 20px;
}

.offer-card--featured {
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.28);
}

.offer-bottles-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #111827;
  line-height: 1.1;
  margin-bottom: 2px;
}

.offer-bottles-title--light {
  color: #fff;
}

.offer-supply {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 12px;
}

.offer-supply--light {
  color: #94a3b8;
}

.offer-product-img {
  max-height: 130px;
  width: auto;
  object-fit: contain;
  margin-bottom: 12px;
}

.offer-card--featured .offer-product-img {
  max-height: 150px;
}

.offer-price-old {
  font-size: 13px;
  color: #9ca3af;
  text-decoration: line-through;
  margin-bottom: 2px;
}

.offer-price-main {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 8px;
}

.offer-price-main--blue { color: #2563eb; }
.offer-price-main--gold { color: #fbbf24; }

.offer-price-main span {
  font-size: 1rem;
  font-weight: 600;
  color: #6b7280;
}

.offer-price-main--gold span { color: #94a3b8; }

.offer-save-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.offer-save-badge--blue {
  background: #dbeafe;
  color: #1d4ed8;
}

.offer-save-badge--red {
  background: #dc2626;
  color: #fff;
}

.offer-total {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 4px;
}

.offer-total--light {
  color: #fff;
}

.offer-total-was {
  font-size: 12px;
  color: #94a3b8;
  text-decoration: line-through;
  margin-bottom: 14px;
}

.offer-shipping {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 14px;
}

.offer-shipping--orange { color: #ea580c; }
.offer-shipping--green { color: #16a34a; }

.offer-perks {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
}

.offer-perk-green { color: #4ade80; }
.offer-perk-white { color: #e2e8f0; }

.offer-btn {
  display: block;
  width: 100%;
  padding: 14px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: filter 0.2s, transform 0.15s;
  margin-top: auto;
}

.offer-btn:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.offer-btn--dark {
  background: #3d4f63;
  color: #fff;
}

.offer-btn--green {
  background: linear-gradient(180deg, #4ade80 0%, #22c55e 100%);
  color: #fff;
  font-size: 13px;
  padding: 16px 12px;
  box-shadow: 0 4px 16px rgba(34, 197, 94, 0.45);
}

.offer-btn--blue {
  background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
  color: #fff;
}

.offer-cards-img {
  margin-top: 12px;
  height: 22px;
  width: auto;
  object-fit: contain;
  opacity: 0.85;
}

.offer-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 28px;
  margin-top: 24px;
  padding: 16px 0 8px;
}

.offer-trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #16a34a;
}

.offer-trust-item svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
