.plans-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0 12px max(12px, env(safe-area-inset-bottom));
  background: rgba(17, 24, 39, 0.5);
  backdrop-filter: blur(8px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: manipulation;
  cursor: default;
}

/* Desktop: mesmo estilo do mobile — uma coluna, cards empilhados */
@media (min-width: 769px) {
  .plans-modal {
    align-items: center;
    padding: 24px;
  }

  .plans-modal-card {
    max-width: 420px;
    max-height: calc(100vh - 48px);
    max-height: calc(100dvh - 48px);
    padding: 28px 20px;
    margin: 0;
  }

  .plans-modal-card:has(#plansAvulsos:not(.hidden)) {
    max-width: 420px;
  }

  /* Créditos avulsos: 1 coluna — Starter → Popular → Pro avulso → Mega */
  .plans-avulsos-three {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .plans-avulsos-three .plan-card-starter { order: 1; }
  .plans-avulsos-three .plan-card-plus { order: 2; }
  .plans-avulsos-three .plan-card-popular { order: 3; }
  .plans-avulsos-three .plan-card-pro-avulso { order: 4; }
  .plans-avulsos-three .plan-card-mega    { order: 5; }

  .plans-modal-card > .plans-modal-close {
    right: 14px;
  }

  .plans-modal-title {
    font-size: 1.5rem;
    margin-bottom: 6px;
  }

  .plans-modal-sub {
    font-size: 0.95rem;
    margin-bottom: 8px;
  }

  .plans-modal-credit-note {
    margin-bottom: 20px;
  }
}

.plans-modal.hidden {
  display: none;
}
.plans-tab-badge-50.hidden,
.plans-tab-badge-70.hidden { display: none !important; }

/* 50% OFF no tab Planos Mensais — discreto */
.plans-tab-badge.plans-tab-badge-50,
.plans-tab-badge-50 {
  display: inline-block !important;
  padding: 2px 6px !important;
  background: rgba(5, 150, 105, 0.15) !important;
  color: #047857 !important;
  font-size: 0.65rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  border-radius: 4px !important;
}
.plans-tab-mensais.active .plans-tab-badge.plans-tab-badge-50,
.plans-tab-mensais.active .plans-tab-badge-50 {
  display: inline-block !important;
  background: rgba(255, 255, 255, 0.35) !important;
  color: rgba(255, 255, 255, 0.95) !important;
}

/* Mini selo 70% OFF — aba Planos Mensais */
.plans-tab-badge.plans-tab-badge-70,
.plans-tab-badge-70 {
  display: inline-block !important;
  flex-shrink: 0;
  padding: 2px 5px !important;
  margin-left: 2px;
  background: rgba(5, 150, 105, 0.16) !important;
  color: #047857 !important;
  font-size: 0.56rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  line-height: 1.2;
  border-radius: 4px !important;
  border: 1px solid rgba(5, 150, 105, 0.35);
  vertical-align: middle;
}
.plans-tab-mensais.active .plans-tab-badge.plans-tab-badge-70,
.plans-tab-mensais.active .plans-tab-badge-70 {
  background: rgba(255, 255, 255, 0.38) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.45);
}
/* Selo sobre fundo claro (aba inativa) */
.plans-tab-mensais:not(.active) .plans-tab-badge-70 {
  background: rgba(255, 255, 255, 0.95) !important;
  color: #065f46 !important;
  border-color: #34d399 !important;
  box-shadow: 0 1px 3px rgba(5, 150, 105, 0.18);
}

.plans-modal-backdrop {
  position: absolute;
  inset: 0;
  cursor: pointer;
  z-index: 0;
  pointer-events: auto;
}

.plans-modal-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 420px;
  min-height: 0;
  flex: 1;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.plans-modal-timer {
  flex-shrink: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 12px;
  padding: max(14px, env(safe-area-inset-top)) 20px 14px;
  min-height: 56px;
  background: linear-gradient(90deg, #FF4B4B 0%, #FF782E 100%);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  box-sizing: border-box;
  border-radius: 16px 16px 0 0;
}
.plans-modal-timer-icon {
  display: inline-flex;
  flex-shrink: 0;
}
.plans-modal-timer-icon svg {
  width: 22px;
  height: 22px;
}
.plans-modal-timer-text {
  font-weight: 700;
}
.plans-modal-timer-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  font-weight: 700;
  font-size: 1.1rem;
}

.plans-modal-card {
  position: relative;
  flex: 1;
  min-height: 0;
  width: 100%;
  max-width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fafafa;
  border-radius: 16px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  padding: 28px 20px;
  -webkit-overflow-scrolling: touch;
  touch-action: manipulation;
}

/* Aba créditos avulsos: modal estreito, cards empilhados */
.plans-modal-card:has(#plansAvulsos:not(.hidden)) {
  max-width: 420px;
}

/* Botão fechar — canto do card; com faixa laranja visível: contraste sobre o promo */
.plans-modal-card > .plans-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  transform: none;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.4);
  color: #475569;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  border-radius: 8px;
  z-index: 12;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

.plans-modal-card > .plans-modal-close:hover {
  background: #f1f5f9;
  color: #0f172a;
}

.plans-modal-card:has(.plans-modal-timer-wrap.plans-modal-timer-visible) > .plans-modal-close {
  top: 14px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.95);
  box-shadow: none;
}

.plans-modal-card:has(.plans-modal-timer-wrap.plans-modal-timer-visible) > .plans-modal-close:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

