/* =========================
   HERO VARIANT
========================= */
.hero--lake-mary {
  background-image:
    linear-gradient(rgba(15,53,87,0.85), rgba(15,53,87,0.85)),
    url('/assets/images/kit-family-owned-msp-orlando.png');
}

.hero-content {
  max-width: 560px;
}

/* =========================
   SECTIONS & LAYOUT
========================= */
.section--light {
  background-color: #f8fafc;
}

.split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.split-visual img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.caption {
  font-size: 14px;
  color: #475569;
  margin-top: 10px;
}

/* =========================
   BUTTON VARIANTS
========================= */
.btn--inverse {
  background-color: #ffffff;
  color: var(--kit-blue);
}

/* =========================
   FAQ
========================= */
.faq details {
  margin-bottom: 16px;
}

.faq summary {
  font-weight: 600;
  cursor: pointer;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .split-layout {
    grid-template-columns: 1fr;
  }
}
