/* ==============================
   AI FUTURE – CUSTOM OVERRIDES
   ============================== */

html, body {
  width: 100%;
  overflow-x: hidden;
}

/* HERO TEXT */
h1 {
  font-size: 56px !important;
  letter-spacing: 0.04em !important;
  text-shadow: 0 0 30px rgba(120,180,255,0.35);
}

p {
  opacity: 0.9;
}

/* MOBILE */
@media (max-width: 768px) {
  h1 {
    font-size: 32px !important;
  }

  p {
    font-size: 16px;
  }
}

/* STORYTELLING */
.hero-content::after {
  content: "AI is not replacing clinicians. It is amplifying precision, speed and trust.";
  display: block;
  margin-top: 1.5rem;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
}