/* Timer no topo do modal — barra preço de lançamento */
.plans-modal-timer-wrap {
  display: none !important;
}
.plans-modal-timer-wrap.plans-modal-timer-visible {
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: -28px -20px 10px -20px;
  /* Padding horizontal igual: título no centro óptico da faixa (o X fica por cima da área direita). */
  padding: 8px 48px 9px;
  background: linear-gradient(145deg, #9a3412 0%, #c2410c 38%, #ea580c 72%, #f97316 100%);
  border-radius: 0;
  color: #ffffff;
  box-shadow: 0 2px 10px rgba(124, 45, 18, 0.35);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
/* Duas linhas compactas: título + garantida por + tempo */
.plans-modal-timer-compact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.plans-modal-timer-title {
  display: block;
  margin: 0;
  font-size: clamp(0.72rem, 2.4vw, 0.84rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
/* Linha “garantido por” + MM:SS na faixa laranja */
.plans-modal-timer-count {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 8px;
  margin: 4px 0 0;
}
.plans-modal-timer-count .plans-modal-timer-label {
  font-size: clamp(0.78rem, 2.7vw, 0.88rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  white-space: nowrap;
}
.plans-modal-timer-count .plans-modal-timer-value {
  font-size: clamp(1.08rem, 3.8vw, 1.36rem);
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.plans-modal-timer-one-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 8px;
  margin: 0;
  max-width: 100%;
  font-size: clamp(0.8rem, 3.2vw, 0.92rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
.plans-modal-timer-one-line .plans-modal-flash-label {
  font-size: clamp(0.82rem, 3.4vw, 0.98rem);
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.plans-modal-timer-sep {
  opacity: 0.75;
  font-weight: 600;
  margin: 0 1px;
}
.plans-modal-timer-one-line .plans-modal-timer-label {
  font-size: inherit;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  white-space: nowrap;
}
.plans-modal-timer-one-line .plans-modal-timer-value {
  font-size: clamp(1.1rem, 4.2vw, 1.42rem);
  font-weight: 900;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  padding: 4px 11px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.plans-modal-flash-label {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.plans-modal-timer-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.plans-modal-timer-wrap.hidden { display: none !important; }
.plans-modal-timer-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #ffffff;
}
.plans-modal-timer-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.03em;
  transition: color 0.2s;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.plans-modal-timer-count .plans-modal-timer-value.urgent,
.plans-modal-timer-one-line .plans-modal-timer-value.urgent {
  background: rgba(220, 38, 38, 0.95) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
}
.plans-modal-timer-value.urgent {
  color: #fff;
  background: rgba(220, 38, 38, 0.9);
  padding: 2px 8px;
  border-radius: 6px;
}

@media (max-width: 400px) {
  .plans-modal-timer-wrap.plans-modal-timer-visible {
    padding: 6px 44px 7px;
  }
  .plans-modal-timer-compact {
    gap: 3px;
  }
  .plans-modal-timer-one-line {
    gap: 5px 6px;
  }
  .plans-modal-timer-one-line .plans-modal-flash-label {
    letter-spacing: 0.05em;
  }
  .plans-modal-timer-one-line .plans-modal-timer-value {
    padding: 3px 9px;
  }
}

.plan-card-entry-tag {
  display: inline-block;
  margin-bottom: 8px;
  padding: 3px 10px;
  background: #f1f5f9;
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 600;
  border-radius: 20px;
  letter-spacing: 0.02em;
}

/* Oculta a tag quando o card está ativo */
.plan-card--active .plan-card-entry-tag { display: none !important; }

/* Estilos legados do timer — mantidos para não quebrar JS que ainda referencia o elemento */
.plan-starter-promo-timer {
  display: none;
}

.plans-modal-title {
  margin: 0 0 4px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #111827;
}

.plans-modal-sub {
  margin: 0 0 4px;
  font-size: 0.9rem;
  color: #6b7280;
}

/* Prova social no topo do modal — avatares + credibilidade */
.plans-modal-social-proof {
  text-align: center;
  margin: 0 0 20px;
}
.plans-modal-avatars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 10px;
}
.plans-modal-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  border: 2px solid #fafafa;
  margin-left: -10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  flex-shrink: 0;
}
.plans-modal-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.plans-modal-avatar:first-child {
  margin-left: 0;
}
.plans-modal-avatar-more {
  background: #1f2937 !important;
  color: #fff !important;
  font-size: 0.7rem;
  font-weight: 800;
  min-width: 36px;
}
.plans-modal-social-text {
  margin: 0 0 6px;
  font-size: clamp(1.1rem, 3.2vw, 1.22rem);
  font-weight: 700;
  color: #111827;
  line-height: 1.28;
  letter-spacing: -0.01em;
}
.plans-modal-social-meta {
  margin: 0;
  font-size: 0.88rem;
  color: #6b7280;
  line-height: 1.35;
}

.plans-modal-credit-note {
  margin: 0 0 16px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #059669;
  display: flex;
  align-items: center;
  gap: 6px;
}
.plans-modal-credit-note::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: rgba(5, 150, 105, 0.15);
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
}
.plans-modal-credit-note.hidden {
  display: none;
}

.plans-active-section {
  margin-bottom: 16px;
}
.plans-active-section.hidden { display: none; }

/* Resumo básico do plano ativo — visual vibrante */
.plans-active-summary {
  padding: 16px 18px;
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 50%, #a7f3d0 100%);
  border: 1px solid rgba(16, 185, 129, 0.35);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.12);
}
.plans-active-congrats {
  margin: 0 0 12px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #047857;
  line-height: 1.4;
}
.plans-active-summary-row {
  margin: 0 0 8px;
  font-size: 0.95rem;
  line-height: 1.5;
}
.plans-active-summary-row:last-child { margin-bottom: 0; }
.plans-active-summary-label {
  color: #065f46;
  font-weight: 600;
}
.plans-active-summary-value {
  font-weight: 700;
  color: #022c22;
}

/* Card do plano atual — oculto (só mostramos os outros) */
.plan-card.hidden { display: none !important; }

/* Card de status — visual discreto (não oferta) */
.plans-active-card {
  position: relative;
  padding: 16px;
  background: rgba(248, 250, 252, 0.9);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 12px;
}
.plans-active-badge {
  position: absolute;
  top: 8px;
  right: 10px;
  padding: 2px 6px;
  background: rgba(148, 163, 184, 0.2);
  color: #64748b;
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 4px;
  border: 1px solid rgba(148, 163, 184, 0.3);
}
.plans-active-name {
  margin: 0 0 4px;
  padding-right: 75px;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text, #111827);
}
.plans-active-social-proof {
  margin: 0 0 10px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #059669;
}
.plans-active-social-proof.hidden { display: none; }
.plans-active-usage {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text, #111827);
  line-height: 1.5;
}
.plans-active-videos {
  font-size: 0.85rem;
  font-weight: 500;
  color: #059669;
}
.plans-active-videos.hidden { display: none; }

/* Barra de uso — gatilho psicológico */
.plans-active-progress-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.plans-active-progress-bar {
  flex: 1;
  height: 6px;
  background: rgba(226, 232, 240, 0.8);
  border-radius: 999px;
  overflow: hidden;
}
.plans-active-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #10b981 0%, #059669 100%);
  border-radius: 999px;
  transition: width 0.3s ease;
}
.plans-active-pct {
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
  min-width: 4ch;
}

/* CTA de upgrade */
.plans-active-upgrade-cta {
  display: block;
  width: 100%;
  margin-top: 12px;
  padding: 10px 14px;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: 8px;
  color: #059669;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  transition: background 0.2s, border-color 0.2s;
}
.plans-active-upgrade-cta:hover {
  background: rgba(16, 185, 129, 0.12);
  border-color: rgba(16, 185, 129, 0.45);
}

.plans-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-bottom: 18px;
  align-items: flex-end;
}

.plans-tab-wrap {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  gap: 4px;
}

.plans-tab-microlabel {
  display: block;
  text-align: center;
  font-size: 0.68rem;
  font-weight: 700;
  color: #6b7280;
  letter-spacing: 0.03em;
  line-height: 1;
}

.plans-tab-microlabel--hot {
  color: #ea580c;
}

.plans-tab-microlabel--fineprint {
  font-size: 0.62rem;
  font-weight: 600;
  color: #9ca3af;
  letter-spacing: 0.01em;
  line-height: 1.1;
}

/* Botão dominante — Planos Mensais (sem animação de brilho) */
.plans-tab.plans-tab-dominant {
  font-weight: 700;
  position: relative;
}

.plans-tab {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 14px;
  min-height: 44px;
  line-height: 1.1;
  white-space: nowrap;
  background: #e5e7eb;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s;
}

.plans-tab:hover {
  background: #d1d5db;
  color: #111827;
}

/* Tab ativo: cinza/outline (não verde) — laranja domina no CTA principal */
.plans-tab.active {
  background: #4b5563;
  color: #fff !important;
  border: 1px solid #374151;
}

/* Planos Mensais inativo: slate + verde suave (harmoniza com aba escura e selo 70%) */
.plans-tab.plans-tab-mensais:not(.active) {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1.5px solid #cbd5e1;
  color: #334155;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.07);
}
.plans-tab.plans-tab-mensais:not(.active) .plans-tab-mensais-label {
  color: #0f172a;
}
.plans-tab.plans-tab-mensais .plans-tab-mensais-label {
  white-space: nowrap;
  font-size: 0.84rem;
  font-weight: 700;
}
.plans-tab.plans-tab-mensais:hover:not(.active) {
  background: linear-gradient(180deg, #f0fdf4 0%, #ecfdf5 100%);
  border-color: #6ee7b7;
  color: #0f172a;
  box-shadow: 0 3px 14px rgba(16, 185, 129, 0.12);
}
.plans-tab.plans-tab-mensais:hover:not(.active) .plans-tab-mensais-label {
  color: #0f172a;
}
.plans-tab.plans-tab-mensais.active {
  background: linear-gradient(180deg, #f97316 0%, #ea580c 100%);
  color: #fff !important;
  border-color: #c2410c;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.plans-tab.plans-tab-mensais:focus-visible {
  outline: 2px solid rgba(16, 185, 129, 0.4);
  outline-offset: 2px;
}

/* CTAs dos cards na aba mensal — clique mais “sólido”, sem glow */
#plansMensais .plan-card .plan-cta:not(.plan-cta-plano-ativo):not(.plan-cta-support) {
  transition: transform 0.12s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
#plansMensais .plan-card .plan-cta:not(.plan-cta-plano-ativo):not(.plan-cta-support):active {
  transform: translateY(1px);
}

.plans-tab-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.plans-tab-content.hidden {
  display: none;
}

/* Grid 1 coluna: Starter → Popular → Pro → Escala (empilhados) */
.plans-avulsos-three {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 12px;
}
.plans-avulsos-three .plan-card-starter { order: 1; }
.plans-avulsos-three .plan-card-plus { order: 2; }
.plans-avulsos-three .plan-card-popular { order: 3; }
.plans-avulsos-three .plan-card-pro-avulso { order: 4; }
.plans-avulsos-three .plan-card-mega    { order: 5; }

/* Popular/Pro em destaque: mais respiro acima do badge verde */
.plan-card-avulso-featured {
  margin-top: 10px;
}
.plan-card-avulso-featured:first-child {
  margin-top: 0;
}
/* Borda e sombra fortes, domina visualmente */
.plans-avulsos-three .plan-card-avulso-featured,
#plansMensais .plan-card-avulso-featured {
  border: 3px solid #10b981;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08), 0 16px 40px rgba(16, 185, 129, 0.2), 0 0 0 1px rgba(16, 185, 129, 0.3);
  background: linear-gradient(180deg, #ecfdf5 0%, #f0fdf4 20%, #fff 50%);
  z-index: 1;
}
/* Popular com mais respiro — parece "o plano" */
#plansAvulsos .plan-card-popular.plan-card-simple {
  min-width: 0;
}
/* Starter mais discreto — não compete */
#plansAvulsos .plan-card-starter.plan-card-simple {
  border-color: #e5e7eb;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.plan-card-avulso-featured .plan-badge-most-chosen {
  display: block;
  margin-bottom: 6px;
  padding: 6px 12px;
  background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  border-radius: 999px;
  text-align: center;
}

/* .plan-badge-popular legacy — substituído pelo header full-width */
.plan-badge-popular-legacy {
  display: inline-block;
  margin-bottom: 8px;
  padding: 5px 14px;
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 999px;
  text-align: center;
  text-transform: uppercase;
}

.plan-card-starter {
  overflow: hidden;
  position: relative;
  padding: 14px 12px 14px 12px;
}
.plan-card-starter .plan-badge-starter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + 24px);
  margin: -14px -12px 12px -12px;
  padding: 9px 12px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #ea580c 0%, #fb923c 100%);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.plan-badge-lightning {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  text-align: center;
  line-height: 1.25;
}
.plan-badge-lightning-label {
  display: block;
  text-transform: uppercase;
  font-size: 0.72em;
  letter-spacing: 0.06em;
}
.plan-card-starter .plan-badge-starter.plan-badge-lightning {
  font-size: 0.93rem;
  padding: 10px 12px;
}
.plan-card-starter .plan-badge-starter.plan-badge-lightning .plan-badge-lightning-label {
  font-size: 0.85em;
}

/* Preço cortado */
.plan-price-strike {
  text-decoration: line-through;
  color: #9ca3af;
  font-size: 0.85em;
  font-weight: 500;
  margin-right: 4px;
}
.plan-card-starter .plan-badge-starter-off {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + 24px);
  margin: -14px -12px 12px -12px;
  padding: 10px 12px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #FF4B4B 0%, #FF782E 100%);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
  border-radius: 16px 16px 0 0;
}

/* Creator (aba mensal): mesmo header e CTA da promoção Starter */
.plan-card-creator-promo {
  overflow: hidden;
  position: relative;
  padding: 14px 12px 14px 12px;
}
/* Scale card — overflow hidden para o header colar nas bordas arredondadas */
#plansMensais .plan-card-scale.plan-card-simple {
  overflow: hidden;
}

.plan-card-scale .plan-badge-scale {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + 32px);
  margin: -16px -16px 14px -16px;
  padding: 10px 16px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #7c3aed 0%, #a855f7 100%);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}

/* WhatsApp feature item */
.plan-feature-whatsapp {
  font-weight: 600;
}
.plan-whatsapp-icon {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  vertical-align: middle;
  margin-right: 3px;
  position: relative;
  top: -1px;
}

/* Mega — header preto, borda premium */
#plansAvulsos .plan-card-mega.plan-card-simple {
  overflow: hidden;
  border: 1.5px solid #1f2937;
  box-shadow: 0 2px 16px rgba(0,0,0,0.13);
}
.plan-card-mega .plan-badge-mega {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + 24px);
  margin: -14px -12px 14px -12px;
  padding: 10px 12px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #111827 0%, #374151 100%);
  color: #fff;
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
.plan-cta-mega {
  background: linear-gradient(135deg, #111827 0%, #374151 100%) !important;
  border: none !important;
  color: #fff !important;
}
.plan-cta-mega:hover {
  background: linear-gradient(135deg, #0f172a 0%, #1f2937 100%) !important;
}

/* Agency — borda e CTA dourado premium */
#plansMensais .plan-card-agency.plan-card-simple {
  border: 1.5px solid #1f2937;
  box-shadow: 0 2px 12px rgba(17,24,39,0.14);
}
#plansMensais .plan-card-agency.plan-card-simple .plan-cta-agency {
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%) !important;
  border: none !important;
  color: #fff !important;
}
#plansMensais .plan-card-agency.plan-card-simple .plan-cta-agency:hover {
  background: linear-gradient(135deg, #030712 0%, #111827 100%) !important;
}

/* CTA roxo exclusivo do Scale */
#plansMensais .plan-card-scale .plan-cta {
  background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%) !important;
  border-color: #7c3aed !important;
  color: #fff !important;
}
#plansMensais .plan-card-scale .plan-cta:hover {
  background: linear-gradient(135deg, #6d28d9 0%, #9333ea 100%) !important;
  border-color: #6d28d9 !important;
}

.plan-card-creator-promo .plan-badge-creator-promo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + 24px);
  margin: -14px -12px 12px -12px;
  padding: 10px 12px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #FF4B4B 0%, #FF782E 100%);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
  border-radius: 16px 16px 0 0;
}
.plan-card-creator-promo .plan-badge-creator-promo.plan-badge-lightning {
  font-size: 0.95rem;
  padding: 11px 12px;
}
.plan-card-creator-promo .plan-badge-creator-promo.plan-badge-lightning .plan-badge-lightning-label {
  font-size: 0.9em;
  letter-spacing: 0.04em;
  font-weight: 800;
}
.plan-card-creator-promo .plan-name {
  margin: 0 0 2px;
  font-size: 1.35rem;
  font-weight: 700;
  color: #111827;
}
#plansMensais .plan-card-creator-promo {
  border-top: none;
}
#plansMensais .plan-card-creator-promo .plan-cta.plan-cta-creator-promo {
  background: linear-gradient(90deg, #FF4B4B 0%, #FF782E 100%) !important;
  border: none !important;
  color: #fff !important;
}
#plansMensais .plan-card-creator-promo .plan-cta.plan-cta-creator-promo:hover {
  background: linear-gradient(90deg, #ea580c 0%, #c2410c 100%) !important;
  color: #fff !important;
}

