/* premium.css — estilos da página /premium (v0.2.14)
 * Herda variáveis CSS de styles.css (--bg-0, --pink-1, --purple, --cyan, etc)
 */

.grad-gold {
  background: linear-gradient(90deg, #ffc440, #ff6dc1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.premium-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 5vw 80px;
  position: relative;
  z-index: 5;
}

/* ============================================================
   LOADING / LOGGED OUT
   ============================================================ */
.premium-loading {
  text-align: center;
  padding: 80px 20px;
}
.premium-loading-spinner {
  width: 44px;
  height: 44px;
  border: 4px solid rgba(255, 61, 154, .2);
  border-top-color: var(--pink-1);
  border-radius: 50%;
  margin: 0 auto 16px;
  animation: pix-spin 1s linear infinite;
}
@keyframes pix-spin { to { transform: rotate(360deg); } }
.premium-loading p { opacity: .7; margin: 0; }

.premium-logged-out {
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}
.premium-hero {
  position: relative;
  padding: 80px 40px 70px;
  border-radius: 28px;
  background: rgba(15, 10, 30, .4);
  border: 1px solid rgba(255, 196, 64, .25);
  margin-bottom: 50px;
  overflow: hidden;
  isolation: isolate;
}
.premium-hero-bg {
  position: absolute;
  inset: -50%;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 196, 64, .25), transparent 40%),
    radial-gradient(circle at 80% 20%, rgba(255, 109, 193, .22), transparent 45%),
    radial-gradient(circle at 50% 80%, rgba(160, 75, 255, .25), transparent 50%);
  z-index: -1;
  animation: hero-bg-drift 18s ease-in-out infinite alternate;
  opacity: .8;
}
@keyframes hero-bg-drift {
  0% { transform: rotate(0deg) scale(1); }
  100% { transform: rotate(15deg) scale(1.1); }
}

/* Pill no topo do hero */
.premium-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(76, 217, 100, .12);
  border: 1px solid rgba(76, 217, 100, .35);
  border-radius: 999px;
  font-size: 12px;
  margin-bottom: 24px;
  color: #4cd964;
  font-weight: 500;
}
.premium-hero-pill .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4cd964;
  box-shadow: 0 0 10px #4cd964;
  animation: pulseDot 1.6s ease-in-out infinite;
}
@keyframes pulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .5; transform: scale(1.5); }
}
.premium-sparkle {
  position: absolute;
  font-size: 18px;
  animation: sparkle 3s ease-in-out infinite;
  pointer-events: none;
}
.premium-sparkle:nth-child(2) { top: 22%; left: 12%; animation-delay: 0s; font-size: 16px; }
.premium-sparkle:nth-child(3) { top: 18%; right: 18%; animation-delay: .8s; font-size: 22px; }
.premium-sparkle:nth-child(4) { bottom: 25%; left: 18%; animation-delay: 1.6s; font-size: 14px; }
.premium-sparkle:nth-child(5) { bottom: 30%; right: 14%; animation-delay: 2.2s; font-size: 18px; }
.premium-sparkle:nth-child(6) { top: 50%; left: 8%; animation-delay: 1.2s; font-size: 14px; }
.premium-sparkle:nth-child(7) { top: 45%; right: 8%; animation-delay: 1.9s; font-size: 12px; }
.premium-sparkle:nth-child(8) { top: 70%; right: 28%; animation-delay: 2.6s; font-size: 16px; }
@keyframes sparkle {
  0%, 100% { transform: scale(.7) rotate(0deg); opacity: .4; }
  50% { transform: scale(1.2) rotate(180deg); opacity: 1; }
}
.premium-hero-crown {
  font-size: 96px;
  margin: 6px 0 18px;
  filter: drop-shadow(0 8px 24px rgba(255, 196, 64, .55));
  animation: crown-float 4s ease-in-out infinite;
  display: inline-block;
}
@keyframes crown-float {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-12px) rotate(3deg); }
}
.premium-hero-title {
  margin: 0 0 14px;
  font: 800 44px/1.15 Orbitron, sans-serif;
  letter-spacing: -.5px;
}
.premium-hero-sub {
  margin: 0 auto;
  max-width: 640px;
  opacity: .85;
  font-size: 17px;
  line-height: 1.55;
}
.premium-login-cta {
  padding: 20px;
}
.premium-login-cta p:first-child {
  font-size: 16px;
  margin: 0 0 14px;
}
.premium-login-cta .auth-login-btn {
  font-size: 16px;
  padding: 12px 24px;
}
.premium-login-cta .auth-login-btn span {
  display: inline-block;
}
.premium-login-note {
  margin-top: 14px;
  opacity: .55;
  font-size: 13px;
}

