/* ========== PSP page layout (scoped via body.psp-page) ========== */

html:has(.psp-page) {
  scroll-behavior: smooth;
}

/* --- Reset legacy conflicts on PSP sections --- */
.psp-page .psp-band.connectivity {
  padding: 72px 0;
  margin-bottom: 0;
}
.psp-page .connectivity {
  padding-top: 0;
  margin-bottom: 0;
}
.psp-page .connectivity.inpage {
  padding: 72px 0;
  margin-bottom: 0;
}
.psp-page section.csba,
.psp-page section.csbb {
  padding: 72px 0;
}
.psp-page section.csba + section.csbb {
  padding-top: 32px;
}
.psp-page .faq.ncase {
  padding: 72px 0 80px;
}

/* --- Containers --- */
.psp-page .psp-band .content--prose { max-width: 720px; margin-left: auto; margin-right: auto; }
.psp-page .psp-band .content--narrow { max-width: 840px; margin-left: auto; margin-right: auto; }
.psp-page .psp-band .content--wide { max-width: 1228px; margin-left: auto; margin-right: auto; }
.psp-page .psp-band .content--table { max-width: 1120px; margin-left: auto; margin-right: auto; }

/* --- Bands --- */
.psp-page .psp-band {
  padding: 72px 0;
  position: relative;
  isolation: isolate;
}
.psp-page .psp-band--surface {
  background: rgba(24, 24, 27, 0.45);
  border-top: 1px solid rgba(117, 128, 148, 0.08);
  border-bottom: 1px solid rgba(117, 128, 148, 0.08);
}
.psp-page .psp-band--spotlight {
  background: linear-gradient(180deg, rgba(255, 183, 16, 0.04) 0%, transparent 100%);
  border-top: 1px solid rgba(255, 183, 16, 0.12);
}
.psp-page .psp-trust {
  padding: 24px 0 32px;
}

/* --- Mobile menu bleed fix --- */
@media (max-width: 989px) {
  .psp-page .sidemenu:not(.open) {
    overflow: hidden;
    clip-path: inset(0 100% 0 0);
    visibility: hidden;
    pointer-events: none;
  }
  .psp-page .sidemenu.open {
    visibility: visible;
    pointer-events: auto;
    clip-path: none;
  }
}


/* --- Page headings --- */
.psp-page h1,
.psp-page h2 {
  text-align: center;
}

/* --- Hero --- */
.psp-page .hero.ncase .btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.hero.ncase .sub_title { 
  max-width: 650px;
}

.otc-desks-page .hero.ncase .title {
  max-width: 820px;
}

/* --- Headers --- */
.psp-page .psp-head {
  display: block;
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}

.psp-page .psp-head .sub_title {
  margin-bottom: 0;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: static;
}
.psp-page section.csba > .content > .title,
.psp-page section.csbb > .content > .title {
  background-image: linear-gradient(103.23deg, #FEFFFF 8.87%, #FEFFFF 8.88%, #E9F4F6 31.92%, #FFE454 52.84%, #FFC01C 74.39%, #FFB710 96.58%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: "Inter", sans-serif;
  font-weight: 599;
  font-size: 46px;
  line-height: 52px;
  max-width: 800px;
  margin: 0 auto 32px;
  text-align: center;
  display: block;
  position: static;
  transform: none;
}
.psp-page .psp-eyebrow {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FFB710;
  margin: 0 auto 12px;
  font-weight: 500;
}
.psp-page .psp-head .psp-eyebrow {
  display: block;
  text-align: center;
}

/* --- Bidirectional flows (compact cards) --- */
.psp-page .psp-flows-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 960px;
  margin: 0 auto;
}
.psp-page .psp-flows-grid--three {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
}
.psp-page .psp-flow-card {
  background: #18181B;
  border: 1px solid rgba(117, 128, 148, 0);
  padding: 24px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: border-color 0.2s, background 0.2s;
}
.psp-page .psp-flow-card:hover {
  background: #1B1919;
  border-color: rgba(255, 183, 16, 0.24);
}
.psp-page .psp-flow-card__icon {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
}
.psp-page .psp-flow-card__tag {
  margin: 0 0 8px 0;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  line-height: 140%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFB710;
  font-weight: 500;
}
.psp-page .psp-flow-card h3 {
  margin: 0 0 10px 0;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  text-align: left;
}
.psp-page .psp-flow-card__desc {
  margin: 0 0 20px 0;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}