/* Preço por vídeo visível em todos os planos (Starter, Popular, Pro, Escala) */

.plan-starter-hint {
  margin: -4px 0 10px;
  font-size: 0.75rem;
  color: #6b7280;
  line-height: 1.35;
  max-width: 90%;
}

.plan-popular-value {
  margin: -4px 0 10px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #047857;
  line-height: 1.35;
}

/* Aba Comprar créditos: CTA preto */
#plansAvulsos .plan-card-starter .plan-cta.plan-cta-starter {
  background: linear-gradient(90deg, #FF4B4B 0%, #FF782E 100%) !important;
  border: none !important;
  color: #fff !important;
}
#plansAvulsos .plan-card-starter .plan-cta.plan-cta-starter:hover {
  background: linear-gradient(90deg, #ea580c 0%, #c2410c 100%) !important;
  color: #fff !important;
}
#plansAvulsos .plan-card-popular .plan-cta,
#plansAvulsos .plan-card-pro-avulso .plan-cta,
#plansAvulsos .plan-card-pro:not(.plan-card-pro-avulso) .plan-cta,
#plansAvulsos .plan-card-escala .plan-cta {
  background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
  border: none !important;
  color: #fff !important;
}
#plansAvulsos .plan-card-popular .plan-cta:hover,
#plansAvulsos .plan-card-pro-avulso .plan-cta:hover,
#plansAvulsos .plan-card-pro:not(.plan-card-pro-avulso) .plan-cta:hover,
#plansAvulsos .plan-card-escala .plan-cta:hover {
  background: linear-gradient(135deg, #047857 0%, #065f46 100%) !important;
  color: #fff !important;
}
/* Pro avulso — CTA preto (destaque premium) */
#plansAvulsos .plan-card-pro-avulso .plan-cta.plan-cta-pro-avulso {
  background: #111827 !important;
  background-image: none !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(17, 24, 39, 0.35) !important;
}
#plansAvulsos .plan-card-pro-avulso .plan-cta.plan-cta-pro-avulso:hover {
  background: #1f2937 !important;
  color: #fff !important;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.45) !important;
}

.plans-tab-badge {
  display: inline-block;
  padding: 2px 8px;
  background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  border-radius: 999px;
  white-space: nowrap;
}

.plans-tab-mensais.active .plans-tab-badge {
  background: rgba(255,255,255,0.25);
  color: #fff;
}

/* Tab Planos Mensais com badge em cima */
.plans-tab-with-badge {
  flex-direction: column;
  gap: 4px;
}

/* Plano mais escolhido — prova social */
.plan-badge-most-chosen {
  display: block;
  margin: 0 0 8px;
  padding: 6px 12px;
  background: rgba(234, 88, 12, 0.12);
  color: #c2410c;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 8px;
  text-align: center;
}

/* Economize até 70% — gatilho de economia */
.plan-economy-hint {
  margin: 0 0 10px;
  padding: 8px 12px;
  background: rgba(16, 185, 129, 0.1);
  color: #047857;
  font-size: 0.82rem;
  font-weight: 600;
  border-radius: 8px;
  text-align: center;
}

/* Creator: economia em linha simples (sem caixa) */
.plan-economy-inline {
  margin: 0 0 10px;
  padding: 0;
  background: none;
  color: #047857;
  font-size: 0.85rem;
  font-weight: 600;
  text-align: left;
}

/* Ver plano para empresas (Agency) — link de contato em vez de card */
.plan-agency-cta-wrap {
  margin: 16px 0 0;
  padding: 12px 16px;
  text-align: center;
  border: 1px dashed #d1d5db;
  border-radius: 10px;
  background: #fafafa;
}
.plan-agency-link {
  color: #374151;
  font-weight: 600;
  text-decoration: none;
}
.plan-agency-link:hover { color: #059669; text-decoration: underline; }

/* ou comprar créditos avulsos — link para trocar aba */
.plans-mensais-avulsos-hint {
  margin: 16px 0 0;
  font-size: 0.88rem;
  color: var(--text-muted, #6b7280);
  text-align: center;
}
.plan-avulsos-link {
  background: none;
  border: none;
  color: #059669;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}
.plan-avulsos-link:hover { color: #047857; }

.plan-card {
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  padding: 18px;
  position: relative;
  touch-action: manipulation;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 6px 16px rgba(0, 0, 0, 0.06);
}

.plan-card.plan-featured {
  border-color: var(--text, #111827);
  border-width: 2px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

/* Cards simplificados (Comprar Créditos) */
.plan-card-simple .plan-name {
  font-size: 1.15rem;
  margin-bottom: 8px;
}
.plan-card-simple .plan-videos-hero {
  font-size: 1rem;
  color: #374151;
  margin: 0 0 4px;
}
.plan-card-simple .plan-price-simple {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px;
}
.plan-card-simple .plan-price-simple .plan-price-old {
  font-size: 1rem;
  font-weight: 500;
  color: #9ca3af;
  text-decoration: line-through;
  margin-right: 8px;
}
.plan-card-simple .plan-price-simple .plan-price-mes-suffix {
  font-size: 0.9rem;
  font-weight: 600;
}
.plan-card-simple .plan-vs-avulso {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 10px;
  padding: 4px 10px;
  background: #dcfce7;
  color: #15803d;
  font-size: 0.76rem;
  font-weight: 700;
  border-radius: 20px;
  letter-spacing: 0.01em;
}
.plan-card-simple .plan-vs-avulso::before {
  content: "";
}
.plan-card-simple .plan-vs-avulso strong {
  font-size: 0.85rem;
  font-weight: 800;
}

/* Preço por vídeo — bloco verde (todos os cards do modal: avulsos + mensais) */
#plansModal .plan-vs-avulso.plan-vs-ppv-hero {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0 12px;
  padding: 14px 16px 16px;
  background: linear-gradient(165deg, #ecfdf5 0%, #d1fae5 45%, #a7f3d0 100%);
  border: 1.5px solid rgba(5, 150, 105, 0.45);
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(5, 150, 105, 0.14);
}
/* Assinante no próprio plano: não exibir pitch de "R$ X por vídeo" */
#plansModal .plan-card--active .plan-vs-ppv-hero {
  display: none !important;
}
#plansModal .plan-vs-ppv-hero .plan-vs-popular-kicker {
  font-size: 0.68rem;
  font-weight: 800;
  color: #047857;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#plansModal .plan-card-pro-avulso .plan-vs-ppv-hero .plan-vs-popular-kicker {
  text-transform: none;
  letter-spacing: 0.03em;
  font-size: 0.72rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  max-width: 16em;
}
#plansModal .plan-vs-ppv-hero .plan-vs-popular-value {
  font-size: 2.2rem;
  font-weight: 800;
  color: #064e3b;
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
#plansModal .plan-vs-ppv-hero .plan-vs-popular-unit {
  font-size: 0.95rem;
  font-weight: 700;
  color: #059669;
  margin-top: 2px;
}
@media (max-width: 420px) {
  #plansModal .plan-vs-ppv-hero .plan-vs-popular-value {
    font-size: 1.95rem;
  }
}

/* Pro avulso: resumo antes da lista (tudo dos outros planos + exclusivos) */
#plansAvulsos .plan-card-pro-avulso .plan-pro-benefits-lead {
  margin: 0 0 12px;
  padding: 10px 12px 10px 14px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.45;
  background: linear-gradient(90deg, rgba(16, 185, 129, 0.1) 0%, rgba(16, 185, 129, 0.04) 100%);
  border-left: 3px solid #059669;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 1px 0 rgba(5, 150, 105, 0.12);
}
#plansAvulsos .plan-card-pro-avulso .plan-pro-benefits-lead::before {
  content: "✓ ";
  color: #059669;
  font-weight: 800;
}

/* Timer de lançamento */
.plan-launch-timer {
  display: inline-block;
  background: rgba(0,0,0,0.20);
  border-radius: 6px;
  padding: 1px 7px;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  font-weight: 800;
}
/* Popular e Pro-mensal — header verde no mesmo padrão do Mega/Scale */
.plan-card-popular .plan-badge-popular,
.plan-card-pro-mensal .plan-badge-pro-mensal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + 24px);
  margin: -14px -12px 14px -12px;
  padding: 10px 12px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #059669 0%, #10b981 100%);
  color: #fff;
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
.plan-card-pro-mensal .plan-badge-pro-mensal {
  background: linear-gradient(90deg, #0f172a 0%, #1f2937 45%, #059669 100%);
  box-shadow: 0 3px 12px rgba(15, 23, 42, 0.35);
  letter-spacing: 0.05em;
  font-size: 0.8rem;
}
.plan-card-mensal-simple .plan-badge-pro-mensal,
.plan-card-mensal-simple .plan-badge-creator-promo {
  width: calc(100% + 32px);
  margin: -16px -16px 14px -16px;
  padding: 10px 16px;
}
#plansAvulsos .plan-card-popular.plan-card-simple,
#plansMensais .plan-card-pro-mensal.plan-card-simple {
  overflow: hidden;
  border: 1.5px solid #10b981;
  box-shadow: 0 2px 12px rgba(16,185,129,0.13);
}
.plan-card-pro-avulso.plan-card-simple .plan-features-simple li.plan-pro-tagline,
#plansMensais .plan-card-pro-mensal.plan-card-simple .plan-features-simple li.plan-pro-tagline {
  font-size: 0.88rem;
  font-weight: 500;
  color: #4b5563;
  line-height: 1.4;
  border-bottom: none;
}

/* Pro avulso — mesmo padrão visual dos outros cards (borda leve como Starter) */
#plansAvulsos .plan-card-pro-avulso.plan-card-simple {
  border-color: #e5e7eb;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.plan-card-pro-avulso .plan-badge-pro-avulso {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + 24px);
  margin: -14px -12px 14px -12px;
  padding: 10px 12px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #059669 0%, #10b981 100%);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
