:root {
  --black: #0c0c0c;
  --ink: #171717;
  --muted: #686868;
  --line: #dedede;
  --paper: #f4f2ed;
  --white: #ffffff;
  --red: #ff2a11;
  --yellow: #ffcc00;
  --container: 1240px;
  --radius: 24px;
  --focus: #006db6;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.overlay-open { overflow: hidden; }
a { color: inherit; }
button, input, select { font: inherit; }
button, label, select { cursor: pointer; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 50;
  padding: 12px 18px;
  color: white;
  background: var(--black);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  width: min(calc(100% - 48px), var(--container));
  height: 116px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}
.brand img { width: 184px; height: auto; display: block; }
.header-cta {
  padding: 13px 20px;
  border: 1px solid var(--black);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: .2s ease;
}
.header-cta:hover { color: white; background: var(--black); }

.hero {
  width: min(calc(100% - 48px), var(--container));
  min-height: 720px;
  margin: 0 auto;
  padding: 80px 0 100px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 68px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #353535;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 34px; height: 4px; background: var(--red); }
.eyebrow.light { color: #c8c8c8; }
.hero h1 {
  margin: 0;
  font-size: clamp(52px, 6.2vw, 92px);
  line-height: .93;
  letter-spacing: -.065em;
  font-weight: 820;
}
.hero h1 span { color: #8a8a8a; }
.hero-text {
  max-width: 560px;
  margin: 32px 0;
  color: #555;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.6;
}
.hero-text strong { color: var(--black); }
.primary-button, .submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  min-height: 58px;
  padding: 0 24px;
  border: 0;
  border-radius: 6px;
  color: white;
  background: var(--black);
  font-weight: 760;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.primary-button:hover, .submit-button:hover { background: #333; transform: translateY(-2px); }
.hero-note { margin: 20px 0 0; color: #5d5d5d; font-size: 14px; }
.hero-note span { color: #278352; font-weight: 900; }

.prize-stage {
  position: relative;
  min-height: 570px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.prize-stage::before {
  content: "";
  position: absolute;
  inset: 40px 0 30px 48px;
  border-radius: 50%;
  background: #f0eee8;
  filter: blur(1px);
}
.prize-card {
  position: relative;
  z-index: 1;
  height: 460px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(0,0,0,.13);
}
.cash-card { transform: rotate(-4deg) translate(12px, 24px); color: white; background: var(--black); }
.cash-card::after {
  content: "";
  position: absolute;
  right: -56px;
  bottom: 72px;
  width: 180px;
  height: 180px;
  border: 34px solid var(--red);
  border-radius: 50%;
  opacity: .85;
}
.bvb-card { transform: rotate(3deg) translate(-4px, -15px); background: var(--yellow); }
.stadium-lines {
  position: absolute;
  inset: 0;
  opacity: .11;
  background: repeating-radial-gradient(circle at 100% 100%, transparent 0 35px, #000 36px 38px);
}
.prize-topline { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; }
.prize-number { font-weight: 850; font-size: 13px; }
.prize-tag { padding: 7px 10px; color: var(--black); background: white; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.prize-tag.dark { color: white; background: var(--black); }
.prize-kicker { position: relative; z-index: 2; margin: 0 0 12px; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.cash-amount { position: relative; z-index: 2; margin: 0; font-size: clamp(60px, 6vw, 88px); line-height: .85; font-weight: 850; letter-spacing: -.08em; }
.cash-amount span { color: var(--red); }
.bvb-title { position: relative; z-index: 2; margin: 0; font-size: clamp(37px, 3.6vw, 54px); line-height: .9; font-weight: 850; letter-spacing: -.06em; }
.prize-description { position: relative; z-index: 2; max-width: 190px; margin: 0; font-size: 13px; line-height: 1.5; }

.steps {
  padding: 120px max(24px, calc((100% - var(--container)) / 2));
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 100px;
  background: var(--paper);
}
.steps h2, .entry-intro h2 {
  margin: 0;
  font-size: clamp(38px, 4.2vw, 64px);
  line-height: 1;
  letter-spacing: -.055em;
}
.step-list { margin: 0; padding: 0; list-style: none; }
.step-list li { padding: 26px 0; display: flex; gap: 22px; border-top: 1px solid #cbc9c3; }
.step-list li:last-child { border-bottom: 1px solid #cbc9c3; }
.step-list li > span { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: white; background: var(--black); font-size: 13px; font-weight: 800; }
.step-list strong { font-size: 19px; }
.step-list p { margin: 6px 0 0; color: var(--muted); line-height: 1.5; }

.entry-section {
  padding: 120px max(24px, calc((100% - var(--container)) / 2));
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 96px;
  color: white;
  background: var(--black);
}
.entry-intro > p:not(.eyebrow) { max-width: 450px; color: #bdbdbd; font-size: 18px; line-height: 1.6; }
.trust-note { margin-top: 48px; padding-top: 28px; display: flex; gap: 15px; align-items: center; border-top: 1px solid #333; color: #aaa; font-size: 14px; line-height: 1.5; }
.trust-note strong { color: white; }
.shield { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #555; border-radius: 50%; color: var(--yellow); }
.entry-form { padding: 38px; border-radius: var(--radius); color: var(--ink); background: white; }
.website-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
fieldset { margin: 0 0 32px; padding: 0; border: 0; }
legend, .field label { display: block; margin: 0 0 10px; font-size: 14px; font-weight: 750; }
.prize-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.prize-option { position: relative; min-height: 110px; padding: 20px; display: flex; align-items: center; gap: 13px; border: 2px solid #e3e3e3; border-radius: 12px; transition: .2s ease; }
.prize-option:hover { border-color: #9a9a9a; }
.prize-option:has(input:checked) { border-color: var(--red); background: #fff6f4; }
.yellow-option:has(input:checked) { border-color: #d3a900; background: #fffae5; }
.prize-option input { position: absolute; opacity: 0; }
.prize-option:has(input:focus-visible) { outline: 3px solid var(--focus); outline-offset: 3px; }
.option-mark { width: 20px; height: 20px; flex: 0 0 auto; border: 2px solid #999; border-radius: 50%; }
input:checked + .option-mark { border: 6px solid var(--red); }
.yellow-option input:checked + .option-mark { border-color: #b28f00; }
.prize-option small { display: block; margin-bottom: 4px; color: #777; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.prize-option strong { font-size: 15px; }
.option-icon { margin-left: auto; width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; font-size: 20px; font-weight: 850; }
.cash-icon { color: white; background: var(--red); }
.ball-icon { color: var(--yellow); background: var(--black); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 16px; }
.field-wide { grid-column: 1 / -1; }
.field input, .field select { width: 100%; height: 54px; padding: 0 14px; border: 1px solid #cfcfcf; border-radius: 7px; color: var(--ink); background: white; }
.field input:hover, .field select:hover { border-color: #777; }
.field input:focus, .field select:focus { border-color: var(--focus); outline: 2px solid var(--focus); outline-offset: 0; }
.field.invalid input, .field.invalid select { border-color: #b00020; background: #fff8f8; }
.field-error { min-height: 18px; margin: 6px 0 0; color: #a20b25; font-size: 12px; }
.consent { margin-top: 24px; display: flex; align-items: flex-start; gap: 12px; color: #505050; font-size: 13px; line-height: 1.55; }
.consent input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--black); flex: 0 0 auto; }
.submit-button { width: 100%; margin-top: 16px; justify-content: space-between; padding: 0 22px; }
.submit-button:disabled { cursor: wait; opacity: .65; transform: none; }
.submit-status { margin: 10px 0 0; text-align: center; font-size: 13px; }
.submit-status.error { color: #a20b25; }

.legal-section { width: min(calc(100% - 48px), 860px); margin: 0 auto; padding: 72px 0; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { padding: 22px 0; font-weight: 750; cursor: pointer; }
details p { margin: 0 0 24px; color: var(--muted); line-height: 1.65; }
.legal-copy { padding-bottom: 4px; }
.legal-copy a { color: var(--ink); font-weight: 650; text-underline-offset: 3px; }
.legal-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }

footer {
  padding: 48px max(24px, calc((100% - var(--container)) / 2));
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 14px;
  background: var(--paper);
}
footer img { width: 160px; }
footer p { margin: 0; color: var(--muted); font-size: 13px; }
footer nav { grid-row: 1 / span 2; grid-column: 2; display: flex; gap: 22px; font-size: 13px; }

.success-overlay { position: fixed; inset: 0; z-index: 100; padding: 24px; place-items: center; background: rgba(0,0,0,.72); }
.success-overlay:not([hidden]) { display: grid; }
.success-card { width: min(100%, 500px); padding: 48px; border-radius: 24px; text-align: center; background: white; box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.success-check { width: 64px; height: 64px; margin: 0 auto 26px; display: grid; place-items: center; border-radius: 50%; color: white; background: #26804f; font-size: 28px; font-weight: 900; }
.success-card .eyebrow { justify-content: center; }
.success-card h2 { margin: 0 0 14px; font-size: 44px; letter-spacing: -.04em; }
.success-card p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }
.success-card button { margin-top: 18px; padding: 12px 20px; border: 0; border-radius: 6px; color: white; background: var(--black); font-weight: 700; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-copy { max-width: 680px; }
  .prize-stage { width: min(100%, 680px); margin: 0 auto; }
  .steps, .entry-section { grid-template-columns: 1fr; gap: 60px; }
  .entry-intro { max-width: 680px; }
}

@media (max-width: 640px) {
  .site-header { width: min(calc(100% - 32px), var(--container)); height: 88px; }
  .brand img { width: 134px; }
  .header-cta { padding: 10px 13px; font-size: 12px; }
  .hero { width: min(calc(100% - 32px), var(--container)); min-height: auto; padding: 52px 0 72px; gap: 50px; }
  .hero h1 { font-size: clamp(48px, 15vw, 70px); }
  .hero-text { margin: 24px 0; font-size: 17px; }
  .prize-stage { min-height: auto; padding: 10px 0 30px; grid-template-columns: 1fr; gap: 22px; }
  .prize-stage::before { inset: 30px -10px 0 20px; }
  .prize-card { width: min(88%, 360px); height: 390px; }
  .cash-card { transform: rotate(-3deg); }
  .bvb-card { margin-left: auto; transform: rotate(2deg); }
  .steps, .entry-section { padding-block: 80px; }
  .entry-section { gap: 44px; }
  .entry-form { margin-inline: -10px; padding: 24px 18px; border-radius: 18px; }
  .prize-options, .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  footer { grid-template-columns: 1fr; }
  footer nav { grid-row: auto; grid-column: auto; flex-direction: column; gap: 12px; margin-top: 22px; }
  .legal-columns { grid-template-columns: 1fr; gap: 0; }
  .success-card { padding: 36px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
