.container .highlight {
  background: #050A20;
}

.container.bomb {
  background: unset;
  overflow: hidden;
}

/* Product Hero Background - Responsive */

.product-hero-bg {
  background-image: url("/img/backgrounds/lol/product-bg.png");
  background-size: 1480px 720px;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: auto !important;
  height: auto !important;
}

/* Simplified Calculator - Product Pages */

.calculator--simplified {
  margin-top: -170px;
  /* Hide the entire first row (Platform + Boost Type wrapper) */
}

@media (max-width: 767px) {
  .calculator--simplified {
    margin-top: 16px;
  }
}

.calculator--simplified .calculator-title .boost-heading {
  display: none !important;
}

.calculator--simplified .blackbox-review-container {
  display: none !important;
}

.calculator--simplified .platform-wrapper,
.calculator--simplified .boost-type-select {
  display: none !important;
}

.calculator--simplified .booster-form-wrapper:first-of-type {
  display: none !important;
}

/* Center section headings on mobile */

@media (max-width: 767px) {
  .lol-values h2,
  .related-products__header h2,
  .container .letter h2 {
    text-align: center;
  }

  .related-products__header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .tier-tabs {
    justify-content: center;
  }
}

/* Product Header Styling */

.product-header {
  text-align: center;
}

.product-header h1 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}

.product-header__subtitle {
  margin-bottom: 24px;
}

/* Force feature icons to white */

.lol-values .icon-bg img {
  filter: brightness(0) invert(1);
}

/* Related Products Section */

.related-products {
  padding-top: 168px;
}

@media (max-width: 767px) {
  .related-products {
    padding-top: 60px;
  }
}

/* Product FAQ - heading to cards gap */

.container .letter + .faq {
  margin-top: 80px;
}

/* Related Products Header */

.product-cards-header,
.related-products__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 80px;
}

.product-cards-header h2,
.related-products__header h2 {
  margin: 0;
  white-space: nowrap;
}

/* Tier Tabs */

.tier-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tier-tab {
  box-sizing: border-box;
  padding: 8px 16px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #8a8ea1;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

.tier-tab__icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.tier-tab:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(35, 43, 70, 0.5);
  color: #c5c8d7;
}

.tier-tab--active {
  background: #232B46;
  border: 2px solid rgba(255, 255, 255, 0.08);
  color: #fff;
}

/* Tier Panels */

.tier-panel {
  display: none;
}

.tier-panel--active {
  display: block;
}

/* Product Cards Grid */

.product-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .product-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .product-cards-grid {
    grid-template-columns: 1fr;
  }
}

/* Product Card */

.product-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: #050A20;
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  transition: all 0.2s ease-in-out;
}

.product-card:hover {
  transform: translateY(-8px);
  border-color: #4ed3be;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.32);
}

.product-card:hover .product-card__cta {
  background: #2a3358;
  border-color: rgba(255, 255, 255, 0.2);
}

.product-card__link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-card__link:hover {
  text-decoration: none;
  color: inherit;
}

.product-card__ranks {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.product-card__ranks .rank-icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-card__ranks .arrow {
  color: rgba(255, 255, 255, 0.4);
  font-size: 20px;
}

.product-card__title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 8px 0;
  text-align: left;
}

.product-card__price {
  font-size: 14px;
  background: linear-gradient(103deg, #258cbf, #4ed3be);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: left;
  margin-bottom: 16px;
}

.product-card__cta {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 8px 16px;
  background: #232B46;
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.02em;
  margin-top: auto;
  transition: all 0.15s ease-in-out;
}

