/* ============================================
   TikTok Funnel – style.css
   Reconstructed from inline styles + HTML structure
   ============================================ */

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

html {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #f1f1f1;
  color: #111;
  -webkit-text-size-adjust: 100%;
}
body {
  background: #f1f1f1;
  min-height: 100%;
}

/* ---- Screens ---- */
#screens { width: 100%; }

.screen {
  display: none;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  background: #fff;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

.screen.is-active { display: block; }

/* ---- Modal ---- */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 500;
  background: rgba(0,0,0,.45);
  align-items: flex-end;
  justify-content: center;
}
.modal.is-active { display: flex; }
.modal-inner {
  width: 100%;
  max-width: 480px;
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding: 0 0 32px;
  animation: slideUp .35s cubic-bezier(.22,1,.36,1);
}
.inner-pop { border-radius: 20px 20px 0 0; }
@keyframes slideUp {
  from { transform: translateY(100%); opacity: 0; }
  to   { transform: translateY(0);   opacity: 1; }
}

/* ---- Title bar ---- */
.title {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
  color: #111;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 16px;
}

/* ============ SCREEN ONE ============ */
.bloco-dois {
  padding: 0 0 80px;
}

/* Congratulations banner */
.parabens {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1.5px solid #f0f0f0;
  border-radius: 16px;
  margin: 14px 16px;
  padding: 18px 16px;
  position: relative;
  overflow: hidden;
}
.parabens-txt {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}
.parabens-txtum {
  font-size: 18px;
  font-weight: 800;
  color: #111;
  display: block;
}
.parabens-txtdois {
  font-size: 12px;
  color: #888;
  display: block;
  margin-top: 2px;
}
.parabens-valor {
  font-size: 28px;
  font-weight: 900;
  color: #fe2b54;
  display: block;
  margin-top: 6px;
  letter-spacing: -1px;
}
.parabens-img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin-left: 12px;
}

/* Withdraw button */
.btn-sacar {
  width: 100%;
  height: 52px;
  background: #fe2b54;
  color: #fff;
  border: none;
  border-radius: 14px;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .01em;
  box-shadow: 0 4px 18px rgba(254,43,84,.3);
  transition: transform .15s, box-shadow .15s;
}
.btn-sacar:active { transform: scale(.97); }

/* Dividers */
.line {
  height: 1px;
  background: #f0f0f0;
  margin: 8px 16px;
}
.line-dois { margin: 12px 16px; }

/* Entre rows */
.entre {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  gap: 10px;
}
.entre-txt {
  font-size: 13px;
  color: #444;
  line-height: 1.6;
  flex: 1;
}
.entre-pts {
  font-weight: 700;
  color: #fe2b54;
}
.entre-data {
  color: #aaa;
  font-size: 12px;
  display: block;
}
.entre-txt-dois { font-size: 12px; }

