.psc-v4-terms-page {
  --psc-terms-navy: #071a3d;
  --psc-terms-text: #0b1f44;
  --psc-terms-muted: #60708a;
  --psc-terms-blue: #4169e1;
  --psc-terms-teal: #2e9e9a;
  --psc-terms-border: #d9e4f1;
  --psc-terms-surface: #f5f8fc;
  color: var(--psc-terms-text);
  background: #fff;
  overflow-x: clip;
}

.psc-v4-terms-page *,
.psc-v4-terms-page *::before,
.psc-v4-terms-page *::after {
  box-sizing: border-box;
}

.psc-v4-terms-page a:focus-visible,
.psc-v4-terms-page button:focus-visible {
  outline: 3px solid rgba(65, 105, 225, .42);
  outline-offset: 3px;
}

.psc-v4-terms-page__hero {
  position: relative;
  min-height: 260px;
  display: flex;
  align-items: center;
  color: #fff;
  background: var(--psc-terms-navy);
  overflow: hidden;
}

.psc-v4-terms-page__hero::before,
.psc-v4-terms-page__hero::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(98, 217, 207, .16);
  border-radius: 50%;
  pointer-events: none;
}

.psc-v4-terms-page__hero::before {
  width: 420px;
  height: 420px;
  right: 8%;
  top: -250px;
}

.psc-v4-terms-page__hero::after {
  width: 250px;
  height: 250px;
  right: 22%;
  bottom: -190px;
}

.psc-v4-terms-page__hero-inner {
  position: relative;
  z-index: 1;
  width: min(1380px, calc(100% - 64px));
  margin: 0 auto;
  padding: 54px 0 50px;
}

.psc-v4-terms-page__eyebrow {
  margin: 0 0 10px;
  color: #62d9cf;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0;
}

.psc-v4-terms-page__hero h1 {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font-size: 48px;
  font-weight: 760;
  line-height: 1.12;
  letter-spacing: 0;
}

.psc-v4-terms-page__hero-inner > p:last-child {
  max-width: 780px;
  margin: 18px 0 0;
  color: #dce7f6;
  font-size: 18px;
  line-height: 1.65;
}

.psc-v4-terms-page__information {
  border-bottom: 1px solid var(--psc-terms-border);
  background: #fff;
}

.psc-v4-terms-page__information-inner {
  width: min(1380px, calc(100% - 64px));
  min-height: 92px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.psc-v4-terms-page__information-inner > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 30px;
  border-right: 1px solid var(--psc-terms-border);
}

.psc-v4-terms-page__information-inner > div:first-child {
  padding-left: 0;
}

