:root {
  --orange: #f15a0a;
  --orange-soft: #ff7b2e;
  --blue: #0866ae;
  --blue-deep: #005799;
  --text-blue: #0069b7;
  --muted: #7a8ca0;
  --line: #e4ebf2;
  --panel: #f7f9fb;
  --text: #253241;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35;
}

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

button,
input {
  font: inherit;
}

.container {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.site-topline {
  height: 18px;
  background: #0068ae;
  color: #fff;
  font-size: 12px;
}

.topline-inner {
  width: min(1240px, calc(100% - 32px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  white-space: nowrap;
}

.adm-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 14px;
  min-width: 34px;
  padding: 0 7px;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: .02em;
}

.desktop-nav {
  height: 43px;
  background: var(--orange);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 0 21px;
  color: #fff;
}

.brand img {
  display: block;
  width: 126px;
  height: auto;
}

.main-menu {
  display: flex;
  align-items: center;
  gap: 19px;
  font-size: 12px;
  font-weight: 700;
}

.main-menu a {
  white-space: nowrap;
}

.main-menu .mondial {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 12px;
  border-radius: 14px;
  background: #fff;
  color: var(--orange);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-actions button {
  height: 26px;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.round-icon {
  width: 26px;
  padding: 0;
  border-radius: 50%;
  background: transparent;
}

.wheel-mini {
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #ffe886;
  border-radius: 50%;
  background: conic-gradient(#ff3048 0 45deg, #ffd22a 45deg 90deg, #29b35c 90deg 135deg, #0a70c5 135deg 180deg, #f9f9f9 180deg 225deg, #f15a0a 225deg 270deg, #2bbbd8 270deg 315deg, #ff3048 315deg 360deg);
  box-shadow: inset 0 0 0 3px #fff;
}

.login-btn {
  min-width: 82px;
  border: 1px solid #fff !important;
  background: transparent;
}

.register-btn {
  min-width: 92px;
  background: var(--blue);
}

.mobile-header,
.mobile-actions,
.mobile-bottom {
  display: none;
}

.hero {
  position: relative;
  height: 450px;
  overflow: hidden;
  background: #c4ddf3 url("assets/webp/prova-2.webp") center top / cover no-repeat;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 32px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.hero-copy {
  width: 675px;
  padding-top: 5px;
}

.hero h1 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 39px;
  line-height: 1.08;
  font-weight: 800;
  text-shadow: 0 1px 2px rgba(0, 63, 120, .18);
}

.hero p {
  margin: 0 0 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.signup-form {
  display: grid;
  grid-template-columns: 225px 136px 136px 126px;
  gap: 8px;
  align-items: center;
}

.signup-form label {
  position: relative;
  display: block;
}

.signup-form label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.signup-form input {
  width: 100%;
  height: 30px;
  border: 0;
  border-radius: 3px;
  padding: 0 10px;
  color: #46576a;
  background: #fff;
  outline: none;
}

.signup-form button {
  height: 30px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: var(--orange);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.mobile-trust {
  display: none;
}

.advantages {
  padding: 38px 0 62px;
}

.advantages h2,
.section-heading h2,
.live-title h2 {
  margin: 0;
  color: var(--text-blue);
  font-size: 18px;
  font-weight: 800;
}

.advantages h2 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 35px;
}

.advantage-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.advantage-item {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border-right: 1px solid var(--line);
  color: var(--text-blue);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.advantage-item:last-child {
  border-right: 0;
}

.advantage-item img {
  width: 66px;
  height: 66px;
  object-fit: contain;
}

.content-stack {
  display: grid;
  gap: 55px;
  padding-bottom: 72px;
}

.carousel-block {
  min-width: 0;
}

.section-heading {
  display: grid;
  grid-template-columns: auto auto 1fr auto auto auto;
  align-items: center;
  gap: 8px;
  margin-bottom: 11px;
}

.section-heading h2 {
  font-size: 17px;
}

.section-heading span {
  color: var(--text-blue);
  font-size: 12px;
  font-weight: 700;
  border-left: 1px solid #b8d7f1;
  padding-left: 8px;
}

.section-heading a {
  color: var(--text-blue);
  font-size: 12px;
  font-weight: 800;
}

.section-heading button {
  width: 14px;
  height: 14px;
  border: 0;
  border-radius: 50%;
  background: var(--orange-soft);
  cursor: pointer;
}

.promo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.promo-card {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  background: #d8e4ef;
  box-shadow: 0 1px 4px rgba(31, 47, 69, .13);
}

.promo-card img,
.game-grid img,
.wide-banner img,
.vip-strip img,
.app-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, .26));
}

.promo-card span {
  position: absolute;
  left: 13px;
  bottom: 13px;
  z-index: 1;
  padding: 7px 11px;
  border-radius: 3px;
  background: rgba(255, 255, 255, .95);
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.game-grid a {
  overflow: hidden;
  border-radius: 8px;
  background: #e8eff6;
  aspect-ratio: 1 / 1;
  box-shadow: 0 1px 4px rgba(31, 47, 69, .12);
}

.wide-banner {
  text-align: center;
}

.wide-banner a {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 2000 / 350;
  background: #0b4d93;
}

.pager {
  display: inline-flex;
  gap: 16px;
  margin-top: 16px;
}

.pager span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #c8c8c8;
}

.pager span:first-child {
  background: #808080;
}

.provider-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 52px;
}

.provider-row a {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #287ce4;
  box-shadow: 0 1px 4px rgba(31, 47, 69, .12);
}

.provider-row img {
  max-width: 74%;
  max-height: 34px;
  filter: brightness(0) invert(1);
}

.schedule-box {
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  padding: 14px 17px 18px;
}

.tabs {
  display: flex;
  gap: 5px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
  margin-bottom: 14px;
}

.tabs button {
  border: 0;
  background: #fff;
  color: #566778;
  padding: 6px 10px;
  font-size: 12px;
  cursor: pointer;
}

.tabs .active {
  color: var(--orange);
  border-bottom: 2px solid var(--orange);
}

.league-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.league-grid a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  border-radius: 4px;
  background: #f0f3f6;
  color: #536273;
  font-size: 12px;
  font-weight: 700;
  padding: 0 12px;
}

.flag,
.ball {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 auto;
}

.ball {
  background: radial-gradient(circle at 50% 50%, #111 0 18%, transparent 19%), #d7eefb;
  border: 1px solid #9ebbd1;
}

.flag.eu { background: #184a94; }
.flag.it { background: linear-gradient(90deg, #15965a 0 33%, #fff 33% 66%, #e7393e 66%); }
.flag.uk { background: linear-gradient(90deg, #fff 0 22%, #d5213b 22% 42%, #fff 42% 58%, #1b4aa4 58%); }
.flag.br { background: #1ca35d; }
.flag.se { background: linear-gradient(90deg, #006aa7 0 35%, #fecc00 35% 48%, #006aa7 48%); }

.live-title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
}

.live-title h2 {
  font-size: 18px;
}

.live-badge {
  display: inline-flex;
  align-items: center;
  height: 18px;
  padding: 0 6px;
  border-radius: 3px;
  background: #ff1f1f;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}

.match-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.match-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #fff;
}

.match-head {
  height: 34px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  background: var(--orange);
  color: #fff;
  font-size: 12px;
}

.match-head span {
  padding: 2px 4px;
  border-radius: 2px;
  background: #ed1c24;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}

.match-head b {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.match-head i {
  color: #b7480b;
  font-style: normal;
}

.players {
  display: grid;
  grid-template-columns: 1fr 55px 1fr;
  align-items: center;
  min-height: 112px;
  padding: 12px 18px;
  text-align: center;
}

.players img {
  width: 43px;
  height: 43px;
  filter: sepia(1) saturate(6) hue-rotate(326deg);
}

.players span {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  font-weight: 700;
  color: #4e5d6e;
}

.players strong {
  color: var(--orange);
  font-size: 18px;
}

.odds {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  padding: 10px 14px 14px;
}

.odds span {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3px;
  background: #f0f2f4;
  color: #657382;
  padding: 0 12px;
  font-size: 12px;
}

.odds b {
  color: #2f3945;
}

.vip-strip {
  display: grid;
  grid-template-columns: minmax(420px, 620px) 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
  background: #eef2f6;
}

.vip-strip img {
  min-height: 126px;
}

.vip-strip div {
  padding: 18px 24px;
}

.vip-strip h2 {
  margin: 0 0 7px;
  color: var(--orange);
  font-size: 18px;
}

.vip-strip p {
  margin: 0 0 12px;
  color: #5a6876;
  font-size: 12px;
}

.vip-strip a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 28px;
  border-radius: 3px;
  background: var(--blue);
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}

.app-banner {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 1200 / 200;
  background: #096ce3;
}

.app-banner a {
  position: absolute;
  right: 46px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 168px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: var(--orange);
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}

.info-content {
  padding: 210px 0 106px;
  color: #1f2d3d;
  font-size: 12px;
}

.info-content h2,
.info-content h3 {
  margin: 0 0 14px;
  color: var(--orange);
  line-height: 1.18;
  font-weight: 800;
}

.info-content h2 {
  font-size: 27px;
}

.info-content h2:not(:first-child) {
  margin-top: 25px;
  font-size: 25px;
}

.info-content h3 {
  margin: 0 0 8px;
  color: var(--text-blue);
  font-size: 18px;
}

.info-content p {
  margin: 0 0 13px;
}

.info-content a {
  color: var(--text-blue);
  font-weight: 700;
}

.info-content ul {
  margin: 8px 0 22px 26px;
  padding: 0;
}

.info-content li {
  margin: 7px 0;
}

.faq-section {
  margin-top: 32px;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  padding: 16px 18px;
}

.faq-item p {
  margin-bottom: 0;
}

.site-footer {
  display: block;
  background: #182532;
  color: #fff;
  padding: 36px 0;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.3fr;
  gap: 30px;
  align-items: start;
}

.footer-inner h2 {
  margin: 0 0 12px;
  font-size: 16px;
  text-transform: uppercase;
}

.legal-logos,
.payments {
  display: flex;
  align-items: center;
  gap: 13px;
  flex-wrap: wrap;
}

.legal-logos img {
  max-height: 40px;
  max-width: 110px;
  object-fit: contain;
}

.footer-inner nav {
  display: grid;
  gap: 7px;
}

.payments img {
  max-height: 28px;
  max-width: 78px;
  object-fit: contain;
  background: #fff;
  border-radius: 3px;
}

.back-top {
  position: fixed;
  right: 27px;
  bottom: 42px;
  z-index: 12;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ff9c6a;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}

.floating-actions {
  position: fixed;
  right: 9px;
  bottom: 0;
  z-index: 14;
  display: flex;
  gap: 7px;
}

.floating-actions a {
  height: 24px;
  min-width: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 4px 0 0;
  background: var(--blue);
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 900px) {
  .desktop-nav,
  .site-topline {
    display: none;
  }

  body {
    padding-bottom: 66px;
    background: #fff;
  }

  .mobile-header {
    height: 66px;
    display: grid;
    grid-template-columns: 56px 44px 1fr 56px;
    align-items: center;
    background: var(--orange);
    color: #fff;
    padding: 0 12px;
  }

  .mobile-header button {
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    padding: 0;
  }

  .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hamburger span,
  .hamburger::before,
  .hamburger::after {
    content: "";
    display: block;
    width: 26px;
    height: 3px;
    border-radius: 3px;
    background: #fff;
  }

  .hamburger {
    flex-direction: column;
    gap: 6px;
  }

  .mobile-wheel .wheel-mini {
    width: 32px;
    height: 32px;
  }

  .mobile-brand {
    justify-self: center;
  }

  .mobile-brand img {
    width: 146px;
    display: block;
  }

  .gift-icon {
    position: relative;
    justify-self: end;
  }

  .gift-icon::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 12px;
    width: 24px;
    height: 20px;
    border: 3px solid #fff;
    border-radius: 3px;
  }

  .gift-icon::after {
    content: "";
    position: absolute;
    left: 18px;
    top: 7px;
    width: 3px;
    height: 30px;
    background: #fff;
    box-shadow: -9px -3px 0 -1px #fff, 9px -3px 0 -1px #fff;
  }

  .mobile-actions {
    height: 68px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px 12px;
    background: #fff;
  }

  .mobile-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
  }

  .mobile-login {
    background: var(--orange);
  }

  .mobile-register {
    background: var(--blue);
  }

  .hero {
    height: auto;
    min-height: calc(100svh - 134px - 66px);
    background-color: #1e6faf;
    background-image:
      radial-gradient(circle, rgba(255, 255, 255, .32) 1.2px, transparent 1.6px),
      linear-gradient(180deg, #1f68a5 0%, #176fb2 44%, #0b5c9c 100%);
    background-size: 28px 28px, cover;
    background-position: center;
  }

  .hero::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 438px;
    background: url("assets/webp/prova-2.webp") 81.5% 0 / 2140px auto no-repeat;
  }

  .hero-inner {
    width: 100%;
    min-height: inherit;
    display: block;
  }

  .hero-copy {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 450px 38px 52px;
    text-align: center;
  }

  .mobile-trust {
    position: absolute;
    left: 50%;
    top: 64px;
    z-index: 3;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-transform: uppercase;
    font-size: 7px;
    font-weight: 800;
    white-space: nowrap;
  }

  .age-dot {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 13px;
  }

  .trust-divider {
    width: 1px;
    height: 34px;
    background: rgba(255, 255, 255, .6);
  }

  .hero h1 {
    margin: 0 auto 14px;
    max-width: 430px;
    font-size: 34px;
    line-height: 1.22;
  }

  .hero p {
    max-width: 430px;
    margin: 0 auto 26px;
    font-size: 20px;
    line-height: 1.26;
    font-weight: 500;
  }

  .signup-form {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 420px;
    margin: 0 auto;
  }

  .desktop-field {
    display: none !important;
  }

  .signup-form input {
    height: 44px;
    border: 1px solid #d5dce4;
    border-radius: 5px;
    padding: 0 14px;
    font-size: 19px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .12);
  }

  .signup-form button {
    height: 45px;
    border-radius: 5px;
    font-size: 17px;
  }

  .floating-actions,
  .back-top {
    display: none;
  }

  .advantages {
    padding: 30px 0 38px;
  }

  .advantages h2 {
    margin-bottom: 22px;
    font-size: 20px;
  }

  .advantage-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--line);
  }

  .advantage-item {
    min-height: 126px;
    border-bottom: 1px solid var(--line);
  }

  .advantage-item:nth-child(2n) {
    border-right: 0;
  }

  .content-stack {
    gap: 34px;
    padding-bottom: 44px;
  }

  .section-heading {
    grid-template-columns: 1fr auto auto auto;
    row-gap: 5px;
  }

  .section-heading h2 {
    grid-column: 1 / -1;
    font-size: 20px;
  }

  .section-heading span {
    grid-column: 1 / 2;
    border-left: 0;
    padding-left: 0;
  }

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

  .game-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .wide-banner a {
    aspect-ratio: 16 / 6;
  }

  .provider-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

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

  .tabs {
    overflow-x: auto;
  }

  .tabs button {
    white-space: nowrap;
  }

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

  .vip-strip {
    grid-template-columns: 1fr;
  }

  .vip-strip img {
    min-height: auto;
  }

  .app-banner {
    aspect-ratio: 16 / 7;
  }

  .app-banner a {
    right: 14px;
    bottom: 14px;
    top: auto;
    transform: none;
    min-width: 140px;
  }

  .info-content {
    padding: 40px 0 52px;
    font-size: 14px;
    line-height: 1.45;
  }

  .info-content h2 {
    font-size: 24px;
  }

  .info-content h2:not(:first-child) {
    font-size: 22px;
  }

  .info-content h3 {
    font-size: 17px;
  }

  .site-footer {
    padding: 30px 0 34px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .mobile-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    height: 66px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    background: #fff;
    border-top: 1px solid #dce2e8;
    box-shadow: 0 -2px 10px rgba(31, 47, 69, .08);
  }

  .mobile-bottom a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: #353d47;
  }

  .mobile-bottom b {
    font-size: 16px;
    font-weight: 400;
  }

  .nav-ico {
    position: relative;
    width: 26px;
    height: 24px;
    display: block;
  }

  .nav-ico::before,
  .nav-ico::after {
    content: "";
    position: absolute;
    border: 2px solid var(--orange);
  }

  .nav-ico.slot::before {
    inset: 3px;
    border-radius: 3px;
  }

  .nav-ico.slot::after {
    left: 8px;
    top: 8px;
    width: 10px;
    height: 8px;
    border-width: 0 2px;
  }

  .nav-ico.casino::before {
    inset: 2px;
    border-radius: 50%;
  }

  .nav-ico.casino::after {
    left: 11px;
    top: 3px;
    width: 2px;
    height: 18px;
    background: var(--orange);
    border: 0;
    transform: rotate(45deg);
  }

  .nav-ico.sport::before {
    left: 4px;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
  }

  .nav-ico.sport::after {
    left: 10px;
    top: 18px;
    width: 11px;
    height: 4px;
    border-top: 0;
    transform: rotate(-40deg);
  }

  .nav-ico.live::before {
    left: 2px;
    top: 4px;
    width: 22px;
    height: 16px;
    border-radius: 2px;
  }

  .nav-ico.live::after {
    left: 7px;
    top: 8px;
    width: 12px;
    height: 8px;
    border-width: 2px 0;
  }

  .nav-ico.ticket::before {
    inset: 5px 2px 3px;
    border-radius: 4px;
  }

  .nav-ico.ticket::after {
    left: 9px;
    top: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }
}

@media (max-width: 520px) {
  .hero::before {
    height: 438px;
    background-size: 2140px auto;
    background-position: 81.5% 0;
  }

  .hero-copy {
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 450px;
  }

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

  .promo-grid,
  .league-grid {
    grid-template-columns: 1fr;
  }

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

  .provider-row {
    grid-template-columns: 1fr;
  }

  .faq-item {
    padding: 14px;
  }
}

@media (max-width: 390px) {
  .mobile-brand img {
    width: 126px;
  }

  .hero-copy {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .hero p {
    font-size: 18px;
  }
}
