.psp-section {
  --psp-navy: #203366;
  --psp-deep: #102653;
  --psp-orange: #f37321;
  --psp-sky: #47b3e6;
  --psp-muted: #60708d;
  --psp-line: #dce6f0;
  position: relative;
  z-index: 1;
  padding: 76px 24px 84px;
  color: #182a4d;
  background: radial-gradient(circle at 8% 8%, rgba(71, 179, 230, .12), transparent 30%), linear-gradient(180deg, #fff 0%, #f6f9fc 100%);
  font-family: 'Inter Custom font', 'Inter Fallback', Helvetica, Arial, sans-serif;
}

.psp-section *,
.psp-section *::before,
.psp-section *::after {
  box-sizing: border-box;
}

.psp-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.psp-intro {
  max-width: 820px;
  margin: 0 auto 36px;
  text-align: center;
}

.psp-eyebrow {
  margin: 0 0 12px;
  padding: 0;
  color: var(--psp-orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.psp-section .psp-heading {
  margin: 0;
  padding: 0;
  color: var(--psp-deep) !important;
  font-family: 'Work sans', 'Work Sans Fallback', Helvetica, Arial, sans-serif;
  font-size: clamp(2.05rem, 3.5vw, 3.2rem);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.08;
  text-align: center;
}

.psp-intro-copy {
  max-width: 700px;
  margin: 17px auto 0;
  padding: 0;
  color: var(--psp-muted);
  font-size: 17px;
  line-height: 1.65;
}

.psp-grid {
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  border: 1px solid var(--psp-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(32, 51, 102, .11);
  overflow: hidden;
}

.psp-panel {
  min-width: 0;
  padding: 40px;
}

.psp-tech {
  border-right: 1px solid var(--psp-line);
  background: linear-gradient(145deg, #f3f8fc 0%, #fff 72%);
}

.psp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #49617f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.psp-kicker::before {
  width: 24px;
  height: 3px;
  border-radius: 10px;
  background: var(--psp-sky);
  content: '';
}

.psp-section .psp-panel-heading {
  margin: 0;
  padding: 0;
  color: var(--psp-deep) !important;
  font-family: 'Work sans', 'Work Sans Fallback', Helvetica, Arial, sans-serif;
  font-size: clamp(1.7rem, 2.5vw, 2.3rem);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.12;
  text-align: left;
}

.psp-lede {
  margin: 13px 0 24px;
  padding: 0;
  color: var(--psp-muted);
  font-size: 15px;
  line-height: 1.6;
}

.psp-product-frame {
  display: flex;
  min-height: 230px;
  margin-bottom: 24px;
  padding: 12px;
  align-items: center;
  border: 1px solid #cfddea;
  border-radius: 18px;
  background: #eaf2f8;
  overflow: hidden;
}

.psp-product-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.psp-award-label {
  margin: 0 0 14px;
  padding: 0;
  color: var(--psp-navy);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.psp-awards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
}

.psp-award {
  display: flex;
  min-width: 0;
  min-height: 186px;
  padding: 14px 9px 12px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d7e2ec;
  border-radius: 14px;
  color: inherit;
  background: #fff;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.psp-award:hover,
.psp-award:focus-visible {
  transform: translateY(-3px);
  border-color: var(--psp-sky);
  box-shadow: 0 10px 24px rgba(32, 51, 102, .12);
  outline: none;
  text-decoration: none;
}

.psp-award img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 104px;
  object-fit: contain;
}

.psp-award strong {
  display: block;
  margin-top: 8px;
  color: var(--psp-deep);
  font-size: 11px;
  line-height: 1.32;
}

.psp-award span {
  display: block;
  margin-top: 3px;
  color: #77849a;
  font-size: 10px;
  line-height: 1.3;
}

.psp-attribution {
  margin: 14px 0 0;
  padding: 0;
  color: #77849a;
  font-size: 11px;
  line-height: 1.5;
}

.psp-people-frame {
  position: relative;
  margin-bottom: 26px;
  border-radius: 18px;
  overflow: hidden;
}

.psp-people-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.psp-partner-tag {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 9px 12px;
  border-radius: 9px;
  color: var(--psp-navy);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 22px rgba(16, 38, 83, .18);
  font-size: 12px;
  font-weight: 800;
}

.psp-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 22px 0;
}

.psp-checks span {
  display: flex;
  min-height: 55px;
  padding: 11px 12px;
  align-items: center;
  border-radius: 10px;
  color: #33496d;
  background: #f6f9fc;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.psp-checks span::before {
  margin-right: 8px;
  color: var(--psp-sky);
  content: '\2713';
  font-size: 16px;
  font-weight: 800;
}

.psp-scope-note {
  margin: 0;
  padding: 18px 19px;
  border: 1px solid #ffd8bd;
  border-radius: 14px;
  color: #596b87;
  background: #fff8f2;
  font-size: 13px;
  line-height: 1.55;
}

.psp-scope-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--psp-deep);
  font-size: 14px;
}

.psp-scope-note a {
  color: #c95711;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 980px) {
  .psp-grid {
    grid-template-columns: 1fr;
  }

  .psp-tech {
    border-right: 0;
    border-bottom: 1px solid var(--psp-line);
  }
}

@media (max-width: 620px) {
  .psp-section {
    padding: 52px 14px 64px;
  }

  .psp-intro {
    margin-bottom: 26px;
  }

  .psp-intro-copy {
    font-size: 16px;
  }

  .psp-panel {
    padding: 28px 19px;
  }

  .psp-product-frame {
    min-height: 0;
  }

  .psp-awards {
    grid-template-columns: 1fr;
  }

  .psp-award {
    display: grid;
    min-height: 0;
    grid-template-columns: 88px 1fr;
    grid-template-rows: auto auto;
    column-gap: 10px;
    padding: 10px 12px;
    text-align: left;
  }

  .psp-award img {
    width: 78px;
    height: 74px;
    grid-row: 1 / 3;
  }

  .psp-award strong {
    margin-top: 0;
    align-self: end;
  }

  .psp-award span {
    align-self: start;
  }

  .psp-checks {
    grid-template-columns: 1fr;
  }
}