.psp-page .psp-flow-card .psp-flow-steps {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.psp-page .psp-flow-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}
.psp-page .psp-flow-steps li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}
.psp-page .psp-flow-steps li:last-child {
  margin-bottom: 0;
}
.psp-page .psp-flow-steps li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #FFB710;
}
.psp-page .psp-flow-steps li strong {
  color: #fff;
  font-weight: 500;
}
.psp-page .psp-flows-label {
  margin: 0 0 12px 0;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  line-height: 140%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(174, 189, 204, 0.64);
  font-weight: 500;
}
.psp-page .psp-flows-label + .psp-flows-list {
  margin-bottom: 32px;
}
.psp-page .psp-flows-list {
  margin: 0 0 0 0;
  padding-left: 18px;
  list-style: disc;
}
.psp-page .psp-flows-list:last-child {
  margin-bottom: 0;
}
.psp-page .psp-flows-list li {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 10px;
}
.psp-page .psp-flows-list li:last-child {
  margin-bottom: 0;
}
.psp-page .psp-flows-list--leads li {
  color: rgba(255, 255, 255, 0.72);
}
.psp-page .psp-flows-list--leads li strong {
  color: #fff;
  font-weight: 500;
}

/* --- Positioning (roles) --- */
.psp-page .psp-roles .psp-head {
  max-width: 720px;
}
.psp-page .psp-roles .psp-split {
  max-width: 1120px;
  margin: 0 auto;
}

/* --- Trust bar --- */
.psp-page .psp-trust-bar {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.psp-page .psp-trust-bar li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px 24px;
  min-width: 140px;
  background: #18181B;
  border: 1px solid rgba(117, 128, 148, 0.14);
  flex: 1 1 140px;
  max-width: 220px;
}
.psp-page .psp-trust-bar li strong {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 4px;
}
.psp-page .psp-trust-bar li span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #AEBDCC;
}

/* --- Panels --- */
.psp-page .psp-panel {
  background: #18181B;
  border: 1px solid rgba(117, 128, 148, 0.12);
  padding: 28px 24px;
  height: 100%;
}
.psp-page .psp-panel-label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
  margin: 0 0 12px 0;
  font-weight: 500;
}
.psp-page .psp-panel p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #AEBDCC;
  margin: 0;
}
.psp-page .psp-panel h3 {
  margin: 0 0 12px 0;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
}
.psp-page .psp-panel h3 + p { margin-bottom: 16px; }
.psp-page .psp-panel ul {
  margin: 0;
  padding-left: 20px;
}
.psp-page .psp-panel li {
  color: #AEBDCC;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.psp-page .psp-panel li:last-child { margin-bottom: 0; }
.psp-page .psp-panel li::marker { color: #fff; font-weight: 500; }
.psp-page .psp-panel--muted {
  background: rgba(24, 24, 27, 0.6);
  border-color: rgba(117, 128, 148, 0.1);
}
.psp-page .psp-panel--accent {
  border-color: rgba(255, 183, 16, 0.28);
  box-shadow: inset 3px 0 0 #FFB710;
}
.psp-page .psp-panel--accent .psp-panel-label { color: #FFB710; }
.psp-page .psp-panel--outline {
  background: transparent;
  border-color: rgba(117, 128, 148, 0.2);
}
.psp-page .psp-panel--fill {
  border-color: rgba(255, 183, 16, 0.2);
  background: #1B1919;
}

/* --- Grids --- */
.psp-page .psp-dual,
.psp-page .psp-split {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  align-items: stretch;
}
/* --- Segment cards (2×3 grid, expandable) --- */
.psp-page .psp-seg-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  align-items: stretch;
}
.psp-page .psp-seg-card {
  position: relative;
  background: #18181B;
  border: 1px solid rgba(117, 128, 148, 0);
  padding: 28px 56px 28px 24px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: border-color 0.2s, background 0.2s;
}
.psp-page .psp-seg-card:hover {
  background: #1B1919;
  border-color: rgba(255, 183, 16, 0.24);
}
.psp-page .psp-seg-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(117, 128, 148, 0.12);
  border-radius: 100%;
  background: #18181B;
  box-shadow: 0 20px 30px 0 #131111;
  cursor: pointer;
  transition: background 0.2s;
}
.psp-page .psp-seg-card:hover .psp-seg-toggle,
.psp-page .psp-seg-card.is-open .psp-seg-toggle {
  background: #2D2D33;
}
.psp-page .psp-seg-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.psp-page .psp-seg-plus span {
  background: #D0D5DD;
  position: absolute;
  transition: transform 0.2s, opacity 0.2s;
}
.psp-page .psp-seg-plus span:first-child {
  width: 1px;
  height: 9px;
}
.psp-page .psp-seg-plus span:last-child {
  width: 9px;
  height: 1px;
}
.psp-page .psp-seg-card.is-open .psp-seg-plus span:first-child {
  transform: rotate(90deg);
  opacity: 0;
}
.psp-page .psp-seg-card__icon {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
}
.psp-page .psp-seg-card__eyebrow {
  margin: 0 0 10px 0;
  padding-right: 32px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
}
.psp-page .psp-seg-card h3 {
  margin: 0 0 10px 0;
  padding-right: 8px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
}
.psp-page .psp-seg-card__qualifier {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.72);
}
.psp-page .psp-seg-expand {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease, margin 0.35s ease;
}
.psp-page .psp-seg-card.is-open .psp-seg-expand {
  max-height: 1200px;
  opacity: 1;
  margin-top: 16px;
}
.psp-page .psp-seg-expand p {
  margin: 0 0 12px 0;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #AEBDCC;
}
.psp-page .psp-seg-expand ul {
  margin: 0;
  padding-left: 18px;
}
.psp-page .psp-seg-expand li {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #AEBDCC;
  margin-bottom: 8px;
}
.psp-page .psp-seg-expand li:last-child {
  margin-bottom: 0;
}
.psp-page .psp-seg-expand li strong {
  color: #fff;
  font-weight: 500;
}
.psp-page .psp-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.psp-page .psp-spec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.psp-page .psp-spotlight {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: start;
}

