/* =========================================================
   NIVENTO SOLUTIONS LANDING PAGE
   Hero colour correction only
   ========================================================= */

.page-solutions .solution-hero {
  background: var(--color-navy) !important;
}

/* Remove the white overlay that creates the grey/white fade. */
.page-solutions .solution-hero::after {
  display: none !important;
}

/* Keep the existing layout, but make the hero content readable on navy. */
.page-solutions .solution-hero .breadcrumb a,
.page-solutions .solution-hero .breadcrumb span,
.page-solutions .solution-hero h1,
.page-solutions .solution-hero .text-lead,
.page-solutions .solution-hero .text-action {
  color: #FFFFFF !important;
}

.page-solutions .solution-hero .eyebrow {
  color: #FFB36D !important;
}

/* Existing secondary button remains in the same position and size. */
.page-solutions .solution-hero .btn-secondary {
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
  background: transparent !important;
}

.page-solutions .solution-hero .btn-secondary:hover {
  background: #FFFFFF !important;
  color: var(--color-navy) !important;
}
