.ps-main {
  background: #fff;
  color: #10344a;
}

.ps-main h1,
.ps-main h2,
.ps-main h3,
.ps-main p {
  margin-top: 0;
}

.ps-main h2 {
  max-width: 880px;
  margin-bottom: 22px;
  font-size: 3.8rem;
  line-height: 1.06;
  letter-spacing: 0;
}

.ps-main h3 {
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.ps-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: calc(100svh - 145px);
  max-height: 760px;
  overflow: hidden;
  background: #073a5a;
  color: #fff;
}

.ps-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(2, 31, 49, 0.72);
  content: "";
}

.ps-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ps-hero-inner {
  display: flex;
  width: 100%;
  align-items: center;
  padding-top: 112px;
  padding-bottom: 64px;
}

.ps-hero-copy {
  width: min(720px, 100%);
}

.ps-kicker,
.ps-section-kicker {
  margin-bottom: 18px;
  color: #ff9a55;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.ps-hero h1 {
  max-width: 700px;
  margin-bottom: 18px;
  color: #fff;
  font-size: 6.5rem;
  line-height: 0.95;
  letter-spacing: 0;
}

.ps-hero-lead {
  max-width: 650px;
  margin-bottom: 28px;
  color: #fff;
  font-size: 1.45rem;
  line-height: 1.55;
}

.ps-hero .button-ghost {
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}

.ps-hero .button-ghost:hover,
.ps-hero .button-ghost:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #073a5a;
}

.ps-fieldtest {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: 24px;
  color: #dceaf1;
  font-size: 0.9rem;
  font-weight: 700;
}

.ps-fieldtest::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff9a55;
  content: "";
}

.ps-proofbar {
  border-bottom: 1px solid #d6e1e7;
  background: #f3f7f9;
}

.ps-proofbar-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.ps-proofbar span {
  min-width: 0;
  padding: 24px 22px;
  border-left: 1px solid #d6e1e7;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.ps-proofbar span:last-child {
  border-right: 1px solid #d6e1e7;
}

.ps-section {
  padding: 96px 0;
}

.ps-section--mist {
  background: #f3f7f9;
}

.ps-section--navy {
  background: #073a5a;
  color: #fff;
}

.ps-section--navy h2,
.ps-section--navy h3 {
  color: #fff;
}

.ps-section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 52px;
}

.ps-section-intro > p:last-child {
  margin-bottom: 10px;
  color: #496676;
  font-size: 1.08rem;
  line-height: 1.75;
}

.ps-section--navy .ps-section-intro > p:last-child {
  color: #d4e3eb;
}

.ps-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid #b7c8d1;
  background: #032a43;
  box-shadow: 0 24px 60px rgba(2, 31, 49, 0.16);
}

.ps-video-note {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-top: 16px;
  color: #56707f;
  font-size: 0.84rem;
  line-height: 1.5;
}

.ps-workflow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  counter-reset: workflow;
  list-style: none;
}

.ps-workflow li {
  position: relative;
  min-width: 0;
  padding: 30px 28px 0 0;
  border-top: 3px solid #c9d7de;
  counter-increment: workflow;
}

.ps-workflow li::before {
  position: absolute;
  top: -15px;
  left: 0;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 3px solid #ef7d30;
  border-radius: 50%;
  background: #fff;
  color: #073a5a;
  content: counter(workflow, decimal-leading-zero);
  font-size: 0.68rem;
  font-weight: 800;
}

.ps-workflow p {
  margin-bottom: 0;
  color: #56707f;
  line-height: 1.65;
}

.ps-rule-layout,
.ps-platform-layout,
.ps-proof-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px;
  align-items: start;
}

.ps-schema-figure {
  margin: 0;
}

.ps-schema-button {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid #c1d0d8;
  border-radius: 4px;
  background: #fff;
  cursor: zoom-in;
}

.ps-schema-button:focus-visible {
  outline: 3px solid #ef7d30;
  outline-offset: 4px;
}

.ps-schema-button img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #fff;
}

.ps-schema-figure figcaption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 14px;
  color: #cfe1e9;
  font-size: 0.84rem;
  line-height: 1.5;
}

.ps-schema-figure figcaption strong {
  color: #fff;
}

.ps-schema-caption-light {
  color: #526e7d !important;
}

.ps-schema-caption-light strong {
  color: #073a5a !important;
}

.ps-proof-copy {
  color: #526e7d;
  line-height: 1.75;
}

.ps-rule-copy {
  padding-top: 4px;
}

.ps-rule-copy p {
  max-width: 620px;
  color: #d4e3eb;
  line-height: 1.75;
}

.ps-rule-list {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.ps-rule-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.ps-rule-list span {
  color: #ff9a55;
  font-weight: 800;
}

.ps-rule-list strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
}

.ps-rule-list small {
  color: #d4e3eb;
  font-size: 0.92rem;
  line-height: 1.55;
}

.ps-platform {
  padding: 8px 48px 8px 0;
}

.ps-platform + .ps-platform {
  padding-right: 0;
  padding-left: 56px;
  border-left: 1px solid #c8d5dc;
}

.ps-platform-mark {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 24px;
  padding: 4px 10px;
  border: 1px solid #ef7d30;
  border-radius: 3px;
  color: #8f3900;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.ps-platform h3 {
  margin-bottom: 12px;
  font-size: 1.8rem;
}

.ps-platform p {
  color: #526e7d;
  line-height: 1.7;
}

