/* ============================================
   ILM Financial – Homepage Styles (index.css)
   Page-specific styles for index.html only.
   Global/component styles live in their own
   respective CSS files (header.css, hero.css,
   footer.css).
   ============================================ */

/* ── HOME INTRO SECTION ──────────────────── */
.home-intro {
  background: #ffffff;
  padding: 64px 40px;
}

.home-intro__inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.home-intro__inner h2 {
  font-family: 'Lato', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}

.home-intro__inner p {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  color: #555555;
  line-height: 1.75;
}

/* ── ADD FURTHER HOMEPAGE SECTIONS BELOW ─── */
/* e.g. .home-services { … }                 */
/*      .home-about    { … }                 */
/*      .home-cta      { … }                 */
