:root {
  color-scheme: light;
  --ink: #0b101a;
  --charcoal: #111827;
  --deep: #070b16;
  --panel: #0b1220;
  --muted: #647184;
  --line: #d7dee8;
  --paper: #f7f9fc;
  --white: #ffffff;
  --pcdg-blue: #3a53a4;
  --pcdg-blue-deep: #0f1c81;
  --pcdg-green: #6abd45;
  --pcdg-green-deep: #3b9232;
  --gold: #f5b84b;
  --gold-strong: #d89d2b;
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
}
body.modal-open {
  overflow: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .95);
  border-bottom: 1px solid rgba(58, 83, 164, .14);
  backdrop-filter: blur(14px);
}
.nav,
.section-inner,
.hero-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand-cluster {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.brand img {
  width: 46px;
  height: 46px;
}
.brand-text {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
}
.brand-text strong {
  font-size: 22px;
  color: var(--ink);
  font-weight: 900;
}
.brand-text b {
  color: var(--pcdg-blue);
  border: 1px solid rgba(58, 83, 164, .24);
  background: rgba(58, 83, 164, .08);
  border-radius: 6px;
  padding: 3px 6px;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}
.pcdg-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 760;
}
.pcdg-link img {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  box-shadow: 0 0 0 2px rgba(106, 189, 69, .2);
}
.pcdg-link strong {
  color: inherit;
  font-weight: 900;
}
.hero-copy > .pcdg-link {
  margin-bottom: 18px;
  color: #e9f0ff;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #3e4b5f;
  font-size: 14px;
  font-weight: 760;
}
.nav-action {
  color: var(--white);
  background: var(--pcdg-blue);
  border-radius: var(--radius);
  padding: 11px 14px;
}

.hero {
  color: var(--white);
  background:
    radial-gradient(circle at 78% 18%, rgba(106, 189, 69, .22), transparent 28%),
    linear-gradient(90deg, rgba(106, 189, 69, .16) 1px, transparent 1px),
    linear-gradient(0deg, rgba(58, 83, 164, .16) 1px, transparent 1px),
    linear-gradient(135deg, #07112c 0%, #0f1c81 45%, #273f96 78%, #102035 100%);
  background-size: 100% 100%, 44px 44px, 44px 44px, auto;
  border-bottom: 1px solid rgba(58, 83, 164, .22);
}
.hero-inner {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .82fr);
  align-items: center;
  gap: 58px;
  padding: 72px 0 86px;
}
.hero-copy { min-width: 0; }
.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--pcdg-blue);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}
.hero .eyebrow { color: #dff7d0; }
.section-kicker.gold { color: var(--gold); }
h1,
h2,
h3,
p {
  letter-spacing: 0;
}
h1 {
  margin: 0;
  max-width: 780px;
  font-size: 68px;
  line-height: .98;
  font-weight: 930;
}
.lead {
  margin: 24px 0 0;
  max-width: 680px;
  color: #dce7f3;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 560;
}
.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: var(--radius);
  padding: 0 18px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 880;
  border: 1px solid rgba(255, 255, 255, .22);
}
.button.primary {
  color: var(--white);
  background: var(--pcdg-green-deep);
  border-color: var(--pcdg-green);
}
.button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, .1);
}
.button:disabled {
  cursor: wait;
  opacity: .68;
}
.metrics {
  margin: 38px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 700px;
}
.metrics div {
  margin: 0;
  min-height: 104px;
  border: 1px solid rgba(106, 189, 69, .28);
  background: rgba(7, 17, 44, .76);
  border-radius: var(--radius);
  padding: 16px;
}
.metrics dt {
  color: var(--white);
  font-size: 26px;
  font-weight: 920;
}
.metrics dd {
  margin: 7px 0 0;
  color: #aebdce;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 650;
}
.signal-board {
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(7, 17, 44, .84);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 28px 72px rgba(0, 0, 0, .32);
}
.board-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #cbd7e6;
  font-size: 14px;
  font-weight: 760;
}
.board-top strong {
  color: var(--white);
  background: var(--pcdg-green-deep);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  text-transform: uppercase;
}
.hero-mark {
  width: 292px;
  margin: 44px auto;
  filter: drop-shadow(0 24px 44px rgba(0, 0, 0, .42));
}
.trace-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.trace-grid div {
  min-height: 92px;
  border: 1px solid rgba(245, 184, 75, .22);
  background: rgba(15, 28, 129, .34);
  border-radius: var(--radius);
  padding: 14px;
}
.trace-grid b {
  display: block;
  color: var(--gold);
  font-size: 16px;
}
.trace-grid span {
  display: block;
  margin-top: 7px;
  color: #afbdce;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 640;
}