.plan-card-mensal-simple.plan-card-pro .plan-vs-avulso {
  background: #dcfce7;
  color: #15803d;
}
.plan-card-simple .plan-credits-included {
  font-size: 1.05rem;
  color: #111827;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 16px;
}
.plan-card-simple .plan-credits-included::before {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='28' cy='28' r='26' fill='%23d4a853' stroke='%23b8860b' stroke-width='1.5'/%3E%3Ccircle cx='28' cy='28' r='18' fill='none' stroke='%23b8860b' stroke-width='1.2' opacity='0.7'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.plan-card-simple .plan-features-simple {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}
.plan-card-simple .plan-features-simple li {
  padding: 7px 0;
  font-size: 0.9rem;
  color: #4b5563;
  border-bottom: 1px solid #f3f4f6;
}
.plan-card-simple .plan-features-simple li:last-child {
  border-bottom: none;
}
/* Renovação automática — mais apagado para reduzir medo */
.plan-card-simple .plan-features-simple li.plan-feature-soft {
  font-size: 0.82rem;
  color: #9ca3af;
}
/* Um único check em "Sem marca d'água" — desliga ::before global nos outros */
.plan-card-simple .plan-features-simple li::before {
  content: none;
}
.plan-card-simple .plan-features-simple li:last-child::before {
  content: "✓ ";
  color: #059669;
  font-weight: 700;
}

/* Badge MAIS ESCOLHIDO — largura total do card */
.plan-badge-mais-escolhido {
  display: none;
}
.plan-badge-mais-escolhido-legacy {
  display: block;
  width: 100%;
  padding: 12px 16px;
  background: linear-gradient(135deg, #059669 0%, #10b981 100%);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  box-sizing: border-box;
}
/* legacy removido — Popular usa padding normal agora */

/* Planos mensais — mesma estrutura simples */
.plan-card-mensal-simple.plan-card-simple {
  position: relative;
  padding: 16px;
}

/* legacy removido — Pro-mensal usa padding normal agora */
/* Creator discreto */
#plansMensais .plan-card-creator.plan-card-simple {
  border-color: #e5e7eb;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
/* CTA Pro mensal — dominante */
#plansMensais .plan-cta-pro-dominant,
.plan-cta-pro-dominant {
  display: block !important;
  width: 100%;
  padding: 16px 20px !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  background: linear-gradient(135deg, #059669 0%, #10b981 100%) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 4px 14px rgba(5, 150, 105, 0.4);
}
#plansMensais .plan-cta-pro-dominant:hover,
.plan-cta-pro-dominant:hover {
  background: linear-gradient(135deg, #047857 0%, #059669 100%) !important;
  color: #fff !important;
}
/* CTA Creator mensal — laranja */
#plansMensais .plan-cta-creator-soft,
.plan-cta-creator-soft {
  display: block !important;
  padding: 12px 16px !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 4px 14px rgba(234, 88, 12, 0.35) !important;
}
#plansMensais .plan-cta-creator-soft:hover,
.plan-cta-creator-soft:hover {
  background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%) !important;
  color: #fff !important;
  box-shadow: 0 6px 18px rgba(234, 88, 12, 0.45) !important;
}
/* Lock Creator — discreto para não competir com Pro */
.plan-price-lock-discreet {
  font-size: 0.8rem !important;
  color: #9ca3af !important;
  padding: 8px 0 !important;
}
/* Pro — reforço de valor abaixo dos créditos */
.plan-pro-value-add {
  font-size: 0.82rem;
  color: #059669;
  font-weight: 600;
  margin: -4px 0 12px;
}

.plan-popular-tagline {
  font-size: 0.85rem;
  color: #059669;
  font-weight: 600;
  margin: -4px 0 6px;
}
/* CTA Popular — mais agressivo */
#plansAvulsos .plan-cta-popular,
.plan-cta-popular {
  display: block !important;
  width: 100%;
  padding: 12px 16px !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  background: linear-gradient(135deg, #059669 0%, #10b981 100%) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(5, 150, 105, 0.4);
}
#plansAvulsos .plan-cta-popular:hover,
.plan-cta-popular:hover {
  background: linear-gradient(135deg, #047857 0%, #059669 100%) !important;
  color: #fff !important;
  box-shadow: 0 6px 18px rgba(5, 150, 105, 0.5);
}
/* CTA Starter — laranja */
#plansAvulsos .plan-cta-starter-soft,
.plan-cta-starter-soft {
  display: block !important;
  padding: 12px 16px !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 4px 14px rgba(234, 88, 12, 0.35) !important;
}
#plansAvulsos .plan-cta-starter-soft:hover,
.plan-cta-starter-soft:hover {
  background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%) !important;
  color: #fff !important;
  box-shadow: 0 6px 18px rgba(234, 88, 12, 0.45) !important;
}

/* ── Plano Plus — azul ──────────────────────────────────────── */
#plansAvulsos .plan-card-plus.plan-card-simple {
  overflow: hidden;
  border: 1.5px solid #3b82f6;
  box-shadow: 0 2px 12px rgba(59,130,246,0.13);
}
.plan-card-plus {
  overflow: hidden;
  position: relative;
  padding: 14px 12px 14px 12px;
}
.plan-card-plus .plan-badge-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + 24px);
  margin: -14px -12px 12px -12px;
  padding: 9px 12px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #2563eb 0%, #3b82f6 100%);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#plansAvulsos .plan-cta-plus,
.plan-cta-plus {
  display: block !important;
  width: 100%;
  padding: 12px 16px !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(37,99,235,0.38);
}
#plansAvulsos .plan-cta-plus:hover,
.plan-cta-plus:hover {
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%) !important;
  color: #fff !important;
  box-shadow: 0 6px 18px rgba(37,99,235,0.48) !important;
}
.plan-card--active .plan-badge-plus {
  background: linear-gradient(90deg, #2563eb 0%, #3b82f6 100%);
  color: #fff;
}
/* ─────────────────────────────────────────────────────────── */

.plan-badge {
  position: absolute;
  top: -10px;
  left: 16px;
  padding: 4px 10px;
  background: var(--text, #111827);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-radius: 4px;
}
.plan-badge-ativo {
  background: #10b981;
}
/* Esconde badge ATIVO quando há banner (50% OFF ou SOMENTE HOJE) para evitar sobreposição */
.plan-card:has(.plan-banner-mensal) .plan-badge-ativo,
.plan-card:has(.plan-banner-starter) .plan-badge-ativo {
  display: none !important;
}
.plan-badge-ativo.hidden { display: none; }

.plan-badge-seu-plano { display: none !important; }

/* ——— Card no estado ativo — esconde conteúdo de venda ——— */
.plan-card--active .plan-badge-starter,
.plan-card--active .plan-badge-creator-promo,
.plan-card--active .plan-badge-scale,
.plan-card--active .plan-badge-agency,
.plan-card--active .plan-badge-mais-escolhido,
.plan-card--active .plan-badge-pro-mensal,
.plan-card--active .plan-badge-popular,
.plan-card--active .plan-badge-mega,
.plan-card--active .plan-starter-promo-header,
.plan-card--active .plan-name,
.plan-card--active .plan-popular-tagline,
.plan-card--active .plan-price-simple,
.plan-card--active .plan-vs-avulso,
.plan-card--active .plan-credits-included,
.plan-card--active .plan-pro-benefits-lead,
.plan-card--active .plan-pro-value-add,
.plan-card--active .plan-videos-hero,
.plan-card--active .plan-features,
.plan-card--active .plan-price-lock-note,
.plan-card--active .plan-total-monthly,
.plan-card--active .plan-no-lock,
.plan-card--active .plan-guarantee,
.plan-card--active .plan-starter-hint,
.plan-card--active .plan-credits-no-expire,
.plan-card--active .plan-cta {
  display: none !important;
}

/* ——— Painel de status ——— */
.plan-active-status {
  width: 100%;
  text-align: left;
}
.plan-active-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.plan-active-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.plan-active-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: #10b981;
  color: #fff;
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 800;
  flex-shrink: 0;
}
.plan-active-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f172a;
}
.plan-active-launch-badge {
  font-size: 0.68rem;
  font-weight: 700;
  padding: 2px 8px;
  background: linear-gradient(135deg, #1e3a8a, #1d4ed8);
  color: #fff;
  border-radius: 20px;
  letter-spacing: 0.02em;
}

.plan-active-launch-notice {
  margin: 8px 0 4px;
  padding: 8px 12px;
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  font-size: 0.78rem;
  color: #1e40af;
  line-height: 1.4;
}
.plan-active-launch-notice strong {
  color: #1e3a8a;
}

.plan-active-monthly-credits {
  margin: 8px 0 4px;
  padding: 6px 12px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  font-size: 0.78rem;
  color: #15803d;
  line-height: 1.4;
}
.plan-active-monthly-credits strong {
  color: #166534;
}
.plan-active-chip {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 10px;
  background: #dcfce7;
  color: #15803d;
  border-radius: 20px;
  letter-spacing: 0.03em;
}
.plan-active-chip--cancelled {
  background: #fef3c7;
  color: #b45309;
}

.plan-active-renewal-price {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px;
  padding: 10px 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}
.plan-active-renewal-price-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
}
.plan-active-renewal-price-value {
  font-size: 0.95rem;
  font-weight: 800;
  color: #059669;
  letter-spacing: -0.02em;
}

.plan-active-benefits-wrap {
  margin: 12px 0 16px;
  padding: 12px 14px;
  background: #fafafa;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  text-align: left;
}
.plan-active-benefits-title {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 10px;
  text-align: left;
}
.plan-active-benefits-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8rem;
  color: #334155;
  line-height: 1.45;
  text-align: left;
}
.plan-active-benefits-list li {
  position: relative;
  margin: 0 0 8px 0;
  padding-left: 1.35rem;
  text-align: left;
}
.plan-active-benefits-list li:last-child {
  margin-bottom: 0;
}
.plan-active-benefits-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.2);
}

.plan-active-credits-section {
  margin-bottom: 14px;
}
.plan-active-credits-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 6px;
}
.plan-active-credits-label {
  font-size: 0.75rem;
  color: #6b7280;
  font-weight: 500;
}
.plan-active-credits-value {
  font-size: 0.82rem;
  font-weight: 700;
  color: #111827;
}
.plan-active-bar-wrap {
  height: 6px;
  background: #e5e7eb;
  border-radius: 99px;
  overflow: hidden;
}
.plan-active-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #10b981, #34d399);
  border-radius: 99px;
  transition: width 0.4s ease;
  min-width: 4px;
}

.plan-active-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 16px;
}
.plan-active-meta-item {
  font-size: 0.78rem;
  color: #6b7280;
}
.plan-active-meta-item strong {
  color: #374151;
}

/* ——— Botão "Ver planos melhores" ——— */
.plan-upgrade-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  margin-top: 12px;
  padding: 10px 16px;
  background: transparent;
  border: 1.5px dashed #d1d5db;
  border-radius: 10px;
  color: #6b7280;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.18s ease;
  letter-spacing: 0.01em;
}
.plan-upgrade-toggle-btn:hover {
  border-color: #9ca3af;
  color: #374151;
  background: #f9fafb;
}

/* CTA original escondido — substituído pelos botões do status */
.plan-card--active .plan-cta.plan-cta--hidden { display: none !important; }

/* Garante que o CTA original nunca apareça quando o plano está ativo,
   mesmo que regras de tipo-específico usem display:block !important */
#plansMensais .plan-card--active .plan-cta,
#plansAvulsos .plan-card--active .plan-cta {
  display: none !important;
}