/* ============================================================
   PAGE HEADER
   ============================================================ */
.premium-page-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.premium-page-header h1 {
  font: 800 26px/1.2 Orbitron, sans-serif;
  margin: 0 0 4px;
}
.premium-page-sub {
  margin: 0;
  opacity: .65;
  font-size: 14px;
}
.premium-page-user {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ph-user-text {
  text-align: right;
  display: flex;
  flex-direction: column;
}
.ph-user-text strong { font-size: 14px; }
.ph-user-text small { opacity: .55; font-size: 12px; }
.ph-user-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 196, 64, .35);
}
.ph-user-avatar-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--pink-1), var(--purple));
  font: 700 16px/1 Inter, sans-serif;
  color: white;
}

/* ============================================================
   STATS ROW
   ============================================================ */
.premium-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 32px;
}
.premium-stat-card {
  position: relative;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 14px;
  padding: 20px 22px;
}
.premium-stat-card strong {
  display: block;
  font: 800 28px/1 Orbitron, sans-serif;
  margin-bottom: 4px;
}
.premium-stat-card span {
  font-size: 13px;
  opacity: .65;
}
.premium-stat-dot {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.dot-pink { background: var(--pink-1); box-shadow: 0 0 10px var(--pink-1); }
.dot-cyan { background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }
.dot-purple { background: var(--purple); box-shadow: 0 0 10px var(--purple); }
.premium-stat-card { padding-top: 38px; }

/* ============================================================
   SECTION (genérica)
   ============================================================ */
.premium-section {
  margin-bottom: 36px;
}
.premium-section h2 {
  font: 700 16px/1.2 Inter, sans-serif;
  margin: 0 0 12px;
  opacity: .95;
}

/* ============================================================
   STATUS DA ASSINATURA
   ============================================================ */
.premium-status-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .06);
}
.premium-status-card.is-active {
  background: linear-gradient(135deg, rgba(255, 196, 64, .12), rgba(255, 109, 193, .08));
  border-color: rgba(255, 196, 64, .3);
}
.premium-status-card.is-expired {
  background: rgba(255, 107, 138, .08);
  border-color: rgba(255, 107, 138, .25);
}
.premium-status-icon {
  font-size: 32px;
  line-height: 1;
}
.premium-status-card strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}
.premium-status-card p {
  margin: 0;
  opacity: .75;
  font-size: 13px;
}

/* ============================================================
   DETAILS GRID (Detalhes da Assinatura)
   ============================================================ */
