/**
 * Homepage polish — readable hero, no broken text highlights, premium depth.
 */
body.jm-home {
  background-color: #0a0a0f !important;
  background-image:
    radial-gradient(1200px 600px at 15% -10%, rgba(0, 212, 255, 0.12), transparent 55%),
    radial-gradient(900px 500px at 85% 20%, rgba(123, 47, 255, 0.1), transparent 50%),
    radial-gradient(800px 400px at 50% 100%, rgba(0, 245, 160, 0.05), transparent 45%) !important;
}

body.jm-home .hero .hero-gradient {
  opacity: 0.32 !important;
  filter: blur(120px);
}

body.jm-home .hero .hero-grid {
  opacity: 0.55 !important;
}

/* Stop gradient-text bleed onto bold phrases (causes blue/block artefacts) */
body.jm-home .hero-content strong,
body.jm-home .hero-content b,
body.jm-home .hero-promise__item strong,
body.jm-home .hero-badge strong {
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: currentColor !important;
  color: #e8f4ff;
  font-weight: 700;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

body.jm-home .hero-offer strong {
  color: #00f5a0 !important;
}

body.jm-home .hero-description {
  font-size: 1.08rem;
  line-height: 1.65;
  color: #a8b4c8;
}

body.jm-home .hero-offer {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(0, 245, 160, 0.22);
  background: rgba(0, 245, 160, 0.06);
  margin-bottom: 1.5rem;
}

/* Replace heavy promise box with clean chips */
body.jm-home .hero-promise {
  margin-top: 1.5rem;
  padding: 0;
  border: none;
  background: transparent;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.55rem;
  max-width: 100%;
}

body.jm-home .hero-promise__item {
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(18, 22, 32, 0.75);
  font-size: 0.78rem;
  line-height: 1.4;
  color: #b8c4d8;
  gap: 0.5rem;
}

body.jm-home .hero-promise__item i {
  color: #00d4ff;
  margin-top: 0.1rem;
}

body.jm-home .hero-promise__item strong {
  color: #00f5a0 !important;
  font-weight: 600;
}

body.jm-home .hero-buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  max-width: 320px;
}

body.jm-home .hero-buttons .btn-primary {
  width: 100%;
  justify-content: center;
  padding: 1rem 1.25rem;
  font-size: 1rem;
}

body.jm-home .hero-buttons .btn-outline,
body.jm-home .hero-buttons .btn-whatsapp {
  width: 100%;
  justify-content: center;
}

body.jm-home .hero-quick-links {
  margin-top: 1rem;
  opacity: 0.85;
}

body.jm-home .hero-stats {
  gap: 2rem;
  margin-bottom: 1.75rem;
}

body.jm-home .stat-number {
  font-size: 2.15rem;
}

@media (min-width: 993px) {
  body.jm-home .hero-buttons {
    grid-template-columns: auto auto auto;
    max-width: none;
    width: fit-content;
  }

  body.jm-home .hero-buttons .btn-primary,
  body.jm-home .hero-buttons .btn-outline,
  body.jm-home .hero-buttons .btn-whatsapp {
    width: auto;
  }
}

@media (max-width: 992px) {
  body.jm-home .hero-buttons {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  body.jm-home .hero-promise {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}
