.hero-section {
  position: relative;
  min-height: 100svh;
  color: #fff;
  overflow: hidden;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: -4%;
  background:
    linear-gradient(90deg, rgba(17, 11, 9, 0.72) 0%, rgba(27, 18, 15, 0.45) 38%, rgba(18, 11, 9, 0.38) 62%, rgba(17, 11, 9, 0.68) 100%),
    url("/assets/images/blue-1.jpg") center / cover no-repeat !important;
  z-index: 0;
}

.hero-overlay,
.hero-content {
  position: relative;
  z-index: 1;
}

.hero-content {
  width: min(calc(100% - 2rem), 1280px) !important;
  height: 100vh !important;
  display: grid !important;
  grid-template-columns: 1fr minmax(160px, 400px) 1fr !important;
  align-items: start !important;
  gap: 1.5rem !important;
  overflow: hidden;
}

.hero-side {
  max-width: 400px !important;
}

.hero-left {
  justify-self: start !important;
  text-align: left !important;
  margin-top: 8rem !important;
}

.hero-right {
  justify-self: end !important;
  align-self: flex-end !important;
  text-align: right !important;
  margin-bottom: 4rem !important;
}

.hero-kicker {
  margin: 0 0 0.75rem !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.78) !important;
}

.hero-side h1,
.hero-side h2 {
  margin: 0 !important;
  font-size: clamp(2.5rem, 4.5vw, 4rem) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.05em !important;
}

.hero-right h2 {
  font-size: clamp(2.5rem, 5vw, 4.6rem) !important;
}

.hero-copy {
  margin: 0.9rem 0 0 !important;
  font-size: clamp(1.05rem, 1.7vw, 1.55rem) !important;
  line-height: 1.02 !important;
  font-weight: 600 !important;
}

.hero-center {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: space-between !important;
  text-align: center !important;
  height: 60vh !important;
  padding: 2.9rem 0 0.2rem !important;
  margin-top: 8rem !important;
}

.hero-logo,
.hero-section .hero-logo,
.worldcup-blog-page .hero-logo {
  display: inline-block;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  font-size: clamp(1.8rem, 3vw, 3.4rem) !important;
  font-weight: 300 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  transform: translateY(-2.4rem) !important;
  color: #fff !important;
}

.hero-logo-mark {
  display: block;
}

.heroine,
.hero-logo-meta {
  font-size: 12px;
  font-weight: 600;
}

.hero-logo-meta {
  display: inline-block;
}

.hero-logo-meta-item+.hero-logo-meta-item::before {
  content: " | ";
}

.hero-mobile-trust-badge {
  display: none;
}

.hero-button {
  min-height: 46px !important;
  padding-inline: 1.35rem !important;
  margin-bottom: 0 !important;
  background: #fff !important;
  color: #181818 !important;
  box-shadow: none !important;
}

.google-rating {
  position: absolute !important;
  left: 0 !important;
  bottom: 1.1rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.85rem !important;
  color: #fff !important;
}

.google-rating img {
  width: 42px !important;
  height: 42px !important;
  object-fit: contain !important;
}

.google-rating strong {
  display: block;
  font-size: 1rem !important;
}

.google-rating span {
  color: #ffbf43 !important;
  letter-spacing: 0.14em !important;
}

@media (max-width: 1100px) {
  .hero-logo-meta {
    display: none !important;
  }

  .hero-mobile-trust-badge {
    position: absolute;
    left: clamp(0.75rem, 2vw, 1.35rem);
    bottom: clamp(0.75rem, 2vw, 1.1rem);
    z-index: 2;
    display: grid;
    gap: 0.18rem;
    width: min(5.2rem, calc(100% - 1.5rem)) !important;
    margin-top: 0;
    padding: 0.5rem 0.4rem;
    border-radius: 14px;
    background: rgba(7, 17, 35, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
  }

  .hero-mobile-trust-badge .hero-logo-meta-item {
    display: block;
  }

  .hero-mobile-trust-badge .hero-logo-meta-item+.hero-logo-meta-item::before {
    content: "";
  }
}

@media (max-width: 640px) {
  .hero-content {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto 1fr auto !important;
    justify-items: center !important;
    align-items: center !important;
    text-align: center !important;
    gap: 1.1rem !important;
    padding-top: 6rem !important;
    padding-bottom: 1.35rem !important;
  }

  .hero-left {
    z-index: 2 !important;
    justify-self: center !important;
    align-self: start !important;
    width: min(100%, 24rem) !important;
    max-width: 100% !important;
    margin-top: 0 !important;
    text-align: center !important;
  }

  .hero-right {
    display: none !important;
  }

  .hero-side h1,
  .hero-side h2 {
    font-size: 1.45rem !important;
    line-height: 1 !important;
  }

  .hero-copy {
    margin-inline: auto !important;
    font-size: 0.85rem !important;
    line-height: 1.35 !important;
    padding: 0 2px !important;
  }

  .hero-center {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    justify-content: flex-end !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    margin-top: 0 !important;
    padding: 6rem 0 2.35rem !important;
    pointer-events: none !important;
  }

  .hero-logo,
  .hero-section .hero-logo,
  .worldcup-blog-page .hero-logo {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: auto !important;
    max-width: none !important;
    white-space: nowrap !important;
    font-size: 1.55rem !important;
    letter-spacing: 0.16em !important;
    transform: translate(-50%, -50%) !important;
  }

  .heroine,
  .hero-logo-meta {
    font-size: 10px;
    font-weight: 600;
    width: 6.5rem !important;
  }

  .hero-button {
    position: relative !important;
    z-index: 2 !important;
    pointer-events: auto !important;
    width: min(100%, 12rem) !important;
    min-height: 48px !important;
    margin-bottom: 9rem !important;
    border-radius: 999px !important;
    box-shadow: 0 12px 24px rgba(255, 255, 255, 0.16) !important;
  }

  .google-rating {
    display: none !important;
  }
}