.premium-details-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.premium-detail-card {
  position: relative;
  padding: 18px 18px 16px;
  background: linear-gradient(180deg, rgba(255, 195, 76, 0.05), rgba(255, 195, 76, 0.02));
  border: 1px solid rgba(255, 195, 76, 0.18);
  border-radius: 16px;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.premium-detail-card:hover {
  border-color: rgba(255, 195, 76, 0.32);
  background: linear-gradient(180deg, rgba(255, 195, 76, 0.07), rgba(255, 195, 76, 0.03));
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 195, 76, 0.08);
}
.premium-detail-label {
  font-size: 12px;
  font-weight: 600;
  color: rgba(245, 237, 255, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.premium-detail-card strong {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  font-family: Orbitron, Inter, sans-serif;
  line-height: 1.15;
  word-break: break-word;
}
.premium-detail-card small {
  font-size: 12px;
  color: rgba(245, 237, 255, 0.6);
  margin-top: 2px;
}

.premium-details-actions {
  display: flex;
  gap: 12px;
  margin-top: 14px;
  flex-wrap: wrap;
}
.premium-detail-action {
  flex: 1 1 200px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 46px;
  padding: 0 18px;
  background: linear-gradient(135deg, #ffb938, #ffc44b);
  border: none;
  border-radius: 12px;
  color: #1a0d2e;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 14px rgba(255, 185, 56, 0.25);
}
.premium-detail-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(255, 185, 56, 0.45);
  filter: brightness(1.05);
}
.premium-detail-action-secondary {
  background: rgba(88, 101, 242, 0.18);
  color: #a4b1ff;
  border: 1px solid rgba(88, 101, 242, 0.4);
  box-shadow: none;
}
.premium-detail-action-secondary:hover {
  background: rgba(88, 101, 242, 0.28);
  border-color: rgba(88, 101, 242, 0.6);
  box-shadow: 0 6px 20px rgba(88, 101, 242, 0.25);
}

/* ============================================================
   PLAN CARDS
   ============================================================ */
.premium-plans {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.premium-plan-card {
  position: relative;
  padding: 22px 22px 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .07);
  cursor: pointer;
  transition: transform .18s ease, border-color .2s, box-shadow .2s;
}
.premium-plan-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 109, 193, .35);
  box-shadow: 0 12px 30px rgba(255, 109, 193, .15);
}
.premium-plan-card.is-selected {
  border-color: var(--pink-1);
  box-shadow: 0 0 0 1px var(--pink-1), 0 12px 30px rgba(255, 61, 154, .25);
}
.premium-plan-recommended {
  border-color: rgba(255, 196, 64, .3);
}
.premium-plan-badge {
  position: absolute;
  top: -10px;
  right: 16px;
  background: linear-gradient(135deg, #4cd964, #2bd6e6);
  color: #052414;
  font: 700 11px/1 Inter, sans-serif;
  padding: 5px 12px;
  border-radius: 999px;
  letter-spacing: .3px;
}
.premium-plan-head strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}
.premium-plan-head p {
  margin: 0 0 18px;
  font-size: 13px;
  opacity: .65;
}
.premium-plan-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 16px;
}
.premium-plan-currency {
  font-size: 14px;
  opacity: .65;
}
.premium-plan-value {
  font: 800 30px/1 Orbitron, sans-serif;
}
.premium-plan-cycle {
  margin-left: 4px;
  opacity: .65;
  font-size: 14px;
}
.btn-plan {
  width: 100%;
  padding: 11px 18px;
  background: linear-gradient(135deg, #2bd6e6, #4cd964);
  color: #052414;
  border: none;
  border-radius: 10px;
  font: 700 14px/1 Inter, sans-serif;
  cursor: pointer;
  transition: transform .15s, box-shadow .2s;
}
.btn-plan:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(43, 214, 230, .35);
}

/* ============================================================
   PAGAMENTO (PIX / CARTÃO)
   ============================================================ */