/* Botões de ação no estado ativo (2 + linha de cancelar) */
.plan-active-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 4px;
}
.plan-active-btn-cancel-sub {
  grid-column: 1 / -1;
  padding: 8px 10px;
  border-radius: 9px;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  background: transparent;
  border: none;
  color: #94a3b8;
  text-decoration: underline;
  text-underline-offset: 3px;
  justify-self: center;
}
.plan-active-btn-cancel-sub:hover {
  color: #64748b;
}
.plan-active-btn-credits,
.plan-active-btn-upgrade {
  padding: 11px 10px;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.15s ease;
  letter-spacing: 0.01em;
  white-space: normal;
  line-height: 1.25;
  text-align: center;
}
.plan-active-btn-credits {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  border: none;
  color: #fff;
  box-shadow: 0 3px 12px rgba(5, 150, 105, 0.35);
}
.plan-active-btn-credits:hover {
  background: linear-gradient(135deg, #047857 0%, #065f46 100%);
  box-shadow: 0 4px 14px rgba(5, 150, 105, 0.42);
}
.plan-active-btn-upgrade {
  background: transparent;
  border: 1.5px solid #d1d5db;
  color: #374151;
}
.plan-active-btn-upgrade:hover {
  border-color: #9ca3af;
  background: #f9fafb;
}

.plan-subscriber-discount-note {
  margin: 10px 0 12px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(16, 185, 129, 0.35);
  background: rgba(16, 185, 129, 0.12);
  color: #065f46;
  font-size: 0.86rem;
  font-weight: 700;
  text-align: center;
}

.plan-cta-active {
  display: block;
  width: 100%;
  padding: 16px 24px;
  background: linear-gradient(135deg, #059669 0%, #10b981 100%);
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.05rem;
  text-align: center;
  letter-spacing: 0.03em;
  box-shadow: 0 4px 14px rgba(16, 185, 129, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.plan-name {
  margin: 8px 0 2px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
}

.plan-desc {
  margin: 0 0 12px;
  font-size: 0.9rem;
  color: #4a4a4a;
}

.plan-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
}

.plan-old {
  font-size: 0.9rem;
  color: var(--text-muted, #6b7280);
  text-decoration: line-through;
}

.plan-current {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text, #111827);
}

.plan-per {
  font-size: 0.85rem;
  color: #4a4a4a;
}

.plan-credits {
  margin-bottom: 12px;
  padding: 8px 12px;
  background: var(--bg-soft, #f3f4f6);
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a1a1a;
}

.plan-features {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
  color: #4a4a4a;
}

.plan-features li {
  padding: 4px 0;
  padding-left: 20px;
  position: relative;
}

.plan-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--text, #111827);
  font-weight: 600;
}

.plan-cta {
  display: block;
  width: 100%;
  padding: 14px 24px;
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
}

.plan-cta:hover {
  background: linear-gradient(135deg, #047857 0%, #065f46 100%);
  color: #fff;
}

.plan-cta-outline {
  background: #374151;
  color: #fff;
  border: 2px solid #374151;
}

.plan-cta-outline:hover {
  background: #4b5563;
  border-color: #4b5563;
  color: #fff;
}

/* Micro-copy: créditos não expiram (aba avulsos) */
.plan-credits-no-expire {
  display: block;
  margin-top: 8px;
  font-size: 0.8rem;
  color: #111827;
  font-weight: 500;
  text-align: center;
}
/* Aviso: preço garantido para quem contratar na promoção */
.plan-price-lock-note {
  margin: 0 0 12px;
  padding: 8px 12px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #047857;
  background: rgba(5, 150, 105, 0.1);
  border: 1px solid rgba(5, 150, 105, 0.25);
  border-radius: 8px;
  text-align: center;
  line-height: 1.4;
}

.plan-guarantee {
  display: block;
  margin-top: 6px;
  font-size: 0.8rem;
  color: #059669;
  font-weight: 600;
  text-align: center;
}

.plan-proof-social {
  display: block;
  margin-top: 10px;
  font-size: 0.8rem;
  color: #6b7280;
  text-align: center;
}

/* Cards avulsos — layout do print (ícone, compacto, preço total em cima) */
.plan-card-avulso {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 14px 12px;
}

.plan-card-avulso .plan-badge {
  position: static;
  margin-bottom: 2px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.plan-card-avulso .plan-name {
  margin: 6px 0 0;
  font-size: 1.1rem;
}
/* Starter: nome em destaque abaixo do header */
.plan-card-starter .plan-name {
  margin: 0 0 2px;
  font-size: 1.35rem;
  font-weight: 700;
  color: #111827;
}

.plan-card-avulso .plan-desc {
  margin: 0 0 8px;
  font-size: 0.8rem;
  color: var(--text-muted, #6b7280);
}

.plan-card-avulso .plan-credits-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 4px;
}

.plan-card-avulso .plan-credits-icon {
  flex-shrink: 0;
  color: #059669;
  opacity: 0.9;
}

.plan-card-avulso .plan-credits-num {
  font-size: 1.5rem;
  font-weight: 700;
  color: #047857;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.plan-card-avulso .plan-credits-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #059669;
}

.plan-card-avulso .plan-credits-desc {
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #111827;
  letter-spacing: -0.01em;
}

/* Badge destaque quantidade de vídeos — fundo verde claro, formato pill */
.plan-videos-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  margin: 0 0 12px;
  background: rgba(16, 185, 129, 0.12);
  border-radius: 999px;
}

.plan-videos-icon {
  flex-shrink: 0;
  color: #059669;
  font-size: 1.25rem;
  line-height: 1;
}
.plan-videos-icon-coin {
  display: inline-flex;
  align-items: center;
}
.plan-videos-icon-coin svg {
  width: 20px;
  height: 20px;
  display: block;
}

.plan-videos-main {
  font-size: 1.25rem;
  font-weight: 700;
  color: #047857;
}

.plan-videos-credits {
  font-size: 0.9rem;
  font-weight: 500;
  color: #059669;
  opacity: 0.9;
}

/* Destaque: quantidade de vídeos que o plano gera */
.plan-videos-count {
  margin: -4px 0 12px;
  font-size: 0.9rem;
  color: #047857;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}
.plan-videos-count-highlight {
  font-size: 1rem;
  font-weight: 700;
  color: #059669;
  letter-spacing: 0.01em;
}

/* Avulsos: caixa de preço padronizada */
.plan-price-box-starter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 12px 20px;
  margin: 0 auto 12px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 12px;
  width: 100%;
  box-sizing: border-box;
}
/* Price box — dois destaques lado a lado */
.plan-price-box-starter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 18px 20px 14px;
}

.plan-starter-credits-badge {
  display: block;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 900;
  color: #065f46;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.plan-starter-credits-badge::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background: radial-gradient(circle at 38% 35%, #f5d06a 0%, #d4a853 55%, #b8860b 100%);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(184,134,11,0.35);
  vertical-align: middle;
  margin-right: 7px;
  margin-bottom: 4px;
}

.plan-starter-price-total-value {
  display: block;
  margin-top: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #374151;
  letter-spacing: -0.01em;
  line-height: 1;
}
/* Starter e Creator: preço promocional +20% maior */
.plan-card-starter .plan-starter-price-total-value.plan-starter-price-promo,
.plan-card-creator .plan-starter-price-total-value.plan-starter-price-promo {
  font-size: 1.68rem;
  font-weight: 800;
  color: #047857;
}
/* Badge 50% OFF no card Starter */
.plan-starter-50-badge {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  background: linear-gradient(90deg, #ea580c 0%, #f97316 100%);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(234, 88, 12, 0.35);
}
/* Urgência: oferta expira em X */
.plan-starter-expiry {
  display: block;
  margin-top: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #dc2626;
}

.plan-starter-price-per-video {
  display: block;
  margin-top: 8px;
  font-size: 0.78rem;
  font-weight: 400;
  color: #9ca3af;
  line-height: 1.4;
  letter-spacing: 0;
}
.plan-starter-price-per-video-suffix {
  font-size: 0.78rem;
  font-weight: 400;
  color: #9ca3af;
}

.plan-starter-price-old { display: none; }

.plan-starter-price-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
  justify-content: center;
  margin-top: 6px;
}

/* Price box mensal reutiliza a estrutura avulso */
.plan-price-box-mensal {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 16px;
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
  border-radius: 12px;
  width: 100%;
  box-sizing: border-box;
}

.plan-price-box-mensal .plan-price-mes-suffix {
  font-size: 0.85rem;
  font-weight: 500;
  color: #6b7280;
  margin-left: 1px;
}

.plan-price-box-mensal .plan-starter-price-total-value {
  font-size: 1.5rem;
}

.plan-starter-price-old-strike {
  font-size: 1rem;
  font-weight: 500;
  color: #9ca3af;
  text-decoration: line-through;
  line-height: 1;
}
.plan-starter-price-total-row { display: none; }
.plan-starter-price-total-label { display: none; }

/* Avulsos: bloco de vídeos — oculto */
.plan-starter-value-block {
  display: none;
}
.plan-starter-value-block-hidden {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 0 auto 16px;
  padding: 12px 18px;
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  border-radius: 12px;
  width: 100%;
  box-sizing: border-box;
}
.plan-starter-value-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 10px;
}
.plan-starter-value-row-credits {
  display: none;
}
.plan-starter-value-icon {
  display: inline-flex;
  align-items: center;
  color: #059669;
  flex-shrink: 0;
}
.plan-starter-value-label {
  font-size: 0.85rem;
  font-weight: 500;
  color: #047857;
}
.plan-starter-value-num {
  font-size: 1.5rem;
  font-weight: 900;
  color: #065f46;
  letter-spacing: -0.02em;
  line-height: 1;
}
.plan-starter-value-model {
  font-size: 0.72rem;
  font-weight: 600;
  color: #059669;
  margin-left: 2px;
  opacity: 0.9;
}
.plan-starter-credits-text {
  font-size: 1.15rem;
  font-weight: 800;
  color: #065f46;
  letter-spacing: -0.01em;
}

/* Avulsos: centralização e lista de benefícios para todos os cards */
.plan-card-popular,
.plan-card-pro,
.plan-card-escala {
  text-align: center;
}
.plan-card-starter .plan-features,
.plan-card-popular .plan-features,
.plan-card-pro .plan-features,
.plan-card-escala .plan-features,
.plan-card-creator .plan-features,
.plan-card-agency .plan-features {
  width: 100%;
  margin-bottom: 18px;
  padding: 0;
  text-align: left;
}
.plan-card-starter .plan-features li,
.plan-card-popular .plan-features li,
.plan-card-pro .plan-features li,
.plan-card-escala .plan-features li,
.plan-card-creator .plan-features li,
.plan-card-agency .plan-features li {
  width: 100%;
  text-align: left;
  padding: 5px 0 5px 22px;
  margin: 0;
  box-sizing: border-box;
}
.plan-card-starter .plan-features li::before,
.plan-card-popular .plan-features li::before,
.plan-card-pro .plan-features li::before,
.plan-card-escala .plan-features li::before,
.plan-card-creator .plan-features li::before,
.plan-card-agency .plan-features li::before {
  left: 0;
}
.plan-card-starter .plan-cta,
.plan-card-popular .plan-cta,
.plan-card-pro .plan-cta,
.plan-card-escala .plan-cta,
.plan-card-creator .plan-cta,
.plan-card-agency .plan-cta {
  margin: 0 auto 12px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
.plan-card-popular .plan-credits-no-expire,
.plan-card-popular .plan-guarantee,
.plan-card-pro .plan-credits-no-expire,
.plan-card-pro .plan-guarantee,
.plan-card-escala .plan-credits-no-expire,
.plan-card-escala .plan-guarantee {
  text-align: center;
}

/* Mensais: label "Plano mensal" e preço reformatado */
.plan-price-mensal-label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
  margin-bottom: 0;
}
.plan-price-main-mensal {
  font-size: 1.8rem;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.plan-price-mes-suffix {
  font-size: 1rem;
  font-weight: 500;
  color: #6b7280;
  letter-spacing: 0;
}

/* Creator: créditos menores (usuário compra resultado, não créditos) */
.plan-videos-creator .plan-videos-main {
  font-size: 1.35rem;
  font-weight: 700;
}
.plan-videos-creator .plan-videos-credits {
  font-size: 0.72rem;
  opacity: 0.75;
}

.plan-models-hint {
  margin: 6px 0 8px;
  font-size: 0.8rem;
  color: #6b7280;
  font-weight: 500;
}

/* FAQ abaixo dos cards — visual aprimorado */
.plans-faq {
  margin-top: 24px;
  padding: 20px 16px;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  width: 100%;
}
.plans-faq-title {
  margin: 0 0 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  display: flex;
  align-items: center;
  gap: 8px;
}
.plans-faq-title::before {
  content: '?';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #059669 0%, #10b981 100%);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: 50%;
}
.plans-faq-item {
  margin-bottom: 10px;
  padding: 0;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.plans-faq-item:last-child {
  margin-bottom: 0;
}
.plans-faq-item[open] {
  border-color: #10b981;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.12);
}
.plans-faq-item summary {
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  color: #111827;
  padding: 14px 16px;
  padding-right: 40px;
  position: relative;
  list-style: none;
  transition: background 0.2s;
}
.plans-faq-item summary::-webkit-details-marker { display: none; }
.plans-faq-item summary::after {
  content: '›';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 1.1rem;
  font-weight: 700;
  color: #059669;
  transition: transform 0.2s;
}
.plans-faq-item[open] summary::after {
  transform: translateY(-50%) rotate(-90deg);
}
.plans-faq-item summary:hover {
  background: #f8fafc;
}
.plans-faq-item p {
  margin: 0;
  padding: 0 16px 14px;
  font-size: 0.88rem;
  color: #4b5563;
  line-height: 1.5;
}

.plan-card-avulso .plan-price-box {
  width: 100%;
  padding: 12px 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
}

.plan-card-avulso .plan-price-box .plan-current {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text, #1a1a1a);
}

.plan-card-avulso .plan-price-box .plan-per {
  font-size: 0.8rem;
  color: var(--text-muted, #6b7280);
  font-weight: 400;
}

/* Invertido: valor por vídeo grande em cima, total pequeno embaixo */
.plan-card-avulso .plan-price-inverted .plan-per-first {
  font-size: 1.35rem;
  font-weight: 700;
  color: #111827;
}

.plan-card-avulso .plan-price-inverted .plan-old-total {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-muted, #6b7280);
  text-decoration: line-through;
}

.plan-card-avulso .plan-price-inverted .plan-current-small {
  font-size: 1.1rem;
  font-weight: 700;
  color: #111827;
}

.plan-card-starter .plan-price-inverted .plan-current-small {
  color: #059669;
  font-size: 1.15rem;
}

.plan-card-avulso .plan-features {
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.5;
}

.plan-card-avulso .plan-features li {
  padding: 4px 0;
  padding-left: 24px;
  position: relative;
  color: #374151;
}

.plan-card-avulso .plan-features li.plan-feature-qty {
  font-size: 0.95rem;
  font-weight: 700;
  color: #111827;
  padding-bottom: 8px;
  margin-bottom: 6px;
  border-bottom: 1px solid #e5e7eb;
  line-height: 1.4;
}

.plan-card-avulso .plan-features li.plan-feature-qty strong {
  color: #059669;
}

.plan-card-avulso .plan-features li.plan-feature-qty .plan-feature-model {
  display: block;
  font-size: 0.78rem;
  font-weight: 400;
  color: #6b7280;
  margin-top: 1px;
  padding-left: 0;
}

.plan-card-avulso .plan-features li.plan-feature-qty::before {
  content: "▶";
  color: #059669;
  font-size: 0.6em;
  top: 5px;
}

.plan-card-avulso .plan-features li.plan-feature-qty-sub {
  font-size: 0.82rem;
  font-weight: 500;
  color: #6b7280;
  padding-top: 2px;
  padding-bottom: 2px;
}

.plan-card-avulso .plan-features li.plan-feature-qty-sub strong {
  color: #374151;
  font-weight: 600;
}

.plan-card-avulso .plan-features li.plan-feature-qty-sub .plan-feature-model {
  font-size: 0.78rem;
  font-weight: 400;
  color: #9ca3af;
}

.plan-card-avulso .plan-features li.plan-feature-qty-sub::before {
  content: "–";
  color: #9ca3af;
  font-weight: 400;
  font-size: 0.9em;
  top: 2px;
}

.plan-card-avulso .plan-features li.plan-feature-price {
  font-weight: 600;
  color: #059669;
  font-size: 0.88rem;
}

/* Destaque: geração rápida e prioridade na fila */
.plan-features li.plan-feature-highlight {
  font-weight: 600 !important;
  color: #047857 !important;
  background: rgba(5, 150, 105, 0.09);
  padding: 6px 10px 6px 24px !important;
  margin: 6px 0 !important;
  border-radius: 8px;
  border-left: 3px solid #059669;
}
.plan-features li.plan-feature-highlight::before {
  content: none !important;
}

.plan-card-avulso .plan-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  color: #059669;
  font-weight: 700;
  font-size: 0.9em;
  width: 1em;
  text-align: center;
}

.plan-card-avulso .plan-cta {
  padding: 13px 20px;
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Todos os cards: estilo unificado — contorno definido e sombra suave */
.plan-card-starter,
.plan-card-popular,
.plan-card-pro,
.plan-card-escala,
.plan-card-creator,
.plan-card-agency {
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 8px 24px rgba(0, 0, 0, 0.07);
  background: #fff;
}
/* Starter: sem borda no topo para o header ficar colado */
.plan-card-starter {
  border-top: none;
}

.plan-card-starter .plan-price-box,
.plan-card-popular .plan-price-box,
.plan-card-pro .plan-price-box,
.plan-card-escala .plan-price-box,
.plan-card-creator .plan-price-box,
.plan-card-agency .plan-price-box {
  background: rgba(16, 185, 129, 0.06);
  border-color: rgba(16, 185, 129, 0.2);
}

/* Botão CTA Starter: verde para conversão */
/* Banners visíveis — headers com cores diferentes por card */
.plan-banner {
  display: block !important;
  width: calc(100% + 24px);
  margin: -14px -12px 14px -12px;
  padding: 10px 16px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 14px 14px 0 0;
}
/* Preto: Starter, Popular, Pro, Creator */
.plan-banner-starter,
.plan-banner-creator,
.plan-banner-popular,
.plan-banner-pro,
.plan-banner-pro-mensal {
  background: linear-gradient(90deg, #1a1a1a 0%, #0f0f0f 100%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
/* Azul: Escala e Agency (último de cada aba — destaque) */
.plan-banner-escala,
.plan-banner-agency {
  background: linear-gradient(90deg, #1d4ed8 0%, #2563eb 50%, #3b82f6 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
}

/* Promoção relâmpago — visível em Starter e Creator */
.plan-banner-flash {
  display: block !important;
  background: linear-gradient(90deg, #b45309 0%, #ea580c 50%, #f97316 100%) !important;
  box-shadow: 0 2px 8px rgba(234, 88, 12, 0.35);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Headers de vantagem — paleta preto, laranja e verde */
.plan-banner-benefit {
  display: block !important;
  width: calc(100% + 24px);
  margin: -14px -12px 14px -12px;
  padding: 10px 16px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  border-radius: 14px 14px 0 0;
  text-transform: uppercase;
}
/* Verde */
.plan-banner-benefit-popular {
  background: linear-gradient(90deg, #059669 0%, #10b981 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.35);
}
/* Preto */
.plan-banner-benefit-pro,
.plan-banner-benefit-escala,
.plan-banner-benefit-pro-mensal,
.plan-banner-benefit-agency {
  background: linear-gradient(90deg, #1a1a1a 0%, #0f0f0f 100%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
/* Laranja (Creator) */
.plan-banner-benefit-creator {
  background: linear-gradient(90deg, #ea580c 0%, #f97316 100%);
  box-shadow: 0 2px 8px rgba(234, 88, 12, 0.35);
}

/* SOMENTE HOJE e 50% OFF — ocultos (após .plan-banner para sobrescrever display: block !important) */
.plan-banner.plan-banner-starter,
.plan-banner.plan-banner-creator {
  display: none !important;
}

/* Planos mensais: banner 50% OFF (oculto) */
.plan-banner-mensal {
  display: none;
  width: calc(100% + 24px);
  margin: -14px -12px 14px -12px;
  padding: 10px 16px;
  background: linear-gradient(90deg, #1a1a1a 0%, #0f0f0f 100%);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 14px 14px 0 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

/* Creator: mesmo tamanho dos cards Comprar créditos (padronizado) */
.plan-card-creator .plan-price-box.plan-price-creator {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.06) 0%, rgba(5, 150, 105, 0.04) 100%);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 12px;
  padding: 16px 20px;
}
.plan-price-creator {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  margin-bottom: 14px;
}
.plan-price-creator .plan-price-main {
  font-size: 1.65rem;
  font-weight: 800;
  color: #059669;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.plan-price-creator .plan-price-sub {
  display: inline;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.plan-price-creator .plan-price-sub-prefix,
.plan-price-creator .plan-price-sub-suffix {
  font-size: 0.78rem;
  font-weight: 400;
  color: #9ca3af;
}
.plan-price-creator .plan-price-sub-value {
  font-size: 0.88rem;
  font-weight: 500;
  color: #9ca3af;
  letter-spacing: 0;
}
.plan-price-creator .plan-price-old {
  font-size: 0.78rem;
  font-weight: 500;
  color: #9ca3af;
  text-decoration: line-through;
}

/* Creator: fallback para plan-price-inverted (não usado no Creator) */
.plan-card-creator .plan-price-inverted .plan-current-small {
  color: #059669;
  font-size: 1.15rem;
}

/* Pro e Agency: mesmo tamanho dos cards Comprar créditos (padronizado) */
.plan-card-pro .plan-price-box.plan-price-premium,
.plan-card-agency .plan-price-box.plan-price-premium {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.06) 0%, rgba(5, 150, 105, 0.04) 100%);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 12px;
  padding: 16px 20px;
}
.plan-price-premium {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  margin-bottom: 14px;
}
.plan-price-premium .plan-price-main {
  font-size: 1.65rem;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.plan-card-pro .plan-price-premium .plan-price-main {
  color: #059669;
}
.plan-price-premium .plan-price-sub {
  display: inline;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.plan-price-premium .plan-price-sub-prefix,
.plan-price-premium .plan-price-sub-suffix {
  font-size: 0.78rem;
  font-weight: 400;
  color: #9ca3af;
}
.plan-price-premium .plan-price-sub-value {
  font-size: 0.88rem;
  font-weight: 500;
  color: #9ca3af;
  letter-spacing: 0;
}
.plan-price-premium .plan-price-old {
  font-size: 0.78rem;
  font-weight: 500;
  color: #9ca3af;
  text-decoration: line-through;
}

/* Vídeos premium — créditos menores (Pro, Agency) */
.plan-videos-premium .plan-videos-main {
  font-size: 1.3rem;
  font-weight: 700;
}
.plan-videos-premium .plan-videos-credits {
  font-size: 0.72rem;
  opacity: 0.75;
}

/* Aba Planos Mensais: CTA preto */
#plansMensais .plan-cta {
  padding: 13px 20px !important;
  font-size: 0.88rem !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff !important;
  background: #000 !important;
  border: 2px solid #000 !important;
}
#plansMensais .plan-card-creator .plan-cta,
#plansMensais .plan-card-pro-mensal .plan-cta,
#plansMensais .plan-card-agency .plan-cta {
  background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
  border: none !important;
}
#plansMensais .plan-card-creator .plan-cta:hover,
#plansMensais .plan-card-pro-mensal .plan-cta:hover,
#plansMensais .plan-card-agency .plan-cta:hover {
  background: linear-gradient(135deg, #047857 0%, #065f46 100%) !important;
  color: #fff !important;
}
/* Creator e Scale — CTA laranja (override do verde genérico) */
#plansMensais .plan-card-creator .plan-cta.plan-cta-creator-soft,
#plansMensais .plan-card-creator-promo .plan-cta.plan-cta-creator-soft {
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
  box-shadow: 0 4px 14px rgba(234, 88, 12, 0.35) !important;
}
#plansMensais .plan-card-creator .plan-cta.plan-cta-creator-soft:hover,
#plansMensais .plan-card-creator-promo .plan-cta.plan-cta-creator-soft:hover {
  background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%) !important;
  box-shadow: 0 6px 18px rgba(234, 88, 12, 0.45) !important;
  color: #fff !important;
}
/* Scale — roxo, igual ao header */
#plansMensais .plan-card[data-plan-id="scale"] .plan-cta.plan-cta-creator-soft {
  background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%) !important;
  box-shadow: 0 4px 14px rgba(124, 58, 237, 0.4) !important;
}
#plansMensais .plan-card[data-plan-id="scale"] .plan-cta.plan-cta-creator-soft:hover {
  background: linear-gradient(135deg, #6d28d9 0%, #9333ea 100%) !important;
  box-shadow: 0 6px 18px rgba(109, 40, 217, 0.5) !important;
}
/* CTA "Para upgrade, entre em contato" — estilo secundário */
#plansMensais .plan-cta.plan-cta-support {
  background: #f3f4f6 !important;
  border: 2px solid #d1d5db !important;
  color: #374151 !important;
}
#plansMensais .plan-cta.plan-cta-support:hover {
  background: #e5e7eb !important;
  border-color: #9ca3af !important;
  color: #1f2937 !important;
}

/* Plano inferior (sem ação — não é possível rebaixar) */
#plansMensais .plan-cta.plan-cta-disabled {
  background: #e5e7eb !important;
  border-color: #d1d5db !important;
  color: #6b7280 !important;
  cursor: default;
  pointer-events: none;
}

/* Plano ativo: CTA verde */
#plansMensais .plan-cta.plan-cta-plano-ativo,
#plansMensais .plan-card-creator .plan-cta.plan-cta-plano-ativo,
#plansMensais .plan-card-pro-mensal .plan-cta.plan-cta-plano-ativo,
#plansMensais .plan-card-agency .plan-cta.plan-cta-plano-ativo {
  background: #10b981 !important;
  border: 2px solid #10b981 !important;
  color: #fff !important;
}
#plansMensais .plan-cta.plan-cta-plano-ativo:hover,
#plansMensais .plan-card-creator .plan-cta.plan-cta-plano-ativo:hover,
#plansMensais .plan-card-pro-mensal .plan-cta.plan-cta-plano-ativo:hover,
#plansMensais .plan-card-agency .plan-cta.plan-cta-plano-ativo:hover {
  background: #059669 !important;
  border-color: #059669 !important;
  color: #fff !important;
}

/* Créditos avulsos: destaque no valor por vídeo, total menor abaixo */
.plan-price-avulso {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
  margin-bottom: 14px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.06) 0%, rgba(5, 150, 105, 0.04) 100%) !important;
  border: 1px solid rgba(16, 185, 129, 0.2) !important;
  border-radius: 12px !important;
  padding: 16px 20px !important;
}
/* Ordem visual: por vídeo em cima (destaque), total embaixo (menor) */
.plan-price-avulso .plan-price-sub {
  order: -1;
  display: inline;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.plan-price-avulso .plan-price-sub-prefix,
.plan-price-avulso .plan-price-sub-suffix {
  font-size: 0.8rem;
  font-weight: 600;
  color: #6b7280;
}
.plan-price-avulso .plan-price-sub-value {
  font-size: 1.85rem;
  font-weight: 800;
  color: #059669;
  letter-spacing: -0.02em;
}
.plan-price-total-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}
.plan-price-avulso .plan-price-main {
  font-size: 1.1rem;
  font-weight: 700;
  color: #111827;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.plan-price-avulso .plan-price-old {
  font-size: 0.78rem;
  font-weight: 500;
  color: #9ca3af;
  text-decoration: line-through;
}
.plan-card-starter .plan-price-avulso .plan-price-sub {
  color: #059669;
}

/* Badge 50% nos planos */
.plan-badge-50 {
  display: inline-block;
  margin-top: 6px;
  padding: 4px 10px;
  background: linear-gradient(90deg, #6b7280 0%, #4b5563 100%);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  border-radius: 6px;
  align-self: flex-start;
}

/* Escala e Agency: mesmo estilo dos demais (sem cinza/preto) */

.plan-cta-green {
  background: #10b981 !important;
  border-color: #10b981 !important;
  color: #fff !important;
}

.plan-cta-green:hover {
  background: #059669 !important;
  border-color: #059669 !important;
  color: #fff !important;
}

/* Creator: botão maior para melhor conversão em mobile */
/* Prova social acima do botão Creator */
.plan-social-proof {
  margin: 0 0 12px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #059669;
  text-align: center;
}

.plan-card-avulso .plan-guarantee {
  margin-top: 10px;
  font-size: 0.8rem;
  color: #059669;
  font-weight: 500;
}

.plan-no-lock {
  display: block;
  margin-top: 14px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #374151;
  text-align: center;
}

.plan-total-monthly {
  display: block;
  margin-top: 10px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #1f2937;
  text-align: center;
}

.plan-badge-pro {
  display: inline-block;
  margin-bottom: 6px;
  padding: 5px 12px;
  background: #111827 !important;
  color: #fff !important;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-radius: 999px;
}

/* Popular, Pro, Escala, Agency: mesmo estilo unificado dos demais */
.plan-badge-escala,
.plan-badge-agency {
  display: inline-block;
  margin-bottom: 6px;
  padding: 6px 14px;
  background: linear-gradient(135deg, #111827 0%, #374151 100%) !important;
  color: #fff !important;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Esquema unificado dos cards (mensais) */
.plan-card-schema {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px 20px;
}

.plan-card-schema .plan-badge,
.plan-card-schema .plan-badge-popular {
  position: static;
  margin-bottom: 4px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.plan-card-schema .plan-name {
  margin: 8px 0 2px;
}

.plan-card-schema .plan-desc {
  margin: 0 0 16px;
  font-size: 0.9rem;
  color: var(--text-muted, #6b7280);
}

.plan-card-schema .plan-credits-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.plan-card-schema .plan-credits-hero-text {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--text, #1a1a1a);
  letter-spacing: 0.03em;
  line-height: 1.1;
}

.plan-card-schema .plan-price-box {
  width: 100%;
  padding: 16px;
  background: var(--bg-soft, #f5f5f5);
  border-radius: 12px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.plan-card-schema .plan-price-inverted {
  align-items: center;
}

.plan-card-schema .plan-price-inverted .plan-per-first {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text, #1a1a1a);
}

.plan-card-schema .plan-price-inverted .plan-old-total {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-muted, #6b7280);
  text-decoration: line-through;
}

.plan-card-schema .plan-price-inverted .plan-current-small {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text, #1a1a1a);
}

.plan-card-schema .plan-credits-desc {
  font-size: 1.1rem;
  font-weight: 700;
  color: #111827;
}

.plan-card-schema .plan-features {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}

.plan-card-schema .plan-features li::before {
  color: #059669;
}

/* Tela cheia no mobile + planos avulsos em 1 coluna (Starter → Popular → Pro) */
@media (max-width: 768px) {
  .plans-modal {
    padding: 0;
    align-items: stretch;
  }

  .plans-modal-wrap {
    max-width: none;
  }
  .plans-modal-card {
    max-width: none;
    width: 100%;
    min-height: 0;
    flex: 1;
    border-radius: 0;
    max-height: none;
  }
  .plans-modal-timer {
    border-radius: 0;
  }

  .plans-modal-card:has(#plansAvulsos:not(.hidden)) {
    max-width: none;
  }

  /* 1 coluna no celular: um card abaixo do outro (Starter → Popular → Pro) */
  .plans-avulsos-three {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    gap: 20px;
  }
  .plans-avulsos-three .plan-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .plans-avulsos-three .plan-card-starter { order: 1; }
  .plans-avulsos-three .plan-card-plus { order: 2; }
  .plans-avulsos-three .plan-card-popular { order: 3; }
  .plans-avulsos-three .plan-card-pro-avulso { order: 4; }
  .plans-avulsos-three .plan-card-mega    { order: 5; }
}

@media (max-height: 700px) {
  .plans-modal-timer-wrap.plans-modal-timer-visible {
    margin: -20px -16px 10px -16px;
    border-radius: 12px 12px 0 0;
  }
  .plans-modal-card {
    padding: 20px 16px;
    max-height: calc(100dvh - 20px);
  }
  .plan-card-starter {
    padding: 12px 10px 12px 10px;
  }
  .plan-card-starter .plan-badge-starter-off {
    margin: -12px -10px 10px -10px;
    padding: 8px 10px;
    font-size: 0.8rem;
  }
  .plan-card-creator-promo {
    padding: 12px 10px 12px 10px;
  }
  .plan-card-creator-promo .plan-badge-creator-promo,
  .plan-card-scale .plan-badge-scale {
    margin: -16px -16px 12px -16px;
    width: calc(100% + 32px);
    padding: 8px 16px;
    font-size: 0.8rem;
  }
  .plans-modal-title { font-size: 1.2rem; }
  .plans-modal-sub { margin-bottom: 10px; font-size: 0.8rem; }
  .plans-tabs { margin-bottom: 10px; }
  .plans-tab { padding: 8px 10px; font-size: 0.8rem; }
  .plans-tab-content { gap: 14px; }
  .plan-card-avulso { padding: 12px 10px; }
  .plan-card-avulso .plan-name { font-size: 1rem; }
  .plan-card-avulso .plan-credits-num { font-size: 1.3rem; }
  .plan-card-avulso .plan-price-inverted .plan-per-first { font-size: 1.2rem; }
  .plan-card-avulso .plan-features { font-size: 0.82rem; }
  .plan-card-avulso .plan-cta { padding: 11px 16px; font-size: 0.82rem; }
}

.plan-card-schema .plan-cta {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Modal Meu plano — layout inspirado em Stripe/Canva */
.meu-plano-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(17, 24, 39, 0.5);
  backdrop-filter: blur(8px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.meu-plano-modal.hidden {
  display: none;
}
.meu-plano-modal-backdrop {
  position: absolute;
  inset: 0;
  cursor: pointer;
  z-index: 0;
}
.meu-plano-modal-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 400px;
  padding: 28px 24px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.05);
}
.meu-plano-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1;
  color: #64748b;
  background: none;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.meu-plano-modal-close:hover {
  background: #f1f5f9;
  color: #334155;
}
.meu-plano-launch-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: -12px 0 16px;
  padding: 5px 12px;
  background: linear-gradient(135deg, #1e3a8a 0%, #1d4ed8 100%);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  border-radius: 20px;
  letter-spacing: 0.03em;
  box-shadow: 0 2px 8px rgba(29, 78, 216, 0.3);
}
.meu-plano-launch-badge.hidden { display: none !important; }

.meu-plano-launch-compare {
  margin: -8px 0 16px;
  padding: 8px 12px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  font-size: 0.8rem;
  color: #1e40af;
  line-height: 1.5;
}
.meu-plano-launch-compare.hidden { display: none !important; }

.meu-plano-modal-title {
  margin: 0 0 24px;
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.02em;
}

/* Hero: créditos em destaque + barra de progresso */
.meu-plano-credits-hero {
  margin-bottom: 24px;
  padding: 20px;
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
  border: 1px solid #bbf7d0;
  border-radius: 12px;
}
.meu-plano-credits-value-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 12px;
}
.meu-plano-credits-value {
  font-size: 2rem;
  font-weight: 800;
  color: #065f46;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.meu-plano-credits-of {
  font-size: 0.85rem;
  color: #047857;
  font-weight: 500;
}
.meu-plano-progress-wrap {
  width: 100%;
}
.meu-plano-progress-bar {
  height: 8px;
  background: #d1fae5;
  border-radius: 999px;
  overflow: hidden;
}
.meu-plano-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #059669 0%, #10b981 100%);
  border-radius: 999px;
  transition: width 0.4s ease-out;
}

/* Precisa de mais créditos? */
.meu-plano-buy-more {
  margin-bottom: 20px;
  padding: 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  text-align: center;
}
.meu-plano-buy-more-text {
  margin: 0 0 10px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #0f172a;
}
.meu-plano-buy-more-btn {
  padding: 8px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #059669;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.meu-plano-buy-more-btn:hover {
  background: #d1fae5;
  color: #047857;
}

/* Grid de métricas — estilo card minimalista */
.meu-plano-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}
.meu-plano-metric {
  padding: 14px 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}
.meu-plano-metric.hidden {
  display: none;
}
.meu-plano-metric-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.meu-plano-metric-value {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.meu-plano-modal-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.meu-plano-cancel-sub-btn {
  width: 100%;
  max-width: 100%;
  padding: 0;
  border: none;
  background: none;
  font-size: 0.82rem;
  font-weight: 600;
  color: #94a3b8;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.meu-plano-cancel-sub-btn:hover {
  color: #64748b;
}
.meu-plano-modal-cta {
  display: block;
  width: 100%;
  padding: 14px 24px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #0f172a;
  border-radius: 10px;
  transition: background 0.2s, transform 0.1s;
}
.meu-plano-modal-cta:hover {
  background: #1e293b;
}
.meu-plano-modal-cta:active {
  transform: scale(0.98);
}

/* Modal retenção cancelamento (WhatsApp + motivos) */
.cancel-retention-modal .cancel-retention-card {
  max-width: 420px;
  max-height: min(92vh, 720px);
  overflow-y: auto;
  padding: 22px 22px 20px;
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.22);
}
.cancel-retention-eyebrow {
  margin: 0 0 6px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #059669;
}
.cancel-retention-title {
  margin: 0 0 10px;
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.25;
  color: #0f172a;
  letter-spacing: -0.02em;
}
.cancel-retention-lead {
  margin: 0 0 14px;
  font-size: 0.92rem;
  color: #475569;
  line-height: 1.45;
}
.cancel-retention-perks {
  margin: 0 0 16px;
  padding: 12px 14px 12px 16px;
  list-style: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #ecfdf5 0%, #f0fdf4 50%, #f8fafc 100%);
  border: 1px solid rgba(16, 185, 129, 0.28);
  font-size: 0.86rem;
  color: #14532d;
  line-height: 1.55;
}
.cancel-retention-perks li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 6px;
}
.cancel-retention-perks li:last-child { margin-bottom: 0; }
.cancel-retention-perk-ic {
  flex-shrink: 0;
  width: 1.25em;
  text-align: center;
}
.cancel-retention-wa-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 18px;
  margin-bottom: 6px;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff !important;
  text-decoration: none !important;
  background: linear-gradient(145deg, #25d366 0%, #128c7e 100%);
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.35);
  transition: transform 0.12s ease, box-shadow 0.2s ease;
}
.cancel-retention-wa-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.35);
}
.cancel-retention-wa-btn::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.435 9.884-9.884 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.cancel-retention-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0 8px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.cancel-retention-divider::before,
.cancel-retention-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
}
.cancel-retention-divider span { flex-shrink: 0; }
.cancel-retention-reason-hint {
  margin: 0 0 10px;
  font-size: 0.82rem;
  color: #64748b;
}
.cancel-reason-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
.cancel-reason-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1.5px solid #e2e8f0;
  background: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  color: #334155;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}
.cancel-reason-chip:hover {
  border-color: #cbd5e1;
  background: #f8fafc;
}
.cancel-reason-chip.is-selected {
  border-color: #059669;
  background: #ecfdf5;
  color: #065f46;
  box-shadow: 0 0 0 1px rgba(5, 150, 105, 0.2);
}
.cancel-reason-other-wrap {
  margin-bottom: 12px;
}
.cancel-reason-other-wrap.hidden { display: none !important; }
.cancel-reason-other-label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #64748b;
}
.cancel-reason-other-text {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  font-size: 0.88rem;
  font-family: inherit;
  resize: vertical;
  min-height: 52px;
}
.cancel-reason-other-text:focus {
  outline: none;
  border-color: #059669;
  box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.15);
}
.cancel-retention-actions {
  margin-top: 6px;
  padding-top: 4px;
}
.cancel-retention-btn-secondary {
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1.5px solid #e2e8f0;
  background: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  color: #64748b;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.cancel-retention-btn-secondary:hover {
  border-color: #cbd5e1;
  background: #f8fafc;
  color: #475569;
}

