/* =========================================================
   GOVCON PRACTICE PAGE — TOP-25 FIRM FINISH
   Scope: Government Contracting page only
========================================================= */

/* ---------- Global rhythm ---------- */

.page-content {
  background: #ffffff;
}

.content-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 64px 24px;
}

/* Section backgrounds */
.content-section {
  background: #ffffff;
}

.content-section.alt {
  background: #f4f7fb;
}

/* Section dividers */
.section-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, #e1e6ee, transparent);
  margin: 0;
}

/* ---------- Section headers (chapter-level) ---------- */

.section-header {
  margin-bottom: 36px;
}

.section-header h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #071a2f;
  margin-bottom: 14px;
}

.section-header p {
  font-size: 18px;
  line-height: 1.65;
  color: #4b5c70;
  max-width: 760px;
}

/* Eyebrow labels */
.section-eyebrow {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 600;
  color: #6b7c93;
  margin-bottom: 12px;
}

/* ---------- Card grids ---------- */

.card-grid {
  display: grid;
  gap: 32px;
	 margin-bottom: 24px;
}

.card-grid.three-up {
  grid-template-columns: repeat(3, 1fr);
}

.card-grid.two-up {
  grid-template-columns: repeat(2, 1fr);
}

/* Cards */
.info-card {
  background: #ffffff;
  border: 1px solid #e3e9f1;
  border-radius: 16px;
  padding: 34px 32px;
  box-shadow: 0 8px 22px rgba(7,26,47,0.08);
}

.info-card h3 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #071a2f;
}

.info-card p {
  font-size: 15.5px;
  line-height: 1.65;
  color: #425466;
}

/* ---------- Attest & AUP anchor section ---------- */

.attest-anchor {
  background: #eef3fa;
}

.attest-anchor .section-header h2 {
  font-size: 38px;
}

.stack-cards {
  display: grid;
  gap: 30px;
}

.stack-card {
  background: #ffffff;
  border-left: 6px solid #0b5ed7;
  padding: 34px 38px;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(7,26,47,0.10);
}

.stack-card h3 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 8px;
}

/* ---------- CTA gravity ---------- */

.cta-panel {
  padding: 84px 28px;
}

.cta-panel h2 {
  font-size: 34px;
  margin-bottom: 14px;
}

.cta-panel p {
  font-size: 18px;
  max-width: 720px;
  margin: 0 auto 28px;
}

/* ---------- Mobile ---------- */

@media (max-width: 900px) {
  .card-grid.three-up,
  .card-grid.two-up {
    grid-template-columns: 1fr;
  }

  .section-header h2 {
    font-size: 28px;
  }

  .content-inner {
    padding: 72px 20px;
  }
}
.site-footer .tagline {
  color: #9fb0c3;   /* instead of near-white */
  font-weight: 400;
  line-height: 1.5;
}
.page-hero p {
  max-width: 680px;
  opacity: 0.85;
  line-height: 1.65;
}
.info-card {
  padding: 36px 34px;
}

.card-grid.three-up {
  gap: 36px;
}
.attest-anchor .section-header h2 {
  font-size: 40px;
}

.attest-anchor .section-header p {
  max-width: 700px;
}
.stack-card:first-child {
  border-left-width: 8px;
}
.section-eyebrow {
  margin-bottom: 4px;
}
.content-section.alt .info-card {
  box-shadow: 0 14px 38px rgba(7,26,47,0.12);
}
.section-header h2 {
  /* default */
}

.content-section.alt:last-of-type .section-header h2 {
  font-size: 30px;
}
.cta-panel {
  padding: 72px 28px;
}
.info-card,
.stack-card {
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}
@media (max-width: 768px) {
  .content-inner {
    padding: 64px 20px;
  }
}
.cta-panel .cta-btn {
  margin-bottom: 26px;
}

.cta-panel .fine-print {
  margin-top: 6px;
}
.section-eyebrow {
  color: #5c6f86;
}
@media (max-width: 768px) {
  .info-card,
  .stack-card {
    box-shadow: 0 6px 18px rgba(7,26,47,0.10);
  }
}

.inline-action {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  font-size: 14.5px;
  font-weight: 600;
  color: #0b5ed7;
  text-decoration: none;
  letter-spacing: 0.01em;
}

.inline-action::after {
  content: "→";
  margin-left: 6px;
  transition: transform 0.2s ease;
}

.inline-action:hover {
  text-decoration: underline;
}

.inline-action:hover::after {
  transform: translateX(3px);
}
.inline-action {
  margin-top: 14px;
}
.stack-card p {
  max-width: 92%;
}
.stack-card:hover {
  transform: translateY(-2px);
}
.content-section + .section-divider + .content-section .section-header {
  margin-top: 0;
}