.premium-payment-plan-label {
  font-weight: 500;
  font-size: 13px;
  opacity: .65;
  margin-left: 8px;
}
.premium-payment-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 14px;
}
.premium-pay-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  color: var(--text);
  cursor: pointer;
  transition: border-color .2s, transform .15s, background .2s;
  text-align: left;
  font-family: inherit;
}
.premium-pay-btn:hover {
  border-color: rgba(255, 196, 64, .4);
  background: rgba(255, 196, 64, .06);
  transform: translateY(-2px);
}
.premium-pay-btn.is-loading {
  opacity: .6;
  pointer-events: none;
}
.premium-pay-btn-pix:hover {
  border-color: rgba(43, 214, 230, .5);
  background: rgba(43, 214, 230, .06);
}
.premium-pay-icon {
  font-size: 28px;
  flex-shrink: 0;
}
.premium-pay-label {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.premium-pay-label strong {
  font-size: 14px;
}
.premium-pay-label small {
  font-size: 12px;
  opacity: .6;
}
.premium-disclaimer {
  text-align: center;
  font-size: 12px;
  opacity: .55;
  margin: 0;
}

/* ============================================================
   HISTÓRICO TABELA
   ============================================================ */
.premium-history-empty {
  text-align: center;
  padding: 30px;
  opacity: .55;
  background: rgba(255, 255, 255, .02);
  border: 1px dashed rgba(255, 255, 255, .08);
  border-radius: 12px;
  margin: 0;
}
.premium-history-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255, 255, 255, .02);
  border-radius: 12px;
  overflow: hidden;
}
.premium-history-table th {
  text-align: left;
  font: 600 12px/1 Inter, sans-serif;
  text-transform: uppercase;
  letter-spacing: .5px;
  opacity: .5;
  padding: 12px 14px;
  background: rgba(255, 255, 255, .02);
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}
.premium-history-table td {
  padding: 12px 14px;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, .04);
}
.premium-history-table tr:last-child td {
  border-bottom: none;
}
.premium-history-table .t-right { text-align: right; }
.ph-plan { font-weight: 500; }
.ph-status {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
}
.ph-status.is-paid {
  background: rgba(76, 217, 100, .12);
  color: #4cd964;
}
.ph-status.is-pending {
  background: rgba(255, 196, 64, .12);
  color: #ffc440;
}
.ph-status.is-cancelled {
  background: rgba(255, 107, 138, .12);
  color: #ff6b8a;
}
.ph-status.is-refunded {
  background: rgba(160, 75, 255, .12);
  color: var(--purple);
}

/* ============================================================
   ZONA DE PERIGO
   ============================================================ */
.premium-danger {
  margin-top: 50px;
}
.premium-danger-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  border-radius: 12px;
  background: rgba(255, 107, 138, .04);
  border: 1px dashed rgba(255, 107, 138, .25);
}
.premium-danger-row strong { display: block; margin-bottom: 4px; font-size: 14px; }
.premium-danger-row p { margin: 0; opacity: .65; font-size: 13px; }
.btn-danger {
  padding: 10px 18px;
  background: transparent;
  color: #ff6b8a;
  border: 1px solid #ff6b8a;
  border-radius: 8px;
  font: 600 13px/1 Inter, sans-serif;
  cursor: pointer;
  transition: background .2s;
}
.btn-danger:hover:not(:disabled) {
  background: rgba(255, 107, 138, .12);
}
.btn-danger:disabled {
  opacity: .5;
  cursor: not-allowed;
}

/* ============================================================
   PIX MODAL (in-page)
   ============================================================ */
.pix-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pix-modal[hidden] { display: none; }
.pix-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .82);
  backdrop-filter: blur(8px);
}
.pix-card {
  position: relative;
  background: linear-gradient(135deg, #1a1330, #0f0a20);
  border: 1px solid rgba(255, 196, 64, .3);
  border-radius: 18px;
  padding: 32px 28px;
  max-width: 460px;
  width: calc(100% - 40px);
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .6), 0 0 60px rgba(255, 196, 64, .1);
}
.pix-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  border: none;
  color: var(--text);
  font-size: 22px;
  cursor: pointer;
}
.pix-close:hover { background: rgba(255, 255, 255, .12); }

