.seo-governance-page {
  color: var(--gray-900, #172235);
  background: #fff;
}

.seo-hub-hero {
  position: relative;
  min-height: 440px;
  display: flex;
  align-items: center;
  isolation: isolate;
  background-image: var(--seo-hero-image);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.seo-hub-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(5, 23, 38, .78);
}

.seo-hero-content {
  width: min(760px, 100%);
  padding: 70px 0;
}

.seo-hero-content h1 {
  max-width: 760px;
  margin: 10px 0 18px;
  color: #fff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
}

.seo-hero-content > p:not(.seo-eyebrow) {
  max-width: 700px;
  margin: 0;
  color: #e2edf5;
  font-size: 18px;
  line-height: 1.7;
}

.seo-eyebrow {
  margin: 0 0 8px;
  color: #4ee89b;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.seo-actions .btn {
  white-space: normal;
  text-align: center;
}

.seo-direct-answer {
  max-width: 900px;
  margin: 0 auto 34px;
  padding: 6px 0 6px 22px;
  border-left: 4px solid var(--primary, #0071bc);
}

.seo-direct-answer h2 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: 0;
}

.seo-direct-answer p,
.seo-content-block p,
.seo-content-block li {
  color: var(--gray-700, #4f6073);
  line-height: 1.72;
}

.seo-content-block h2 {
  margin: 38px 0 14px;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: 0;
}

.seo-content-block h3 {
  margin: 24px 0 10px;
  font-size: 20px;
  letter-spacing: 0;
}

.seo-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0 30px;
  border: 1px solid #d9e3eb;
}

.seo-decision-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: #fff;
}

.seo-decision-table th,
.seo-decision-table td {
  padding: 15px 16px;
  border-bottom: 1px solid #d9e3eb;
  text-align: left;
  vertical-align: top;
  line-height: 1.55;
}

.seo-decision-table th {
  color: #152639;
  background: #eef3f6;
  font-weight: 800;
}

.seo-decision-table tr:last-child td {
  border-bottom: 0;
}

.seo-band-muted {
  background: #f3f6f8;
}

.seo-section-heading {
  max-width: 760px;
  margin-bottom: 26px;
}

.seo-section-heading h2 {
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0;
}

.seo-section-heading p {
  margin: 0;
  color: #536477;
  line-height: 1.7;
}

.seo-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.seo-product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d9e3eb;
  border-radius: 6px;
  background: #fff;
}

.seo-product-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f5f7f9;
}

.seo-product-card-body {
  padding: 18px;
}

.seo-product-card h3 {
  margin: 0 0 9px;
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: 0;
}

.seo-product-card h3 a {
  color: #173149;
  text-decoration: none;
}

.seo-product-card p {
  margin: 0 0 14px;
  color: #596a7d;
  line-height: 1.6;
}

.seo-text-link {
  color: var(--primary, #0071bc);
  font-weight: 800;
  text-decoration: none;
}

.seo-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 0;
  list-style: none;
}

.seo-source-list {
  padding-left: 20px;
}

.seo-source-list a {
  overflow-wrap: anywhere;
}

.seo-faq {
  margin-top: 32px;
  border-top: 1px solid #d9e3eb;
}

.seo-faq details {
  border-bottom: 1px solid #d9e3eb;
  padding: 18px 0;
}

.seo-faq summary {
  cursor: pointer;
  color: #182b3e;
  font-weight: 800;
  line-height: 1.45;
}

.seo-faq details p {
  margin: 12px 0 0;
}

.seo-governance-section {
  border-top: 1px solid #e2e8ee;
}

@media (max-width: 920px) {
  .seo-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .seo-hub-hero {
    min-height: 390px;
  }

  .seo-hero-content {
    padding: 54px 0;
  }

  .seo-hero-content h1 {
    font-size: 34px;
  }

  .seo-product-grid {
    grid-template-columns: 1fr;
  }

  .seo-direct-answer,
  .seo-content-block {
    overflow-wrap: anywhere;
  }
}