.section { padding: 82px 0; }
.section.light { background: var(--paper); }
.section.dark {
  color: var(--white);
  background: linear-gradient(135deg, #0f1c81 0%, #152a62 58%, #0b1220 100%);
}
.split-head {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(320px, .62fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 30px;
}
h2 {
  margin: 0;
  max-width: 680px;
  font-size: 42px;
  line-height: 1.05;
  font-weight: 910;
}
.split-head > p {
  margin: 0;
  color: #4f5c6d;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 560;
}
.card-grid {
  display: grid;
  gap: 16px;
}
.card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.feature-card {
  min-height: 236px;
  border: 1px solid rgba(58, 83, 164, .16);
  border-radius: var(--radius);
  background: var(--white);
  padding: 22px;
  box-shadow: 0 14px 34px rgba(15, 28, 129, .07);
}
.feature-card span {
  display: inline-flex;
  color: var(--pcdg-blue);
  font-size: 13px;
  font-weight: 900;
}
h3 {
  margin: 24px 0 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.12;
  font-weight: 900;
}
.feature-card p,
.body-copy {
  margin: 14px 0 0;
  color: #566274;
  font-size: 15px;
  line-height: 1.48;
  font-weight: 530;
}
.body-copy {
  max-width: 560px;
  color: #c4cfdd;
  font-size: 17px;
}
.body-copy.dark-text { color: #566274; }
.workflow-layout {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(360px, 1fr);
  gap: 46px;
  align-items: start;
}
.workflow {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.workflow li {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 16px;
  min-height: 86px;
  align-items: center;
  border: 1px solid rgba(106, 189, 69, .2);
  background: rgba(7, 17, 44, .48);
  border-radius: var(--radius);
  padding: 15px;
}
.workflow b {
  color: #dff7d0;
  font-size: 18px;
}
.workflow span {
  color: #c7d3e1;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 560;
}
.proof-layout {
  display: grid;
  grid-template-columns: minmax(340px, .82fr) minmax(0, 1fr);
  gap: 54px;
  align-items: center;
}
.report-panel {
  border: 1px solid rgba(58, 83, 164, .16);
  border-radius: var(--radius);
  background: var(--white);
  padding: 22px;
  box-shadow: 0 24px 60px rgba(15, 28, 129, .1);
}
.panel-header {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: #566274;
  font-size: 14px;
  font-weight: 760;
}
.panel-header strong {
  color: var(--white);
  background: var(--pcdg-blue);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  text-transform: uppercase;
}
.report-lines {
  display: grid;
  gap: 12px;
  margin-top: 38px;
}
.report-lines span {
  height: 12px;
  border-radius: 999px;
  background: #dfe6ee;
}
.report-lines span:nth-child(2) { background: rgba(58, 83, 164, .42); }
.report-lines span:nth-child(4) { background: rgba(106, 189, 69, .48); }
.report-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 42px;
}
.report-stats div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
  min-height: 94px;
}
.report-stats b {
  display: block;
  color: var(--ink);
  font-size: 24px;
  font-weight: 920;
}
.report-stats span {
  display: block;
  margin-top: 6px;
  color: #647184;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
}
.text-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--pcdg-blue);
  font-weight: 900;
}
.cta {
  color: var(--white);
  background: linear-gradient(135deg, #0f1c81 0%, #3a53a4 58%, #29412a 100%);
  padding: 68px 0;
}
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}
.cta h2 { max-width: 660px; }
.cta-actions { margin-top: 0; }
.footer {
  background: var(--white);
  border-top: 1px solid var(--line);
}
.footer-inner {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px 18px;
  color: #566274;
  font-size: 14px;
  font-weight: 700;
}
.footer-meta .pcdg-link {
  color: #3e4b5f;
}