.pix-state h2 {
  text-align: center;
  margin: 0 0 4px;
  font-size: 22px;
  background: linear-gradient(90deg, #ffc440, #ff6dc1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.pix-amount {
  text-align: center;
  font: 800 28px/1 Orbitron, sans-serif;
  margin: 4px 0 18px;
}
.pix-qr-wrap {
  background: white;
  padding: 12px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  margin: 0 auto 18px;
  width: fit-content;
}
.pix-qr-wrap img {
  width: 220px;
  height: 220px;
  display: block;
}
.pix-copy {
  margin-bottom: 16px;
}
.pix-copy-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .5px;
  opacity: .5;
  margin: 0 0 6px;
}
.pix-copy-row {
  display: flex;
  gap: 6px;
}
.pix-copy-row input {
  flex: 1;
  background: rgba(0, 0, 0, .3);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  padding: 9px 12px;
  color: var(--text);
  font: 11px monospace;
}
.btn-copy {
  padding: 9px 16px;
  background: linear-gradient(135deg, var(--pink-1), var(--purple));
  color: white;
  border: none;
  border-radius: 8px;
  font: 600 13px/1 Inter, sans-serif;
  cursor: pointer;
  white-space: nowrap;
}
.btn-copy:hover { transform: translateY(-1px); }
.pix-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(255, 196, 64, .08);
  border: 1px solid rgba(255, 196, 64, .25);
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 12px;
  font-size: 13px;
}
.pix-status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffc440;
  animation: pix-pulse 1.4s ease-in-out infinite;
}
@keyframes pix-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .5; transform: scale(1.4); }
}
.pix-note {
  margin: 0;
  font-size: 12px;
  opacity: .65;
  text-align: center;
  line-height: 1.5;
}
.pix-state[id$="success"], .pix-state[id$="error"] {
  text-align: center;
  padding: 20px 10px;
}
.pix-success-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4cd964, #2bd6e6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  font-weight: 700;
  color: white;
  animation: pix-pop .4s cubic-bezier(.34, 1.56, .64, 1);
}
@keyframes pix-pop { from { transform: scale(0); } to { transform: scale(1); } }
.pix-error-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(255, 107, 138, .15);
  border: 2px solid #ff6b8a;
  color: #ff6b8a;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-primary {
  margin-top: 16px;
  padding: 11px 22px;
  background: linear-gradient(135deg, var(--pink-1), var(--purple));
  color: white;
  border: none;
  border-radius: 10px;
  font: 600 14px/1 Inter, sans-serif;
  cursor: pointer;
}

/* ============================================================
   FOOTER (simples na premium)
   ============================================================ */
.footer {
  margin-top: 80px;
  padding: 30px 5vw;
  border-top: 1px solid rgba(255, 255, 255, .06);
  text-align: center;
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.footer-copy {
  margin: 8px 0 0;
  font-size: 13px;
  opacity: .55;
}

/* Quick stats badges no hero */
.premium-hero-quick {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 28px auto 0;
  max-width: 700px;
}
.premium-hero-quick-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 14px 10px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 196, 64, .15);
  border-radius: 12px;
  transition: transform .2s, border-color .2s, background .2s;
}
.premium-hero-quick-item:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 196, 64, .4);
  background: rgba(255, 196, 64, .06);
}
.premium-hero-quick-item span {
  font-size: 22px;
  margin-bottom: 4px;
}
.premium-hero-quick-item strong {
  font-size: 13px;
  font-weight: 700;
}
.premium-hero-quick-item small {
  font-size: 11px;
  opacity: .6;
}

/* ============================================================
   SALES PITCH (estado deslogado da /premium)
   ============================================================ */