/* Modal confirmar cancelamento */
.cancel-confirm-card {
  max-width: 380px;
}
.cancel-confirm-warning {
  margin: 0 0 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0f172a;
}
.cancel-confirm-benefits {
  margin: 0 0 16px;
  padding-left: 20px;
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.6;
}
.cancel-confirm-desc {
  margin: 0 0 20px;
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.5;
}
.cancel-confirm-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
.cancel-confirm-btn {
  padding: 10px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: opacity 0.2s;
}
.cancel-confirm-voltar {
  background: #f1f5f9;
  color: #475569;
  border: 1px solid #e2e8f0;
}
.cancel-confirm-voltar:hover {
  background: #e2e8f0;
}
.cancel-confirm-ok {
  background: #dc2626;
  color: #fff;
  border: none;
}
.cancel-confirm-ok:hover {
  background: #b91c1c;
}

/* ===== Ajuste solicitado: Creator laranja, Pro preto ===== */
#plansMensais .plan-card-creator .plan-badge-creator-promo,
#plansMensais .plan-card-creator-promo .plan-badge-creator-promo,
#plansMensais .plan-card[data-plan-id="start"] .plan-badge-creator-promo {
  background: linear-gradient(90deg, #f97316 0%, #ea580c 100%) !important;
  color: #fff !important;
}

