.coverage-page {
    width: min(1100px, calc(100% - 2rem));
    margin-inline: auto;
    padding-block: clamp(3.5rem, 8vw, 7rem);
}

.coverage-intro {
    max-width: 850px;
    margin-inline: auto;
    text-align: center;
}

.coverage-intro h1 {
    margin: .35rem 0 1.2rem;
    font-size: clamp(2.8rem, 7vw, 6.4rem);
    line-height: .98;
    letter-spacing: -.045em;
}

.coverage-intro > p:last-child {
    max-width: 720px;
    margin-inline: auto;
    color: rgba(255, 255, 255, .62);
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1.7;
}

.coverage-key-fact {
    max-width: 900px;
    margin: clamp(2.5rem, 6vw, 4.5rem) auto 0;
    padding: clamp(1.5rem, 4vw, 2.6rem);
    border: 1px solid rgba(143, 200, 255, .24);
    border-radius: 24px;
    background: rgba(143, 200, 255, .055);
    text-align: center;
}

.coverage-key-fact strong {
    display: block;
    color: #b8dcff;
    font-size: clamp(2.4rem, 8vw, 5.5rem);
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

.coverage-key-fact span {
    display: block;
    max-width: 680px;
    margin: 1rem auto 0;
    color: rgba(255, 255, 255, .72);
    line-height: 1.65;
}

.coverage-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .8rem;
    margin-top: .8rem;
}

.coverage-card {
    padding: 1.4rem;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    background: rgba(255, 255, 255, .025);
}

.coverage-card strong {
    display: block;
    color: #fff;
    font-size: clamp(1.7rem, 4vw, 2.7rem);
    font-variant-numeric: tabular-nums;
}

.coverage-card h2 {
    margin: .8rem 0 .55rem;
    font-size: 1rem;
}

.coverage-card p,
.coverage-method p,
.coverage-method li,
.coverage-status dd {
    color: rgba(255, 255, 255, .58);
    font-size: .9rem;
    line-height: 1.7;
}

.coverage-method {
    max-width: 900px;
    margin: 1rem auto 0;
    padding: clamp(1.4rem, 4vw, 2.2rem);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 24px;
    background: rgba(13, 30, 50, .7);
}

.coverage-method h2 {
    margin-top: 0;
}

.coverage-method a {
    color: #b8dcff;
}

.coverage-status {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    margin: 1.3rem 0 0;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    overflow: hidden;
}

.coverage-status dt,
.coverage-status dd {
    margin: 0;
    padding: .75rem .9rem;
}

.coverage-status dt {
    color: rgba(255, 255, 255, .85);
    font-size: .8rem;
    font-weight: 700;
}

.coverage-status dt:not(:first-of-type),
.coverage-status dd:not(:first-of-type) {
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.coverage-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .8rem;
    margin-top: 2rem;
}

.coverage-actions a {
    padding: .75rem 1rem;
    border: 1px solid rgba(143, 200, 255, .28);
    border-radius: 999px;
    color: #b8dcff;
    text-decoration: none;
}

@media (max-width: 760px) {
    .reference-header { grid-template-columns: minmax(0, 1fr) auto; }
    .coverage-grid { grid-template-columns: 1fr; }
    .coverage-status { grid-template-columns: 1fr; }
    .coverage-status dd { padding-top: 0; }
    .coverage-status dd:not(:first-of-type) { border-top: 0; }
}
