/* Light home hero treatment. Header remains unchanged. */
.home-preview .home-hero {
  background: linear-gradient(110deg, #f8fbfe 0%, #eef6fb 48%, #e5f0f8 100%);
}

.home-preview .home-hero::after {
  background: linear-gradient(
    90deg,
    rgba(249, 252, 254, 0.98) 0%,
    rgba(244, 249, 253, 0.94) 39%,
    rgba(237, 246, 252, 0.58) 58%,
    rgba(232, 243, 250, 0.08) 77%
  );
}

.home-preview .hero-inner {
  color: #08243e;
}

.home-preview .hero-inner .eyebrow,
.home-preview .hero-kicker {
  color: #0787d8;
}

.home-preview .hero-rule {
  background: rgba(7, 135, 216, 0.34);
}

.home-preview .hero-inner h1 {
  color: #08243e;
}

.home-preview .hero-inner p {
  color: #294b69;
}

.home-preview .hero-actions .btn.primary {
  background: #078fdf;
  color: #fff;
}

.home-preview .hero-actions .btn.ghost {
  border-color: #173f61;
  color: #08243e;
  background: rgba(255, 255, 255, 0.42);
}

@media (max-width: 900px) {
  .home-preview .home-hero::after {
    background: linear-gradient(
      90deg,
      rgba(247, 251, 254, 0.96) 0%,
      rgba(241, 248, 252, 0.90) 58%,
      rgba(235, 245, 251, 0.58) 100%
    );
  }
}