/* --- Value cards --- */
.psp-page .psp-value-card {
  background: #18181B;
  border: 1px solid rgba(117, 128, 148, 0);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 168px;
  transition: border-color 0.2s, background 0.2s;
}
.psp-page .psp-value-card:hover {
  background: #1B1919;
  border-color: rgba(255, 183, 16, 0.24);
}
.psp-page .psp-value-card img { width: 48px; height: 48px; }
.psp-page .psp-value-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 500;
}
.psp-page .psp-value-card p {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  color: #AEBDCC;
}
.psp-page .psp-value-card-link {
  display: inline-block;
  margin-top: 8px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #FFB710;
  text-decoration: none;
  font-weight: 500;
}
.psp-page .psp-value-card-link:hover {
  text-decoration: underline;
}

/* --- Inline CTA band --- */
.psp-page .psp-cta-inline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(117, 128, 148, 0.12);
  text-align: center;
}
.psp-page .psp-cta-inline__lead {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
}

/* --- Margin trading (editorial) --- */
.psp-page .psp-margin .psp-head .under_title {
  color: #FFB710;
}
.psp-page .psp-margin .psp-head .sub_title {
  max-width: 600px;
}
.psp-page .psp-margin-tag {
  margin: 0 0 12px 0;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  line-height: 140%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFB710;
  font-weight: 500;
}
.psp-page .psp-margin-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 720px;
  margin: 0 auto 48px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.psp-page .psp-margin-stat {
  padding: 0 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.psp-page .psp-margin-stat img {
  width: 32px;
  height: 32px;
  opacity: 0.88;
}
.psp-page .psp-margin-stat:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.psp-page .psp-margin-stat strong {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  letter-spacing: -0.02em;
}
.psp-page .psp-margin-stat span {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.56);
}
.psp-page .psp-margin-outcomes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 1120px;
  margin: 0 auto 48px;
}
.psp-page .psp-margin-outcome {
  padding: 0 32px;
}
.psp-page .psp-margin-outcome:first-child {
  padding-left: 0;
  padding-right: 32px;
}
.psp-page .psp-margin-outcome:last-child {
  padding-left: 32px;
  padding-right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.psp-page .psp-margin-outcome h3 {
  margin: 0 0 10px 0;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  text-align: left;
}
.psp-page .psp-margin-outcome p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}
.psp-page .psp-margin-scenario-block {
  max-width: 960px;
  margin: 0 auto;
}
.psp-page .psp-margin-example-head {
  text-align: center;
  margin-bottom: 24px;
}
.psp-page .psp-margin-example-head .psp-margin-tag {
  margin-bottom: 10px;
}
.psp-page .psp-margin-example-context {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}
.psp-page .psp-margin-example-context strong {
  color: #fff;
  font-weight: 500;
}
.psp-page .psp-margin-compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: stretch;
}
.psp-page .psp-margin-compare-vs {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}
.psp-page .psp-margin-compare-vs span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  font-family: "Inter", sans-serif;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
  font-weight: 500;
}
.psp-page .psp-margin-compare-card {
  background: #18181B;
  border: 1px solid rgba(117, 128, 148, 0.12);
  padding: 24px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.psp-page .psp-margin-compare-card--legacy {
  opacity: 0.92;
}
.psp-page .psp-margin-compare-card--ft {
  border-color: rgba(255, 183, 16, 0.28);
  background: linear-gradient(180deg, rgba(255, 183, 16, 0.06) 0%, #18181B 48%);
}
.psp-page .psp-margin-compare-card__tag {
  margin: 0 0 20px 0;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  line-height: 140%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.48);
}
.psp-page .psp-margin-compare-card--ft .psp-margin-compare-card__tag {
  color: #FFB710;
}
.psp-page .psp-margin-compare-card__amount {
  margin-bottom: 16px;
}
.psp-page .psp-margin-compare-card__value {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #fff;
}
.psp-page .psp-margin-compare-card--legacy .psp-margin-compare-card__value {
  color: rgba(255, 255, 255, 0.72);
}
.psp-page .psp-margin-compare-card__caption {
  display: block;
  margin-top: 6px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.56);
}
.psp-page .psp-margin-compare-card__win {
  margin: 0 0 16px 0;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255, 183, 16, 0.1);
  border: 1px solid rgba(255, 183, 16, 0.2);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.88);
}
.psp-page .psp-margin-compare-card__win strong {
  color: #FFB710;
  font-weight: 500;
}
.psp-page .psp-margin-compare-card__notes {
  margin: auto 0 0 0;
  padding: 16px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  list-style: none;
}
.psp-page .psp-margin-compare-card__notes li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}
.psp-page .psp-margin-compare-card__notes li:last-child {
  margin-bottom: 0;
}
.psp-page .psp-margin-compare-card__notes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.32);
}
.psp-page .psp-margin-compare-card--ft .psp-margin-compare-card__notes li::before {
  background: #FFB710;
}
.psp-page .psp-margin-payoff {
  margin: 28px auto 0;
  max-width: 560px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: italic;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.45);
}