.modal-shell[hidden] {
  display: none;
}
.modal-shell {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 20px;
}
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 11, 22, .72);
  backdrop-filter: blur(10px);
}
.modal-panel {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  min-height: 0;
  max-height: calc(100vh - 40px);
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 28px;
  box-shadow: 0 26px 90px rgba(0, 0, 0, .34);
}
.modal-panel h2 {
  font-size: 34px;
}
.modal-panel[hidden] {
  display: none;
}
.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  cursor: pointer;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--paper);
  font: inherit;
  font-size: 22px;
  line-height: 1;
}
.onboarding-form {
  margin-top: 22px;
}
.success-panel {
  min-height: 430px;
  display: grid;
  place-items: center;
  text-align: center;
}
.success-content {
  display: grid;
  justify-items: center;
  gap: 14px;
  max-width: 480px;
  margin: auto;
}
.success-logo {
  width: 112px;
  height: 112px;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: 0 18px 46px rgba(58, 83, 164, .18);
}
.success-content p:last-child {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 760;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.form-grid label {
  display: grid;
  gap: 7px;
  color: #3e4b5f;
  font-size: 13px;
  font-weight: 820;
}
.form-grid .wide {
  grid-column: 1 / -1;
}
.form-grid input,
.form-grid textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
  color: var(--ink);
  background: #ffffff;
  font: inherit;
  font-size: 15px;
}
.captcha-slot {
  min-height: 70px;
  display: grid;
  align-items: center;
  margin: 18px 0 12px;
}
.form-status {
  min-height: 22px;
  margin: 0 0 12px;
  color: #566274;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 650;
}
.form-status[data-state="error"] {
  color: #b91c1c;
}
.form-status[data-state="success"] {
  color: var(--pcdg-green-deep);
}

@media (max-width: 980px) {
  .hero-inner,
  .split-head,
  .workflow-layout,
  .proof-layout {
    grid-template-columns: 1fr;
  }
  .card-grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-inner {
    min-height: auto;
    padding: 62px 0 72px;
  }
  h1 { font-size: 54px; }
  h2 { font-size: 36px; }
}

@media (max-width: 720px) {
  .nav,
  .section-inner,
  .hero-inner {
    width: min(100% - 28px, 1180px);
  }
  .nav {
    min-height: 70px;
  }
  .nav-links {
    display: none;
  }
  .brand img {
    width: 42px;
    height: 42px;
  }
  .brand-text strong {
    font-size: 19px;
  }
  .hero-inner {
    padding: 42px 0 58px;
    gap: 34px;
  }
  h1 {
    font-size: 42px;
    line-height: 1.02;
  }
  .lead {
    font-size: 18px;
  }
  .metrics,
  .trace-grid,
  .card-grid.four,
  .report-stats {
    grid-template-columns: 1fr;
  }
  .metrics div {
    min-height: 86px;
  }
  .signal-board {
    padding: 16px;
  }
  .hero-mark {
    width: 226px;
    margin: 30px auto;
  }
  .section {
    padding: 58px 0;
  }
  h2 {
    font-size: 31px;
  }
  .workflow li {
    grid-template-columns: 82px minmax(0, 1fr);
  }
  .cta-inner,
  .footer-inner {
    display: block;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .cta-actions {
    margin-top: 28px;
  }
  .footer-meta {
    justify-content: flex-start;
    margin-top: 18px;
  }
}
