.solution-shell {
  --sol-red: #ef4d3f;
  --sol-red-dark: #d93c30;
  --sol-ink: #111316;
  --sol-muted: #5d6570;
  --sol-line: #dfe3e8;
  --sol-soft: #f5f6f7;
  --sol-dark: #0d0f12;
  background: #fff;
}

.solution-shell .utility-bar {
  display: block;
}

.solution-shell .site-nav > .mobile-quote {
  display: none;
}

@media (min-width: 981px) {
  .solution-shell .utility-inner {
    min-height: 32px;
  }

  .solution-shell .header-inner {
    height: 72px;
  }

  .solution-shell .site-nav > a,
  .solution-shell .nav-item > a {
    min-height: 72px;
  }

  .solution-shell .brand img {
    width: 40px;
    height: 40px;
  }
}

.solution-page { overflow: clip; }

.sol-container {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
}

.sol-section { padding: 104px 0; }
.sol-section.is-soft { background: var(--sol-soft); }

.sol-section.is-dark {
  color: #fff;
  background: var(--sol-dark);
}

.sol-kicker {
  margin: 0 0 18px;
  color: var(--sol-red);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
}

.solution-page h1,
.solution-page h2,
.solution-page h3 {
  color: inherit;
  letter-spacing: 0;
}

.solution-page h1 {
  max-width: 650px;
  margin-bottom: 22px;
  font-size: 52px;
  line-height: 1.12;
}

.solution-page h2 {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.18;
}

.solution-page h3 {
  font-size: 22px;
  line-height: 1.3;
}

.solution-page p { color: var(--sol-muted); }
.is-dark p,
.sol-section-head.is-light > p { color: #bfc5ce; }

.sol-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 52px;
}

.sol-section-head > p {
  max-width: 540px;
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
}

.sol-section-title {
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

.sol-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 26px;
  color: #fff;
  border: 1px solid var(--sol-red);
  border-radius: 3px;
  background: var(--sol-red);
  font-weight: 900;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.sol-button:hover {
  border-color: var(--sol-red-dark);
  background: var(--sol-red-dark);
}

.sol-button.is-secondary {
  color: var(--sol-ink);
  border-color: #bfc4ca;
  background: #fff;
}

.sol-button.is-secondary:hover {
  color: var(--sol-red-dark);
  border-color: var(--sol-red);
}

.sol-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.sol-hero {
  position: relative;
  display: flex;
  min-height: 650px;
  overflow: hidden;
  background: #f7f7f8;
}

.sol-hero-media {
  position: absolute;
  top: 52px;
  right: max(32px, calc((100vw - 1240px) / 2));
  bottom: 52px;
  width: min(52%, 680px);
  overflow: hidden;
  border-radius: 6px;
  background: #dfe2e5;
}

.sol-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sol-hero-overlay {
  display: none;
}

.sol-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 76px 0 72px;
}

.sol-hero-copy {
  width: 45%;
  max-width: 580px;
}

.sol-hero-copy > p:not(.sol-kicker) {
  margin-bottom: 0;
  color: #4d555f;
  font-size: 18px;
  line-height: 1.75;
}

.sol-breadcrumbs {
  position: absolute;
  top: 26px;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  color: #6c737d;
  font-size: 13px;
}

.sol-breadcrumbs a:hover { color: var(--sol-red); }

.sol-hero-proofs {
  display: grid;
  gap: 9px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.sol-hero-proofs li {
  position: relative;
  padding-left: 22px;
  color: #272c33;
  font-size: 15px;
  font-weight: 800;
}

.sol-hero-proofs li::before {
  position: absolute;
  top: .55em;
  left: 0;
  width: 7px;
  height: 7px;
  border: 2px solid var(--sol-red);
  content: "";
}

.sol-tabs [hidden] { display: none; }

.sol-tab-rail button:focus-visible,
.sol-button:focus-visible,
.sol-route-card:focus-visible,
.sol-case-grid a:focus-visible,
.sol-faq summary:focus-visible {
  outline: 3px solid rgba(239, 77, 63, .35);
  outline-offset: 3px;
}