.ps-platform ul {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.ps-platform li {
  position: relative;
  padding: 12px 0 12px 28px;
  border-top: 1px solid #d4dfe5;
  line-height: 1.55;
}

.ps-platform li::before {
  position: absolute;
  top: 15px;
  left: 2px;
  color: #b44700;
  content: "✓";
  font-weight: 900;
}

.ps-output-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 48px 0 0;
  padding: 0;
  border-top: 1px solid #c8d5dc;
  border-bottom: 1px solid #c8d5dc;
  list-style: none;
}

.ps-output-list li {
  padding: 28px;
  border-right: 1px solid #c8d5dc;
}

.ps-output-list li:last-child {
  border-right: 0;
}

.ps-output-list strong {
  display: block;
  margin-bottom: 6px;
  color: #073a5a;
  font-size: 1.35rem;
}

.ps-output-list span {
  color: #56707f;
  line-height: 1.55;
}

.ps-download {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  margin-top: 44px;
  padding-top: 36px;
  border-top: 1px solid #c8d5dc;
}

.ps-download p {
  margin-bottom: 0;
  color: #56707f;
  line-height: 1.65;
}

.ps-faq {
  max-width: 980px;
}

.ps-faq details {
  border-top: 1px solid #c7d4db;
}

.ps-faq details:last-child {
  border-bottom: 1px solid #c7d4db;
}

.ps-faq summary {
  position: relative;
  padding: 24px 52px 24px 0;
  color: #073a5a;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 800;
  list-style: none;
}

.ps-faq summary::-webkit-details-marker {
  display: none;
}

.ps-faq summary::after {
  position: absolute;
  top: 20px;
  right: 4px;
  color: #b44700;
  content: "+";
  font-size: 1.7rem;
  font-weight: 500;
}

.ps-faq details[open] summary::after {
  content: "−";
}

.ps-faq details p {
  max-width: 820px;
  margin-bottom: 24px;
  color: #526e7d;
  line-height: 1.75;
}

.ps-cta {
  padding: 84px 0;
  background: #062f4b;
  color: #fff;
}

.ps-cta-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 56px;
  align-items: center;
}

.ps-cta h2 {
  margin-bottom: 14px;
  color: #fff;
}

.ps-cta p {
  max-width: 760px;
  margin-bottom: 0;
  color: #d5e4eb;
  line-height: 1.7;
}

.ps-schema-dialog {
  width: min(96vw, 1500px);
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: #fff;
  color: #073a5a;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
}

.ps-schema-dialog::backdrop {
  background: rgba(1, 22, 35, 0.84);
}

.ps-dialog-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid #d1dde3;
}

.ps-dialog-toolbar p {
  margin-bottom: 0;
  font-weight: 800;
}

.ps-dialog-close {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #9fb4c0;
  border-radius: 3px;
  background: #fff;
  color: #073a5a;
  cursor: pointer;
  font-size: 1.55rem;
}

.ps-dialog-close:hover,
.ps-dialog-close:focus-visible {
  border-color: #ef7d30;
  color: #9a3e00;
}

.ps-schema-dialog img {
  display: block;
  width: 100%;
  max-height: calc(100svh - 86px);
  object-fit: contain;
}

.ps-dialog-fallback {
  display: none;
}

@media (max-width: 980px) {
  .ps-main h2 {
    font-size: 3rem;
  }

  .ps-hero h1 {
    font-size: 4.5rem;
  }

  .ps-section-intro,
  .ps-rule-layout,
  .ps-platform-layout,
  .ps-proof-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .ps-workflow {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 44px;
  }

  .ps-platform,
  .ps-platform + .ps-platform {
    padding: 0;
  }

  .ps-platform + .ps-platform {
    padding-top: 36px;
    border-top: 1px solid #c8d5dc;
    border-left: 0;
  }

  .ps-cta-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 760px) {
  .ps-main h2 {
    font-size: 2.4rem;
  }

  .ps-hero {
    min-height: calc(100svh - 122px);
    max-height: none;
  }

  .ps-hero-media {
    object-position: 62% center;
  }

  .ps-hero::before {
    background: rgba(2, 31, 49, 0.8);
  }

  .ps-hero-inner {
    padding-top: 106px;
    padding-right: 20px;
    padding-bottom: 52px;
    padding-left: 20px;
  }

  .ps-hero h1 {
    font-size: 2.4rem;
  }

  .ps-hero-lead {
    font-size: 1.03rem;
    line-height: 1.55;
  }

  .ps-fieldtest {
    display: grid;
    grid-template-columns: 10px minmax(0, 1fr);
    margin-top: 18px;
  }

  .ps-proofbar-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .ps-proofbar span {
    min-height: 72px;
    padding: 18px 12px;
    border-bottom: 1px solid #d6e1e7;
  }

  .ps-section {
    padding: 70px 0;
  }

  .ps-section-intro {
    margin-bottom: 38px;
  }

  .ps-workflow {
    grid-template-columns: 1fr;
    row-gap: 42px;
  }

  .ps-video-note,
  .ps-schema-figure figcaption {
    flex-direction: column;
    gap: 4px;
  }

  .ps-output-list {
    grid-template-columns: 1fr;
  }

  .ps-output-list li {
    border-right: 0;
    border-bottom: 1px solid #c8d5dc;
  }

  .ps-output-list li:last-child {
    border-bottom: 0;
  }

  .ps-download {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .ps-hero h1 {
    font-size: 2.12rem;
  }

  .ps-hero .button-row,
  .ps-hero .button {
    width: 100%;
  }

  .ps-proofbar span {
    font-size: 0.78rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-schema-button,
  .ps-dialog-close {
    scroll-behavior: auto;
  }
}
