
:root {
  --bg: #f7fbfa;
  --soft: #eef7f5;
  --line: #cfe2de;
  --mint-soft: #e8f6f3;
  --mint: #86dcd2;
  --mint-strong: #2eaa9d;
  --mint-deep: #0d6f65;
  --mint-dark: #09564f;
  --ink: #0c2321;
  --muted: #5d7270;
  --gold-soft: #fff4d6;
  --gold: #c89f35;
  --danger: #a73636;
  --shadow: 0 16px 44px rgba(9, 40, 37, .10);
  --shadow-soft: 0 10px 24px rgba(10, 42, 39, .07);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at 12% 16%, rgba(134, 220, 210, .26), transparent 28%), #fff;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
main { overflow: hidden; }
h1, h2, h3, strong, b { font-family: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 18px;
  font-size: clamp(3.85rem, 8.6vw, 7.25rem);
  line-height: .93;
  letter-spacing: -.07em;
}
h1 span, .pix-symbol { color: var(--mint-deep); }
h2 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: .98;
  letter-spacing: -.05em;
}
h3 {
  margin-bottom: 10px;
  font-size: clamp(1.45rem, 2.3vw, 2.3rem);
  line-height: 1;
  letter-spacing: -.04em;
}
p { margin-bottom: 1rem; }
.eyebrow {
  margin-bottom: 16px;
  color: var(--mint-deep);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.topbar {
  position: sticky;
  z-index: 40;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  min-height: 76px;
  padding: 0 clamp(12px, 3vw, 28px);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}
.brand-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: var(--mint-deep);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 950;
}
.brand strong { display: block; font-size: 1rem; }
.brand small { display: block; color: var(--muted); font-size: .78rem; }
.topbar-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  background: var(--mint-deep);
  color: #fff;
  padding: 0 20px;
  font-weight: 900;
  text-decoration: none;
}
.topbar-cta:hover { background: var(--mint-dark); }
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .78fr);
  grid-template-areas:
    "copy form"
    "visual form";
  gap: 26px clamp(30px, 4vw, 64px);
  align-items: start;
  min-height: calc(100vh - 76px);
  padding: clamp(30px, 4vw, 54px) clamp(18px, 4vw, 70px) clamp(34px, 4vw, 56px);
}
.hero-copy { grid-area: copy; max-width: 900px; }
.lead { max-width: 760px; color: var(--muted); font-size: clamp(1.06rem, 1.75vw, 1.22rem); line-height: 1.62; }
.hero-prize-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.hero-prize-line span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.8);
  padding: 0 14px;
  font-weight: 800;
}
.hero-prize-line b { color: var(--gold); }
.facts, .summary-grid, .admin-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}
.facts > div, .summary-grid > div, .admin-stats > div {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.86);
  padding: 16px 18px;
  box-shadow: var(--shadow-soft);
}
.facts span, .summary-grid span, .admin-stats span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 850;
  text-transform: uppercase;
}
.facts strong, .summary-grid strong, .admin-stats strong { font-size: 1rem; }

