/* =========================================================
   PROFESSIONAL & ADVISORY FIRMS — INDUSTRY PAGE
   Matches GovCon / Nonprofit rhythm + premium polish
========================================================= */

.page-content {
  background: #ffffff;
}

/* Universal container (industry pages) */
.content-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 96px 24px;
}

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

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

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

/* Section headers */
.section-header {
  margin-bottom: 56px;
}

.section-header h2 {
  font-size: 36px;
  font-weight: 750;
  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: #5c6f86;
  margin-bottom: 6px;
}

/* Card grids */
.card-grid {
  display: grid;
  gap: 32px;
}

.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 rgba(7, 26, 47, 0.10);
  border-radius: 16px;
  padding: 34px 32px;
  box-shadow: 0 10px 30px rgba(7,26,47,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

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

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

/* Hover polish */
@media (hover: hover) {
  .info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 38px rgba(7,26,47,0.12);
  }
}

/* Stack cards (pillar list) */
.stack-cards {
  display: grid;
  gap: 26px;
}

.stack-card {
  background: #ffffff;
  border-left: 6px solid #0b5ed7;
  padding: 34px 38px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(7,26,47,0.10);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

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

.stack-card p {
  font-size: 15.5px;
  line-height: 1.7;
  color: #425466;
  max-width: 92%;
}

@media (hover: hover) {
  .stack-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 38px rgba(7,26,47,0.12);
  }
}

/* Attest anchor look (if you add later) */
.attest-anchor {
  background: #eef3fa;
}

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

/* Inline action links */
.inline-action {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  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);
}

/* Hero note (PCAOB optics / scope clarity) */
.hero-note {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.92);
  font-size: 14.5px;
  line-height: 1.55;
  max-width: 840px;
}

/* CTA gravity alignment with your system */
.cta-panel {
  padding: 72px 28px;
}

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

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

.cta-panel .cta-btn {
  margin-bottom: 26px;
}

.cta-panel .fine-print {
  margin-top: 6px;
}

/* 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;
  }
}

@media (max-width: 768px) {
  .content-inner {
    padding: 64px 20px;
  }

  .info-card,
  .stack-card {
    box-shadow: 0 6px 18px rgba(7,26,47,0.10);
  }
}
