/* All Solutions landing page — screenshot-faithful body.
   Header and footer remain controlled by the shared site shell. */

.solutions-replica {
  --solutions-navy: #08285a;
  --solutions-blue: #185bb2;
  --solutions-orange: #ff9d13;
  --solutions-border: #dfe6ef;
  --solutions-muted: #47566e;
  color: var(--solutions-navy);
  background: #fff;
}

.solutions-page-container {
  width: min(1376px, calc(100% - 64px));
  margin-inline: auto;
}

.solutions-landing-hero {
  display: grid;
  min-height: 395px;
  grid-template-columns: 46% 54%;
  overflow: hidden;
  background: #fff;
}

.solutions-landing-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  background: #fff;
}

.solutions-landing-hero__copy::after {
  display: none;
}

.solutions-landing-hero__inner {
  width: min(520px, calc(100% - 40px));
  padding: 62px 10px 52px 0;
}

.solutions-landing-hero h1 {
  margin: 0;
  color: #08285a;
  font-size: clamp(37px, 3.15vw, 52px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.solutions-landing-hero h1 span { color: #1f5eaf; }

.solutions-landing-hero p {
  max-width: 485px;
  margin: 28px 0 0;
  color: #26354a;
  font-size: 16px;
  line-height: 1.55;
}

.solutions-landing-hero__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
}

.solutions-orange-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 11px 22px;
  border: 1px solid #ed8f00;
  border-radius: 6px;
  background: linear-gradient(180deg, #ffad23, #ff9910);
  box-shadow: 0 4px 12px rgba(219, 125, 0, .18);
  color: #071d45;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .01em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .18s ease, box-shadow .18s ease;
}

.solutions-orange-button:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(219,125,0,.25); }

.solutions-video-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #071d45;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  text-transform: uppercase;
}

.solutions-play {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1.5px solid #123d7a;
  border-radius: 50%;
  color: #123d7a;
  font-size: 10px;
}

