.gov-contracts-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;
}

.gov-hero {
  padding: 78px 20px 42px;
}

.gov-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 28px;
  align-items: center;
}

.gov-section-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.gov-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #1d4f8c;
  text-transform: uppercase;
}

.gov-hero h1 {
  margin: 10px 0 12px;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.15;
  color: #0f1f33;
}

.gov-hero p {
  font-size: 1.06rem;
  line-height: 1.7;
  color: #2d3e55;
  max-width: 780px;
}

.gov-hero-copy {
  font-size: 1.08rem;
}

.gov-hero-content {
  min-width: 0;
}

.gov-hero-note {
  margin-top: 14px;
  font-size: 0.98rem;
  color: #4a5c72;
}

.gov-hero-visual {
  display: grid;
  gap: 14px;
}

.gov-hero-figure,
.gov-visual-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid #d3deec;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(16, 33, 54, 0.12);
}

.gov-hero-figure img,
.gov-visual-card img {
  display: block;
  width: 100%;
  height: auto;
}

.gov-hero-caption,
.gov-visual-copy {
  display: grid;
  gap: 8px;
  padding: 18px 20px 20px;
}

.gov-hero-caption strong,
.gov-visual-copy h3 {
  color: #132844;
}

.gov-hero-caption p,
.gov-visual-copy p {
  margin: 0;
  color: #30465f;
  line-height: 1.65;
}

.gov-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gov-hero-tags span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(29, 79, 140, 0.09);
  border: 1px solid rgba(29, 79, 140, 0.16);
  color: #173e6f;
  font-size: 0.88rem;
  font-weight: 700;
}

.gov-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.gov-hero-actions-center {
  justify-content: center;
}

.gov-btn {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 999px;
  background: #1d4f8c;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid #1d4f8c;
}

.gov-btn:hover {
  background: #153b68;
  border-color: #153b68;
}

.gov-btn-secondary {
  background: rgba(255, 255, 255, 0.9);
  color: #1d4f8c;
  border-color: rgba(29, 79, 140, 0.24);
  box-shadow: 0 10px 24px rgba(16, 33, 54, 0.08);
}

.gov-btn-secondary:hover {
  background: #eef4fb;
  border-color: rgba(29, 79, 140, 0.4);
}

.gov-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.gov-visual-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 18px;
  margin: 0 0 22px;
}

.gov-visual-card-wide {
  min-width: 0;
}

.gov-card {
  padding: 18px;
  border: 1px solid #d3deec;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 24px rgba(16, 33, 54, 0.06);
}

.gov-card h3,
.gov-section h2 {
  margin: 0 0 8px;
  color: #132844;
}

.gov-card p,
.gov-section p {
  margin: 0;
  color: #30465f;
  line-height: 1.65;
}

.gov-section {
  padding: 22px 20px 36px;
}

.gov-section-tight {
  padding-top: 8px;
}

.gov-section-muted {
  background: rgba(19, 40, 68, 0.035);
}

.gov-section-accent {
  background:
    radial-gradient(900px 360px at 110% 0%, rgba(29, 79, 140, 0.09), rgba(255, 255, 255, 0) 55%),
    linear-gradient(180deg, rgba(230, 238, 248, 0.74), rgba(255, 255, 255, 0.92));
}

.gov-section-head {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.gov-section-head p {
  max-width: 860px;
}

.gov-kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #1d4f8c;
  text-transform: uppercase;
}

.gov-visual-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #4b6485;
  text-transform: uppercase;
}

.gov-snapshot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.gov-snapshot-card,
.gov-audience-card,
.gov-panel,
.gov-process-step,
.gov-cta-block {
  border: 1px solid #d3deec;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(16, 33, 54, 0.08);
}

.gov-snapshot-card {
  padding: 18px;
  display: grid;
  gap: 6px;
}

.gov-snapshot-label,
.gov-audience-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #4b6485;
  text-transform: uppercase;
}

.gov-snapshot-card strong {
  font-size: 1.1rem;
  color: #102136;
}

.gov-snapshot-card p,
.gov-snapshot-card a {
  font-size: 0.94rem;
  color: #395069;
}

.gov-snapshot-card a {
  font-weight: 700;
}

.gov-audience-grid,
.gov-fit-grid,
.gov-process {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.gov-audience-card,
.gov-panel,
.gov-process-step {
  padding: 22px;
}

.gov-audience-card h3,
.gov-panel h3,
.gov-process-step h3 {
  margin: 8px 0 10px;
  color: #132844;
}

.gov-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.gov-checklist li {
  position: relative;
  padding-left: 18px;
  color: #30465f;
  line-height: 1.65;
}

.gov-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #1d4f8c;
  transform: translateY(-50%);
}

.gov-step-num {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: rgba(29, 79, 140, 0.12);
  border: 1px solid rgba(29, 79, 140, 0.2);
  color: #173e6f;
  font-weight: 800;
}

.gov-cta-block {
  padding: 28px;
  text-align: center;
}

.gov-contact {
  padding-bottom: 56px;
}

.gov-contact-links {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.gov-contact-link {
  color: #1d4f8c;
  font-weight: 700;
  text-decoration: none;
}

.gov-contact-link:hover {
  text-decoration: underline;
}

@media (max-width: 920px) {
  .gov-hero-grid,
  .gov-visual-grid,
  .gov-audience-grid,
  .gov-fit-grid,
  .gov-process {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .gov-hero {
    padding-top: 56px;
  }

  .gov-hero-grid {
    gap: 20px;
  }

  .gov-hero-caption,
  .gov-visual-copy {
    padding: 16px;
  }

  .gov-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .gov-btn {
    width: 100%;
    text-align: center;
  }
}
