/* footballbet.com lander — editorial, not iGaming */
:root {
  --bg: #0c0d0c;
  --bg-raised: #141614;
  --bg-input: #101211;
  --ink: #ece8df;
  --ink-muted: #9a9488;
  --ink-faint: #8a857c;
  --gold: #b8954a;
  --gold-soft: rgba(184, 149, 74, 0.18);
  --gold-line: rgba(184, 149, 74, 0.38);
  --focus: #d4b56a;
  --danger: #c9a227;
  --serif: "Newsreader", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  --sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --measure: 42rem;
  --page: 72rem;
  --space: clamp(1.25rem, 3vw, 2.25rem);
}

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

html {
  color-scheme: dark;
  scroll-behavior: smooth;
}

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

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg { display: block; max-width: 100%; }

a {
  color: var(--gold);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}
a:hover { color: var(--focus); }

:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: 0.75rem;
  top: -3rem;
  z-index: 100;
  padding: 0.5rem 0.85rem;
  background: var(--gold);
  color: var(--bg);
  font-weight: 600;
  text-decoration: none;
}
.skip:focus { top: 0.75rem; }

.banner {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #090a09;
  border-bottom: 1px solid var(--gold-line);
  color: var(--ink-muted);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  padding: 0.55rem 1rem;
  line-height: 1.45;
}
.banner strong {
  color: var(--ink);
  font-weight: 600;
}

.wrap {
  width: min(100% - 2rem, var(--page));
  margin-inline: auto;
}

header.site {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 0 0;
}

.mark {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--ink);
}
.mark svg { width: 1.7rem; height: 1.7rem; flex-shrink: 0; }
.mark span {
  font-family: var(--serif);
  font-size: 1.05rem;
  letter-spacing: -0.01em;
}

nav.primary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.15rem;
  font-size: 0.88rem;
}
nav.primary a {
  color: var(--ink-muted);
  text-decoration: none;
}
nav.primary a:hover,
nav.primary a:focus-visible { color: var(--gold); }

.hero {
  padding: clamp(3rem, 8vw, 6.5rem) 0 clamp(2.5rem, 5vw, 4rem);
}

.kicker {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 1.1rem;
  font-weight: 600;
}

h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.6rem, 8.4vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin: 0 0 1.15rem;
}

.lede {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  font-weight: 400;
  line-height: 1.3;
  color: var(--ink);
  max-width: 28ch;
  margin: 0 0 1.5rem;
}

.hero p.standfirst {
  max-width: var(--measure);
  color: var(--ink-muted);
  margin: 0 0 2rem;
  font-size: 1.05rem;
}

.paths {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  font-size: 0.92rem;
}
.paths a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--gold-line);
  padding-bottom: 0.12rem;
}
.paths a:hover { color: var(--gold); border-color: var(--gold); }

.rule {
  border: 0;
  height: 1px;
  background: var(--gold-line);
  margin: 0;
}

.split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

@media (min-width: 860px) {
  .split {
    grid-template-columns: 1fr 1fr;
  }
  .panel + .panel {
    border-left: 1px solid var(--gold-line);
  }
}

.panel {
  padding: clamp(2rem, 4vw, 3.25rem) 0;
}
@media (min-width: 860px) {
  .panel:first-child { padding-right: clamp(1.5rem, 4vw, 3.5rem); }
  .panel:last-child { padding-left: clamp(1.5rem, 4vw, 3.5rem); }
}

.eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin: 0 0 0.65rem;
}

h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 0.9rem;
}

.panel p {
  color: var(--ink-muted);
  margin: 0 0 1rem;
  max-width: 38rem;
}

.note {
  font-size: 0.88rem;
  color: var(--ink-faint);
}

form {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.85rem;
}

label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-muted);
  font-weight: 600;
}

input, select, textarea {
  font: inherit;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1rem;
  color: var(--ink);
  background: var(--bg-input);
  border: 1px solid rgba(236, 232, 223, 0.14);
  border-radius: 2px;
  padding: 0.7rem 0.8rem;
  width: 100%;
}
textarea { min-height: 7rem; resize: vertical; }

input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px var(--gold-soft);
}

select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%),
    linear-gradient(135deg, var(--gold) 50%, transparent 50%);
  background-position: calc(100% - 16px) 50%, calc(100% - 11px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
  padding: 0.85rem 1.15rem;
  border: 1px solid var(--gold);
  text-decoration: none;
  width: fit-content;
}
.btn-solid {
  background: var(--gold);
  color: #16140e;
}
.btn-solid:hover { background: var(--focus); border-color: var(--focus); color: #16140e; }
.btn-ghost {
  background: transparent;
  color: var(--gold);
}
.btn-ghost:hover { background: var(--gold-soft); color: var(--focus); }

.form-status {
  min-height: 1.3rem;
  font-size: 0.88rem;
  color: var(--gold);
  margin: 0;
}

.faq {
  padding: clamp(2.25rem, 5vw, 4rem) 0;
}
.faq h2 { margin-bottom: 1.5rem; }

.faq-list {
  margin: 0;
  padding: 0;
  max-width: 46rem;
}
.faq-list > div {
  border-top: 1px solid rgba(236, 232, 223, 0.1);
  padding: 1.05rem 0;
}
.faq-list > div:last-child { border-bottom: 1px solid rgba(236, 232, 223, 0.1); }

.faq-list dt {
  font-family: var(--serif);
  font-size: 1.15rem;
  margin: 0 0 0.35rem;
}
.faq-list dd {
  margin: 0;
  color: var(--ink-muted);
}

footer.site {
  border-top: 1px solid var(--gold-line);
  padding: 1.75rem 0 2.5rem;
  color: var(--ink-faint);
  font-size: 0.85rem;
}
footer.site .legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.85rem;
  align-items: center;
  margin: 0 0 0.85rem;
}
footer.site .legal span[aria-hidden="true"] { color: var(--gold-line); }
footer.site p { margin: 0 0 0.55rem; max-width: 48rem; }
.replace {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  color: var(--gold);
  font-size: 0.92em;
}

.owner { color: var(--ink-muted); }