#plansMensais .plan-card-creator .plan-cta.plan-cta-creator-soft,
#plansMensais .plan-card-creator-promo .plan-cta.plan-cta-creator-soft,
#plansMensais .plan-card[data-plan-id="start"] .plan-cta.plan-cta-creator-soft {
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%) !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(234, 88, 12, 0.35) !important;
}

#plansMensais .plan-card-creator .plan-cta.plan-cta-creator-soft:hover,
#plansMensais .plan-card-creator-promo .plan-cta.plan-cta-creator-soft:hover,
#plansMensais .plan-card[data-plan-id="start"] .plan-cta.plan-cta-creator-soft:hover {
  background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%) !important;
  box-shadow: 0 6px 18px rgba(234, 88, 12, 0.45) !important;
}

/* Segundo CTA — Pix recorrente (Woovi) */
#plansMensais .plan-cta-creator-pix-secondary {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 14px 18px;
  text-align: center;
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 12px;
  text-decoration: none;
  box-sizing: border-box;
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  color: #fff;
  border: none;
  box-shadow: 0 4px 14px rgba(22, 163, 74, 0.35);
  transition: background 0.15s, box-shadow 0.15s, transform 0.12s;
}
#plansMensais .plan-cta-creator-pix-secondary:hover {
  background: linear-gradient(135deg, #15803d 0%, #166534 100%);
  box-shadow: 0 6px 18px rgba(22, 163, 74, 0.45);
  transform: translateY(-1px);
}

