:root {
  --yellow: #ffb80c;
  --yellow-strong: #f4a900;
  --ink: #111111;
  --black: #050505;
  --charcoal: #1d1d1f;
  --slate: #2b2b2e;
  --muted: #6f7075;
  --paper: #f4f4f2;
  --white: #ffffff;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 20px 55px rgba(0, 0, 0, 0.18);
  --shell: 1240px;
}

.longread {
  padding: 82px 0 92px;
  color: #e5e5e7;
  background:
    radial-gradient(circle at 80% 4%, rgba(255, 184, 12, .08), transparent 27%),
    linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px) 0 0 / 30px 30px,
    #333335;
}

.longread__article {
  max-width: 980px;
  padding: clamp(30px, 5vw, 62px);
  border-top: 6px solid #ffb80c;
  background: #242426;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .28);
}

.longread__header {
  max-width: 860px;
  margin-bottom: 54px;
  padding-bottom: 40px;
  border-bottom: 5px solid #ffb80c;
}

.longread__header .eyebrow {
  color: #ffb80c;
}

.longread__header h2 {
  margin: 14px 0 20px;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 62px);
  line-height: .98;
  letter-spacing: -.045em;
}

.longread__lead {
  margin: 0;
  color: #d0d0d3;
  font-size: 20px;
  line-height: 1.6;
}

.longread__content {
  max-width: 880px;
}

