.coverage-landing-page {
  background: #ffffff;
}

.coverage-landing-section {
  position: relative;
}

.coverage-landing-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.52rem 0.98rem;
  border: 1px solid rgba(29, 78, 216, 0.12);
  border-radius: 999px;
  background: rgba(29, 78, 216, 0.08);
  color: #1d4ed8;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.coverage-landing-title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.coverage-landing-title--center,
.coverage-landing-lead--center {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.coverage-landing-lead {
  margin: 1rem 0 0;
  color: #475569;
  font-size: 1.03rem;
  line-height: 1.85;
}

.coverage-landing-copy {
  margin: 1rem 0 0;
  color: #52637a;
  line-height: 1.85;
}

.coverage-landing-checklist {
  display: grid;
  gap: 1rem;
  margin-top: 1.6rem;
}

.coverage-landing-checklist__item {
  padding: 1.05rem 1.15rem;
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

.coverage-landing-checklist__item strong {
  display: block;
  margin-bottom: 0.36rem;
  color: #0f172a;
}

.coverage-landing-checklist__item span {
  display: block;
  color: #52637a;
  line-height: 1.72;
}

.coverage-landing-step h3 {
  margin: 0 0 0.8rem;
  font-size: 1.24rem;
  line-height: 1.25;
  color: #0f172a;
}

.coverage-landing-step p {
  color: #52637a;
  line-height: 1.8;
}

.coverage-landing-card {
  height: 100%;
  padding: 1.75rem;
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.06);
}

.coverage-landing-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  background: rgba(29, 78, 216, 0.1);
  color: #1d4ed8;
  font-size: 1.2rem;
  box-shadow: inset 0 0 0 1px rgba(29, 78, 216, 0.08);
}

.coverage-landing-card h3 {
  margin: 0 0 0.8rem;
  color: #0f172a;
  font-size: 1.18rem;
  line-height: 1.3;
}

.coverage-landing-card p {
  margin: 0;
  color: #52637a;
  line-height: 1.8;
}

.coverage-landing-panel {
  padding: 1.8rem;
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #eef5ff 100%);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.07);
}

.coverage-landing-panel__eyebrow {
  display: inline-flex;
  margin-bottom: 1rem;
  color: #1d4ed8;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.coverage-landing-panel__list {
  display: grid;
  gap: 1rem;
}

.coverage-landing-panel__item {
  padding-top: 1rem;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.coverage-landing-panel__item:first-child {
  padding-top: 0;
  border-top: 0;
}

.coverage-landing-panel__item strong {
  display: block;
  margin-bottom: 0.38rem;
  color: #0f172a;
}

.coverage-landing-panel__item span {
  display: block;
  color: #52637a;
  line-height: 1.78;
}

.coverage-landing-panel__item a {
  color: #1d4ed8;
  font-weight: 700;
  text-decoration: none;
}

.coverage-landing-panel__item a:hover,
.coverage-landing-panel__item a:focus {
  color: #143daa;
  text-decoration: underline;
}

html[data-theme="dark"] .coverage-landing-kicker {
  border-color: rgba(147, 197, 253, 0.2);
  background: rgba(96, 165, 250, 0.12);
  color: #bfdbfe;
}

html[data-theme="dark"] .coverage-landing-page {
  background: transparent;
}

html[data-theme="dark"] .coverage-landing-title,
html[data-theme="dark"] .coverage-landing-step h3,
html[data-theme="dark"] .coverage-landing-card h3,
html[data-theme="dark"] .coverage-landing-checklist__item strong,
html[data-theme="dark"] .coverage-landing-panel__item strong {
  color: var(--public-heading);
}

html[data-theme="dark"] .coverage-landing-lead,
html[data-theme="dark"] .coverage-landing-copy,
html[data-theme="dark"] .coverage-landing-step p,
html[data-theme="dark"] .coverage-landing-card p,
html[data-theme="dark"] .coverage-landing-checklist__item span,
html[data-theme="dark"] .coverage-landing-panel__item span {
  color: var(--public-text);
}

html[data-theme="dark"] .coverage-landing-checklist__item,
html[data-theme="dark"] .coverage-landing-card,
html[data-theme="dark"] .coverage-landing-panel {
  border-color: var(--public-border);
  background: linear-gradient(180deg, rgba(23, 38, 58, 0.96) 0%, rgba(19, 33, 53, 0.98) 100%);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
}

html[data-theme="dark"] .coverage-landing-panel__eyebrow {
  color: #bfdbfe;
}

html[data-theme="dark"] .coverage-landing-panel__item {
  border-top-color: rgba(148, 163, 184, 0.18);
}

html[data-theme="dark"] .coverage-landing-card__icon {
  background: rgba(96, 165, 250, 0.14);
  color: #bfdbfe;
  box-shadow: inset 0 0 0 1px rgba(147, 197, 253, 0.12);
}

html[data-theme="dark"] .coverage-landing-panel__item a {
  color: #bfdbfe;
}

html[data-theme="dark"] .coverage-landing-panel__item a:hover,
html[data-theme="dark"] .coverage-landing-panel__item a:focus {
  color: #dbeafe;
}

@media (max-width: 991.98px) {
  .coverage-landing-card,
  .coverage-landing-panel {
    padding: 1.45rem;
  }
}