.pitch-section-title {
  font: 800 26px/1.2 Orbitron, sans-serif;
  text-align: center;
  margin: 60px 0 24px;
  background: linear-gradient(90deg, #ffc440, #ff6dc1, #a04bff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto;
  animation: title-shine 6s linear infinite;
}
@keyframes title-shine {
  0%, 100% { background-position: 0% center; }
  50% { background-position: 200% center; }
}

/* BENEFITS GRID */
.pitch-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 20px;
}
.pitch-benefit {
  position: relative;
  padding: 28px 24px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 16px;
  transition: transform .25s ease, border-color .2s, box-shadow .25s;
  overflow: hidden;
}
.pitch-benefit::before {
  content: '';
  position: absolute;
  inset: -1px;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 196, 64, .25) 50%, transparent 70%);
  background-size: 200% 100%;
  background-position: -100% 0;
  border-radius: 16px;
  z-index: -1;
  opacity: 0;
  transition: opacity .3s, background-position 1s ease;
}
.pitch-benefit:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 196, 64, .35);
  box-shadow: 0 18px 40px rgba(255, 196, 64, .12);
}
.pitch-benefit:hover::before {
  opacity: 1;
  background-position: 200% 0;
}
.pitch-benefit-icon {
  font-size: 38px;
  margin-bottom: 14px;
  display: inline-block;
  transition: transform .3s ease;
}
.pitch-benefit:hover .pitch-benefit-icon {
  transform: scale(1.15) rotate(-5deg);
}
.pitch-benefit h3 {
  margin: 0 0 8px;
  font: 700 16px/1.3 Inter, sans-serif;
}
.pitch-benefit p {
  margin: 0;
  font-size: 13px;
  opacity: .8;
  line-height: 1.55;
}
.pitch-benefit b { color: #ffc440; }

/* COMPARISON TABLE */
.pitch-compare {
  background: rgba(255, 255, 255, .02);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 20px;
}
.pitch-compare-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 14px;
  padding: 14px 22px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .04);
  font-size: 14px;
  transition: background .2s, padding-left .25s;
}
.pitch-compare-row:last-child { border-bottom: none; }
.pitch-compare-row:not(.pitch-compare-head):hover {
  background: rgba(255, 196, 64, .04);
  padding-left: 28px;
}
.pitch-compare-head {
  background: rgba(255, 255, 255, .03);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .4px;
}
.pitch-compare-col-free, .pitch-compare-col-premium {
  text-align: center;
}
.pitch-compare-col-premium {
  background: linear-gradient(90deg, #ffc440, #ff6dc1);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pitch-yes, .pitch-no {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.pitch-yes { color: #4cd964; }
.pitch-no { color: rgba(255, 255, 255, .25); }
.pitch-yes-gold {
  color: #ffc440;
  filter: drop-shadow(0 0 6px rgba(255, 196, 64, .55));
  animation: gold-pulse 2.5s ease-in-out infinite;
}
@keyframes gold-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}

/* PRICING (cards mais bonitos no pitch) */
.pitch-pricing {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 20px;
}
.pitch-price-card {
  position: relative;
  padding: 28px 26px 24px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 14px;
  transition: transform .18s, border-color .2s;
}
.pitch-price-card:hover {
  transform: translateY(-3px);
}
.pitch-price-recommended {
  background: linear-gradient(135deg, rgba(255, 196, 64, .12), rgba(255, 109, 193, .06));
  border-color: rgba(255, 196, 64, .45);
  box-shadow: 0 14px 40px rgba(255, 196, 64, .18);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
/* Shimmer sweep — luz dourada atravessando o card, dentro */
.pitch-price-recommended::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255, 196, 64, .15) 30%,
    rgba(255, 196, 64, .35) 50%,
    rgba(255, 196, 64, .15) 70%,
    transparent 100%);
  transform: skewX(-20deg);
  animation: card-shimmer 4s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
@keyframes card-shimmer {
  0% { left: -100%; }
  60%, 100% { left: 200%; }
}
/* Glow pulsante sutil de fundo */
.pitch-price-recommended::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 196, 64, .15), transparent 70%);
  pointer-events: none;
  z-index: 0;
  animation: card-glow 3.5s ease-in-out infinite;
}
@keyframes card-glow {
  0%, 100% { opacity: .6; }
  50% { opacity: 1; }
}
/* Garantir que o conteúdo fique acima dos pseudo-elementos */
.pitch-price-recommended > * { position: relative; z-index: 1; }
.pitch-price-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #ffc440, #ff6dc1);
  color: #1a0d22;
  font: 700 11px/1 Inter, sans-serif;
  padding: 6px 14px;
  border-radius: 999px;
  letter-spacing: .3px;
  white-space: nowrap;
}
.pitch-price-head strong {
  display: block;
  font: 700 18px/1 Inter, sans-serif;
  margin-bottom: 4px;
}
.pitch-price-head p {
  margin: 0 0 18px;
  font-size: 13px;
  opacity: .65;
}
.pitch-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 6px;
}
.pitch-currency {
  font-size: 18px;
  opacity: .65;
}
.pitch-value {
  font: 800 36px/1 Orbitron, sans-serif;
}
.pitch-cycle {
  margin-left: 4px;
  opacity: .65;
  font-size: 14px;
}
.pitch-price-equiv {
  margin: 0;
  font-size: 12px;
  opacity: .5;
}