.psc-v4-terms-page__information-inner > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.psc-v4-terms-page__information-inner span:last-child {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.psc-v4-terms-page__information-inner small {
  color: var(--psc-terms-muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.3;
}

.psc-v4-terms-page__information-inner strong {
  color: var(--psc-terms-text);
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.psc-v4-terms-page__info-icon {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: var(--psc-terms-blue);
  background: #edf3fb;
}

.psc-v4-terms-page__info-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.psc-v4-terms-page__content {
  width: min(1380px, calc(100% - 64px));
  margin: 0 auto;
  padding: 54px 0 84px;
}

.psc-v4-terms-page__toc-toggle {
  display: none;
}

.psc-v4-terms-page__body {
  display: grid;
  grid-template-columns: 240px minmax(0, 780px) 260px;
  gap: 48px;
  align-items: start;
}

.psc-v4-terms-page .vs-legal {
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-column: 1 / 3;
  grid-template-columns: 240px minmax(0, 780px);
  column-gap: 48px;
  align-items: start;
  color: var(--psc-terms-text);
  background: transparent;
}

.psc-v4-terms-page .vs-legal__intro,
.psc-v4-terms-page .vs-legal__contact {
  display: none;
}

.psc-v4-terms-page .vs-legal__toc {
  position: sticky;
  top: 104px;
  grid-column: 1;
  grid-row: 1 / span 100;
  max-height: calc(100vh - 128px);
  margin: 0;
  padding: 4px 24px 18px 0;
  overflow-y: auto;
  border: 0;
  border-right: 1px solid var(--psc-terms-border);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  scrollbar-width: thin;
}

.psc-v4-terms-page .vs-legal__toc h2 {
  margin: 0 0 15px;
  color: var(--psc-terms-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0;
}

.psc-v4-terms-page .vs-legal__toc ol,
.psc-v4-terms-page .vs-legal__toc ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1px;
  list-style: none;
}

.psc-v4-terms-page .vs-legal__toc li {
  margin: 0;
  padding: 0;
}

.psc-v4-terms-page .vs-legal__toc a {
  position: relative;
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 7px 8px 7px 15px;
  color: #354968;
  font-size: 12px;
  font-weight: 620;
  line-height: 1.45;
  text-decoration: none;
  border-radius: 4px;
}

.psc-v4-terms-page .vs-legal__toc a::before {
  position: absolute;
  left: 0;
  top: 7px;
  bottom: 7px;
  width: 3px;
  content: "";
  border-radius: 2px;
  background: transparent;
}

.psc-v4-terms-page .vs-legal__toc a:hover {
  color: var(--psc-terms-blue);
  background: var(--psc-terms-surface);
}

.psc-v4-terms-page .vs-legal__toc a[aria-current="location"] {
  color: #174ca5;
  background: #edf3fb;
}

.psc-v4-terms-page .vs-legal__toc a[aria-current="location"]::before {
  background: var(--psc-terms-blue);
}

.psc-v4-terms-page .vs-legal__section {
  min-width: 0;
  grid-column: 2;
  margin: 0;
  padding: 0 0 34px;
  border: 0;
  background: transparent;
  scroll-margin-top: 120px;
}

.psc-v4-terms-page .vs-legal__section + .vs-legal__section {
  padding-top: 34px;
  border-top: 1px solid var(--psc-terms-border);
}

.psc-v4-terms-page .vs-legal__section h2 {
  margin: 0 0 18px;
  color: var(--psc-terms-text);
  font-size: 25px;
  font-weight: 750;
  line-height: 1.28;
  letter-spacing: 0;
}

.psc-v4-terms-page .vs-legal__section h3 {
  margin: 24px 0 10px;
  color: var(--psc-terms-text);
  font-size: 18px;
  font-weight: 720;
  line-height: 1.4;
  letter-spacing: 0;
}

.psc-v4-terms-page .vs-legal__section p,
.psc-v4-terms-page .vs-legal__section li {
  color: #354968;
  font-size: 15px;
  line-height: 1.78;
}

.psc-v4-terms-page .vs-legal__section p {
  margin: 0 0 16px;
}

.psc-v4-terms-page .vs-legal__section p:last-child {
  margin-bottom: 0;
}

.psc-v4-terms-page .vs-legal__section ul,
.psc-v4-terms-page .vs-legal__section ol {
  margin: 14px 0 18px;
  padding-left: 24px;
}

.psc-v4-terms-page .vs-legal__section a {
  color: #174ca5;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

.psc-v4-terms-page .vs-legal__notice {
  margin: 22px 0;
  padding: 19px 20px;
  color: #263c5d;
  border: 1px solid #cbdcf1;
  border-left: 4px solid var(--psc-terms-blue);
  border-radius: 6px;
  background: var(--psc-terms-surface);
  box-shadow: none;
}

.psc-v4-terms-page .vs-legal__notice > :last-child {
  margin-bottom: 0;
}

.psc-v4-terms-page__support {
  position: sticky;
  top: 104px;
  grid-column: 3;
  padding: 28px 24px 24px;
  text-align: center;
  border: 1px solid var(--psc-terms-border);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 26, 61, .07);
}

.psc-v4-terms-page__support-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 17px;
  display: grid;
  place-items: center;
  color: #1757aa;
  border-radius: 50%;
  background: #eaf5f7;
}

.psc-v4-terms-page__support-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.psc-v4-terms-page__support h2 {
  margin: 0;
  color: var(--psc-terms-text);
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0;
}

.psc-v4-terms-page__support > p {
  margin: 12px 0 20px;
  color: var(--psc-terms-muted);
  font-size: 14px;
  line-height: 1.6;
}

.psc-v4-terms-page__support-action {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 10px 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 760;
  line-height: 1.3;
  text-decoration: none;
  border: 1px solid #174ca5;
  border-radius: 5px;
  background: #174ca5;
}

.psc-v4-terms-page__support-action:hover {
  color: #fff;
  background: var(--psc-terms-navy);
}

.psc-v4-terms-page__company {
  margin-top: 24px;
  padding-top: 22px;
  display: grid;
  gap: 13px;
  text-align: left;
  border-top: 1px solid var(--psc-terms-border);
}

.psc-v4-terms-page__company p,
.psc-v4-terms-page__company address {
  margin: 0;
  color: var(--psc-terms-muted);
  font-size: 12px;
  line-height: 1.65;
  font-style: normal;
}

.psc-v4-terms-page__company p span,
.psc-v4-terms-page__company p strong {
  display: block;
}

.psc-v4-terms-page__company p strong {
  color: var(--psc-terms-text);
  font-size: 13px;
}

.psc-v4-terms-page__company a {
  color: #174ca5;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

@media (max-width: 1180px) {
  .psc-v4-terms-page__body {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 40px;
  }

  .psc-v4-terms-page .vs-legal {
    grid-column: 1 / 3;
    grid-template-columns: 220px minmax(0, 1fr);
    column-gap: 40px;
  }

  .psc-v4-terms-page__support {
    position: static;
    grid-column: 2;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 22px;
    text-align: left;
  }

  .psc-v4-terms-page__support-icon {
    grid-row: 1 / 4;
  }

  .psc-v4-terms-page__company {
    grid-column: 1 / 3;
  }
}

@media (max-width: 767px) {
  body.psc-v4-terms-route {
    overflow-x: hidden;
  }

  .psc-v4-terms-page__hero {
    min-height: 220px;
  }

  .psc-v4-terms-page__hero::before {
    width: 260px;
    height: 260px;
    right: -120px;
    top: -120px;
  }

  .psc-v4-terms-page__hero::after {
    display: none;
  }

  .psc-v4-terms-page__hero-inner,
  .psc-v4-terms-page__information-inner,
  .psc-v4-terms-page__content {
    width: calc(100% - 40px);
  }

  .psc-v4-terms-page__hero-inner {
    padding: 38px 0 36px;
  }

  .psc-v4-terms-page__eyebrow {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .psc-v4-terms-page__hero h1 {
    font-size: 34px;
    line-height: 1.16;
  }

  .psc-v4-terms-page__hero-inner > p:last-child {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.6;
  }

  .psc-v4-terms-page__information-inner {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 8px 0;
  }

  .psc-v4-terms-page__information-inner > div,
  .psc-v4-terms-page__information-inner > div:first-child,
  .psc-v4-terms-page__information-inner > div:last-child {
    min-height: 66px;
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid var(--psc-terms-border);
  }

  .psc-v4-terms-page__information-inner > div:last-child {
    border-bottom: 0;
  }

  .psc-v4-terms-page__content {
    padding: 28px 0 58px;
  }

  .psc-v4-terms-page.is-enhanced .psc-v4-terms-page__toc-toggle {
    width: 100%;
    min-height: 60px;
    margin: 0 0 16px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--psc-terms-text);
    font: inherit;
    font-size: 14px;
    font-weight: 760;
    text-align: left;
    border: 1px solid var(--psc-terms-border);
    border-radius: 12px;
    background: var(--psc-terms-surface);
    box-shadow: 0 5px 16px rgba(7, 26, 61, .05);
  }

  .psc-v4-terms-page__toc-toggle-copy {
    min-width: 0;
    display: grid;
    gap: 2px;
  }

  .psc-v4-terms-page__toc-toggle-copy > span {
    color: var(--psc-terms-text);
    font-size: 15px;
    line-height: 1.3;
  }

  .psc-v4-terms-page__toc-toggle-copy small {
    color: var(--psc-terms-muted);
    font-size: 12px;
    font-weight: 620;
    line-height: 1.3;
  }

  .psc-v4-terms-page__toc-toggle svg {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 180ms ease;
  }

  .psc-v4-terms-page__toc-toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
  }

  .psc-v4-terms-page__body,
  .psc-v4-terms-page .vs-legal {
    min-width: 0;
    display: block;
  }

  .psc-v4-terms-page .vs-legal__toc {
    position: static;
    max-height: none;
    margin: 0 0 28px;
    padding: 10px 12px 12px;
    overflow: hidden;
    border: 1px solid var(--psc-terms-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(7, 26, 61, .07);
  }

  .psc-v4-terms-page .vs-legal__toc h2 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .psc-v4-terms-page .vs-legal__toc ol,
  .psc-v4-terms-page .vs-legal__toc ul {
    min-width: 0;
    counter-reset: psc-v4-terms-section;
    gap: 0;
  }

  .psc-v4-terms-page .vs-legal__toc li {
    min-width: 0;
    counter-increment: psc-v4-terms-section;
    border-bottom: 1px solid #e8eef6;
  }

  .psc-v4-terms-page .vs-legal__toc li[hidden] {
    display: none;
  }

  .psc-v4-terms-page .vs-legal__toc a {
    min-width: 0;
    min-height: 48px;
    padding: 8px 10px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    color: #263c5d;
    font-size: 14px;
    line-height: 1.45;
    white-space: normal;
    overflow-wrap: anywhere;
    border-radius: 8px;
  }

  .psc-v4-terms-page .vs-legal__toc a::before {
    position: static;
    width: auto;
    height: auto;
    content: counter(psc-v4-terms-section, decimal-leading-zero);
    color: #178f8a;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    background: transparent;
  }

  .psc-v4-terms-page .vs-legal__toc a[aria-current="location"] {
    color: var(--psc-terms-text);
    background: #edf8f7;
  }

  .psc-v4-terms-page .vs-legal__toc a[aria-current="location"]::before {
    color: #087f7a;
    background: transparent;
  }

  .psc-v4-terms-page__show-all {
    width: 100%;
    min-height: 48px;
    margin: 4px 0 0;
    padding: 9px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #174ca5;
    font: inherit;
    font-size: 14px;
    font-weight: 720;
    line-height: 1.35;
    text-align: left;
    border: 0;
    border-radius: 8px;
    background: transparent;
  }

  .psc-v4-terms-page__show-all:hover {
    background: var(--psc-terms-surface);
  }

  .psc-v4-terms-page__show-all svg {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 180ms ease;
  }

  .psc-v4-terms-page__show-all[aria-expanded="true"] svg {
    transform: rotate(180deg);
  }

  .psc-v4-terms-page .vs-legal__section {
    padding-bottom: 27px;
    scroll-margin-top: 88px;
  }

  .psc-v4-terms-page .vs-legal__section + .vs-legal__section {
    padding-top: 27px;
  }

  .psc-v4-terms-page .vs-legal__section h2 {
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 1.32;
  }

  .psc-v4-terms-page .vs-legal__section h3 {
    font-size: 17px;
  }

  .psc-v4-terms-page .vs-legal__section p,
  .psc-v4-terms-page .vs-legal__section li {
    font-size: 14px;
    line-height: 1.72;
    overflow-wrap: anywhere;
  }

  .psc-v4-terms-page .vs-legal__notice {
    margin: 18px 0;
    padding: 16px;
  }

  .psc-v4-terms-page__support {
    position: static;
    margin-top: 34px;
    padding: 24px 20px;
    display: block;
    text-align: center;
  }

  .psc-v4-terms-page__support-icon {
    width: 52px;
    height: 52px;
  }

  .psc-v4-terms-page__support h2 {
    font-size: 21px;
  }

  .psc-v4-terms-page__support-action {
    min-height: 48px;
  }

  .psc-v4-terms-page__company {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .psc-v4-terms-page__toc-toggle svg,
  .psc-v4-terms-page__show-all svg {
    transition: none;
  }
}
