/* ============================================================
   BLACKNOSE PIX VIP - Estilo
   ============================================================ */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 100%);
  min-height: 100vh;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.container {
  width: 100%;
  max-width: 480px;
}

/* ============================================================
   HEADER
   ============================================================ */
.header {
  text-align: center;
  margin-bottom: 24px;
}

.badge {
  display: inline-block;
  background: linear-gradient(90deg, #f0b90b, #ffd700);
  color: #000;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.header h1 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 8px;
  background: linear-gradient(90deg, #fff, #b8c5d6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.subtitle {
  color: #8a94a6;
  font-size: 14px;
}

/* ============================================================
   PRICE BOX
   ============================================================ */
.price-box {
  background: linear-gradient(135deg, #1e2545, #2a3158);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.price-label {
  color: #8a94a6;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.price-value {
  font-size: 42px;
  font-weight: 800;
  color: #f0b90b;
  line-height: 1.2;
}

.price-period {
  color: #8a94a6;
  font-size: 13px;
}

/* ============================================================
   CARD
   ============================================================ */
.card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 28px 24px;
  margin-bottom: 16px;
  backdrop-filter: blur(10px);
}

.card h2 {
  font-size: 20px;
  margin-bottom: 8px;
}

.card h3 {
  font-size: 16px;
  margin-bottom: 12px;
  color: #f0b90b;
}

.info-text {
  color: #8a94a6;
  font-size: 14px;
  margin-bottom: 20px;
}

/* ============================================================
   FORM
   ============================================================ */
.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  color: #b8c5d6;
  font-size: 13px;
  margin-bottom: 6px;
  font-weight: 600;
}

.form-group input {
  width: 100%;
  padding: 14px 16px;
  background: rgba(0,0,0,0.3);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  transition: all 0.2s;
}

.form-group input:focus {
  outline: none;
  border-color: #f0b90b;
  background: rgba(0,0,0,0.5);
}

.form-group input::placeholder {
  color: #5a6478;
}

/* ============================================================
   BOTAO
   ============================================================ */
.btn-primary {
  width: 100%;
  padding: 16px;
  background: linear-gradient(90deg, #f0b90b, #ffd700);
  color: #000;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(240, 185, 11, 0.3);
}

.btn-primary:active {
  transform: translateY(0);
}

.btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-vip {
  font-size: 18px;
  padding: 18px;
  margin-bottom: 24px;
}

/* ============================================================
   QR CODE
   ============================================================ */
.qr-container {
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.qr-container img {
  width: 240px;
  height: 240px;
}

/* ============================================================
   COPIA E COLA
   ============================================================ */
.copia-cola {
  margin-bottom: 20px;
}

.copia-cola label {
  display: block;
  color: #b8c5d6;
  font-size: 13px;
  margin-bottom: 6px;
  font-weight: 600;
}

.copia-cola-box {
  display: flex;
  gap: 8px;
}

.copia-cola-box input {
  flex: 1;
  padding: 12px;
  background: rgba(0,0,0,0.3);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  font-family: monospace;
}

.copia-cola-box input:focus {
  outline: none;
}

.btn-copiar {
  padding: 12px 16px;
  background: #2a3158;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-copiar:hover {
  background: #3a4170;
}

.btn-copiar.copiado {
  background: #4caf50;
  border-color: #4caf50;
}

/* ============================================================
   AGUARDANDO
   ============================================================ */
.aguardando {
  text-align: center;
  padding: 20px 0;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(240, 185, 11, 0.2);
  border-top-color: #f0b90b;
  border-radius: 50%;
  margin: 0 auto 12px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.aguardando p {
  color: #b8c5d6;
  font-size: 14px;
  margin-bottom: 4px;
}

.hint {
  color: #5a6478 !important;
  font-size: 12px !important;
}

/* ============================================================
   ERRO
   ============================================================ */
.error-msg {
  color: #ff5252;
  font-size: 13px;
  margin-top: 12px;
  text-align: center;
  min-height: 18px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  text-align: center;
  color: #5a6478;
  font-size: 12px;
  margin-top: 24px;
}

.footer p {
  margin-bottom: 4px;
}

.secure {
  color: #4caf50 !important;
}

/* ============================================================
   BOTAO SUPORTE
   ============================================================ */
.btn-suporte {
  display: block;
  width: 100%;
  margin-top: 16px;
  padding: 14px 20px;
  text-align: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  color: #b8c5d6;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-suporte:hover {
  border-color: #f0b90b;
  color: #f0b90b;
  background: rgba(240, 185, 11, 0.08);
}

/* ============================================================
   PAGINA SUCESSO
   ============================================================ */
.sucesso-header {
  margin-bottom: 32px;
}

.check-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #4caf50, #45a049);
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  animation: pop 0.5s ease-out;
}

@keyframes pop {
  0% { transform: scale(0); }
  70% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

.sucesso-card {
  text-align: center;
}

.info-block {
  margin-bottom: 24px;
  text-align: left;
}

.info-block h2 {
  text-align: center;
  margin-bottom: 12px;
}

.info-block p {
  color: #b8c5d6;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.5;
}

.destaque {
  color: #f0b90b !important;
  font-weight: 600;
  text-align: center;
}

.info-block ol {
  color: #b8c5d6;
  font-size: 14px;
  padding-left: 20px;
  line-height: 1.8;
}

.warning {
  background: rgba(255, 152, 0, 0.1);
  border: 1px solid rgba(255, 152, 0, 0.3);
  color: #ffb74d;
  padding: 14px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.5;
}

/* ============================================================
   UTILITARIOS
   ============================================================ */
.hidden {
  display: none !important;
}

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 480px) {
  .container {
    padding: 0;
  }

  .header h1 {
    font-size: 24px;
  }

  .price-value {
    font-size: 36px;
  }

  .card {
    padding: 20px 16px;
  }

  .qr-container img {
    width: 200px;
    height: 200px;
  }
}
