:root {
  --navy: #0f2a5c;
  --navy-2: #173a7a;
  --navy-3: #0a1d42;
  --gold: #f7a81b;
  --yellow: #fcd116;
  --red: #ce1126;
  --cream: #fbf8f2;
  --sand: #f3eee3;
  --ink: #18202f;
  --muted: #5b6477;
  --line: #e6dfd0;
  --card: #ffffff;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  font-feature-settings: "cv11", "ss01";
}
img { max-width: 100%; display: block; }
h1, h2, h3 { line-height: 1.12; margin: 0 0 .5em; letter-spacing: -.025em; }
h1 { font-size: clamp(2.1rem, 6vw, 4rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 4.2vw, 2.7rem); font-weight: 800; }
h3 { font-size: 1.2rem; font-weight: 700; letter-spacing: -.01em; }
a { color: var(--navy-2); }
strong { font-weight: 700; }

.wrap { max-width: 1100px; margin: 0 auto; padding: 0 16px; }
.narrow { max-width: 720px; }
.prose p { margin: 0 0 1.1em; max-width: 64ch; }
.section { padding: clamp(56px, 9vw, 104px) 0; }
.section h2 { color: var(--navy); max-width: 24ch; }

/* Top bar */
.topbar {
  position: sticky; top: 0; z-index: 10;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(1.4) blur(8px);
  -webkit-backdrop-filter: saturate(1.4) blur(8px);
  border-bottom: 1px solid var(--line);
}
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; height: 56px; gap: 12px; }
.brand { font-weight: 800; color: var(--navy); text-decoration: none; letter-spacing: -.02em; }
.topbar__right { display: flex; align-items: center; gap: 10px; }
.btn-mini {
  display: inline-block; background: var(--navy); color: #fff; text-decoration: none;
  font-weight: 700; font-size: .85rem; padding: 8px 14px; border-radius: 99px;
}
.lang {
  display: inline-flex; border: 1.5px solid var(--navy); border-radius: 99px; overflow: hidden;
  font-size: .8rem; font-weight: 700;
}
.lang a { padding: 6px 11px; text-decoration: none; color: var(--navy); }
.lang a[aria-current="page"] { background: var(--navy); color: #fff; }

/* Logos header */
.logos {
  background: var(--card);
  border-bottom: 6px solid;
  border-image: linear-gradient(90deg, var(--yellow) 0 50%, var(--navy-2) 50% 75%, var(--red) 75%) 1;
  padding: 22px 16px;
}
.logos__row {
  display: flex; justify-content: center; align-items: center;
  gap: clamp(14px, 4vw, 48px);
}
.logo {
  margin: 0; width: clamp(84px, 22vw, 150px); aspect-ratio: 1;
  display: grid; place-items: center;
}
.logo img { width: 100%; height: 100%; object-fit: contain; }

/* Hero */
.hero { padding: clamp(48px, 9vw, 104px) 0 56px; text-align: center; }
.hero h1 { max-width: 20ch; margin-inline: auto; color: var(--navy); }
.lead { font-size: clamp(1.08rem, 2.4vw, 1.3rem); max-width: 60ch; margin: 0 auto 1em; color: #2b3447; }
.hero__ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin: 28px 0 40px; }
.btn {
  display: inline-block; text-decoration: none; font-weight: 700;
  padding: 14px 24px; border-radius: 99px; font-size: 1rem;
  transition: transform .15s ease, box-shadow .15s ease;
}
.btn--primary { background: var(--red); color: #fff; box-shadow: 0 6px 18px rgba(206, 17, 38, .25); }
.btn--ghost { background: #fff; color: var(--navy); border: 1.5px solid var(--navy); }
.btn:hover, .btn:focus-visible { transform: translateY(-2px); outline: none; }

/* Image slots */
.img-slot {
  border: 2px dashed #c9bfa7; border-radius: var(--radius);
  background: var(--sand); color: var(--muted);
  display: grid; place-items: center; text-align: center;
  min-height: 220px; padding: 16px; font-size: .92rem;
}
.img-slot--hero { min-height: clamp(220px, 42vw, 460px); }

/* Countdown */
.countdown { background: var(--navy); color: #fff; text-align: center; padding: 60px 0; }
.countdown h2 { color: var(--gold); margin-inline: auto; }
.cd {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: clamp(8px, 2vw, 20px); max-width: 760px; margin: 8px auto 22px;
}
.cd__unit {
  background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius); padding: clamp(14px, 3vw, 26px) 4px;
}
.cd__num {
  display: block; font-weight: 800; letter-spacing: -.04em;
  font-size: clamp(2.1rem, 8vw, 4.4rem); line-height: 1;
  font-variant-numeric: tabular-nums;
}
.cd__label { font-size: clamp(.68rem, 2vw, .85rem); text-transform: uppercase; letter-spacing: .12em; opacity: .75; }
.cd__when { margin: 0; opacity: .92; }
.tag {
  display: inline-block; background: var(--gold); color: var(--navy);
  font-size: .72rem; font-weight: 800; padding: 2px 10px; border-radius: 99px;
  margin-left: 6px; vertical-align: middle; text-transform: uppercase; letter-spacing: .05em;
}

/* Timeline */
.split { display: grid; grid-template-columns: 1.25fr 1fr; gap: 40px; align-items: start; }
.timeline { list-style: none; margin: 8px 0 0; padding: 0; border-left: 3px solid var(--line); }
.timeline li { position: relative; padding: 0 0 22px 22px; }
.timeline li::before {
  content: ""; position: absolute; left: -9px; top: 6px; width: 15px; height: 15px;
  border-radius: 50%; background: var(--red); border: 3px solid var(--cream);
}
.timeline time { display: block; font-weight: 800; color: var(--navy); font-variant-numeric: tabular-nums; }
.timeline p { margin: 2px 0 0; color: #2b3447; }

/* Stats */
.stats {
  list-style: none; padding: 0; margin: 44px 0 10px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
}
.stats li {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 22px 18px;
  border-top: 5px solid var(--red);
}
.stats__num { display: block; font-size: clamp(1.9rem, 4vw, 2.5rem); font-weight: 800; color: var(--navy); line-height: 1.1; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.stats__label { color: var(--muted); font-size: .92rem; line-height: 1.4; display: block; margin-top: 4px; }
.sources { font-size: .82rem; color: var(--muted); }

/* Children */
.children { background: var(--card); border-block: 1px solid var(--line); }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 32px; }
.gallery .img-slot { min-height: 200px; }
.memorial {
  margin: 32px 0; padding: 26px 28px; border-radius: var(--radius);
  background: var(--navy-3); color: #fff;
}
.memorial p { margin: 0; max-width: 64ch; }
.memorial strong { color: var(--gold); }
.callout {
  display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center;
  background: #fff4f4; border: 1px solid #f3c9cd; border-radius: var(--radius);
  padding: 22px 24px; margin-top: 28px;
}
.callout__num { font-size: clamp(2.6rem, 7vw, 3.8rem); font-weight: 900; color: var(--red); letter-spacing: -.04em; line-height: 1; }
.callout p { margin: 0; }

/* Quote */
.quote { background: var(--gold); color: var(--navy-3); text-align: center; padding: clamp(56px, 9vw, 96px) 0; }
.quote blockquote { margin: 0 auto; max-width: 26ch; font-size: clamp(1.6rem, 4.6vw, 2.8rem); font-weight: 800; line-height: 1.15; letter-spacing: -.03em; }
.quote p { margin: 18px auto 0; max-width: 56ch; font-weight: 500; }

/* Reasons */
.reasons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 32px; }
.reason {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px 22px;
}
.reason__n {
  display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 50%;
  background: var(--navy); color: #fff; font-weight: 800; font-size: .95rem; margin-bottom: 12px;
}
.reason p { margin: 0; color: #2b3447; font-size: .97rem; }

/* Partners */
.partners { background: var(--card); border-block: 1px solid var(--line); }
.partner-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 32px; }
.partner {
  border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 22px;
  background: var(--cream);
}
.partner__role { display: block; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--red); margin-bottom: 6px; }
.partner p { margin: 0; color: #2b3447; font-size: .97rem; }

/* Bingo */
.steps { list-style: none; padding: 0; margin: 32px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; counter-reset: step; }
.steps li {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 18px; counter-increment: step;
}
.steps li::before {
  content: counter(step); display: block; font-size: 2rem; font-weight: 900; color: var(--gold); line-height: 1; margin-bottom: 10px;
}
.steps h3 { margin-bottom: .3em; color: var(--navy); }
.steps p { margin: 0; font-size: .95rem; color: #2b3447; }
.prices { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 720px; margin: 36px 0 18px; }
.price { border-radius: var(--radius); padding: 24px 22px; background: var(--card); border: 2px solid var(--line); }
.price--main { background: var(--gold); border-color: var(--gold); color: var(--navy-3); }
.price__label { display: block; font-weight: 700; font-size: .95rem; }
.price__amount { font-weight: 900; font-size: clamp(2.6rem, 7vw, 3.6rem); line-height: 1.05; letter-spacing: -.04em; }
.price__amount small { font-size: .32em; font-weight: 700; letter-spacing: 0; }
.price-table { border-collapse: collapse; width: 100%; max-width: 480px; margin: 8px 0 12px; font-variant-numeric: tabular-nums; }
.price-table th, .price-table td { text-align: left; padding: 10px 14px; border-bottom: 1px solid var(--line); }
.price-table th { font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.price-table td:last-child { font-weight: 800; color: var(--navy); }
.small { font-size: .88rem; color: var(--muted); }

/* Choose country */
.choose { background: var(--navy); color: #fff; text-align: center; }
.choose h2 { color: #fff; margin-inline: auto; }
.choose .lead { color: rgba(255,255,255,.85); }
.choose__row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 660px; margin: 32px auto 0; }
.country {
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  background: var(--card); border: 2px solid transparent; border-radius: var(--radius);
  padding: 26px 16px; text-decoration: none; color: var(--navy);
  font-weight: 800; font-size: 1.1rem;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.country small { font-weight: 500; font-size: .82rem; color: var(--muted); margin-top: -8px; }
.country:hover, .country:focus-visible {
  transform: translateY(-3px); border-color: var(--gold);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .25); outline: none;
}
.flag { width: 100%; max-width: 190px; height: auto; border-radius: 6px; box-shadow: 0 1px 4px rgba(0,0,0,.2); }

/* Share */
.share { text-align: center; }
.share__row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 20px; }

.foot { background: var(--navy-3); color: rgba(255,255,255,.75); padding: 36px 0; font-size: .88rem; }
.foot a { color: rgba(255,255,255,.9); }
.foot p { margin: 0 0 .6em; }

@media (max-width: 860px) {
  .split { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .reasons { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .partner-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .gallery { grid-template-columns: 1fr; }
  .prices { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .callout { grid-template-columns: 1fr; }
  .btn-mini { display: none; }
}
@media (max-width: 420px) {
  .choose__row { gap: 12px; }
  .country { padding: 18px 10px; font-size: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .country, .btn { transition: none; }
}

/* Brand in Colombian flag colors */
.brand {
  font-weight: 900; font-size: 1.15rem;
  background: linear-gradient(180deg, #f5c400 0 50%, #003893 50% 75%, #ce1126 75% 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 .6px rgba(10, 29, 66, .55));
}

/* Centered numbers on numbered cards */
.reason__n { display: grid; margin: 0 auto 12px; }
.steps li::before { text-align: center; }

/* Clickable partner card */
.partner--link { display: block; text-decoration: none; color: inherit; transition: border-color .15s ease, transform .15s ease; }
.partner--link h3 { color: var(--navy); }
.partner--link:hover, .partner--link:focus-visible { border-color: var(--navy-2); transform: translateY(-2px); outline: none; }

/* Countdown repeated under flags */
.countdown--inline { margin-top: 48px; padding-top: 40px; border-top: 1px solid rgba(255, 255, 255, .16); }
.countdown--inline .cd-title { color: var(--gold); font-size: clamp(1.3rem, 3.2vw, 1.8rem); font-weight: 800; }
.countdown--inline .cd__when { color: rgba(255, 255, 255, .92); }

/* Footer credit */
.foot__dev { text-align: center; margin-top: 18px !important; padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, .12); }
.foot__dev a { text-decoration: none; }
.foot__dev a:hover { text-decoration: underline; }

/* Partner cards: always centered */
.partner { text-align: center; }
.partners .prose { text-align: center; }
.partners .prose p, .partners h2 { margin-inline: auto; }

/* Mobile: center everything */
@media (max-width: 760px) {
  .section, .section h2, .prose p, .stats li, .reason, .steps li,
  .price, .callout, .memorial, .sources, .small, .foot { text-align: center; }
  .section h2, .prose p, .memorial p { margin-inline: auto; }

  .timeline { border-left: 0; margin-top: 16px; }
  .timeline li { padding: 0 0 26px; text-align: center; }
  .timeline li::before { position: static; display: block; margin: 0 auto 8px; }
  .timeline li:not(:last-child)::after {
    content: ""; display: block; width: 3px; height: 18px; margin: 12px auto -14px; background: var(--line);
  }

  .prices { margin-inline: auto; }
  .price-table { margin-inline: auto; }
  .price-table th, .price-table td { text-align: center; }
  .callout { justify-items: center; }
}

/* Fully centered sections (Why help, Bingo) */
.centered, .centered .reason, .centered .steps li, .centered .price, .centered .small { text-align: center; }
.centered h2, .centered .prose p { margin-inline: auto; }
.centered .prices, .centered .price-table { margin-inline: auto; }
.centered .price-table th, .centered .price-table td { text-align: center; }

/* Centered memorial and stats */
.memorial { text-align: center; }
.memorial p { margin-inline: auto; }
.stats li { text-align: center; }

/* Justified story text (What happened, The children) */
#what-happened .prose p, .children .prose p {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  hyphenate-limit-chars: 7 3 3;
  -webkit-hyphenate-limit-before: 3;
  -webkit-hyphenate-limit-after: 3;
  text-wrap: pretty;
  word-spacing: normal;
  letter-spacing: normal;
}
@media (max-width: 760px) {
  #what-happened .prose p, .children .prose p { text-align-last: center; }
}

/* Centered "What happened" title */
#what-happened h2 { text-align: center; margin-inline: auto; }

/* Ticket purchase flow (United States) */
button.country { font: inherit; font-weight: 800; font-size: 1.1rem; cursor: pointer; width: 100%; }
.buy {
  background: var(--card); color: var(--ink); border-radius: 24px;
  max-width: 560px; margin: 0 auto; padding: clamp(20px, 5vw, 36px);
  text-align: center; box-shadow: 0 18px 40px rgba(0, 0, 0, .25);
}
[data-step][hidden], [data-screen][hidden] { display: none; }
.buy__back {
  background: none; border: 0; color: var(--navy-2); font: inherit; font-weight: 700;
  font-size: .9rem; cursor: pointer; padding: 4px 0; margin-bottom: 8px;
}
.buy__back:hover { text-decoration: underline; }
.buy__back--below { display: block; margin: 14px auto 0; }
.buy__title { color: var(--navy); font-size: clamp(1.35rem, 4vw, 1.8rem); font-weight: 800; margin-bottom: 6px; }
.buy__when { margin: 0 0 18px; color: var(--muted); font-size: .92rem; }

.progress { list-style: none; padding: 0; margin: 0 auto 22px; display: flex; justify-content: center; gap: 10px; }
.progress li {
  display: flex; align-items: center; gap: 8px; font-size: .85rem; font-weight: 700; color: var(--muted);
  padding: 6px 14px 6px 6px; border-radius: 99px; background: var(--sand);
}
.progress li span {
  display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 50%;
  background: #fff; color: var(--muted); font-size: .8rem;
}
.progress li.is-active { background: var(--navy); color: #fff; }
.progress li.is-active span { background: var(--gold); color: var(--navy-3); }

.buy__screen h4 { margin: 0 0 4px; font-size: 1.2rem; color: var(--navy); letter-spacing: -.01em; }
.buy__rule { margin: 0 0 14px; color: var(--muted); font-size: .92rem; }
.buy__screen .btn--big { margin-top: 20px; width: 100%; max-width: 360px; }

.calc { display: grid; justify-items: center; gap: 4px; }
.calc__qty { display: flex; align-items: center; gap: 18px; }
.calc__btn {
  width: 52px; height: 52px; border-radius: 50%; border: 2px solid var(--navy);
  background: #fff; color: var(--navy); font: inherit; font-size: 1.7rem; font-weight: 700; line-height: 1;
  cursor: pointer; transition: background .15s ease, color .15s ease;
}
.calc__btn:hover:not(:disabled) { background: var(--navy); color: #fff; }
.calc__btn:disabled { opacity: .35; cursor: not-allowed; }
.calc__n { min-width: 2.2ch; font-size: 2.8rem; font-weight: 900; color: var(--navy); font-variant-numeric: tabular-nums; letter-spacing: -.04em; }
.calc__unit { font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); font-weight: 700; }
.calc__total {
  margin-top: 10px; background: var(--navy); color: #fff; border-radius: var(--radius);
  padding: 12px 28px; display: grid; gap: 0; min-width: 220px;
}
.calc__total span { font-size: .82rem; opacity: .8; }
.calc__total strong { font-size: 2.1rem; font-weight: 900; color: var(--gold); letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.calc__total small { opacity: .75; font-variant-numeric: tabular-nums; }

.buy__pay { margin: 0; font-size: 1.1rem; color: #2b3447; }
.buy__pay strong { color: var(--red); font-size: 1.25em; }
.venmo__user { font-weight: 800; color: var(--navy); font-size: 1.15rem; margin: 0 0 10px; }
.venmo { display: grid; justify-items: center; gap: 12px; }
.venmo__qr {
  width: min(220px, 70vw); height: auto; border-radius: 14px;
  border: 1px solid var(--line); background: #fff;
}
.btn--venmo { background: #008cff; color: #fff; box-shadow: 0 6px 18px rgba(0, 140, 255, .25); }
.buy__shot {
  margin: 16px auto 0; background: #fff8e6; border: 1px solid #f5d98a;
  border-radius: 14px; padding: 12px 16px; font-size: .95rem; max-width: 46ch;
}
.btn--big { font-size: 1.1rem; padding: 16px 32px; border: 0; cursor: pointer; font-family: inherit; }

/* Registration modal */
.modal {
  width: min(560px, calc(100% - 24px)); max-height: calc(100dvh - 24px);
  border: 0; border-radius: 24px; padding: 0; overflow: auto;
  background: var(--card); color: var(--ink);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .35);
}
.modal::backdrop { background: rgba(10, 29, 66, .72); backdrop-filter: blur(3px); }
.modal__close {
  position: sticky; top: 10px; float: right; margin: 10px 10px 0 0; z-index: 2;
  width: 40px; height: 40px; border-radius: 50%; border: 0; background: var(--sand);
  color: var(--navy); font-size: 1.6rem; line-height: 1; cursor: pointer;
}
.modal__view { padding: clamp(22px, 5vw, 36px); }
.modal__view[hidden] { display: none; }
.fireworks { position: fixed; inset: 0; width: 100vw; height: 100vh; pointer-events: none; z-index: 1; }

.thanks { text-align: center; margin-bottom: 24px; }
.thanks__heart { font-size: 1.6rem; letter-spacing: .2em; margin-bottom: 6px; }
.thanks h2 { color: var(--navy); font-size: clamp(1.6rem, 5vw, 2.1rem); margin-bottom: .4em; }
.thanks p { margin: 0 auto .7em; max-width: 44ch; color: #2b3447; }

.reg { border-top: 1px solid var(--line); padding-top: 22px; display: grid; gap: 14px; }
.reg h3 { text-align: center; color: var(--navy); margin: 0 0 2px; }
.reg__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: grid; gap: 6px; }
.field > span { font-size: .88rem; font-weight: 700; color: var(--navy); }
.field input:not([type="file"]):not([type="hidden"]), .select select {
  width: 100%; font: inherit; font-size: 16px; color: var(--ink);
  padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 12px; background: var(--cream);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus, .select select:focus {
  outline: none; border-color: var(--navy-2); box-shadow: 0 0 0 3px rgba(23, 58, 122, .15); background: #fff;
}
.select { position: relative; display: block; }
.select select { appearance: none; -webkit-appearance: none; padding-right: 44px; cursor: pointer; }
.select select:invalid { color: var(--muted); }
.select::after {
  content: ""; position: absolute; right: 16px; top: 50%; width: 10px; height: 10px;
  border-right: 2.5px solid var(--navy); border-bottom: 2.5px solid var(--navy);
  transform: translateY(-70%) rotate(45deg); pointer-events: none;
}
.stepper { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.stepper .calc__btn { width: 44px; height: 44px; font-size: 1.4rem; }
.stepper__n { min-width: 2ch; text-align: center; font-size: 1.8rem; font-weight: 900; color: var(--navy); font-variant-numeric: tabular-nums; }
.stepper__total { margin-left: auto; font-size: .92rem; color: var(--muted); }
.stepper__total strong { color: var(--red); font-size: 1.1rem; }

.drop {
  position: relative; display: grid; justify-items: center; gap: 4px; text-align: center;
  border: 2px dashed #c9bfa7; border-radius: 14px; background: var(--cream);
  padding: 20px 14px; cursor: pointer; transition: border-color .15s ease, background .15s ease;
}
.drop:hover, .drop:focus-within { border-color: var(--navy-2); background: #fff; }
.drop input { position: absolute; inset: 0; opacity: 0; cursor: pointer; width: 100%; }
.drop__icon {
  display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%;
  background: var(--navy); color: #fff; font-weight: 800;
}
.drop__text { font-weight: 700; color: var(--navy); word-break: break-all; }
.drop small { color: var(--muted); font-size: .8rem; }
.drop.has-file { border-style: solid; border-color: #2e9e5b; background: #effaf3; }
.drop.has-file .drop__icon { background: #2e9e5b; }

.reg__error {
  margin: 0; padding: 10px 14px; border-radius: 12px; font-size: .92rem;
  background: #fff1f2; border: 1px solid #f3c9cd; color: #9f0d1f; text-align: center;
}
.reg__submit { width: 100%; margin-top: 4px; }
.reg__submit:disabled { opacity: .7; cursor: wait; transform: none; }

.success { position: relative; z-index: 2; text-align: center; padding-block: clamp(40px, 8vw, 64px); }
.success__icon { font-size: 3.4rem; margin-bottom: 8px; }
.success h2 { color: var(--navy); font-size: clamp(1.8rem, 6vw, 2.4rem); }
.success p { max-width: 42ch; margin: 0 auto 1em; color: #2b3447; }
.success__see { font-weight: 800; color: var(--red) !important; font-size: 1.15rem; }

@media (max-width: 480px) {
  .reg__row { grid-template-columns: 1fr; }
  .stepper { justify-content: center; }
  .stepper__total { margin-left: 0; width: 100%; text-align: center; }
}

/* Turnstile */
.turnstile { min-height: 65px; display: flex; justify-content: center; }