.longread__content h2 {
  margin: 64px 0 20px;
  padding-left: 22px;
  color: #ffffff;
  border-left: 6px solid #ffb80c;
  font-size: 31px;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.longread__content h2:first-child {
  margin-top: 0;
}

.longread__content p {
  margin: 0 0 20px;
  color: #d0d0d3;
  font-size: 17px;
  line-height: 1.78;
}

.longread__content strong {
  color: #ffffff;
}

@media (max-width: 600px) {
  .longread {
    padding: 0 0 70px;
  }

  .longread__article {
    width: 100%;
    padding: 38px 20px 52px;
    border-top-width: 5px;
    box-shadow: none;
  }

  .longread__header {
    margin-bottom: 38px;
    padding-bottom: 28px;
  }

  .longread__header h2 {
    font-size: 34px;
  }

  .longread__lead {
    font-size: 17px;
    line-height: 1.55;
  }

  .longread__content h2 {
    margin-top: 48px;
    padding-left: 15px;
    font-size: 25px;
  }

  .longread__content p {
    font-size: 16px;
    line-height: 1.68;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Arial Narrow", "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

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

.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;
}

.shell {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.age-strip {
  position: relative;
  z-index: 50;
  color: #171717;
  background: var(--yellow);
  font-size: 12px;
}

.age-strip__inner {
  min-height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}

.age-strip a {
  font-weight: 700;
  text-decoration: underline;
}

.age-strip .icon-button {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.icon-button {
  display: inline-grid;
  place-items: center;
  width: 27px;
  height: 27px;
  padding: 0;
  color: var(--white);
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

.icon-button--dark {
  flex: 0 0 auto;
  color: var(--yellow);
  background: var(--ink);
}

.site-header {
  position: relative;
  z-index: 40;
}

.utility-bar {
  color: #bcbcc1;
  background: var(--black);
  border-bottom: 1px solid #222;
  font-size: 12px;
}

.utility-bar__inner {
  min-height: 27px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.utility-bar a:hover {
  color: var(--yellow);
}

.utility-separator {
  width: 1px;
  height: 12px;
  background: #4a4a4a;
}

.masthead {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px) 0 0 / 34px 34px,
    linear-gradient(180deg, #202023, #111113);
}

.masthead__inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: max-content;
  color: var(--yellow);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -2px;
}

.brand__mark {
  position: relative;
  width: 37px;
  height: 34px;
}

.brand__arrow {
  position: absolute;
  left: 3px;
  width: 17px;
  height: 17px;
  background: currentColor;
  transform: rotate(45deg);
}

.brand__arrow::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: inherit;
}

.brand__arrow--up {
  bottom: 3px;
}

.brand__arrow--up::after {
  left: 7px;
  top: -7px;
}

.brand__arrow--down {
  top: 3px;
  left: 18px;
}

.brand__arrow--down::after {
  left: -7px;
  top: 7px;
}

.brand__word {
  line-height: 1;
}

.login {
  position: relative;
  display: grid;
  grid-template-columns: 170px 145px auto auto;
  gap: 7px;
  align-items: center;
}

.login input {
  width: 100%;
  height: 34px;
  padding: 0 11px;
  color: var(--white);
  border: 1px solid #4a4a4f;
  border-radius: 3px;
  outline: 0;
  background: #2b2b2f;
  font-size: 12px;
}

.login input:focus {
  border-color: var(--yellow);
  box-shadow: 0 0 0 2px rgba(255, 184, 12, .15);
}

.login__message {
  position: absolute;
  right: 0;
  top: calc(100% + 3px);
  margin: 0;
  color: var(--yellow);
  font-size: 12px;
}

.button {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 20px;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--yellow {
  color: #161616;
  background: var(--yellow);
  border-color: var(--yellow);
}

.button--yellow:hover {
  background: #ffc632;
  border-color: #ffc632;
}

.button--dark {
  color: var(--white);
  background: #29292d;
  border-color: #68686d;
}

.button--dark:hover {
  border-color: var(--yellow);
}

.button--outline {
  color: var(--white);
  background: transparent;
  border-color: rgba(255,255,255,.65);
}

.button--outline:hover {
  color: var(--ink);
  background: var(--yellow);
  border-color: var(--yellow);
}

.button--compact {
  min-height: 34px;
  padding: 7px 14px;
  font-size: 12px;
}

.button--large {
  min-height: 50px;
  padding: 13px 28px;
  font-size: 17px;
}

.mobile-menu-button {
  display: none;
  width: 42px;
  height: 38px;
  padding: 8px;
  border: 1px solid #4b4b4f;
  background: transparent;
}

.mobile-menu-button > span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--yellow);
}

.product-nav {
  color: #151515;
  background: var(--yellow);
  box-shadow: 0 4px 15px rgba(0,0,0,.25);
}

.product-nav__inner {
  display: flex;
  min-height: 43px;
}

.product-nav a {
  position: relative;
  min-width: 105px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-right: 1px solid rgba(0,0,0,.16);
  font-size: 14px;
  font-weight: 800;
}

.product-nav a:hover,
.product-nav a.is-active {
  color: var(--white);
  background: var(--charcoal);
}

.product-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 12px;
  height: 12px;
  background: var(--charcoal);
  transform: translateX(-50%) rotate(45deg);
}

.sports-nav {
  color: #eeeeef;
  background: #29292c;
  border-bottom: 1px solid #3b3b3f;
}

.sports-nav__inner {
  display: flex;
  min-height: 40px;
}

.all-sports-button {
  min-width: 150px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  color: var(--white);
  border: 0;
  border-right: 1px solid #45454a;
  background: #202023;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.all-sports-button__grid {
  width: 14px;
  height: 14px;
  background:
    linear-gradient(var(--yellow), var(--yellow)) 0 0 / 5px 5px,
    linear-gradient(var(--yellow), var(--yellow)) 100% 0 / 5px 5px,
    linear-gradient(var(--yellow), var(--yellow)) 0 100% / 5px 5px,
    linear-gradient(var(--yellow), var(--yellow)) 100% 100% / 5px 5px;
  background-repeat: no-repeat;
}

.sports-nav__scroller {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}

.sports-nav__scroller::-webkit-scrollbar {
  display: none;
}

.sports-nav__scroller a {
  min-width: max-content;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  color: #c8c8cb;
  border-right: 1px solid #3b3b3f;
  font-size: 12px;
}

.sports-nav__scroller a:first-child span {
  margin-right: 7px;
  color: #76d05b;
  font-size: 12px;
}

.sports-nav__scroller a:hover {
  color: var(--yellow);
  background: #222225;
}

.all-sports {
  color: var(--white);
  background: #1c1c1f;
  box-shadow: inset 0 10px 25px rgba(0,0,0,.25);
}

.all-sports__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 1px;
  padding-block: 14px;
}

.all-sports__grid a {
  padding: 10px 12px;
  color: #d2d2d4;
  background: #252529;
  font-size: 12px;
}

.all-sports__grid a:hover {
  color: var(--yellow);
}

.hero {
  position: relative;
  min-height: 465px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 75% 15%, rgba(255,184,12,.14), transparent 28%),
    linear-gradient(112deg, #0e0e10 0%, #242426 55%, #0b0b0d 100%);
}

.hero__pattern {
  position: absolute;
  inset: 0;
  opacity: .18;
  background:
    linear-gradient(135deg, transparent 44%, #555 45%, #555 49%, transparent 50%) 0 0 / 80px 80px,
    linear-gradient(45deg, transparent 44%, #555 45%, #555 49%, transparent 50%) 0 0 / 80px 80px;
  mask-image: linear-gradient(90deg, transparent, #000);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 7px;
  background: var(--yellow);
}

.hero__inner {
  position: relative;
  min-height: 465px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
}

.hero__copy {
  position: relative;
  z-index: 3;
  padding: 58px 0 74px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 3px;
  background: currentColor;
}

.eyebrow--dark {
  color: #9a7000;
}

.hero h1 {
  max-width: 650px;
  margin: 15px 0 18px;
  font-size: clamp(50px, 6.3vw, 88px);
  line-height: .88;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.hero__lead {
  margin: 0 0 28px;
  color: #f4f4f5;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.15;
}

.hero__lead strong {
  color: var(--yellow);
  font-size: 1.35em;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 21px;
}

.text-link {
  padding: 5px 0;
  color: var(--white);
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
}

.text-link--dark {
  color: #5c5c61;
}

.text-link:hover {
  color: var(--yellow);
}

.hero__visual {
  position: relative;
  align-self: end;
  height: 430px;
}

.hero__visual::before {
  content: "";
  position: absolute;
  right: 5%;
  bottom: 7%;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255,184,12,.35);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(255,184,12,.025), 0 0 0 70px rgba(255,184,12,.02);
}

.hero__visual img {
  position: absolute;
  z-index: 2;
  right: -20px;
  bottom: 0;
  max-height: 420px;
  object-fit: contain;
  filter: drop-shadow(0 22px 18px rgba(0,0,0,.45));
}

.hero__number {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 18px;
  color: rgba(255,255,255,.055);
  font-size: 210px;
  font-weight: 900;
  letter-spacing: -.09em;
  line-height: 1;
}

.hero__number span {
  font-size: .45em;
}

.hero__scroll {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 18px;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #c6c6c8;
  font-size: 12px;
  transform: translateX(-50%);
}

.hero__scroll span {
  color: var(--yellow);
  font-size: 18px;
}

.section {
  padding: 88px 0;
}

.section-heading {
  max-width: 660px;
  margin-bottom: 38px;
}

.section-heading h2 {
  margin: 12px 0 10px;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: .98;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.section-heading p {
  max-width: 540px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.offers {
  background: #ededeb;
}

.offer-layout {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 22px;
}

.offer-card {
  position: relative;
  min-height: 355px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: var(--white);
  border-radius: 5px;
  background: #202023;
  box-shadow: var(--shadow);
}

.offer-card--featured {
  grid-row: span 2;
}

.offer-card__media {
  position: relative;
  min-height: 170px;
  overflow: hidden;
  background: #151517;
}

.offer-card--featured .offer-card__media {
  min-height: 285px;
}

.offer-card__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 40%;
  background: linear-gradient(transparent, rgba(0,0,0,.75));
}

.offer-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.offer-card:hover .offer-card__media img {
  transform: scale(1.035);
}

.offer-card__tag {
  position: absolute;
  z-index: 2;
  left: 16px;
  bottom: 15px;
  padding: 6px 10px;
  color: #171717;
  background: var(--yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.offer-card__body {
  flex: 1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
}

.offer-card:not(.offer-card--featured) .offer-card__body {
  align-items: flex-end;
  padding: 20px;
}

.offer-card h3 {
  max-width: 590px;
  margin: 0 0 8px;
  color: var(--yellow);
  font-size: clamp(24px, 2.8vw, 38px);
  line-height: 1;
  text-transform: uppercase;
}

.offer-card:not(.offer-card--featured) h3 {
  font-size: 24px;
}

.offer-card p {
  max-width: 540px;
  margin: 8px 0 0;
  color: #d2d2d4;
  font-size: 13px;
  line-height: 1.45;
}

.offer-card__subtitle {
  color: var(--white) !important;
  font-size: 17px !important;
  font-weight: 800;
}

.offer-card__actions {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  gap: 8px;
}

.offer-card--exchange {
  min-height: 320px;
}

.benefits {
  color: var(--white);
  background:
    radial-gradient(circle at 20% 0%, rgba(255,184,12,.08), transparent 28%),
    #171719;
}

.section-heading--light {
  color: var(--white);
}

.section-heading--light h2 {
  color: var(--white);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.benefit-card {
  position: relative;
  min-height: 310px;
  padding: 32px 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: color .25s ease, background .25s ease;
}

.benefit-card:hover {
  color: var(--ink);
  background: var(--yellow);
}

.benefit-card > span {
  position: absolute;
  top: 22px;
  right: 22px;
  color: #5e5e63;
  font-size: 12px;
  font-weight: 900;
}

.benefit-card:hover > span {
  color: rgba(0,0,0,.45);
}

.benefit-card__icon {
  height: 104px;
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.benefit-card__icon img {
  width: 72px;
  max-height: 82px;
}

.benefit-card:hover .benefit-card__icon img {
  filter: brightness(0);
}

.benefit-card h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.25;
}

.about {
  background:
    linear-gradient(90deg, rgba(0,0,0,.025) 1px, transparent 1px) 0 0 / 28px 28px,
    #f6f6f4;
}

.about__layout {
  display: grid;
  grid-template-columns: .76fr 1.24fr;
  gap: clamp(45px, 8vw, 105px);
}

.about__intro {
  position: sticky;
  top: 25px;
  align-self: start;
}

.about__intro h2 {
  margin: 14px 0 20px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: .98;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.about__intro p {
  margin: 0 0 26px;
  color: var(--muted);
  line-height: 1.65;
}

.about__content {
  border-top: 1px solid #c7c7c4;
}

.about details {
  border-bottom: 1px solid #c7c7c4;
}

.about summary {
  position: relative;
  padding: 25px 50px 25px 0;
  cursor: pointer;
  list-style: none;
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
}

.about summary::-webkit-details-marker {
  display: none;
}

.about summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  transform: translateY(-50%);
}

.about details[open] summary::after {
  content: "–";
}

.details-content {
  padding: 0 50px 27px 0;
  color: #505055;
}

.details-content h3 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 19px;
}

.details-content p {
  line-height: 1.65;
}

.product-cards {
  color: var(--white);
  background: var(--yellow);
}

.product-cards__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.product-cards a {
  min-height: 145px;
  display: grid;
  grid-template-columns: 58px 1fr;
  grid-template-rows: auto auto;
  align-content: center;
  gap: 2px 16px;
  padding: 25px;
  color: var(--ink);
  border-right: 1px solid rgba(0,0,0,.18);
  transition: background .2s ease;
}

.product-cards a:first-child {
  border-left: 1px solid rgba(0,0,0,.18);
}

.product-cards a:hover {
  color: var(--white);
  background: var(--charcoal);
}

.product-cards img {
  grid-row: 1 / 3;
  align-self: center;
  width: 50px;
  max-height: 58px;
}

.product-cards a:hover img {
  filter: none;
}

.product-cards span {
  align-self: end;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-cards small {
  align-self: start;
  color: currentColor;
  opacity: .72;
}

.site-footer {
  padding: 55px 0 25px;
  color: #b8b8bd;
  background: #101012;
}

.footer-top {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line);
}

.brand--footer {
  margin-right: auto;
}

.footer-top p {
  margin: 0;
  font-size: 12px;
}

.adult-badge {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--white);
  border: 2px solid var(--yellow);
  border-radius: 50%;
  font-weight: 900;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  padding: 42px 0;
}

.footer-links div {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-links h3 {
  margin: 0 0 5px;
  color: var(--white);
  font-size: 13px;
  text-transform: uppercase;
}

.footer-links a {
  font-size: 12px;
}

.footer-links a:hover {
  color: var(--yellow);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: #77777c;
  font-size: 12px;
}

.cookie-banner {
  position: fixed;
  z-index: 80;
  left: 18px;
  right: 18px;
  bottom: 18px;
  max-width: 1180px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 18px 20px;
  color: var(--white);
  border: 1px solid #424248;
  border-left: 5px solid var(--yellow);
  background: rgba(22,22,24,.98);
  box-shadow: 0 20px 65px rgba(0,0,0,.4);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner strong {
  color: var(--yellow);
}

.cookie-banner p {
  margin: 5px 0 0;
  color: #c5c5c8;
  font-size: 12px;
}

.cookie-banner__actions {
  flex: 0 0 auto;
  display: flex;
  gap: 8px;
}

.modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: none;
  place-items: center;
  padding: 20px;
}

.modal.is-open {
  display: grid;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.78);
  backdrop-filter: blur(4px);
}

.modal__dialog {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: min(82vh, 760px);
  overflow: auto;
  border-top: 6px solid var(--yellow);
  background: var(--white);
  box-shadow: 0 25px 80px rgba(0,0,0,.5);
}

.modal__header {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 22px;
  color: var(--white);
  background: var(--charcoal);
}

.modal__header h2 {
  margin: 0;
  font-size: 20px;
}

.modal__content {
  padding: 27px 28px 15px;
  color: #45454a;
  font-size: 14px;
  line-height: 1.6;
}

.modal__content h3 {
  margin: 22px 0 7px;
  color: var(--ink);
}

.modal__content h3:first-child {
  margin-top: 0;
}

.modal__cta {
  position: sticky;
  bottom: 0;
  width: 100%;
  min-height: 52px;
  border-radius: 0;
}

@media (max-width: 1050px) {
  .login {
    grid-template-columns: 145px 120px auto auto;
  }

  .all-sports__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .hero__inner {
    grid-template-columns: 1fr 1fr;
  }

  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-cards a {
    grid-template-columns: 44px 1fr;
    padding: 20px 15px;
  }

  .product-cards img {
    width: 42px;
  }
}

@media (max-width: 840px) {
  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .utility-bar {
    display: none;
  }

  .masthead__inner {
    min-height: 62px;
  }

  .brand {
    font-size: 30px;
  }

  .login {
    display: none;
  }

  .mobile-menu-button {
    display: block;
    margin-left: auto;
  }

  .product-nav {
    display: none;
  }

  .product-nav.is-open {
    display: block;
  }

  .product-nav__inner {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .product-nav a {
    min-height: 44px;
    padding: 0 10px;
    border-bottom: 1px solid rgba(0,0,0,.14);
  }

  .product-nav a.is-active::after {
    display: none;
  }

  .hero {
    min-height: 700px;
  }

  .hero__inner {
    min-height: 700px;
    display: block;
  }

  .hero__copy {
    padding-top: 48px;
    text-align: center;
  }

  .eyebrow {
    justify-content: center;
  }

  .hero__actions {
    justify-content: center;
  }

  .hero__visual {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 350px;
  }

  .hero__visual img {
    left: 50%;
    right: auto;
    max-height: 345px;
    transform: translateX(-50%);
  }

  .hero__visual::before {
    left: 50%;
    right: auto;
    width: 310px;
    height: 310px;
    transform: translateX(-50%);
  }

  .hero__number {
    left: 50%;
    right: auto;
    top: 20px;
    transform: translateX(-50%);
    font-size: 160px;
  }

  .offer-layout {
    grid-template-columns: 1fr;
  }

  .offer-card--featured {
    grid-row: auto;
  }

  .offer-card--featured .offer-card__media {
    min-height: 210px;
  }

  .about__layout {
    grid-template-columns: 1fr;
  }

  .about__intro {
    position: static;
  }

  .product-cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-cards a {
    border-bottom: 1px solid rgba(0,0,0,.18);
  }

  .footer-links {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 580px) {
  .age-strip__inner {
    min-height: 42px;
    padding: 6px 31px 6px 0;
    display: block;
    line-height: 1.3;
  }

  .age-strip__inner a {
    display: block;
  }

  .sports-nav__inner {
    width: 100%;
  }

  .all-sports-button {
    min-width: 126px;
    padding: 0 11px;
  }

  .all-sports__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    min-height: 650px;
  }

  .hero__inner {
    min-height: 650px;
  }

  .hero h1 {
    font-size: 49px;
  }

  .hero__lead {
    font-size: 19px;
  }

  .hero__actions {
    flex-direction: column;
    gap: 11px;
  }

  .hero__visual {
    height: 315px;
  }

  .hero__visual img {
    max-height: 300px;
  }

  .hero__visual::before {
    width: 270px;
    height: 270px;
  }

  .section {
    padding: 62px 0;
  }

  .offer-card__body,
  .offer-card:not(.offer-card--featured) .offer-card__body {
    display: block;
  }

  .offer-card__actions {
    margin-top: 20px;
  }

  .offer-card__actions .button {
    width: 100%;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card {
    min-height: 220px;
  }

  .about summary {
    font-size: 20px;
  }

  .details-content {
    padding-right: 0;
  }

  .product-cards__grid {
    width: 100%;
  }

  .product-cards a {
    min-height: 120px;
    padding: 15px;
  }

  .product-cards span {
    font-size: 16px;
  }

  .footer-top {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .footer-top p {
    width: calc(100% - 65px);
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    display: block;
  }

  .cookie-banner {
    display: block;
    left: 9px;
    right: 9px;
    bottom: 9px;
  }

  .cookie-banner__actions {
    margin-top: 14px;
  }

  .cookie-banner__actions .button {
    flex: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}

/* Visual alignment with the supplied Betfair reference */
body {
  background: #333;
  font-family: Arial, Helvetica, sans-serif;
}

.shell {
  width: min(calc(100% - 28px), 1050px);
}

.age-strip {
  display: none;
}

.utility-bar {
  display: none;
}

.masthead {
  color: #111;
  background: #ffb80c;
}

.masthead__inner {
  min-height: 48px;
  gap: 14px;
}

.brand {
  color: #151515;
  font-size: 27px;
  letter-spacing: -1.8px;
}

.brand__mark {
  width: 29px;
  height: 27px;
}

.brand__arrow {
  width: 13px;
  height: 13px;
}

.brand__arrow::after {
  width: 8px;
  height: 8px;
}

.brand__arrow--down {
  left: 14px;
}

.header-guide {
  align-self: flex-start;
  margin-top: 13px;
  font-size: 12px;
  font-weight: 700;
}

.login {
  margin-left: auto;
  display: grid;
  grid-template-columns: auto 132px 132px 72px 105px;
  grid-template-rows: 25px 17px;
  gap: 2px 7px;
  color: #111;
}

.mobile-badge {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  padding: 4px 7px;
  color: #ffb80c;
  background: #252525;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
}

.login > label:nth-of-type(1) {
  grid-column: 2;
  grid-row: 1;
}

.login > label:nth-of-type(2) {
  grid-column: 3;
  grid-row: 1;
}

.login > .button[type="submit"] {
  grid-column: 4;
  grid-row: 1;
}

.login > .button[href] {
  grid-column: 5;
  grid-row: 1;
}

.login input {
  height: 25px;
  padding-inline: 8px;
  color: #555;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  background: #fff;
  font-size: 12px;
}

.login .button {
  min-height: 25px;
  height: 25px;
  padding: 3px 8px;
  border-radius: 0;
  font-size: 12px;
}

.login .button--yellow {
  color: #fff;
  border-color: #252525;
  background: #252525;
}

.remember {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
}

.remember input {
  width: 11px;
  height: 11px;
  margin: 0;
}

.forgotten {
  grid-column: 3 / 6;
  grid-row: 2;
  padding-top: 2px;
  font-size: 12px;
}

.login__message {
  display: none;
}

.product-nav {
  color: #111;
  background: #ffb80c;
  box-shadow: none;
}

.product-nav__inner {
  min-height: 28px;
  padding-left: 48px;
}

.product-nav a {
  min-width: auto;
  padding: 0 9px;
  border: 0;
  font-size: 12px;
}

.product-nav a:hover,
.product-nav a.is-active {
  color: #111;
  background: transparent;
}

.product-nav a.is-active::after {
  display: none;
}

.sports-nav {
  background: #1b1b1b;
  border: 0;
}

.sports-nav__inner {
  width: 100%;
  min-height: 34px;
}

.all-sports-button {
  display: none;
}

.sports-nav__scroller {
  width: 100%;
}

.sports-nav__scroller a {
  min-width: 96px;
  height: 34px;
  justify-content: center;
  padding: 0 13px;
  color: #fff;
  border-right: 1px solid #333;
  font-size: 12px;
  font-weight: 700;
}

.sports-nav__scroller a:first-child span {
  display: none;
}

.hero {
  min-height: 330px;
  color: #fff;
  background: #181818 url("./arrow-pattern.svg") center / cover no-repeat;
}

.hero::after,
.hero__pattern,
.hero__number,
.hero__scroll {
  display: none;
}

.mobile-offers-title {
  display: none;
}

.hero__inner {
  min-height: 330px;
  grid-template-columns: 1fr 1fr;
}

.hero__copy {
  padding: 63px 0 40px;
}

.hero .eyebrow {
  display: none;
}

.hero h1 {
  margin: 0 0 18px;
  color: #ffb80c;
  font-size: 50px;
  line-height: .97;
  letter-spacing: 0;
  text-transform: none;
}

.hero__lead {
  margin-bottom: 24px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}

.hero__lead strong {
  color: inherit;
  font-size: inherit;
}

.hero__actions {
  width: 335px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hero__actions .button {
  width: 100%;
  min-height: 48px;
  font-size: 20px;
}

.hero .text-link {
  align-self: center;
  max-width: 100%;
  padding: 0;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}

.hero__visual {
  align-self: end;
  height: 330px;
}

.hero__visual::before {
  display: none;
}

.hero__visual img {
  right: 15px;
  max-height: 318px;
  filter: none;
}

.offers {
  padding: 42px 0 62px;
  background: #333;
}

.offers .section-heading {
  display: none;
}

.offer-layout {
  max-width: 740px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
}

.offer-card {
  min-height: 355px;
  color: #fff;
  border-radius: 4px;
  background: #1e1e1e;
  box-shadow: 0 4px 9px rgba(0,0,0,.45);
}

.offer-card--featured {
  grid-row: auto;
}

.offer-card:nth-child(2) {
  display: none;
}

.offer-card__media,
.offer-card--featured .offer-card__media {
  min-height: 173px;
  height: 173px;
}

.offer-card__media::after {
  display: none;
}

.offer-card__tag {
  display: none;
}

.offer-card__body,
.offer-card:not(.offer-card--featured) .offer-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 10px;
  padding: 18px 15px 15px;
  text-align: center;
}

.offer-card h3,
.offer-card:not(.offer-card--featured) h3 {
  margin: 0 0 7px;
  color: #ffb80c;
  font-size: 25px;
  line-height: 1.05;
  text-transform: none;
}

.offer-card p {
  margin: 0 auto;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.offer-card__subtitle {
  font-size: 15px !important;
}

.offer-card--featured .offer-card__body > div > p:not(.offer-card__subtitle) {
  display: none;
}

.offer-card__actions {
  width: 100%;
  margin-top: auto;
  gap: 8px;
}

.offer-card__actions .button,
.offer-card--exchange .button {
  width: 100%;
}

.offer-card--exchange {
  min-height: 355px;
}

.offer-card--exchange .button {
  display: none;
}

.benefits {
  padding: 20px 0 68px;
  color: #fff;
  background: #333;
}

.benefits .section-heading {
  max-width: none;
  margin-bottom: 42px;
  text-align: center;
}

.benefits .eyebrow {
  display: none;
}

.benefits .section-heading h2 {
  margin: 0;
  font-size: 31px;
  letter-spacing: 0;
  text-transform: none;
}

.benefit-grid {
  max-width: 700px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
  border: 0;
}

.benefit-card {
  min-height: 153px;
  padding: 15px 10px 12px;
  color: #ffb80c;
  border: 0;
  border-radius: 3px;
  background: #1e1e1e;
  text-align: center;
}

.benefit-card:hover {
  color: #ffb80c;
  background: #1e1e1e;
}

.benefit-card > span {
  display: none;
}

.benefit-card__icon {
  height: 68px;
  justify-content: center;
  margin-bottom: 8px;
}

.benefit-card__icon img {
  width: 58px;
  max-height: 58px;
}

.benefit-card:hover .benefit-card__icon img {
  filter: none;
}

.benefit-card h3 {
  font-size: 14px;
  line-height: 1.18;
}

.about {
  padding: 0 0 70px;
  color: #fff;
  background: #333;
}

.about__layout {
  display: block;
}

.about__intro {
  position: static;
  text-align: center;
}

.about__intro .eyebrow,
.about__intro p,
.about__intro .button {
  display: none;
}

.about__intro h2 {
  margin: 0 0 32px;
  font-size: 0;
}

.about__intro h2::after {
  content: "Chi siamo?";
  color: #fff;
  font-size: 31px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

.about__content {
  max-width: 840px;
  margin: 0 auto;
  border-color: #555;
}

.about summary {
  color: #fff;
}

.details-content {
  color: #ddd;
}

.details-content h3 {
  color: #ffb80c;
}

.product-cards {
  background: #ffb80c;
}

.site-footer {
  background: #151515;
}

@media (max-width: 600px) {
  body {
    padding-bottom: 70px;
    background: #333;
  }

  .shell {
    width: calc(100% - 24px);
  }

  .age-strip {
    display: block;
    min-height: 102px;
    font-size: 16px;
  }

  .age-strip__inner {
    width: 100%;
    min-height: 102px;
    display: block;
    padding: 28px 48px 17px 13px;
    text-align: left;
    line-height: 1.12;
  }

  .age-strip__inner a {
    display: inline;
    font-weight: 400;
  }

  .age-strip__inner strong {
    display: none;
  }

  .age-strip .icon-button {
    top: 12px;
    right: 10px;
    width: 30px;
    height: 30px;
    transform: none;
  }

  .masthead,
  .product-nav {
    display: none !important;
  }

  .sports-nav__inner {
    width: 100%;
    min-height: 109px;
  }

  .sports-nav__scroller {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
  }

  .sports-nav__scroller a {
    min-width: 0;
    width: auto;
    height: 36px;
    padding: 0 4px;
    color: #fff;
    border-right: 1px solid #333;
    border-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
  }

  .sports-nav__scroller a:nth-child(7) {
    font-size: 12px;
  }

  .hero {
    min-height: 0;
    padding: 145px 12px 10px;
    overflow: visible;
    background: #333;
  }

  .mobile-offers-title {
    display: block;
    margin: 0 0 18px;
    color: #fff;
    font-size: 17px;
    text-align: center;
  }

  .hero__inner {
    width: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 0 18px 22px;
    overflow: hidden;
    border-radius: 6px;
    background: #1b1b1b url("./arrow-pattern.svg") top center / auto 230px no-repeat;
    box-shadow: 0 3px 9px rgba(0,0,0,.42);
  }

  .hero__visual {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    order: 1;
    flex: 0 0 180px;
    width: 100%;
    height: 180px;
    align-self: stretch;
  }

  .hero__visual img {
    left: 50%;
    right: auto;
    bottom: 0;
    max-height: 170px;
    transform: translateX(-50%);
  }

  .hero__copy {
    order: 2;
    flex: 0 0 auto;
    width: 100%;
    padding: 16px 0 0;
    text-align: center;
  }

  .hero h1 {
    margin: 0 0 12px;
    color: #ffb80c;
    font-size: 32px;
    line-height: 1.03;
    font-weight: 800;
  }

  .hero__lead {
    margin: 0 0 14px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.18;
  }

  .hero__actions {
    width: 100%;
    gap: 15px;
  }

  .hero__actions .button {
    min-height: 54px;
    font-size: 23px;
  }

  .hero .text-link {
    font-size: 12px;
    white-space: normal;
  }

  .offers {
    padding: 0 12px 26px;
  }

  .offer-layout {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .offer-card,
  .offer-card--exchange {
    min-height: 0;
  }

  .offer-card__media,
  .offer-card--featured .offer-card__media {
    height: auto;
    min-height: 0;
    aspect-ratio: 1.72 / 1;
  }

  .offer-card__body,
  .offer-card:not(.offer-card--featured) .offer-card__body {
    padding: 18px;
  }

  .benefits {
    padding-top: 35px;
  }

  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .about {
    padding-inline: 12px;
  }

  .product-cards {
    position: fixed;
    z-index: 90;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    background: #151517;
    border-top: 1px solid #333;
  }

  .product-cards__grid {
    width: 100%;
    height: 70px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .product-cards a,
  .product-cards a:first-child {
    min-height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 5px 2px;
    color: #fff;
    border: 0;
  }

  .product-cards a:hover {
    color: #fff;
    background: #151517;
  }

  .product-cards img {
    width: 27px;
    height: 27px;
    object-fit: contain;
  }

  .product-cards span {
    font-size: 14px;
    text-decoration: underline;
    text-transform: none;
  }

  .product-cards small {
    display: none;
  }
}