.solutions-landing-hero__image {
  position: relative;
  min-height: 395px;
  background: linear-gradient(90deg, rgba(255,255,255,.6) 0%, rgba(255,255,255,0) 18%), url('../img/solutions-hero.jpg') center 48% / cover no-repeat;
  overflow: hidden;
}
.solutions-landing-hero__image::before {
  position: absolute;
  z-index: 3;
  inset: 0 auto 0 -1px;
  width: 330px;
  content: "";
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 430' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0 0h182c-71 64-90 141-39 214 55 80 57 157-18 216H0Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.solutions-explore { padding: 28px 0 22px; }

.solutions-section-heading { margin-bottom: 29px; text-align: center; }
.solutions-section-heading--compact { margin-bottom: 22px; }
.solutions-section-heading h2 {
  margin: 0;
  color: #09285b;
  font-size: 25px;
  font-weight: 750;
  letter-spacing: -.025em;
  line-height: 1.15;
}
.solutions-section-heading p {
  margin: 7px 0 0;
  color: #26354a;
  font-size: 13px;
  line-height: 1.5;
}

.solutions-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.solutions-card {
  display: flex;
  min-height: 248px;
  flex-direction: column;
  align-items: center;
  padding: 18px 17px 16px;
  border: 1px solid var(--solutions-border);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 2px 7px rgba(8, 40, 90, .025);
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.solutions-card:hover { transform: translateY(-3px); border-color: #bfd0e6; box-shadow: 0 10px 24px rgba(8,40,90,.09); }

.solutions-card__icon {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  place-items: center;
  border-radius: 50%;
  background: var(--card-accent, #123d7a);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.22), 0 4px 9px rgba(8,40,90,.12);
}
.solutions-card__icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.solutions-card--navy { --card-accent: #0b2e63; }
.solutions-card--purple { --card-accent: #7540b5; }
.solutions-card--green { --card-accent: #3d813c; }
.solutions-card--blue { --card-accent: #2a5da7; }
.solutions-card--teal { --card-accent: #188f91; }
.solutions-card--red { --card-accent: #c8282d; }
.solutions-card--orange { --card-accent: #ff8c0a; }
.solutions-card--pink { --card-accent: #dc3177; }

.solutions-card h3 {
  min-height: 52px;
  margin: 13px 0 0;
  color: #071f4d;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.35;
}
.solutions-card p {
  max-width: 220px;
  margin: 8px 0 0;
  color: #25344a;
  font-size: 12px;
  line-height: 1.55;
}
.solutions-card a {
  margin-top: auto;
  padding-top: 11px;
  color: #0759b8;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.solutions-assessment-strip { padding: 0 0 26px; }
.solutions-assessment-strip__grid {
  display: grid;
  min-height: 138px;
  grid-template-columns: 82px 1.7fr 1.15fr 220px;
  align-items: center;
  gap: 22px;
  padding: 18px 24px;
  border-radius: 6px;
  background: linear-gradient(100deg, #082c61 0%, #061f4b 58%, #0c3f7a 100%);
  box-shadow: 0 5px 14px rgba(8, 40, 90, .12);
  color: #fff;
}
.solutions-assessment-strip__target {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border: 2px solid rgba(255,166,32,.65);
  border-radius: 50%;
  background: rgba(255,255,255,.04);
  color: #ff9d13;
}
.solutions-assessment-strip__target svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.solutions-assessment-strip__copy { padding-right: 20px; border-right: 1px solid rgba(255,255,255,.18); }
.solutions-assessment-strip__copy h2 { margin: 0; color: #fff; font-size: 22px; }
.solutions-assessment-strip__copy strong { display: block; margin-top: 5px; color: #ffad23; font-size: 13px; }
.solutions-assessment-strip__copy p { margin: 7px 0 0; color: #fff; font-size: 12px; line-height: 1.5; }
.solutions-assessment-strip__benefits { display: grid; gap: 6px; margin: 0; padding: 0 4px 0 0; list-style: none; }
.solutions-assessment-strip__benefits li { display: flex; align-items: center; gap: 8px; font-size: 12px; }
.solutions-assessment-strip__benefits svg { width: 19px; height: 19px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; }
.solutions-assessment-strip__action { display: grid; justify-items: center; gap: 7px; }
.solutions-assessment-strip__action small { color: #fff; font-size: 11px; }

.solutions-system-section { padding: 0 0 24px; }
.solutions-system-diagram {
  display: grid;
  grid-template-columns: minmax(180px, .7fr) minmax(400px, 2fr) minmax(180px, .7fr);
  align-items: stretch;
  gap: 6px;
}
/* Four equal rows so each item centres on its badge in the wheel SVG,
   whose badges sit at the centres of four equal bands of the viewBox. */
.solutions-system-diagram__column {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  align-items: center;
  gap: 0;
}
.solutions-system-item h3 { margin: 0; font-size: 13px; font-weight: 750; line-height: 1.25; }
.solutions-system-item p { margin: 5px 0 0; color: #27364b; font-size: 11px; line-height: 1.45; }
.solutions-system-diagram__column--left .solutions-system-item { text-align: right; }
.solutions-system-diagram__column--right .solutions-system-item { text-align: left; }
.solutions-system-item--green h3 { color: #317d36; }
.solutions-system-item--navy h3 { color: #0b2e63; }
.solutions-system-item--blue h3 { color: #215dad; }
.solutions-system-item--orange h3 { color: #e97700; }
.solutions-system-item--purple h3 { color: #5f3ca3; }
.solutions-system-item--teal h3 { color: #138688; }
.solutions-system-item--red h3 { color: #a92d2e; }
.solutions-system-item--pink h3 { color: #ca2b6b; }
.solutions-system-diagram__wheel { margin: 0; display: flex; align-items: center; }
.solutions-system-diagram__wheel > svg { display: block; width: 100%; height: auto; }

.solutions-results { padding: 0 0 18px; }
.solutions-metric-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid var(--solutions-border);
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
}
.solutions-results.business-outcome .solutions-metric-grid {
  grid-template-columns: repeat(7, 1fr);
}
.solutions-metric-grid article {
  display: flex;
  min-height: 145px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  border-left: 1px solid #e7ecf2;
  text-align: center;
}
.solutions-metric-grid article:first-child { border-left: 0; }
.solutions-metric-grid svg { width: 31px; height: 31px; color: #1458a8; fill: none; stroke: currentColor; stroke-width: 1.7; }
.solutions-results.business-outcome .solutions-metric-grid article:nth-child(2) svg { color: #1c68d4; }
.solutions-results.business-outcome .solutions-metric-grid article:nth-child(3) svg { color: #0f9d76; }
.solutions-results.business-outcome .solutions-metric-grid article:nth-child(4) svg { color: #59b22b; }
.solutions-results.business-outcome .solutions-metric-grid article:nth-child(5) svg { color: #f58220; }
.solutions-results.business-outcome .solutions-metric-grid article:nth-child(6) svg { color: #e52d6a; }
.solutions-results.business-outcome .solutions-metric-grid article:nth-child(7) svg { color: #7b1fa2; }
.solutions-metric-grid strong { margin-top: 8px; color: #08285a; font-size: 18px; line-height: 1; }
.solutions-metric-grid span { margin-top: 9px; color: #26354a; font-size: 11px; line-height: 1.4; }

.solutions-final-cta { padding: 0 0 20px; }
.solutions-final-cta__inner {
  display: grid;
  min-height: 102px;
  grid-template-columns: 72px 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 15px 25px;
  border-radius: 6px;
  background: linear-gradient(100deg, #082c61, #061f4b 65%, #0b3b75);
  color: #fff;
}
.solutions-final-cta__mark {
  display: grid;
  width: 59px;
  height: 59px;
  place-items: center;
  border: 1px solid rgba(255,166,32,.55);
  border-radius: 50%;
  color: #ff9d13;
}
.solutions-final-cta__mark svg { width: 36px; height: 36px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.solutions-final-cta h2 { margin: 0; color: #fff; font-size: 24px; }
.solutions-final-cta p { margin: 7px 0 0; color: #fff; font-size: 13px; }
.solutions-final-cta__action { display: grid; justify-items: center; gap: 6px; }
.solutions-final-cta__action small { font-size: 11px; }

@media (max-width: 1050px) {
  .solutions-page-container { width: min(940px, calc(100% - 40px)); }
  .solutions-landing-hero { grid-template-columns: 48% 52%; }
  .solutions-card-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .solutions-assessment-strip__grid { grid-template-columns: 68px 1.5fr 1fr 170px; gap: 15px; }
  /* Below this the wheel can't hold its proportions and the four equal text
     rows start colliding — drop it and let the capabilities read as cards. */
  .solutions-system-diagram { grid-template-columns: 1fr 1fr; gap: 14px; }
  .solutions-system-diagram__wheel { display: none; }
  .solutions-system-diagram__column { grid-template-rows: none; gap: 14px; }
  .solutions-system-diagram__column--left .solutions-system-item,
  .solutions-system-diagram__column--right .solutions-system-item { text-align: left; }
  .solutions-system-item { padding: 14px 16px; border: 1px solid var(--solutions-border); border-radius: 8px; }
}

@media (max-width: 900px) {
  .solutions-landing-hero { grid-template-columns: 1fr; }
  .solutions-landing-hero__copy { justify-content: center; }
  .solutions-landing-hero__copy::after { display: none; }
  .solutions-landing-hero__inner { width: min(760px, calc(100% - 48px)); padding: 50px 0; }
  .solutions-landing-hero__image { min-height: 360px; }
  .solutions-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .solutions-assessment-strip__grid { grid-template-columns: 70px 1fr 1fr; }
  .solutions-assessment-strip__action { grid-column: 2 / 4; grid-template-columns: auto auto; align-items: center; justify-content: start; }
  .solutions-metric-grid { grid-template-columns: repeat(3, 1fr); }
  .solutions-metric-grid article:nth-child(4) { border-left: 0; }
  .solutions-metric-grid article:nth-child(n+4) { border-top: 1px solid #e7ecf2; }
}

@media (max-width: 680px) {
  .solutions-page-container { width: min(100% - 28px, 580px); }
  .desktop-only { display: none; }
  .solutions-landing-hero h1 { font-size: 38px; }
  .solutions-landing-hero__actions { align-items: flex-start; flex-direction: column; }
  .solutions-landing-hero__image { min-height: 270px; }
  .solutions-card-grid { grid-template-columns: 1fr; }
  .solutions-card { min-height: 225px; }
  .solutions-assessment-strip__grid { grid-template-columns: 1fr; text-align: center; }
  .solutions-assessment-strip__target { margin-inline: auto; }
  .solutions-assessment-strip__copy { padding: 0; border: 0; }
  .solutions-assessment-strip__benefits { justify-self: center; text-align: left; }
  .solutions-assessment-strip__action { grid-column: auto; grid-template-columns: 1fr; justify-content: center; }
  .solutions-system-diagram { grid-template-columns: 1fr; }
  /* The wheel can't hold its proportions at this width — drop it and let the
     eight capabilities read as a plain stacked list. */
  .solutions-system-diagram__wheel { display: none; }
  .solutions-system-diagram__column--left .solutions-system-item,
  .solutions-system-diagram__column--right .solutions-system-item { text-align: left; }
  .solutions-system-diagram__column { grid-template-rows: none; gap: 12px; }
  .solutions-system-item { padding: 14px 16px; border: 1px solid var(--solutions-border); border-radius: 8px; }
  .solutions-metric-grid { grid-template-columns: repeat(2, 1fr); }
  .solutions-metric-grid article:nth-child(odd) { border-left: 0; }
  .solutions-metric-grid article:nth-child(n+3) { border-top: 1px solid #e7ecf2; }
  .solutions-final-cta__inner { grid-template-columns: 1fr; justify-items: center; text-align: center; padding-block: 25px; }
}