/* Completed button */
.btn-concluido {
  background: #e8f5e9;
  border: none;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  color: #2e7d32;
  cursor: default;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Concluiu */
.concluiu { padding: 4px 16px 2px; }
.concluiu-txt { font-size: 12px; color: #aaa; }

/* Day tracker */
.dia { padding: 8px 16px 12px; }
.day-tracker {
  display: flex;
  gap: 6px;
  justify-content: space-between;
  overflow-x: auto;
  padding-bottom: 4px;
}
.day-tracker::-webkit-scrollbar { display: none; }
.day-tracker__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}
.day-tracker__box {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: #f8f8f8;
  border: 1.5px solid #ececec;
  position: relative;
  overflow: hidden;
}
.day-tracker__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 2px;
}
.day-tracker__coin img { width: 16px; height: 16px; object-fit: contain; }
.day-tracker__value { font-size: 11px; font-weight: 700; color: #333; }
.day-tracker__overlay {
  position: absolute;
  inset: 0;
  background: rgba(254,43,84,.06);
  display: flex;
  align-items: center;
  justify-content: center;
}
.day-tracker__icon-shape {
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.day-tracker__icon-shape img { width: 12px; height: 12px; }
.day-tracker__label { font-size: 10px; color: #aaa; font-weight: 600; }

/* Barra / progress */
.barra { padding: 0 16px 4px; }
.progress-bar {
  display: flex;
  gap: 0;
  align-items: flex-start;
  padding: 8px 0;
  position: relative;
}
/* Trilha horizontal que conecta as moedas */
.progress-bar::before {
  content: '';
  position: absolute;
  top: 19px;        /* 8px padding-top + 11px (metade dos 22px do ícone) */
  left: 0;
  right: 0;
  height: 2px;
  background: #e8e8e8;
}
.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  flex: 1;
  position: relative;
  z-index: 1;       /* acima da trilha */
}
.progress-step.hide { opacity: 0; pointer-events: none; }
.step-icon img { width: 22px; height: 22px; object-fit: contain; }
.step-text { font-size: 10px; color: #aaa; white-space: nowrap; }

/* Assista tooltip */
.assista {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 16px 0;
  position: relative;
}
.assista-txt {
  font-size: 11px;
  color: #666;
  background: #f1f1f1;
  border-radius: 6px;
  padding: 4px 8px;
}
.assista-tail { flex-shrink: 0; }
.posicao-direita { justify-content: flex-end; }
.taildois { transform: scaleX(-1); }

/* Obtem note */
.obtem { padding: 6px 16px; }
.obtem-txt { font-size: 11px; color: #aaa; line-height: 1.6; }
.obtem-sacar { padding: 10px 16px; }

/* ============ SCREEN THREE ============ */

/* Expira saldo banner */
.expira-saldo {
  background: #111;
  padding: 8px 16px;
}
.timer-wrapper { display: flex; align-items: center; gap: 8px; }
.timer-label { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.75); text-transform: uppercase; }

/* Countdown text style (inside three) */
#countdown-text {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .04em;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
#timer {
  background: rgba(0,0,0,.25);
  border-radius: 6px;
  padding: 2px 8px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}
.timer-clock { display: flex; align-items: center; gap: 3px; }
.timer-box {
  background: rgba(0,0,0,.3);
  color: #fff;
  border-radius: 5px;
  padding: 2px 7px;
  font-size: 14px;
  font-weight: 900;
  min-width: 30px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.timer-separator { color: #fff; font-weight: 900; font-size: 14px; }

/* Saldo sections */
.saldo { padding: 0 16px; margin: 10px 0; }
.saldo-dois { margin-top: 14px; }
.saldo-tres { margin-top: 0; }
.container-saldo {
  background: #f8f8f8;
  border-radius: 14px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.saldo-info { flex: 1; }
.saldo-label { display: flex; align-items: center; gap: 6px; margin-bottom: 4px; }
.saldo-text { font-size: 13px; color: #888; font-weight: 600; }
.p-saldo { width: 18px; height: 18px; object-fit: contain; }
.p-saldo-maior { width: 24px; height: 24px; }
.saldo-valor { display: flex; flex-direction: column; gap: 2px; }
.valor-currency { font-size: 26px; font-weight: 900; color: #111; letter-spacing: -1px; }
.valor-currency-dois { font-size: 26px; }
.total-pontos { font-size: 11px; color: #aaa; }
.total-pontos-dois { font-size: 13px; color: #888; font-weight: 600; }
.saldo-action { flex-shrink: 0; margin-left: 12px; }
.saldo-img img { width: 56px; height: 56px; object-fit: contain; }

/* Linha separator */
.linha { height: 8px; background: #f1f1f1; }

/* Sacar widget */
.saldo-sacar { margin: 14px 0; }
.saldo-info-sacar { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.saldo-sacar-text { font-size: 15px; font-weight: 700; color: #111; }
.transferencia-txt {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #888;
  font-weight: 600;
}
.transferencia-txt img { width: 16px; height: 16px; object-fit: contain; }
.payment-badge-text { color: #fe2b54; font-weight: 700; }
.widget-container { padding: 12px 16px 0; }
.botoes-row-sacar { display: flex; gap: 8px; margin-bottom: 8px; }
.btn-valor {
  flex: 1;
  height: 40px;
  border: 1.5px solid #e5e5e5;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  cursor: pointer;
  transition: all .2s;
}
.btn-valor.display-total {
  width: 100%;
  height: 48px;
  font-size: 16px;
  border-radius: 12px;
}
.btn-active {
  background: #fff5f7;
  border-color: #fe2b54;
  color: #fe2b54;
}
.btn-obrigado {
  width: 100%;
  height: 52px;
  background: #fe2b54;
  color: #fff;
  border: none;
  border-radius: 14px;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  box-shadow: 0 4px 18px rgba(254,43,84,.3);
}
.btn-sacar-dois { margin: 16px 16px 0; width: calc(100% - 32px); }
.btn-three-saque { font-size: 16px; }

/* Unavailable button */
.btn-sacar-indisponivel {
  width: calc(100% - 32px);
  margin: 12px 16px 0;
  height: 48px;
  background: #f0f0f0;
  border: none;
  border-radius: 12px;
  cursor: not-allowed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-indis { font-size: 15px; font-weight: 700; color: #bbb; }

/* Get Coins row */
.ctn-flor { position: relative; }
.flor { width: 60px; height: 60px; object-fit: contain; margin-left: 12px; margin-right: 0; flex-shrink: 0; order: 2; }
.obtenha-title { flex: 1; }
.obtenha-txt { font-size: 14px; font-weight: 700; }
.moedas-txt { font-size: 12px; color: #888; font-weight: 400; line-height: 1.5; display: block; margin-top: 4px; }
.saldo-valor-tres { flex-direction: column; align-items: flex-start; }
.border-none { border: none; }

/* Mobile top-up */
.celular-recarga { flex-direction: row; align-items: center; gap: 4px; }
.ddd { font-size: 13px; color: #555; font-weight: 600; }
.linha-ddd { width: 1px; height: 14px; background: #ddd; }
.telefone { font-size: 13px; color: #555; }
.recarga-txt { font-size: 11px; }

/* ============ SCREEN FOUR (modal) ============ */
.saque-popup { padding: 12px 16px 24px; }
.saque-title { font-size: 17px; font-weight: 700; color: #111; text-align: center; margin-bottom: 16px; }
.pix-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 12px;
  border-radius: 12px;
  cursor: pointer;
  transition: background .15s;
  margin-bottom: 6px;
  border: 1px solid #f0f0f0;
}
.pix-item:active { background: #f8f8f8; }
.pix-icon { width: 40px; height: 40px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pix-details { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.pix-title { font-size: 15px; font-weight: 700; color: #111; }
.pix-subtitle { font-size: 12px; color: #aaa; }
.pix-arrow { color: #ccc; }

/* ============ SCREEN FIVE ============ */
.form-container { padding: 0 16px 16px; }
.form-group { margin-bottom: 16px; }
.field-label { display: block; font-size: 13px; font-weight: 600; color: #555; margin-bottom: 6px; }
.nome-completo {
  width: 100%;
  height: 50px;
  border: 1.5px solid #e5e5e5;
  border-radius: 10px;
  padding: 0 14px;
  font-size: 16px;
  color: #111;
  outline: none;
  transition: border-color .2s;
}
.nome-completo:focus { border-color: #fe2b54; }
.btn-vincular { margin-top: 8px; }

/* ============ SCREEN SIX ============ */
.chave-pix { }
.selection-container { padding: 0 4px; }
.option-row {
  padding: 14px 12px;
  border-bottom: 1px solid #f5f5f5;
}
.option-row label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.option-text { font-size: 15px; color: #111; }
.option-row input[type="radio"] { display: none; }
.custom-radio {
  width: 20px; height: 20px;
  border-radius: 50%;
  border: 2px solid #ccc;
  position: relative;
  flex-shrink: 0;
  transition: border-color .2s;
}
.option-row input[type="radio"]:checked + .custom-radio { border-color: #fe2b54; }
.option-row input[type="radio"]:checked + .custom-radio::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #fe2b54;
}

/* ============ SCREEN SEVEN (loading) ============ */
.loading-header {
  background: #000;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-logo-img { height: 32px; object-fit: contain; filter: invert(1); }
.loading-main-content {
  min-height: calc(100vh - 68px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 32px;
}
.new-loading-container { width: 100%; max-width: 320px; text-align: center; }
.new-loading-text {
  font-size: 16px; font-weight: 600; color: #444;
  margin-bottom: 24px; min-height: 24px;
  transition: opacity .3s;
}
.new-progress-track {
  width: 100%; height: 8px;
  background: #f0f0f0; border-radius: 8px;
  overflow: hidden;
}
.new-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #fe2b54, #25f4ee);
  border-radius: 8px;
  width: 0%;
}

/* ============ SCREEN NINE (confirmation) ============ */
.confirmation-container {
  padding: 0 0 40px;
  max-width: 480px;
  margin: 0 auto;
}
.confirmation-header {
  background: #000;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.confirmation-logo img { height: 32px; object-fit: contain; filter: invert(1); }
.confirmation-section {
  padding: 18px 20px;
  border-bottom: 1px solid #f0f0f0;
}
.confirmation-section-title {
  font-size: 10px; font-weight: 800;
  color: #aaa; letter-spacing: .12em;
  text-transform: uppercase; margin-bottom: 12px;
}

/* Balance */
.confirmation-balance { text-align: center; background: #fff8f5; }
.confirmation-balance-title {
  font-size: 10px; font-weight: 800;
  color: #fe2b54; letter-spacing: .12em;
  text-transform: uppercase; margin-bottom: 6px;
}
.confirmation-balance-amount {
  font-size: 42px; font-weight: 900;
  color: #111; letter-spacing: -2px; line-height: 1;
  margin-bottom: 6px;
}
.confirmation-balance-subtitle { font-size: 12px; color: #aaa; }

/* Receipt grid */
.confirmation-receipt-grid { display: flex; flex-direction: column; gap: 10px; }
.confirmation-receipt-item { display: flex; justify-content: space-between; align-items: baseline; }
.confirmation-receipt-label { font-size: 12px; color: #888; }
.confirmation-receipt-value { font-size: 14px; color: #111; font-weight: 600; text-align: right; max-width: 60%; word-break: break-all; }
.confirmation-receipt-value.bold { font-size: 16px; font-weight: 900; color: #fe2b54; }
.confirmation-pix-key { font-size: 13px; color: #555; padding-top: 6px; border-top: 1px solid #f5f5f5; margin-top: 6px; }

.confirmation-divider { height: 8px; background: #f8f8f8; }

/* Fee section */
.confirmation-fee-amount {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 10px;
}
.confirmation-fee-amount span:first-child {
  font-size: 32px; font-weight: 900; color: #111; letter-spacing: -1px;
}
.confirmation-reembolso-badge {
  background: #e8f5e9; color: #2e7d32;
  font-size: 10px; font-weight: 800;
  letter-spacing: .08em; border-radius: 20px;
  padding: 4px 10px; text-transform: uppercase;
}
.confirmation-fee-description {
  font-size: 13px; color: #666; line-height: 1.7;
}
.confirmation-fee-description .bold { font-weight: 700; color: #111; }

/* CTA */
.confirmation-cta-button {
  display: block; width: 100%;
  background: #fe2b54; color: #fff;
  border: none; border-radius: 14px;
  padding: 18px; font-size: 17px; font-weight: 700;
  text-align: center; text-decoration: none;
  cursor: pointer; letter-spacing: .01em;
  box-shadow: 0 4px 18px rgba(254,43,84,.3);
  transition: transform .15s;
}
.confirmation-cta-button:active { transform: scale(.97); }
.confirmation-timer { font-size: 12px; color: #aaa; text-align: center; margin-top: 10px; }
.confirmation-success-message {
  display: none; font-size: 14px; font-weight: 700;
  color: #2e7d32; text-align: center; margin-top: 12px;
}
.confirmation-footer { padding: 16px 20px; text-align: center; }
.confirmation-footer-text { font-size: 12px; color: #ccc; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }

/* ============ STICKY POPUP ============ */
.sticky-popup {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 400;
  max-width: 480px; margin: 0 auto;
  background: #fff;
  box-shadow: 0 -4px 24px rgba(0,0,0,.12);
  border-radius: 20px 20px 0 0;
  padding: 12px 16px 28px;
}
.sticky-popup.is-active { display: block; }
.saldo-popup .container-saldo { background: none; padding: 8px 0; }
.saldo-popup .saldo-text { font-size: 14px; }
.saldo-popup .valor-currency { font-size: 22px; }

/* ============ POPUP (screen two) ============ */
.popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 24px 0;
  text-align: center;
}
.gol-img { width: 80px; height: 80px; object-fit: contain; margin-bottom: 10px; }
.gol { font-size: 20px; font-weight: 800; color: #111; margin-bottom: 4px; }
.gol-txt { font-size: 13px; color: #777; line-height: 1.5; margin-bottom: 8px; }
.gol-valor { font-size: 32px; font-weight: 900; color: #fe2b54; letter-spacing: -1px; margin-bottom: 16px; }
.valor-currency-quatro { display: block; }
.expira-em-popup {
  background: #f8f8f8; border-radius: 12px;
  padding: 10px 16px; margin-bottom: 16px;
  justify-content: center;
}
.btn-txt-obrigado { font-size: 15px; }

/* ============ Animations ============ */
@keyframes idDot {
  0%, 80%, 100% { transform: scale(.5); opacity: .3; }
  40% { transform: scale(1); opacity: 1; }
}
@keyframes idSpin { to { transform: rotate(360deg); } }
@keyframes idFadeIn {
  from { opacity: 0; transform: translateY(4px); }
  to   { opacity: 1; transform: none; }
}
@keyframes netPop {
  from { opacity: 0; transform: scale(.2); }
  to   { opacity: 1; transform: scale(1); }
}
@keyframes netFloat {
  0%, 100% { transform: translate(0, 0); }
  25%      { transform: translate(3px, -6px); }
  50%      { transform: translate(-2px, -9px); }
  75%      { transform: translate(-4px, -4px); }
}
@keyframes pulseClaim {
  0%   { transform: scale(1);    box-shadow: 0 4px 20px rgba(254,43,84,.35); }
  50%  { transform: scale(1.04); box-shadow: 0 6px 32px rgba(254,43,84,.6);  }
  100% { transform: scale(1);    box-shadow: 0 4px 20px rgba(254,43,84,.35); }
}
@keyframes oneSlideUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes oneFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Network avatars */
.net-av {
  position: absolute; border-radius: 50%; overflow: hidden;
  border: 2px solid #fff; box-shadow: 0 2px 10px rgba(0,0,0,.18);
  background: #e9edf2; opacity: 0;
}
.net-av img { width: 100%; height: 100%; object-fit: cover; display: block; }
.net-av svg { width: 100%; height: 100%; display: block; }

/* Screen one entry animations */
#one.is-active .saldo  { animation: oneSlideUp .45s cubic-bezier(.22,1,.36,1) both; animation-delay: .05s; }
#one.is-active .parabens { animation: oneSlideUp .5s cubic-bezier(.22,1,.36,1) both; animation-delay: .18s; }
#one.is-active .line   { animation: oneFadeIn .4s ease both; animation-delay: .32s; }
#one.is-active .entre,
#one.is-active .concluiu { animation: oneSlideUp .45s cubic-bezier(.22,1,.36,1) both; animation-delay: .38s; }
#one.is-active .dia    { animation: oneSlideUp .45s cubic-bezier(.22,1,.36,1) both; animation-delay: .48s; }

/* Screen #one: extra bottom padding so the sticky bar doesn't cover the last row */
#one.is-active { padding-bottom: 110px; }

/* ============ STICKY POPUP ============ */
#popup-um {
  display: none;              /* hidden until scroll triggers it */
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 480px;
  z-index: 400;
  background: #fff;
  box-shadow: 0 -4px 24px rgba(0,0,0,.12);
  border-radius: 20px 20px 0 0;
  padding: 12px 16px 28px;
}
#popup-um .container-saldo {
  background: none;
  padding: 8px 0;
}
#popup-um .saldo-text { font-size: 14px; }
#popup-um .valor-currency { font-size: 22px; }
#popup-um .timer-wrapper {
  justify-content: center;
  margin-bottom: 8px;
}

/* Responsive */
@media (max-width: 480px) {
  body { background: #fff; }
}

/* ============ SCREEN 3 OVERRIDES ============ */

/* Gray background so the white cards stand out */
#three.is-active { background: #f0f0f0; }

/* ---- Balance card: dark ---- */
#three .saldo-dois { margin-bottom: 0; }
#three .saldo-dois .container-saldo {
  background: #111;
  border-radius: 14px 14px 0 0;
}
#three .saldo-dois .saldo-label  { margin-bottom: 2px; }
#three .saldo-dois .saldo-text   { color: rgba(255,255,255,.6); }
#three .saldo-dois .valor-currency { color: #fff; }
#three .saldo-dois .total-pontos   { color: rgba(255,255,255,.4); }

/* Thin separator line inside the dark block */
#three > .linha {
  margin: 0 16px;
  height: 1px;
  background: rgba(255,255,255,.12);
}

/* ---- Last reward: dark extension of balance card ---- */
#three .saldo-tres { margin-top: 0; margin-bottom: 14px; }
#three .saldo-tres .container-saldo {
  background: #1c1c1c;
  border-radius: 0 0 14px 14px;
}
#three .saldo-tres .total-pontos-dois {
  color: rgba(255,255,255,.65);
  font-size: 12px;
}

/* ---- Withdraw / Get Coins / Mobile Top-up: white cards ---- */
#three .saldo-sacar {
  padding: 0;
  margin: 0 16px 14px;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}
/* Space above the first card */
#three .saldo-tres + .saldo-sacar { margin-top: 14px; }
#three .saldo-sacar + .saldo-sacar { margin-top: 0; }

#three .saldo-sacar .container-saldo {
  background: #fff;
  border-radius: 0;
  border-bottom: 1px solid #f0f0f0;
}
/* Buttons inside white cards: add bottom gap */
#three .saldo-sacar .btn-sacar-indisponivel {
  margin: 12px 16px 20px;
  width: calc(100% - 32px);
}
/* Disclaimer text inside card */
#three .saldo-sacar .obtem-sacar {
  padding-bottom: 14px;
}
