/* SPM Services — Solutions page */
/* Banner is the SPM About Hero block (about.css). */

body.spm-solutions {
  background: #fff;
  padding-top: 0 !important;
}

body.spm-solutions img {
  max-width: 100%;
  height: auto;
}

.spm-header {
  background: rgb(20 26 24 / 43%);
}

body.spm-solutions .spm-header.is-sticky {
  position: fixed;
  background: #0b141c;
  box-shadow: none;
}

/* Shared */
.sol-excel,
.sol-qa,
.sol-mvp,
.sol-sdlc {
  padding: 88px 0 80px;
}

.sol-excel {
  padding-bottom: 80px;
}

.sol-excel .sol-split {
  align-items: center;
  gap: 40px 72px;
}

.sol-excel .sol-kicker {
  margin-bottom: 16px;
  font-size: 24px !important;
  color: #131233 !important;
}

.sol-excel .sol-copy p {
  color: #8b8998;
  font-size: 18px;
  line-height: 1.65;
}

.sol-excel .sol-media img {
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 4px;
}

.sol-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 64px;
  align-items: center;
}

.sol-copy h2 {
  margin: 0 0 10px;
  font-family: var(--font-head);
  font-size: clamp(32px, 3.2vw, 46px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #131233;
}

.sol-kicker {
  margin: 0 0 14px;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.35;
  color: #131233 !important;
}

.sol-copy p {
  margin: 0 0 14px;
  color: #75738e;
  font-size: 18px;
  line-height: 1.7;
}

.sol-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 11;
  border-radius: 8px;
}

.sol-media-phone img {
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 0;
}

/* Green benefit panel */
.sol-panel {
  margin-top: 36px;
  padding: 32px 36px 26px;
  background: #e8f4e6;
  border-radius: 16px;
}

.sol-excel .sol-panel {
  margin-top: 48px;
  padding: 34px 40px 28px;
  background: #e8f4e6;
  border-radius: 16px;
}

.sol-panel h3 {
  margin: 0 0 16px;
  max-width: none;
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #131233;
}

.sol-excel .sol-checks li {
  display: block;
  position: relative;
  padding: 6px 0 6px 26px;
  color: #687074;
  font-size: 18px;
}
/* .sol-card-view{
  padding: 1rem 0 10px 22rem;
} */

.sol-excel .sol-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 12px;
  height: 12px;
  background: #7ec07a;
  clip-path: polygon(50% 0%, 65% 35%, 100% 50%, 65% 65%, 50% 100%, 35% 65%, 0% 50%, 35% 35%);
}

.sol-checks {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sol-checks li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 7px 0;
  color: #5c6570;
  font-size: 18px;
  line-height: 1.55;
}

.sol-check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 3px;
  border-radius: 50%;
  background: #86c881;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.sol-checks strong {
  color: #131233;
  font-weight: 700;
}

/* Outcome cards */
.sol-outcomes {
  padding: 28px 0 72px;
  background: #f7f8fb;
}

.sol-outcomes-last {
  padding: 72px 0 96px;
  background: #f7f8fa;
}

.sol-band-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.sol-band-head h3 {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #131233;
}

.sol-plus {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #86c881;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 8px 18px rgba(134, 200, 129, 0.35);
  pointer-events: none;
}

.sol-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.sol-outcomes[data-sol-slider] {
  padding: 64px 0 80px;
}

.sol-arrows {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.sol-arrow {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #e6e8ec;
  color: #a3a8b0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
}

.sol-arrow.is-on {
  background: #86c881;
  color: #fff;
}

.sol-arrow:disabled {
  background: #e6e8ec;
  color: #b7bcc3;
  cursor: default;
}

.sol-card-view {
  overflow: hidden;
}

.sol-card-track {
  display: flex;
  gap: 18px;
  transition: transform 0.35s ease;
  padding: 10px;
}

.sol-outcomes[data-sol-slider] .sol-card {
  flex: 0 0 calc((100% - 54px) / 3.35);
  min-height: 292px;
  padding: 28px 26px 32px;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.05);
}

.sol-outcomes[data-sol-slider] .sol-num {
  margin-bottom: 18px;
  font-size: 46px;
  font-weight: 600;
}

.sol-outcomes-last .sol-band-head {
  margin-bottom: 28px;
}

.sol-outcomes-last .sol-band-head h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* .sol-outcomes-last .sol-card-view {
  overflow: hidden;
} */

.sol-outcomes-last[data-sol-slider] .sol-card {
  flex-basis: calc((100% - 54px) / 3.55);
  min-height: 248px;
  padding: 28px 26px 32px;
  border-radius: 14px;
  border: 1px solid #f2f3f5;
  box-shadow: 0 10px 28px rgba(22, 20, 58, 0.05);
}

.sol-outcomes-last .sol-icon {
  margin-bottom: 22px;
}

.sol-outcomes-last .sol-icon img {
  width: 42px;
  height: 42px;
  display: block;
}

.sol-outcomes-last .sol-card h4 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #171433;
}

.sol-outcomes-last .sol-card p {
  color: #7d7b8e;
  font-size: 16px;
  line-height: 1.65;
}

.sol-card {
  background: #fff;
  border-radius: 16px;
  padding: 22px 20px 24px;
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.06);
  min-height: 210px;
}