.hero-visual {
  grid-area: visual;
  position: relative;
  align-self: end;
  min-height: 0;
}
.hero-prize-card.old-unused {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(134, 220, 210, .26), rgba(255,255,255,.96));
  padding: 30px 28px 26px;
  box-shadow: var(--shadow-soft);
}
.hero-bike-frame {
  display: grid;
  place-items: center;
  min-height: 310px;
  border-radius: 22px;
  background: radial-gradient(circle at 50% 70%, rgba(13,111,101,.08), transparent 42%), rgba(255,255,255,.84);
  padding: 18px 12px 10px;
}
.hero-bike-frame img {
  width: min(560px, 100%);
  max-height: 300px;
  object-fit: contain;
  filter: drop-shadow(0 26px 26px rgba(16, 32, 30, .18));
}
.prize-badge {
  position: absolute;
  z-index: 3;
  left: 22px;
  top: -16px;
  display: grid;
  gap: 1px;
  border: 1px solid rgba(200, 159, 53, .4);
  border-radius: 14px;
  background: rgba(255, 250, 235, .97);
  padding: 10px 14px;
  box-shadow: var(--shadow-soft);
}
.prize-badge span { color: #84681d; font-size: .66rem; font-weight: 950; letter-spacing: .1em; }
.prize-badge strong { color: #5c4813; font-size: .95rem; }

.purchase-card, .status-card, .login-card, .admin-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,.96);
  padding: clamp(22px, 3vw, 32px);
  box-shadow: var(--shadow);
}
.purchase-card { grid-area: form; align-self: start; }
.card-head { display: flex; justify-content: space-between; gap: 14px; align-items: flex-start; }
.card-head h2 { font-size: clamp(2rem, 3vw, 2.75rem); }
.card-kicker {
  color: var(--mint-deep);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.price-chip {
  flex: 0 0 auto;
  display: grid;
  justify-items: end;
  border-radius: 14px;
  background: var(--mint-soft);
  color: var(--mint-deep);
  padding: 9px 12px;
  font-weight: 950;
}
.price-chip small { font-size: .63rem; font-weight: 800; }
form { display: grid; gap: 13px; }
label { color: #263734; font-size: .88rem; font-weight: 850; }
input {
  width: 100%;
  min-height: 50px;
  border: 1px solid #b9d9d4;
  border-radius: 12px;
  background: #fbfffe;
  color: var(--ink);
  padding: 12px 14px;
  outline: none;
}
input:focus { border-color: var(--mint-strong); box-shadow: 0 0 0 4px rgba(46, 170, 157, .14); }
.quantity-block { display: grid; gap: 11px; margin-top: 3px; }
.quantity-title small { display: block; margin-top: 3px; color: var(--muted); font-size: .77rem; }
.quick-qty {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.qty-option {
  min-width: 0;
  min-height: 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  padding: 10px 8px;
  text-align: center;
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
}
.qty-option:hover { transform: translateY(-1px); border-color: var(--mint-strong); }
.qty-option strong,
.qty-option small { display: block; line-height: 1.15; }
.qty-option strong { font-size: .92rem; font-weight: 900; }
.qty-option small { color: var(--mint-deep); font-size: .82rem; font-weight: 900; }
.qty-option.active { border-color: var(--mint-deep); background: var(--mint-soft); box-shadow: 0 0 0 2px rgba(13,111,101,.08); }
.custom-qty { display: grid; grid-template-columns: minmax(0, 1fr) 126px; align-items: center; gap: 12px; }
.custom-qty input { text-align: center; font-weight: 900; }
.purchase-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 12px;
  border: 1px solid rgba(200, 159, 53, .34);
  border-radius: 14px;
  background: var(--gold-soft);
  padding: 14px 15px;
}
.purchase-summary span { display: block; margin-bottom: 3px; color: #7b672d; font-size: .7rem; font-weight: 850; text-transform: uppercase; }
.purchase-summary strong { color: #5e4b14; }
.summary-total { text-align: right; }
.summary-total strong { font-size: 1.45rem; }

button, .primary-link, .admin-actions a, .final-cta a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  border: 0;
  border-radius: 12px;
  background: var(--mint-deep);
  color: #fff;
  padding: 0 18px;
  cursor: pointer;
  font-weight: 900;
  text-decoration: none;
}
button:hover, .primary-link:hover, .admin-actions a:hover, .final-cta a:hover { background: var(--mint-dark); }
button:disabled { cursor: not-allowed; opacity: .62; }
.checkout-button { display: flex; justify-content: space-between; width: 100%; min-height: 56px; padding: 0 18px; }
.checkout-button span { opacity: .7; font-size: .72rem; font-weight: 750; }
.trust-mini { display: flex; justify-content: center; gap: 10px 14px; flex-wrap: wrap; color: var(--muted); font-size: .68rem; font-weight: 750; }
.alert {
  border: 1px solid rgba(167, 54, 54, .2);
  border-radius: 12px;
  background: #fff5f5;
  color: var(--danger);
  padding: 12px;
  line-height: 1.5;
}
.sold-out { border: 1px solid var(--line); border-radius: 14px; background: var(--soft); padding: 18px; color: var(--mint-deep); font-weight: 900; }

.campaign-progress {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
  gap: 36px;
  align-items: center;
  padding: 48px clamp(18px, 4vw, 70px);
  background: var(--mint-dark);
  color: #fff;
}
.campaign-progress .eyebrow { color: var(--mint); }
.campaign-progress h2 { max-width: 690px; font-size: clamp(1.9rem, 3.5vw, 3.05rem); }
.campaign-progress p { margin-bottom: 0; color: rgba(255,255,255,.67); line-height: 1.55; }
.progress-panel { display: grid; gap: 12px; }
.progress-numbers { display: flex; justify-content: space-between; align-items: end; }
.progress-numbers strong { font-size: clamp(2.2rem, 5vw, 4rem); letter-spacing: -.06em; }
.progress-numbers span { color: var(--mint); font-weight: 850; }
.bar { display: block; height: 10px; overflow: hidden; border-radius: 999px; background: #dcefeb; }
.bar.large { height: 14px; background: rgba(255,255,255,.15); }
.bar i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--mint-strong), var(--mint)); }
.urgency { color: #ffe8a5; font-size: .85rem; }

.section { padding: 74px clamp(18px, 4vw, 70px); }
.section-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 26px; }
.section-head > p { max-width: 380px; margin-bottom: 5px; }
.prizes { display: grid; grid-template-columns: 1.35fr .825fr .825fr; gap: 14px; }
.prize-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  padding: 26px;
  box-shadow: var(--shadow-soft);
}
.prize-card.featured {
  background: linear-gradient(145deg, rgba(134, 220, 210, .28), rgba(255,255,255,.96));
  padding-bottom: 22px;
}
.prize-feature {
  display: grid;
  grid-template-columns: minmax(220px, .75fr) minmax(280px, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 100%;
  margin-top: 16px;
}
.prize-image-wrap {
  display: grid;
  place-items: center;
  min-height: 280px;
  border-radius: 22px;
  background: rgba(255,255,255,.9);
  padding: 18px 18px 8px;
}
.prize-card.featured img {
  width: min(430px, 100%);
  max-height: 250px;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(16,32,30,.15));
}
.prize-rank {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--gold-soft);
  color: #7b611c;
  font-size: 1.15rem;
  font-weight: 950;
}
.prize-copy { position: relative; z-index: 2; margin-top: 24px; }
.prize-card.featured .prize-copy { margin-top: 0; }
.prize-copy span { color: var(--gold); font-size: .72rem; font-weight: 950; letter-spacing: .09em; }
.prize-copy h3 { max-width: 360px; margin: 9px 0; font-size: clamp(1.9rem, 3vw, 3rem); line-height: .95; letter-spacing: -.045em; }
.prize-copy p { max-width: 280px; color: var(--muted); line-height: 1.5; }
.pix-card { display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(180deg, #fff, #f8fcfb); }
.pix-symbol { margin: 38px 0 8px; color: var(--mint-strong); font-size: clamp(3.2rem, 6vw, 5.4rem); font-weight: 950; letter-spacing: -.08em; }

.draw-section { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: 34px; align-items: start; background: #fbfdfd; }
.draw-card { display: grid; gap: 10px; }
.draw-card > div { border: 1px solid var(--line); border-radius: 16px; background: #fff; padding: 17px 20px; }
.draw-card span { display: block; margin-bottom: 5px; color: var(--muted); font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.draw-card strong { line-height: 1.45; }

.final-cta { padding: 72px clamp(18px, 4vw, 70px); text-align: center; background: linear-gradient(135deg, var(--mint-soft), #fff7df); }
.final-cta .eyebrow { text-align: center; }
.final-cta h2 { max-width: 900px; margin: 0 auto 24px; }
.final-cta a { min-height: 54px; padding: 0 28px; }

footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  padding: 30px clamp(18px, 4vw, 70px) 96px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .82rem;
}
footer div { display: grid; gap: 4px; }
footer div:nth-child(2) { text-align: center; }
footer div:nth-child(3) { text-align: right; }
footer strong { color: var(--ink); }

.mobile-buy { display: none; }
.page-soft { min-height: 100vh; background: radial-gradient(circle at 18% 18%, rgba(134, 220, 210, .30), transparent 30%), var(--soft); }
.status-wrap, .admin-wrap { padding: 34px clamp(18px, 4vw, 70px); }
.status-card, .login-card, .admin-card { max-width: 1120px; margin: 34px auto; background: #fff; }
.compact-status { max-width: 700px; }
.login-card { max-width: 520px; }
.back-link { color: var(--mint-deep); font-weight: 900; text-decoration: none; }
.status-badge { display: inline-flex; border-radius: 999px; padding: 7px 11px; background: #eef7f5; color: var(--mint-deep); font-size: .74rem; font-weight: 900; text-transform: uppercase; }
.status-paid { background: #dff8ee; color: #13724b; }
.status-rejected, .status-cancelled { background: #fff0f0; color: var(--danger); }
.confirmation-card { max-width: 840px; text-align: center; }
.confirmation-icon { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 18px; border-radius: 50%; background: #dff8ee; color: #13724b; font-size: 2.2rem; font-weight: 950; }
.pending-icon { background: var(--mint-soft); color: var(--mint-deep); font-size: 1.3rem; letter-spacing: .12em; }
.confirmation-card h1 { margin: 16px auto 12px; font-size: clamp(2.4rem, 6vw, 4.5rem); }
.confirmation-card > p { max-width: 620px; margin-left: auto; margin-right: auto; }
.status-summary { margin-top: 28px; text-align: left; }
.numbers-box { border: 1px solid var(--line); border-radius: 16px; background: var(--soft); padding: 20px; margin: 22px 0; text-align: left; }
.numbers-box > span { display: block; margin-bottom: 12px; color: var(--muted); font-weight: 900; }
.number-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.number-pills strong { display: inline-grid; place-items: center; min-width: 72px; min-height: 48px; border: 1px solid #bfe7df; border-radius: 12px; background: #fff; color: var(--mint-deep); padding: 8px 12px; font-size: 1.25rem; }
.numbers-box small { display: block; margin-top: 13px; color: var(--muted); }
.status-actions { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.whatsapp-link { background: #168b54; }
.whatsapp-link:hover { background: #117343; }
.secondary-link { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; border: 1px solid var(--line); border-radius: 12px; padding: 0 18px; color: var(--mint-deep); font-weight: 900; text-decoration: none; }
.order-code { margin-top: 22px !important; font-size: .76rem; }
.admin-head { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.admin-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.admin-stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
table { width: 100%; min-width: 980px; border-collapse: collapse; background: #fff; }
th, td { padding: 13px 14px; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; }
th { color: var(--mint-deep); font-size: .78rem; text-transform: uppercase; }
td { color: #263734; font-size: .92rem; }

@media (max-width: 1180px) {
  .quick-qty { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1040px) {
  .hero {
    grid-template-columns: 1fr;
    grid-template-areas: "copy" "visual" "form";
    min-height: 0;
  }
  .purchase-card { max-width: 700px; width: 100%; justify-self: center; }
  .hero-bike-frame { min-height: 280px; }
  .hero-bike-frame img { max-height: 270px; }
  .prizes { grid-template-columns: 1fr 1fr; }
  .prize-card.featured { grid-column: span 2; }
  .prize-feature { grid-template-columns: minmax(220px, .78fr) minmax(0, 1fr); }
  .draw-section, .campaign-progress { grid-template-columns: 1fr; }
  .admin-stats { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .topbar { min-height: 62px; }
  .brand strong { font-size: .82rem; }
  .brand small { display: none; }
  .topbar-cta { display: none; }
  .hero { padding-top: 32px; padding-bottom: 42px; }
  h1 { font-size: clamp(3rem, 17vw, 4.4rem); }
  .lead { font-size: 1rem; }
  .facts, .summary-grid { grid-template-columns: 1fr; }
  .hero-prize-line { gap: 8px; }
  .hero-prize-line span { min-height: 38px; padding: 0 12px; font-size: .88rem; }
  .hero-prize-card.old-unused { padding: 24px 18px 18px; }
  .hero-bike-frame { min-height: 220px; padding: 22px 10px 8px; }
  .hero-bike-frame img { max-height: 210px; }
  .prize-badge { left: 16px; top: -12px; }
  .card-head { align-items: center; }
  .quick-qty { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .qty-option { min-height: 68px; }
  .qty-option strong { font-size: .9rem; }
  .custom-qty { grid-template-columns: 1fr 96px; }
  .purchase-summary { grid-template-columns: 1fr; align-items: start; }
  .summary-total { text-align: left; }
  .campaign-progress, .section, .draw-section, .final-cta { padding-left: 18px; padding-right: 18px; }
  .section { padding-top: 54px; padding-bottom: 54px; }
  .section-head { display: block; }
  .section-head > p { margin-top: 12px; }
  .prizes { grid-template-columns: 1fr; }
  .prize-card.featured { grid-column: auto; }
  .prize-feature { grid-template-columns: 1fr; gap: 18px; }
  .prize-image-wrap { min-height: 220px; }
  .prize-card.featured img { width: min(360px, 100%); max-height: 210px; }
  footer { grid-template-columns: 1fr; padding-bottom: 92px; }
  footer div:nth-child(2), footer div:nth-child(3) { text-align: left; }
  .mobile-buy {
    position: fixed;
    z-index: 80;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 58px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 16px;
    background: rgba(8,79,73,.96);
    color: #fff;
    padding: 0 17px;
    box-shadow: 0 18px 50px rgba(8,79,73,.32);
    text-decoration: none;
    backdrop-filter: blur(12px);
  }
  .mobile-buy span { font-weight: 950; }
  .mobile-buy strong { color: var(--mint); font-size: .78rem; }
  .confirmation-card { padding: 24px 18px; }
  .status-summary { grid-template-columns: 1fr; }
  .status-actions { display: grid; }
  .number-pills strong { min-width: 66px; }
}


/* V4 - Consulta de números */
.topbar-actions { display: flex; align-items: center; gap: 10px; }
.topbar-consult {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--mint-deep);
  padding: 0 18px;
  font-size: .88rem;
  font-weight: 900;
  text-decoration: none;
}
.topbar-consult:hover { background: var(--mint-soft); border-color: #b9d9d4; }
.final-cta-actions { display: flex; justify-content: center; align-items: center; gap: 12px; flex-wrap: wrap; }
.final-consult-link {
  border: 1px solid var(--mint-deep) !important;
  background: transparent !important;
  color: var(--mint-deep) !important;
}
.final-consult-link:hover { background: rgba(13,111,101,.08) !important; }
.consult-hint { margin: 8px auto 0 !important; max-width: 620px; color: var(--muted); font-size: .76rem; }
.consult-wrap {
  width: min(1040px, calc(100% - 36px));
  margin: 0 auto;
  padding: 64px 0 90px;
}
.consult-intro { max-width: 760px; margin-bottom: 28px; }
.consult-intro h1 { margin-bottom: 18px; font-size: clamp(3rem, 7vw, 5.7rem); }
.consult-intro > p:last-child { color: var(--muted); font-size: 1.05rem; line-height: 1.65; }
.consult-card, .consult-result {
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255,255,255,.97);
  box-shadow: var(--shadow);
}
.consult-card { padding: clamp(22px, 4vw, 34px); }
.consult-card form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
}
.consult-field { display: grid; gap: 8px; }
.consult-submit { min-height: 50px; white-space: nowrap; }
.consult-security { margin: 14px 0 0; color: var(--muted); font-size: .78rem; }
.consult-alert {
  margin-top: 16px;
  border: 1px solid rgba(167,54,54,.2);
  border-radius: 14px;
  background: #fff5f5;
  color: var(--danger);
  padding: 14px 16px;
  font-weight: 700;
}
.consult-result { margin-top: 26px; padding: clamp(24px, 4vw, 38px); }
.consult-result-head { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; }
.consult-result-head h2 { margin: 14px 0 8px; }
.consult-result-head p { margin-bottom: 0; color: var(--muted); }
.consult-total { flex: 0 0 auto; min-width: 150px; border-radius: 18px; background: var(--gold-soft); padding: 16px 18px; text-align: right; }
.consult-total span { display: block; color: #7b672d; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.consult-total strong { color: #5e4b14; font-size: 1.55rem; }
.consult-summary { margin-top: 24px; }
.consult-numbers { margin-bottom: 8px; }
.consult-pending { margin: 22px 0 0; border: 1px solid var(--line); border-radius: 16px; background: var(--soft); padding: 18px; color: var(--muted); line-height: 1.55; }
.consult-help { margin: 24px auto 0; max-width: 760px; color: var(--muted); text-align: center; font-size: .84rem; line-height: 1.55; }

@media (max-width: 900px) {
  .consult-card form { grid-template-columns: 1fr 1fr; }
  .consult-submit { grid-column: 1 / -1; }
}
@media (max-width: 700px) {
  .topbar-actions .topbar-consult { display: inline-flex; min-height: 40px; padding: 0 12px; font-size: .74rem; }
  .topbar-actions .topbar-cta { display: none; }
  .consult-wrap { width: min(100% - 28px, 1040px); padding-top: 40px; padding-bottom: 100px; }
  .consult-card form { grid-template-columns: 1fr; }
  .consult-submit { grid-column: auto; width: 100%; }
  .consult-result-head { display: grid; }
  .consult-total { width: 100%; text-align: left; }
  .consult-summary { grid-template-columns: 1fr; }
  .final-cta-actions { display: grid; }
  .final-cta-actions a { width: 100%; }
}


/* V5 - Consulta por nome + WhatsApp */
.consult-results-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-top: 42px;
}
.consult-results-head .eyebrow { margin-bottom: 10px; }
.consult-results-head h2 { margin-bottom: 8px; }
.consult-results-head p:last-child { margin-bottom: 0; color: var(--muted); }
.consult-results-list { display: grid; gap: 18px; margin-top: 18px; }
.consult-results-list .consult-result { margin-top: 0; }
@media (max-width: 700px) {
  .consult-results-head { display: block; margin-top: 34px; }
}


.hero-art-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(134, 220, 210, .22);
  border-radius: 28px;
  background: radial-gradient(circle at 30% 18%, rgba(64, 219, 198, .22), transparent 35%), linear-gradient(145deg, #041716, #0a2b28 60%, #071e1c);
  padding: 28px 24px 22px;
  box-shadow: 0 22px 48px rgba(7, 37, 34, .26);
}
.hero-art-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(134, 220, 210, .26);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: #dffffa;
  padding: 0 14px;
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.hero-logo-art {
  width: 100%;
  max-width: 720px;
  margin: 20px auto 8px;
  filter: drop-shadow(0 26px 28px rgba(0,0,0,.38));
}
.hero-art-footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
  color: rgba(235,255,252,.82);
  font-size: .85rem;
  font-weight: 750;
}
.hero-art-footer span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(134, 220, 210, .18);
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  padding: 0 12px;
}

.campaign-art-section {
  background: linear-gradient(180deg, rgba(7,37,34,.04), rgba(255,255,255,0));
}
.campaign-art-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 22px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(238,247,245,.95));
  padding: 20px;
  box-shadow: var(--shadow-soft);
}
.campaign-art-preview {
  border-radius: 22px;
  overflow: hidden;
  background: #051918;
  box-shadow: 0 18px 36px rgba(7, 37, 34, .18);
}
.campaign-art-preview img {
  width: 100%;
  height: auto;
  display: block;
}
.campaign-art-copy h3 {
  margin-bottom: 14px;
  font-size: clamp(1.8rem, 3vw, 3rem);
}
.campaign-art-copy p {
  max-width: 520px;
  color: var(--muted);
  line-height: 1.65;
}
.campaign-art-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  background: var(--mint-soft);
  color: var(--mint-deep);
  padding: 0 14px;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.campaign-art-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 24px;
}
.campaign-art-points span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 0 14px;
  color: var(--ink);
  font-weight: 800;
}
.campaign-art-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.campaign-art-actions .secondary-link {
  background: #fff;
}

@media (max-width: 1040px) {
  .campaign-art-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .hero-art-card {
    padding: 22px 16px 18px;
  }
  .hero-logo-art {
    margin-top: 16px;
  }
  .hero-art-footer {
    font-size: .8rem;
  }
  .campaign-art-card {
    padding: 14px;
  }
  .campaign-art-actions {
    display: grid;
  }
  .campaign-art-actions a {
    width: 100%;
  }
}


/* V6.1 - arte como marca d'água */
.hero.hero-watermark {
  position: relative;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .82fr);
  grid-template-areas: "copy form";
  min-height: 0;
  align-items: start;
}
.hero.hero-watermark::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: clamp(110px, 12vw, 260px);
  top: 116px;
  width: min(60%, 860px);
  height: min(78%, 640px);
  background:
    radial-gradient(circle at center, rgba(255,255,255,0) 52%, rgba(255,255,255,.55) 88%, rgba(255,255,255,.86) 100%),
    url("rifa-logo.png") no-repeat center;
  background-size: 100% 100%, contain;
  opacity: .17;
  filter: saturate(1.02) contrast(1.02);
  pointer-events: none;
}
.hero.hero-watermark > * {
  position: relative;
  z-index: 1;
}
.hero.hero-watermark .hero-copy {
  padding-top: 18px;
  padding-bottom: 20px;
}
.hero.hero-watermark .hero-copy .facts {
  margin-top: 24px;
}
.hero.hero-watermark .purchase-card {
  align-self: start;
}
.hero-visual,
.campaign-art-section {
  display: none !important;
}

@media (max-width: 1040px) {
  .hero.hero-watermark {
    grid-template-columns: 1fr;
    grid-template-areas: "copy" "form";
  }
  .hero.hero-watermark::before {
    left: 50%;
    top: auto;
    bottom: 110px;
    transform: translateX(-50%);
    width: min(92%, 700px);
    height: 360px;
    opacity: .13;
  }
}

@media (max-width: 700px) {
  .hero.hero-watermark::before {
    bottom: 150px;
    height: 250px;
    opacity: .11;
  }
  .hero.hero-watermark .hero-copy {
    padding-top: 8px;
    padding-bottom: 0;
  }
}


/* V6.2 - arte no ícone do topo */
.brand-icon.brand-icon-art {
  width: 62px;
  height: 48px;
  border-radius: 12px;
  background: rgba(255,255,255,.92);
  padding: 4px;
  box-shadow: inset 0 0 0 1px rgba(13,111,101,.12);
}
.brand-icon.brand-icon-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
@media (max-width: 700px) {
  .brand-icon.brand-icon-art {
    width: 54px;
    height: 42px;
    padding: 3px;
  }
}


/* V6.3 - marca d'água mais visível */
.hero.hero-watermark .hero-copy {
  max-width: 900px;
}
.hero.hero-watermark .lead,
.hero.hero-watermark .facts,
.hero.hero-watermark .hero-prize-line {
  position: relative;
  z-index: 2;
}


/* V7.2 - melhor enquadramento do 1º prêmio */
.prize-card.featured {
  padding: 24px 24px 20px;
}
.prize-feature {
  grid-template-columns: minmax(230px, .72fr) minmax(360px, 1fr);
  gap: 18px;
  align-items: center;
}
.prize-card.featured .prize-copy p {
  max-width: 300px;
}
.prize-image-wrap {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 310px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 78%, rgba(13,111,101,.10), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,252,251,.96));
  padding: 12px 12px 0;
  overflow: hidden;
  box-shadow:
    inset 0 0 0 1px rgba(13,111,101,.06),
    0 18px 36px rgba(8, 52, 48, .08);
}
.prize-image-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 72%;
  height: 22px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(8,52,48,.16) 0%, rgba(8,52,48,.06) 48%, rgba(8,52,48,0) 72%);
  filter: blur(8px);
}
.prize-card.featured img {
  position: relative;
  z-index: 1;
  width: min(500px, 112%);
  max-height: 285px;
  object-fit: contain;
  object-position: center bottom;
  transform: translateY(6px) scale(1.06);
  filter: drop-shadow(0 22px 20px rgba(16,32,30,.18));
}

@media (max-width: 1040px) {
  .prize-feature {
    grid-template-columns: minmax(220px, .78fr) minmax(0, 1fr);
    gap: 16px;
  }
  .prize-image-wrap {
    min-height: 290px;
  }
  .prize-card.featured img {
    width: min(460px, 110%);
    max-height: 260px;
  }
}

@media (max-width: 700px) {
  .prize-card.featured {
    padding: 22px 18px 18px;
  }
  .prize-feature {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .prize-image-wrap {
    min-height: 230px;
    padding: 10px 10px 0;
  }
  .prize-card.featured img {
    width: min(380px, 112%);
    max-height: 210px;
    transform: translateY(4px) scale(1.04);
  }
}


/* V7.3 PREVIEW - novo destaque visual do primeiro prêmio */
.prizes {
  grid-template-columns: minmax(0, 1.48fr) minmax(0, .76fr) minmax(0, .76fr);
  gap: 16px;
}
.prize-card.featured.featured-v73 {
  min-height: 440px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  background:
    radial-gradient(circle at 78% 70%, rgba(134,220,210,.26), transparent 34%),
    linear-gradient(145deg, rgba(226,249,245,.98), rgba(255,255,255,.98));
}
.featured-prize-head {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
.featured-title-block span {
  color: var(--gold);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .1em;
}
.featured-title-block h3 {
  margin: 5px 0 4px;
  font-size: clamp(2.25rem, 3vw, 3.35rem);
}
.featured-title-block p {
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
}
.featured-bike-stage {
  position: relative;
  flex: 1;
  display: grid;
  place-items: center;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid rgba(13,111,101,.09);
  border-radius: 24px;
  background:
    radial-gradient(ellipse at 50% 88%, rgba(13,111,101,.16), transparent 37%),
    linear-gradient(180deg, #fff 0%, #fbfefd 58%, #edf8f5 100%);
  padding: 4px 16px 0;
}
.featured-bike-stage::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 24px;
  height: 40px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(7,61,55,.18), rgba(7,61,55,0) 68%);
  filter: blur(9px);
}
.featured-bike-stage img {
  position: relative;
  z-index: 2;
  width: min(710px, 106%);
  max-width: none;
  max-height: 315px;
  object-fit: contain;
  object-position: center bottom;
  transform: translateY(10px) scale(1.11);
  filter: drop-shadow(0 24px 18px rgba(11,48,44,.18));
}
.featured-main-label {
  position: absolute;
  z-index: 4;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border: 1px solid rgba(200,159,53,.28);
  border-radius: 999px;
  background: rgba(255,247,222,.92);
  color: #806418;
  padding: 0 12px;
  font-size: .66rem;
  font-weight: 950;
  letter-spacing: .08em;
}
.prize-card.pix-card {
  min-height: 440px;
}

@media (max-width: 1040px) {
  .prizes { grid-template-columns: 1fr 1fr; }
  .prize-card.featured.featured-v73 { grid-column: span 2; }
  .featured-bike-stage img { width: min(760px, 105%); max-height: 330px; }
}

@media (max-width: 700px) {
  .prizes { grid-template-columns: 1fr; }
  .prize-card.featured.featured-v73 { grid-column: auto; min-height: 430px; padding: 18px; }
  .featured-prize-head { grid-template-columns: auto 1fr; gap: 12px; }
  .featured-title-block h3 { font-size: 2.25rem; }
  .featured-title-block p { font-size: .88rem; }
  .featured-bike-stage { min-height: 260px; padding: 8px 6px 0; }
  .featured-bike-stage img { width: min(430px, 116%); max-height: 245px; transform: translateY(7px) scale(1.08); }
  .featured-main-label { top: 12px; right: 12px; }
  .prize-card.pix-card { min-height: 330px; }
}


/* V7.4 - destaque do horário e local do sorteio no topo */
.topbar {
  position: sticky;
}
.topbar-event {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 2px;
  min-width: 260px;
  min-height: 54px;
  align-content: center;
  border: 1px solid rgba(200,159,53,.34);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255,244,214,.96), rgba(255,255,255,.98));
  color: var(--ink);
  padding: 7px 18px;
  box-shadow: 0 8px 22px rgba(9,40,37,.07);
  text-decoration: none;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.topbar-event:hover {
  transform: translate(-50%, -52%);
  border-color: rgba(200,159,53,.62);
  box-shadow: 0 12px 28px rgba(9,40,37,.12);
}
.topbar-event-title {
  color: #5d4b17;
  font-size: .86rem;
  font-weight: 950;
  line-height: 1.15;
  white-space: nowrap;
}
.topbar-event-local {
  color: var(--mint-deep);
  font-size: .72rem;
  font-weight: 850;
  line-height: 1.15;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .topbar-event {
    min-width: 220px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .topbar-event-title { font-size: .78rem; }
  .topbar-event-local { font-size: .68rem; }
}

@media (max-width: 940px) {
  .topbar {
    flex-wrap: wrap;
    row-gap: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .topbar-event {
    position: static;
    order: 3;
    flex: 1 0 100%;
    transform: none;
    min-width: 0;
    min-height: 42px;
    grid-template-columns: auto auto;
    justify-content: center;
    column-gap: 10px;
    border-radius: 12px;
    padding: 6px 12px;
  }
  .topbar-event:hover { transform: none; }
}

@media (max-width: 700px) {
  .topbar-event {
    grid-template-columns: 1fr;
    gap: 1px;
    min-height: 44px;
  }
  .topbar-event-title { font-size: .76rem; }
  .topbar-event-local { font-size: .66rem; }
}

/* V8.0 - Checkout transparente Mercado Pago: Pix + cartões dentro do site */
.payment-online-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 12%, rgba(134,220,210,.24), transparent 28%),
    linear-gradient(180deg, #f8fcfb 0%, #eef7f5 100%);
}
.payment-topbar {
  position: sticky;
}
.secure-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--mint-deep);
  padding: 0 14px;
  font-size: .76rem;
  font-weight: 850;
}
.payment-online-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 36px 0 64px;
}
.payment-layout {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(460px, 1.28fr);
  gap: 22px;
  align-items: start;
}
.payment-order-card,
.payment-method-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,.98);
  box-shadow: var(--shadow);
}
.payment-order-card {
  position: sticky;
  top: 98px;
  padding: 28px;
}
.payment-order-card h1 {
  margin: 8px 0 24px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: .98;
  letter-spacing: -.05em;
}
.payment-order-person {
  padding: 14px 0 18px;
  border-bottom: 1px solid var(--line);
}
.payment-order-person span,
.payment-order-summary span {
  display: block;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.payment-order-person strong { display: block; margin-top: 5px; font-size: 1.05rem; }
.payment-order-summary { display: grid; gap: 0; margin-top: 4px; }
.payment-order-summary > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(207,226,222,.75);
}
.payment-order-summary strong { text-align: right; }
.payment-order-summary .payment-order-total {
  margin-top: 5px;
  border-bottom: 0;
}
.payment-order-total strong {
  color: var(--mint-deep);
  font-size: 1.65rem;
}
.payment-security-notes {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  border-radius: 14px;
  background: var(--mint-soft);
  color: var(--mint-dark);
  padding: 14px;
  font-size: .78rem;
  font-weight: 800;
}
.payment-order-card .order-code {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: .72rem;
  word-break: break-word;
}
.payment-method-card { padding: clamp(20px, 3vw, 30px); }
.payment-method-head h2 {
  margin: 6px 0 8px;
  font-size: clamp(2rem, 4vw, 3rem);
}
.payment-method-head p { color: var(--muted); line-height: 1.55; }
#paymentBrick_container {
  min-height: 240px;
  margin-top: 10px;
}
#paymentBrick_container[hidden],
.pix-payment-panel[hidden],
.pending-payment-panel[hidden] { display: none !important; }
.brick-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 220px;
  color: var(--muted);
}
.brick-loading.hidden { display: none; }
.spinner {
  display: inline-block;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border: 3px solid rgba(13,111,101,.16);
  border-top-color: var(--mint-deep);
  border-radius: 50%;
  animation: rifa-spin .8s linear infinite;
}
@keyframes rifa-spin { to { transform: rotate(360deg); } }
.payment-feedback {
  margin: 16px 0;
  border: 1px solid rgba(167,54,54,.22);
  border-radius: 12px;
  background: #fff4f4;
  color: #8d2929;
  padding: 13px 14px;
  line-height: 1.45;
  font-weight: 750;
}
.payment-feedback.success {
  border-color: rgba(46,170,157,.24);
  background: var(--mint-soft);
  color: var(--mint-dark);
}
.pix-payment-panel {
  display: grid;
  gap: 20px;
  margin-top: 16px;
  border: 1px solid rgba(13,111,101,.2);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, #f6fcfa);
  padding: clamp(18px, 3vw, 26px);
}
.pix-status-head {
  display: flex;
  gap: 12px;
  align-items: center;
}
.pix-status-head div { display: grid; gap: 3px; }
.pix-status-head small { color: var(--muted); line-height: 1.4; }
.pix-badge {
  display: grid;
  place-items: center;
  min-width: 58px;
  height: 42px;
  border-radius: 12px;
  background: var(--mint-deep);
  color: #fff;
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .08em;
}
.pix-qr-wrap {
  display: grid;
  place-items: center;
  min-height: 260px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  padding: 18px;
}
.pix-qr-wrap img {
  width: min(260px, 82vw);
  min-width: 180px;
  image-rendering: auto;
}
.pix-copy-box { display: grid; gap: 9px; }
.pix-copy-box textarea {
  width: 100%;
  min-height: 94px;
  resize: vertical;
  border: 1px solid #b9d9d4;
  border-radius: 12px;
  background: #fbfffe;
  color: var(--ink);
  padding: 12px;
  font: 600 .78rem/1.45 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  word-break: break-all;
  outline: none;
}
.pix-copy-box button { width: 100%; }
.waiting-payment,
.pending-payment-panel {
  display: flex;
  align-items: center;
  gap: 13px;
  border-radius: 14px;
  background: var(--gold-soft);
  color: #5e4b14;
  padding: 14px 15px;
}
.waiting-payment div,
.pending-payment-panel div { display: grid; gap: 3px; }
.waiting-payment small,
.pending-payment-panel small { color: #7b672d; line-height: 1.4; }
.pulse-dot {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 0 rgba(200,159,53,.42);
  animation: rifa-pulse 1.5s infinite;
}
@keyframes rifa-pulse {
  0% { box-shadow: 0 0 0 0 rgba(200,159,53,.42); }
  70% { box-shadow: 0 0 0 11px rgba(200,159,53,0); }
  100% { box-shadow: 0 0 0 0 rgba(200,159,53,0); }
}
.pending-payment-panel { margin-top: 18px; }
.payment-footer-actions {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.payment-footer-actions a {
  color: var(--mint-deep);
  font-size: .82rem;
  font-weight: 850;
  text-decoration: none;
}

/* Confirmação mais direta após aprovação do pagamento */
.confirmation-card.confirmed > h1 {
  margin-top: 10px;
  margin-bottom: 22px;
}
.confirmation-card.confirmed .numbers-box > span {
  font-size: .8rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.confirmation-card.confirmed .number-pills strong {
  font-size: clamp(1.7rem, 4vw, 2.5rem);
}

@media (max-width: 900px) {
  .payment-layout { grid-template-columns: 1fr; }
  .payment-order-card { position: static; }
}
@media (max-width: 620px) {
  .payment-online-wrap { width: min(100% - 20px, 1180px); padding-top: 18px; }
  .payment-topbar { min-height: 66px; }
  .secure-chip { display: none; }
  .payment-order-card,
  .payment-method-card { border-radius: 18px; padding: 18px; }
  .payment-order-card h1 { font-size: 2rem; }
  .payment-method-head h2 { font-size: 2rem; }
  .pix-qr-wrap { min-height: 220px; padding: 12px; }
}