#plansMensais .plan-card-agency .plan-badge-agency {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + 32px);
  margin: -16px -16px 14px -16px;
  padding: 10px 16px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #111827 0%, #374151 100%);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Card ativo: faixa “Para agências…” já está nos benefícios */
#plansMensais .plan-card-agency.plan-card--active .plan-badge-agency {
  display: none !important;
}

#plansMensais .plan-card-agency.plan-card-simple {
  border: 1.5px solid #1f2937;
  box-shadow: 0 2px 14px rgba(17, 24, 39, 0.14);
  overflow: hidden;
  border-radius: 14px;
}

#plansMensais .plan-card-agency .plan-cta.plan-cta-agency {
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%) !important;
  border: none !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(17, 24, 39, 0.42) !important;
}

#plansMensais .plan-card-agency .plan-cta.plan-cta-agency:hover {
  background: linear-gradient(135deg, #030712 0%, #111827 100%) !important;
  box-shadow: 0 6px 18px rgba(3, 7, 18, 0.55) !important;
}

#plansMensais .plan-card-pro-mensal .plan-badge-pro-mensal,
#plansMensais .plan-card[data-plan-id="pro"] .plan-badge-pro-mensal {
  background: linear-gradient(90deg, #111827 0%, #1f2937 100%) !important;
  color: #fff !important;
}

#plansMensais .plan-cta-pro-dominant,
#plansMensais .plan-card[data-plan-id="pro"] .plan-cta.plan-cta-pro-dominant {
  background: linear-gradient(135deg, #111827 0%, #1f2937 100%) !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(17, 24, 39, 0.42) !important;
}

#plansMensais .plan-cta-pro-dominant:hover,
#plansMensais .plan-card[data-plan-id="pro"] .plan-cta.plan-cta-pro-dominant:hover {
  background: linear-gradient(135deg, #030712 0%, #111827 100%) !important;
  box-shadow: 0 6px 18px rgba(3, 7, 18, 0.55) !important;
}