.sol-num,
.sol-icon {
  display: block;
  margin-bottom: 14px;
  color: #86c881;
  font-family: var(--font-head);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

.sol-icon {
  font-size: 26px;
}

.sol-card h4 {
  margin: 0 0 8px;
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #131233;
}

.sol-card p {
  margin: 0;
  color: #75738e;
  font-size: 18px;
  line-height: 34px;
}

.sol-chart img {
  width: 100%;
  height: auto;
  display: block;
}

/* QA chart */
.sol-qa {
  padding-bottom: 72px;
  background: #fff;
}

.sol-donut-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sol-chart-title {
  margin: 0 0 8px;
  text-align: center;
  color: #8b8a9a;
  font-size: 14px;
  font-weight: 500;
}

.sol-chart-body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.sol-donut {
  width: min(240px, 46vw);
  height: auto;
  flex-shrink: 0;
}

.sol-legend {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sol-legend li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: #5c6570;
  font-size: 15px;
  line-height: 1.3;
}

.sol-legend li:last-child {
  margin-bottom: 0;
}

.sol-legend i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* MVP */
.sol-mvp {
  padding: 80px 0 80px;
  background: #f7f8fb;
}

.sol-mvp .sol-split {
  align-items: center;
  gap: 40px 72px;
}

.sol-mvp .sol-copy p.sol-kicker , .sol-sdlc .sol-copy p.sol-kicker{
  font-size: 24px !important;
}
.sol-mvp .sol-copy p, .sol-sdlc .sol-copy p{
  font-size: 18px !important;
}
.sol-mvp .sol-copy h2,
.sol-sdlc .sol-copy h2 {
  margin-bottom: 16px;
  max-width: 520px;
  font-size: clamp(34px, 3.1vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #171433;
}

.sol-mvp .sol-kicker,
.sol-sdlc .sol-kicker {
  margin: 0 0 16px;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.4;
  color: #171433 !important;
}

.sol-mvp .sol-copy p:last-child,
.sol-sdlc .sol-copy > p:not(.sol-kicker) {
  color: #8b8998;
  font-size: 16px;
  line-height: 1.75;
}

.sol-mvp .sol-media img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 2px;
}

/* SDLC */
.sol-sdlc {
  padding: 72px 0 72px;
  background: #fff;
}

.sol-sdlc .sol-split {
  align-items: start;
  gap: 36px 56px;
}

.sol-subhead {
  margin: 28px 0 12px;
  max-width: 460px;
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #171433;
}

.sol-note {
  margin: 0 0 16px !important;
  max-width: 520px;
  color: #8b8998;
  font-size: 18px;
  line-height: 1.7;
}

.sol-pluses {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
}

.sol-pluses li {
  position: relative;
  padding: 5px 0 5px 22px;
  color: #1d1b33;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
}

.sol-pluses li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 11px;
  height: 11px;
  background: #86c881;
  clip-path: polygon(38% 0, 62% 0, 62% 38%, 100% 38%, 100% 62%, 62% 62%, 62% 100%, 38% 100%, 38% 62%, 0 62%, 0 38%, 38% 38%);
}

.sol-board {
  min-height: 0;
  padding: 6px 0 0;
  display: block;
}

.sol-board img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 2px;
}

.sol-board-title {
  margin: 0 0 8px;
  font-family: "Caveat", cursive;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: #1c1c1c;
  text-decoration: underline;
  text-decoration-color: #e23b3b;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}

.sol-board-row {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Caveat", cursive;
  font-size: 34px;
  font-weight: 600;
  color: #222;
}

.sol-board-line {
  flex: 0 0 72px;
  height: 2px;
  background: #e23b3b;
  position: relative;
}

.sol-board-line::after {
  content: "";
  position: absolute;
  right: -1px;
  top: -4px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #e23b3b;
}

@media (max-width: 991px) {
  .sol-split,
  .sol-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sol-outcomes[data-sol-slider] .sol-card {
    flex-basis: calc((100% - 18px) / 1.65);
  }

  .sol-band-head {
    align-items: flex-start;
  }

  .sol-split-reverse .sol-media {
    order: -1;
  }

  .sol-excel,
  .sol-qa,
  .sol-mvp,
  .sol-sdlc,
  .sol-outcomes-last {
    padding-top: 56px;
    padding-bottom: 40px;
  }

  .sol-chart-body {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .sol-split,
  .sol-card-grid {
    grid-template-columns: 1fr;
  }

  .sol-outcomes[data-sol-slider] .sol-card {
    flex-basis: calc(100% - 36px);
    min-height: 0;
  }

  .sol-copy h2 {
    font-size: 28px;
  }

  .sol-kicker,
  .sol-copy p,
  .sol-checks li,
  .sol-dots li,
  .sol-pluses li,
  .sol-mvp .sol-kicker,
  .sol-sdlc .sol-kicker {
    font-size: 16px !important;
  }

  .sol-panel {
    padding: 22px 18px;
  }

  .sol-panel h3,
  .sol-band-head h3 {
    font-size: 20px;
  }

  .sol-board-title {
    font-size: 48px;
  }

  .sol-chart-body {
    flex-direction: column;
    align-items: flex-start;
  }
}
.sol-pluses li::before {
clip-path: polygon(50% 0%, 65% 35%, 100% 50%, 65% 65%, 50% 100%, 35% 65%, 0% 50%, 35% 35%);}