/* --- Spec columns --- */
.psp-page .psp-spec-col {
  border: 1px solid rgba(117, 128, 148, 0.12);
  border-top: 2px solid rgba(255, 183, 16, 0.4);
  padding: 20px;
  background: rgba(24, 24, 27, 0.35);
}
.psp-page .psp-spec-col h3 {
  margin: 0 0 12px 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
}
.psp-page .psp-spec-col .psp-spec-block + .psp-spec-block {
  margin-top: 10px;
}
.psp-page .psp-spec-col .under_title {
  text-align: left;
  margin: 0 0 6px 0;
  max-width: none;
  font-size: 11px;
  line-height: 140%;
  letter-spacing: 0.66px;
  color: rgba(174, 189, 204, 0.64);
}
.psp-page .psp-spec-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.psp-page .psp-spec-col li {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #AEBDCC;
  padding: 3px 0;
}
.psp-page .psp-spec-col li:last-child {
  padding-bottom: 0;
}

/* --- Spotlight --- */
.psp-page .psp-spotlight__lead {
  background: #18181B;
  border: 1px solid rgba(117, 128, 148, 0.12);
  padding: 28px 24px;
}
.psp-page .psp-spotlight__lead h3 {
  margin: 0 0 12px 0;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
}
.psp-page .psp-spotlight__lead p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #AEBDCC;
}
.psp-page .psp-checklist {
  background: #18181B;
  border: 1px solid rgba(255, 183, 16, 0.16);
  padding: 24px;
  margin: 0;
  list-style: none;
}
.psp-page .psp-checklist li {
  font-size: 15px;
  line-height: 22px;
  color: #AEBDCC;
  padding: 10px 0 10px 28px;
  position: relative;
  border-bottom: 1px solid rgba(117, 128, 148, 0.08);
}
.psp-page .psp-checklist li:last-child { border-bottom: none; }
.psp-page .psp-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.5L6.5 12L13 4.5' stroke='%23FFB710' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
}
.psp-page .psp-checklist li b {
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: linear-gradient(116deg, rgb(207, 249, 246) 19.91%, rgb(255, 187, 13) 84.22%);
  font-weight: 500;
}
.psp-page .psp-spotlight-foot {
  grid-column: 1 / -1;
  text-align: center;
  margin-top: 4px;
}
.psp-page .psp-spotlight-foot a {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #AEBDCC;
}
.psp-page .psp-spotlight-foot a u {
  color: #fff;
  font-weight: 500;
  text-underline-offset: 3px;
  text-decoration-color: rgba(255, 255, 255, 0.28);
}
.psp-page .psp-spotlight-foot a:hover { text-decoration: none; }
.psp-page .psp-spotlight-foot a:hover u { color: #FFB710; }

/* --- Comparison table (homepage d_table style) --- */
.psp-page .psp-compare-wrap {
  overflow-x: auto;
  width: 100%;
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  justify-content: center;
}
.psp-page .psp-compare.connectivity.inpage .table.compare-dt .row:nth-child(2n),
.psp-page .connectivity.psp-compare .table.compare-dt .row:nth-child(2n) {
  background: transparent !important;
}
.psp-page .psp-compare .table.compare-dt {
  display: table;
  margin: 20px auto 0;
  width: 100%;
  max-width: 936px;
  border: 1px solid rgba(117, 128, 148, 0.24);
  position: relative;
  min-width: 900px;
  overflow: visible !important;
  border-collapse: separate;
  border-spacing: 0;
}
.psp-page .psp-compare .table.compare-dt::before {
  content: "";
  position: absolute;
  width: 25%;
  height: 100%;
  top: 0;
  left: 25%;
  z-index: 0;
  pointer-events: none;
  border: 1px solid #FEC84B;
  box-shadow: 0 0 48px 0 rgba(254, 200, 75, 0.32) inset, 0 0 24px 0 rgba(254, 200, 75, 0.40);
}
.psp-page .psp-compare .table.compare-dt .row {
  display: table-row !important;
  background: transparent !important;
}
.psp-page .psp-compare .table.compare-dt .row .cell {
  display: table-cell !important;
  position: relative;
  z-index: 1;
  padding: 12px 24px;
  vertical-align: middle !important;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  width: 25% !important;
  cursor: default;
  min-height: 80px;
  height: auto;
  border-right: 1px solid rgba(117, 128, 148, 0.24);
  letter-spacing: 0.16px;
  min-width: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transition: none !important;
}
.psp-page .psp-compare .table.compare-dt .row:not(:last-child) .cell {
  border-bottom: 1px solid rgba(117, 128, 148, 0.24);
}
.psp-page .psp-compare .table.compare-dt .row .cell:first-child {
  text-align: left !important;
  padding-left: 28px !important;
  font-weight: 600;
  color: #fff;
  vertical-align: middle !important;
}
.psp-page .psp-compare .table.compare-dt .row .cell.th:first-child {
  vertical-align: middle !important;
}
.psp-page .psp-compare .table.compare-dt .row .cell:last-child {
  border-right: none;
}
.psp-page .psp-compare .table.compare-dt .row .cell:nth-child(3),
.psp-page .psp-compare .table.compare-dt .row .cell:nth-child(4) {
  color: rgba(117, 128, 148, 0.72);
}
.psp-page .psp-compare .table.compare-dt .row .cell:nth-child(2) {
  color: #fff;
}
.psp-page .psp-compare .table.compare-dt .row .cell.th {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.14px;
  padding: 12px 24px;
  font-weight: 500;
  color: #fff;
  min-height: 56px;
  height: auto;
  vertical-align: middle !important;
  text-align: center !important;
  background: #121214 !important;
}
.psp-page .psp-compare .table.compare-dt .row .cell.th span {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 140%;
  font-weight: 500;
}
.psp-page .psp-compare .table.compare-dt .row .cell.th p {
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.12px;
  margin: 4px 0 0;
  color: rgba(117, 128, 148, 0.72);
  font-weight: 400;
  text-align: center;
}
.psp-page .psp-compare .table.compare-dt .compare-ft-brand {
  color: #FEC84B !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.16px;
  display: block;
  width: 100%;
  text-align: center;
}
.psp-page .psp-compare .table.compare-dt .row .cell.th:nth-child(2) {
  background: transparent !important;
}

/* No hover — lock all row/cell colors and backgrounds */
.psp-page .psp-compare.connectivity .table.compare-dt .row:hover,
.psp-page .psp-compare.connectivity .table.compare-dt .row:first-child:hover,
.psp-page .psp-compare.connectivity.inpage .table.compare-dt .row:hover {
  background: transparent !important;
}
.psp-page .psp-compare.connectivity .table.compare-dt .row:hover .cell,
.psp-page .psp-compare.connectivity.inpage .table.compare-dt .row:hover .cell {
  background: transparent !important;
  box-shadow: none !important;
  transition: none !important;
}
.psp-page .psp-compare .table.compare-dt .row:first-child:hover .cell.th {
  background: #121214 !important;
}
.psp-page .psp-compare .table.compare-dt .row:first-child:hover .cell.th:nth-child(2) {
  background: transparent !important;
}
.psp-page .psp-compare .table.compare-dt .row:first-child:hover .cell.th span {
  color: #fff !important;
}
.psp-page .psp-compare .table.compare-dt .row:first-child:hover .compare-ft-brand {
  color: #FEC84B !important;
}
.psp-page .psp-compare .table.compare-dt .row:first-child:hover .cell.th p {
  color: rgba(117, 128, 148, 0.72) !important;
}
.psp-page .psp-compare .table.compare-dt .row:not(:first-child):hover .cell:first-child,
.psp-page .psp-compare .table.compare-dt .row:not(:first-child):hover .cell:nth-child(2) {
  color: #fff !important;
}
.psp-page .psp-compare .table.compare-dt .row:not(:first-child):hover .cell:nth-child(3),
.psp-page .psp-compare .table.compare-dt .row:not(:first-child):hover .cell:nth-child(4) {
  color: rgba(117, 128, 148, 0.72) !important;
}
.psp-page .psp-compare .compare-mob {
  display: none;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin-top: 16px;
}
.psp-page .psp-compare .compare-mob-card {
  background: transparent;
  border: 1px solid rgba(117, 128, 148, 0.24);
  padding: 24px 20px;
}
.psp-page .psp-compare .compare-mob-card.col-ft {
  border-color: #FEC84B;
  box-shadow: 0 0 24px 0 rgba(254, 200, 75, 0.16) inset;
}
.psp-page .psp-compare .compare-mob-card h4 {
  margin: 0 0 20px 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: rgba(117, 128, 148, 0.72);
}
.psp-page .psp-compare .compare-mob-card.col-ft h4 { color: #FEC84B; }
.psp-page .psp-compare .compare-mob-label {
  margin: 0 0 4px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
}
.psp-page .psp-compare .compare-mob-value {
  margin: 0 0 16px 0;
  font-size: 16px;
  line-height: 24px;
  color: rgba(117, 128, 148, 0.72);
}
.psp-page .psp-compare .compare-mob-card.col-ft .compare-mob-value {
  color: #fff;
}
.psp-page .psp-compare .compare-mob-item:last-child .compare-mob-value { margin-bottom: 0; }
.psp-page .psp-compare-note {
  text-align: center;
  max-width: 640px;
  margin: 24px auto 0;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.56);
}
.psp-page .psp-compare-note b {
  color: #fff;
  font-weight: 500;
}

/* --- Execution channels (3-column cards) --- */
.psp-page .psp-channels .row.three {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.psp-page .psp-channels .row.three > div {
  flex: 1 1 calc(33.333% - 8px);
  min-width: 280px;
  display: flex;
  flex-direction: column;
}
.psp-page .psp-channels .row.three > div > div {
  background: #18181B;
  border: 1px solid rgba(117, 128, 148, 0);
  padding: 24px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  transition: background 0.2s, border-color 0.2s;
}
.psp-page .psp-channels .row.three > div > div:hover {
  background: #1B1919;
  border-color: rgba(255, 183, 16, 0.24);
}
.psp-page .psp-channels .row.three > div > div .text h3 {
  margin: 0 0 12px 0;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
}
.psp-page .psp-channel-icon {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
}
.psp-page .psp-channel-tag {
  margin: 0 0 14px 0;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  line-height: 140%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFB710;
  font-weight: 500;
}
.psp-page .psp-channel-desc,
.psp-page .psp-channel-copy {
  margin: 0 0 16px 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.72);
  max-width: 100%;
}
.psp-page .psp-channel-label {
  margin: 0 0 8px 0;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  line-height: 140%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(174, 189, 204, 0.64);
  font-weight: 500;
  text-align: left;
  max-width: none;
}
.psp-page .psp-channels .row.three > div > div .text ul {
  margin: 0;
  padding-left: 18px;
}
.psp-page .psp-channels .row.three > div > div .text li {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 8px;
  max-width: 100%;
}
.psp-page .psp-channels .row.three > div > div .text li:last-child {
  margin-bottom: 0;
}
.psp-page .psp-channels .row.three > div > div .text li strong {
  color: #fff;
  font-weight: 500;
}
.psp-page .psp-channels-foot {
  max-width: 560px;
  margin: 24px auto 0;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.72);
}

