html[data-content-center] .content-center-legacy-hidden {
  display: none !important;
}

.content-center {
  color: #17233d;
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 0 30px;
  width: 100%;
}

.content-center-hero {
  align-items: stretch;
  background: #111d38;
  border: 1px solid #1e3158;
  border-radius: 8px;
  color: #fff;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-bottom: 18px;
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.content-hero-copy {
  max-width: 700px;
  position: relative;
  z-index: 1;
}

.content-eyebrow {
  color: #74b5ff;
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.2;
}

.content-center h1,
.content-center h2,
.content-center h3,
.content-center p {
  margin: 0;
}

.content-center-hero h1 {
  font-size: 38px;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 9px 0 9px;
}

.content-center-hero p {
  color: #b8c8e3;
  font-size: 15px;
  line-height: 1.55;
  max-width: 620px;
}

.content-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.content-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  min-height: 38px;
  padding: 8px 13px;
  text-decoration: none;
}

.content-button.primary {
  background: #2563eb;
  color: #fff;
}

.content-button.primary:hover {
  background: #1d4ed8;
}

.content-button.quiet {
  background: transparent;
  border-color: #39527e;
  color: #dbeafe;
}

.content-button.quiet:hover {
  background: #1e3158;
}

.content-hero-summary {
  align-self: stretch;
  display: grid;
  flex: 0 0 225px;
  grid-template-columns: repeat(3, 1fr);
  min-width: 225px;
  position: relative;
  z-index: 1;
}

.content-hero-summary div {
  align-items: flex-start;
  border-left: 1px solid #2d436b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 13px;
}

.content-hero-summary strong {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.content-hero-summary span {
  color: #94a9cb;
  font-size: 11px;
  line-height: 1.35;
  margin-top: 7px;
}

.content-center-section {
  background: #fff;
  border: 1px solid #dbe4f0;
  border-radius: 8px;
  margin-bottom: 18px;
  padding: 23px;
}

.content-section-heading {
  align-items: flex-end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.content-section-heading h2 {
  color: #182643;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 6px;
}

.content-section-note {
  color: #5f708a;
  font-size: 12px;
  line-height: 1.35;
  max-width: 250px;
  text-align: right;
}

.content-flow {
  align-items: stretch;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr auto 1fr auto 1fr;
}

.content-flow-step {
  align-items: flex-start;
  background: #f7faff;
  border: 1px solid #e0eaf7;
  border-radius: 7px;
  display: flex;
  gap: 12px;
  padding: 15px;
}

.content-flow-step strong {
  color: #1c2b47;
  font-size: 14px;
}

.content-flow-step p {
  color: #5f7088;
  font-size: 12px;
  line-height: 1.45;
  margin-top: 5px;
}

.content-flow-index,
.content-rel-icon {
  align-items: center;
  background: #e6eefb;
  border-radius: 50%;
  color: #2563eb;
  display: inline-flex;
  flex: 0 0 28px;
  font-size: 10px;
  font-weight: 800;
  height: 28px;
  justify-content: center;
}

.content-flow-index.blue { background: #dbeafe; color: #1d4ed8; }
.content-flow-index.green { background: #d9f7e8; color: #047857; }

.content-flow-arrow {
  align-self: center;
  color: #8ba1c1;
  font-size: 20px;
}

.content-card-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.content-card {
  border: 1px solid #dce5f0;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 16px;
  transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.content-card:hover,
.content-card.is-focus {
  border-color: #7aa9ee;
  box-shadow: 0 5px 16px rgb(37 99 235 / 10%);
  transform: translateY(-1px);
}

.content-card.is-focus {
  background: #f7faff;
}

.content-card-top {
  align-items: center;
  display: flex;
  gap: 9px;
  justify-content: space-between;
}

.content-card-icon {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-size: 17px;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.content-card-icon.blue { background: #dbeafe; color: #1d4ed8; }
.content-card-icon.violet { background: #ede9fe; color: #6d28d9; }
.content-card-icon.amber { background: #fef3c7; color: #b45309; }
.content-card-icon.green { background: #d1fae5; color: #047857; }
.content-card-icon.cyan { background: #cffafe; color: #0e7490; }

.content-badge {
  color: #5f708a;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .07em;
}

.content-card h3 {
  color: #1b2a46;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 14px;
}

.content-card > p {
  color: #5e6f88;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 7px;
}

.content-card-metrics {
  border-top: 1px solid #e7edf5;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 15px;
  padding-top: 12px;
}

.content-card-metrics span {
  color: #5b6b83;
  font-size: 10px;
  line-height: 1.35;
  min-width: 0;
}

.content-card-metrics strong {
  color: #1d4ed8;
  display: block;
  font-size: 15px;
  line-height: 1.1;
}

.content-card-footer {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 17px;
}

.content-link {
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.content-link:hover { color: #1e40af; text-decoration: underline; }
.content-link.muted { color: #5b6b83; font-weight: 600; }

.content-relationship-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.content-relationship {
  align-items: flex-start;
  background: #f8fafc;
  border: 1px solid #e1e8f2;
  border-radius: 7px;
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr;
  padding: 14px;
}

.content-relationship strong {
  color: #263653;
  font-size: 13px;
}

.content-relationship p {
  color: #5f7088;
  font-size: 11px;
  line-height: 1.45;
  margin-top: 5px;
}

.content-relationship > .content-link {
  grid-column: 2;
}

.content-center-footnote {
  align-items: flex-start;
  color: #667892;
  display: flex;
  font-size: 11px;
  gap: 8px;
  line-height: 1.45;
  padding: 0 5px;
}

.content-footnote-mark {
  align-items: center;
  border: 1px solid #9fb1cb;
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 18px;
  font-size: 11px;
  font-weight: 800;
  height: 18px;
  justify-content: center;
}

.content-center-loading {
  align-items: center;
  background: #fff;
  border: 1px solid #dbe4f0;
  border-radius: 8px;
  color: #667892;
  display: flex;
  gap: 9px;
  justify-content: center;
  min-height: 180px;
}

.content-loading-dot {
  animation: content-pulse 1s ease-in-out infinite;
  background: #2563eb;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  width: 8px;
}

@keyframes content-pulse { 0%, 100% { opacity: .35; } 50% { opacity: 1; } }

@media (max-width: 820px) {
  .content-center-hero { flex-direction: column; padding: 22px; }
  .content-hero-summary { flex: none; min-width: 0; width: 100%; }
  .content-hero-summary div { min-height: 54px; }
  .content-flow { grid-template-columns: 1fr; }
  .content-flow-arrow { display: none; }
  .content-relationship-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .content-center-section { padding: 16px; }
  .content-section-heading { align-items: flex-start; flex-direction: column; gap: 7px; }
  .content-section-note { max-width: none; text-align: left; }
  .content-card-grid { grid-template-columns: 1fr; }
  .content-hero-summary strong { font-size: 20px; }
  .content-center-hero h1 { font-size: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  .content-card { transition: none; }
  .content-loading-dot { animation: none; }
}
