.mahadev-id-hero {
  background: #d6b21f;
  padding: 4.5rem 0 4rem;
}

.mahadev-id-hero .hero-title {
  color: #111 !important;
  text-align: center !important;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 1.2rem;
}

.mahadev-id-hero .hero-content {
  display: block;
  margin-bottom: 1.25rem;
}

.mahadev-id-hero .hero-text {
  max-width: 980px;
  margin: 0 auto;
}

.mahadev-id-hero .hero-description {
  color: #111 !important;
  opacity: 0.9;
  text-align: center !important;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 auto;
}

.mahadev-id-hero .hero-description strong {
  color: #111;
  font-weight: 700;
}

.mahadev-id-hero .hero-image {
  display: none;
}

.mahadev-id-hero .hero-cta--center {
  text-align: center;
  margin-top: 1.3rem;
}

.mahadev-id-hero .hero-cta--center .btn {
  background: #d8c882 !important;
  border: 1px solid rgba(0, 0, 0, 0.35);
  color: #111 !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 0.75rem 1.6rem;
  font-size: 0.95rem;
}

.mahadev-id-hero .hero-cta--center .btn:hover {
  background: #e1d49a !important;
  transform: translateY(-1px);
}

/* Online Cricket ID: benefit cards */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.benefit-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.05rem 1.1rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border: 2px solid rgba(255, 215, 0, 0.55);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}

.benefit-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffd700;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  flex: 0 0 auto;
}

.benefit-text {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.55;
}

.benefit-text a,
.benefit-text a:visited {
  color: #8e8efd !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.benefit-text a:hover,
.benefit-text a:focus {
  color: #b0b0ff !important;
}

.benefit-grid--compact {
  margin-top: 1rem;
}

.benefit-grid--compact .benefit-card {
  padding: 0.95rem 1rem;
}

.benefit-grid--compact .benefit-icon {
  width: 34px;
  height: 34px;
}

/* Add space between cards and following paragraph */
.benefit-grid--compact + p,
.benefit-grid + p {
  margin-top: 1.25rem;
}

.center-lead {
  text-align: center;
  color: #ccc;
  margin: 0 auto 1rem;
}

.highlight-line {
  color: #ccc;
  font-weight: 800;
  text-align: left;
  margin: 1.1rem 0 0.75rem;
  letter-spacing: 0.2px;
  position: relative;
}

.highlight-line::after {
  display: none;
}

@media (max-width: 992px) {
  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card {
    padding: 0.95rem 1rem;
  }
}


@media (max-width: 768px) {
  .mahadev-id-hero {
    padding: 3.5rem 0 3.2rem;
  }

  .mahadev-id-hero .hero-title {
    font-size: clamp(1.7rem, 6.4vw, 2.4rem) !important;
  }
}