/* --- Case studies (match usecase-crypto-payment-processing) --- */
.psp-page .csba .btns_row.two,
.psp-page .csbb .btns_row.two {
  justify-content: center;
  flex-wrap: wrap;
}

/* --- FAQ --- */
.psp-page .psp-faq {
  border-top: 1px solid rgba(117, 128, 148, 0.12);
}

.psp-page .psp-faq .spoilers {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
}

/* --- Closing CTA (homepage cta_text.full) --- */
.psp-page .cta_text.full {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: none;
  margin: 0;
  gap: 160px;
  padding: 80px 0 100px;
  min-height: 560px;
  position: relative;
  background-color: #000;
  background-image: url(../img/cta_text_b_bg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  overflow-x: clip;
}
.psp-page .cta_text .content.top,
.psp-page .cta_text .content.bottom {
  width: 100%;
  max-width: 1025px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.psp-page .cta_text .content.top {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 32px;
  align-items: start;
}
.psp-page .cta_text .content.top > div {
  min-width: 0;
}
.psp-page .cta_text .content.top > div h3 {
  font-size: 24px;
  line-height: 133%;
  letter-spacing: 0.36px;
  color: #fff;
  margin: 0 0 12px;
  font-weight: 500;
  text-align: left;
}
.psp-page .cta_text .content.top > div p {
  margin: 0;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.16px;
  color: #AEBDCC;
  text-align: left;
}
.psp-page .cta_text .content.top > div > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.psp-page .cta_text .content.top img {
  display: block;
  max-width: 100%;
  height: auto;
}
.psp-page .cta_text .content.bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  text-align: left;
}
.psp-page .cta_text .content.bottom .left {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 640px;
}
.psp-page .cta_text .content.bottom .title {
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.36) !important;
  color: rgba(255, 255, 255, 0.36) !important;
  width: auto;
  max-width: none;
  margin: 0;
  text-align: left !important;
  font-size: 46px;
  line-height: 120%;
  letter-spacing: 0.48px;
  font-weight: 599;
}
.psp-page .cta_text .content.bottom .title b {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-weight: 599;
}
.psp-page .psp-cta-sub {
  margin: 12px 0 0 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.56);
  text-align: left;
  max-width: 480px;
}
.psp-page .cta_text .content.bottom .right {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
  width: auto;
}
.psp-page .cta_text .content.bottom .right .defb {
  min-width: 220px;
  width: 220px;
  padding: 7px 15px;
  justify-content: center;
  text-align: center;
}

