/* Public top-level surfaces: Partners, Clients, Apps, Guards.
   Design tokens follow the existing government-contracts palette so the new
   sections sit inside the site rather than beside it. */

.pg-page {
  background: radial-gradient(1200px 600px at 90% -10%, rgba(7, 34, 73, 0.12), rgba(255, 255, 255, 0) 60%),
              linear-gradient(180deg, #f4f7fb 0%, #ffffff 52%, #f8fbff 100%);
  color: #102136;
}

.pg-inner { max-width: 1120px; margin: 0 auto; padding: 0 20px; }

/* ---------- hero ---------- */
.pg-hero { padding: 72px 0 34px; }
.pg-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 28px;
  align-items: stretch;
}
.pg-hero-content {
  position: relative;
  z-index: 1;
  padding: 18px 0;
}
.pg-eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: .12em;
  color: #1d4f8c; text-transform: uppercase; margin: 0;
}
.pg-hero h1 {
  margin: 10px 0 12px; font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.15; color: #0f1f33; text-wrap: balance;
}
.pg-hero-lead {
  font-size: 1.06rem; line-height: 1.7; color: #2d3e55; max-width: 780px; margin: 0;
}
.pg-hero-media {
  position: relative;
  min-height: 100%;
}
.pg-hero-frame {
  position: relative;
  height: 100%;
  min-height: 430px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 24px 54px rgba(15, 31, 51, 0.16);
  background: linear-gradient(180deg, #dbe7f4 0%, #bfd1e6 100%);
}
.pg-hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(7, 21, 40, 0.02) 0%, rgba(7, 21, 40, 0.2) 100%);
  pointer-events: none;
}
.pg-hero-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.pg-hero-panel {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  padding: 16px 18px;
  border-radius: 18px;
  backdrop-filter: blur(16px);
  background: linear-gradient(180deg, rgba(9, 26, 48, 0.78) 0%, rgba(9, 26, 48, 0.9) 100%);
  color: #f7fbff;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.pg-hero-panel h2,
.pg-hero-panel h3 {
  margin: 0 0 6px;
  color: #f7fbff;
  font-size: 1.08rem;
}
.pg-hero-panel p {
  margin: 0;
  color: rgba(247, 251, 255, 0.86);
  line-height: 1.56;
  font-size: .95rem;
}
.pg-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.pg-chip {
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(29, 79, 140, 0.08);
  border: 1px solid rgba(29, 79, 140, 0.12);
  color: #163c67;
  font-size: .88rem;
  font-weight: 700;
}
.pg-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}
.pg-mini-card {
  padding: 14px 15px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(29, 79, 140, 0.12);
  box-shadow: 0 18px 30px rgba(15, 31, 51, 0.06);
}
.pg-mini-card strong {
  display: block;
  margin-bottom: 4px;
  color: #0f1f33;
  font-size: .92rem;
}
.pg-mini-card span {
  display: block;
  color: #46607d;
  line-height: 1.5;
  font-size: .88rem;
}