/* LOGIN CTA */
.pitch-login-cta {
  text-align: center;
  padding: 40px 30px;
  margin: 30px 0;
  background: linear-gradient(135deg, rgba(255, 196, 64, .12), rgba(255, 109, 193, .06), rgba(160, 75, 255, .08));
  border: 1px solid rgba(255, 196, 64, .3);
  border-radius: 18px;
}
.pitch-login-cta h3 {
  font: 800 22px/1.2 Orbitron, sans-serif;
  margin: 0 0 8px;
}
.pitch-login-cta p {
  margin: 0 0 20px;
  opacity: .8;
  font-size: 14px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.pitch-login-btn {
  font-size: 16px !important;
  padding: 14px 30px !important;
  margin-bottom: 12px;
  position: relative;
  animation: login-pulse 2.4s ease-in-out infinite;
}
@keyframes login-pulse {
  0%, 100% { box-shadow: 0 4px 12px rgba(88, 101, 242, .3), 0 0 0 0 rgba(88, 101, 242, .5); }
  50% { box-shadow: 0 6px 20px rgba(88, 101, 242, .5), 0 0 0 10px rgba(88, 101, 242, 0); }
}
.pitch-login-btn span {
  display: inline-block;
}
.pitch-login-note {
  margin: 0 auto !important;
  font-size: 12px !important;
  opacity: .55 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: fit-content;
}

/* FAQ */
.pitch-faq {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 700px;
  margin: 0 auto 40px;
}
.pitch-faq-item {
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
  transition: border-color .2s;
}
.pitch-faq-item[open] {
  border-color: rgba(255, 196, 64, .25);
  background: rgba(255, 196, 64, .03);
}
.pitch-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 22px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pitch-faq-item summary::-webkit-details-marker { display: none; }
.pitch-faq-item summary::after {
  content: '+';
  font-size: 22px;
  font-weight: 300;
  opacity: .55;
  transition: transform .2s;
}
.pitch-faq-item[open] summary::after {
  content: '−';
  color: #ffc440;
}
.pitch-faq-item p {
  margin: 0;
  padding: 0 22px 18px;
  font-size: 13px;
  opacity: .8;
  line-height: 1.6;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
/* Reveal-on-scroll (vanilla, sem JS) */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .pitch-benefits { grid-template-columns: repeat(2, 1fr); }
  .pitch-compare-row { padding: 12px 16px; font-size: 13px; }
  .pitch-section-title { font-size: 22px; }
  .premium-hero-quick { grid-template-columns: repeat(2, 1fr); max-width: 460px; }
  .premium-hero-crown { font-size: 80px; }
}
@media (max-width: 900px) {
  .premium-details-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .premium-stats-row { grid-template-columns: 1fr; }
  .premium-details-grid { grid-template-columns: 1fr; }
  .premium-details-actions { flex-direction: column; }
  .premium-plans { grid-template-columns: 1fr; }
  .premium-payment-buttons { grid-template-columns: 1fr; }
  .premium-page-header { flex-direction: column; align-items: stretch; }
  .premium-page-user { justify-content: flex-start; }
  .premium-history-table th:nth-child(3),
  .premium-history-table td:nth-child(3) { display: none; }
  .premium-danger-row { flex-direction: column; align-items: flex-start; }

  /* Pitch responsivo */
  .pitch-benefits { grid-template-columns: 1fr; }
  .pitch-pricing { grid-template-columns: 1fr; }
  .pitch-compare-row {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 8px;
  }
  .premium-hero { padding: 50px 24px 40px; }
  .premium-hero-title { font-size: 28px !important; }
  .premium-hero-sub { font-size: 15px; }
}