/* --- CTA (legacy psp-cta-band — kept for reference) --- */
.psp-page .psp-cta-band {
  display: block;
  justify-content: unset;
  align-items: unset;
  position: relative;
  overflow: visible;
  background: linear-gradient(180deg, rgba(255, 183, 16, 0.06) 0%, transparent 70%);
  border-top: 1px solid rgba(255, 183, 16, 0.12);
  padding: 72px 0 80px;
  min-height: 0;
  margin-bottom: 40px;
}
.psp-page .psp-cta-band .content {
  display: block;
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}
.psp-page .psp-cta-band .psp-head {
  margin-bottom: 28px;
}
.psp-page .psp-cta-band .sub_title {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.psp-page .psp-cta-actions {
  display: flex;
  justify-content: center;
}
.psp-page .psp-cta-band .defb.login {
  min-width: 246px;
}

.psp-page .psp-compare.connectivity .content {
  max-width: 1120px;
}
@media (max-width: 1024px) {
  .psp-page .psp-value-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 989px) {
  .psp-page .psp-compare-wrap {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    padding: 0 20px 10px;
  }
  .psp-page .psp-compare .table.compare-dt {
    display: none !important;
  }
  .psp-page .psp-compare .compare-mob {
    display: flex !important;
  }
}

@media (max-width: 768px) {
  .psp-page .hero.ncase .hbg {
    background-image: url("../img/hero_m.webp");
  }

  .psp-page section.csba > .content > .title,
  .psp-page section.csbb > .content > .title {
    font-size: 32px;
    line-height: 36px;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .psp-page .cta_text.full {
    gap: 80px;
    padding: 56px 0 72px;
    min-height: 0;
  }
  .psp-page .cta_text .content.top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .psp-page .cta_text .content.top > div h3 {
    font-size: 22px;
  }
  .psp-page .cta_text .content.bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .psp-page .cta_text .content.bottom .title {
    font-size: 32px;
    line-height: 1.2;
    max-width: 100%;
    text-align: left !important;
  }
  .psp-page .cta_text .content.bottom .right {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
    justify-content: center;
  }
  .psp-page .cta_text .content.bottom .right .defb {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
  }
  .psp-page .psp-roles .psp-panel {
    padding: 20px 18px;
  }
  .psp-page .psp-roles .psp-panel h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .psp-page .psp-roles .psp-panel p,
  .psp-page .psp-roles .psp-panel li {
    font-size: 15px;
    line-height: 22px;
  }
  .psp-page .hero.ncase .hero-title {
    font-size: 36px;
    line-height: 40px;
  }
  .psp-page .psp-flows-grid {
    grid-template-columns: 1fr;
  }
  .psp-page .psp-margin-stats {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    padding: 20px 0;
  }
  .psp-page .psp-margin-stat {
    padding: 16px 0;
  }
  .psp-page .psp-margin-stat:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .psp-page .psp-margin-stat strong {
    font-size: 24px;
  }
  .psp-page .psp-margin-outcomes {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
  .psp-page .psp-margin-outcome:first-child {
    padding-right: 0;
  }
  .psp-page .psp-margin-outcome:last-child {
    padding-left: 0;
    padding-top: 32px;
    margin-top: 32px;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .psp-page .psp-margin-compare {
    grid-template-columns: 1fr;
  }
  .psp-page .psp-margin-compare-vs {
    padding: 4px 0;
  }
  .psp-page .psp-margin-compare-card__value {
    font-size: 32px;
  }
  .psp-page .psp-band,
  .psp-page .connectivity.inpage,
  .psp-page section.csba,
  .psp-page section.csbb {
    padding: 56px 0;
  }
  .psp-page section.csba + section.csbb {
    padding-top: 24px;
  }
  .psp-page .psp-channels .row.three > div {
    flex: 1 1 100%;
  }
  .psp-page .psp-dual,
  .psp-page .psp-split,
  .psp-page .psp-seg-grid,
  .psp-page .psp-spotlight,
  .psp-page .psp-spec-grid,
  .psp-page .psp-value-grid {
    grid-template-columns: 1fr;
  }
  .psp-page .psp-trust-bar li {
    max-width: none;
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
  }
  .psp-page .psp-head { margin-bottom: 28px; }
  .psp-page .psp-head .sub_title {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .psp-page .hero.ncase .share_link { display: none; }
  .psp-page .psp-seg-card {
    padding: 24px 52px 24px 20px;
  }
  .psp-page .psp-seg-toggle {
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 1024px) {
  .psp-page .cta_text .content.top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .psp-page .psp-flows-grid--three {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .psp-page .psp-trust-bar li {
    flex: 1 1 100%;
  }
  .psp-page .cta_text .content.top {
    grid-template-columns: 1fr;
  }
}