/* ---------- buttons ---------- */
.pg-cta-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 20px; }
.pg-btn {
  display: inline-block; padding: 12px 18px; border-radius: 999px;
  background: #1d4f8c; color: #fff; text-decoration: none; font-weight: 700;
  border: 1px solid #1d4f8c;
}
.pg-btn:hover { background: #16406f; border-color: #16406f; }
.pg-btn-alt { background: transparent; color: #1d4f8c; }
.pg-btn-alt:hover { background: rgba(29, 79, 140, .08); }
.pg-btn-off {
  background: #e6ebf2; color: #6b7a8d; border-color: #d7dfea; cursor: not-allowed;
}
.pg-btn-off:hover { background: #e6ebf2; border-color: #d7dfea; }
.pg-btn-note { font-size: .88rem; color: #5b6a7d; }

/* ---------- sections ---------- */
.pg-section { padding: 30px 0; }
.pg-section h2 {
  font-size: clamp(1.35rem, 2vw, 1.75rem); color: #0f1f33;
  margin: 0 0 10px; text-wrap: balance;
}
.pg-lead { color: #2d3e55; line-height: 1.7; max-width: 780px; margin: 0 0 18px; }
.pg-section p { color: #2d3e55; line-height: 1.7; max-width: 820px; }
.pg-section a { color: #1d4f8c; }

/* ---------- cards ---------- */
.pg-card-grid {
  display: grid; gap: 16px; margin-top: 6px;
  grid-template-columns: repeat(auto-fit, minmax(258px, 1fr));
}
.pg-card {
  background: #fff; border: 1px solid #dbe4f0; border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 18px 32px rgba(15, 31, 51, 0.05);
}
.pg-card h3 { margin: 0 0 6px; font-size: 1.02rem; color: #0f1f33; }
.pg-card p { margin: 0; font-size: .97rem; color: #2d3e55; line-height: 1.62; }

/* ---------- steps ---------- */
.pg-steps { list-style: none; counter-reset: s; padding: 0; margin: 6px 0 0; max-width: 860px; }
.pg-steps li {
  counter-increment: s; position: relative; padding: 14px 0 14px 46px;
  border-top: 1px solid #e3eaf4;
}
.pg-steps li:first-child { border-top: 0; }
.pg-steps li::before {
  content: counter(s); position: absolute; left: 0; top: 14px;
  width: 30px; height: 30px; border-radius: 50%;
  background: #1d4f8c; color: #fff; font-weight: 700; font-size: .88rem;
  display: grid; place-items: center;
}
.pg-steps strong { display: block; color: #0f1f33; margin-bottom: 2px; }
.pg-steps span { color: #2d3e55; line-height: 1.62; }

/* ---------- notes ---------- */
.pg-note {
  background: #fff; border: 1px solid #dbe4f0; border-left: 4px solid #1d4f8c;
  border-radius: 8px; padding: 16px 18px; margin: 10px 0 0;
}

/* ---------- faq ---------- */
.pg-faq { padding-bottom: 60px; }
.pg-q {
  background: #fff; border: 1px solid #dbe4f0; border-radius: 10px;
  padding: 4px 18px; margin-bottom: 10px;
}
.pg-q summary {
  cursor: pointer; padding: 12px 0; font-weight: 700; color: #0f1f33; list-style: none;
}
.pg-q summary::-webkit-details-marker { display: none; }
.pg-q summary::after { content: " +"; color: #1d4f8c; }
.pg-q[open] summary::after { content: " \2212"; }
.pg-q p { margin: 0 0 14px; }

@media (max-width: 640px) {
  .pg-hero { padding: 44px 0 24px; }
  .pg-card { padding: 16px 16px; }
  .pg-hero-panel { position: static; margin-top: 14px; }
  .pg-mini-grid { grid-template-columns: 1fr; }
}

@media (max-width: 980px) {
  .pg-hero-shell {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .pg-hero-frame {
    min-height: 340px;
  }
  .pg-hero-content {
    padding: 0;
  }
  .pg-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ---------- access request form ---------- */
.pg-form { max-width: 560px; margin-top: 6px; }
.pg-field { margin-bottom: 14px; }
.pg-field label {
  display: block; font-size: .9rem; font-weight: 700; color: #0f1f33; margin-bottom: 5px;
}
.pg-field input, .pg-field textarea {
  width: 100%; padding: 10px 12px; font: inherit; color: #102136;
  background: #fff; border: 1px solid #c9d5e4; border-radius: 8px;
}
.pg-field input:focus, .pg-field textarea:focus {
  outline: 2px solid #1d4f8c; outline-offset: 1px; border-color: #1d4f8c;
}
.pg-field textarea { resize: vertical; min-height: 92px; }
.pg-form button[disabled] { opacity: .6; cursor: not-allowed; }
.pg-form-msg { margin: 12px 0 0; font-size: .95rem; color: #2d3e55; min-height: 1.2em; }
.pg-form-msg.is-ok  { color: #166534; font-weight: 700; }
.pg-form-msg.is-err { color: #b3261e; font-weight: 700; }
