.article-wrap {
    padding: 132px 0 90px;
}

.article {
    max-width: 720px;
    margin: 0 auto;
}

.breadcrumb {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 22px;
}

.breadcrumb a {
    color: var(--text-secondary);
    text-decoration: none;
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
    color: var(--text-primary);
}

.article-meta {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 14px;
}

.article h1 {
    font-size: clamp(1.9rem, 4.5vw, 2.7rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--text-primary);
    margin-bottom: 24px;
}

.article h2 {
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 40px 0 14px;
}

.article h3 {
    color: var(--text-primary);
    font-size: 1.1rem;
    font-weight: 700;
    margin: 28px 0 10px;
}

.article p,
.article li,
.article td,
.article th {
    color: var(--text-secondary);
    font-size: 1.05rem;
    line-height: 1.8;
}

.article p {
    margin-bottom: 18px;
}

.article .lead {
    color: var(--text-primary);
    font-size: 1.16rem;
}

.article ul,
.article ol {
    margin: 0 0 18px 1.2rem;
}

.article li {
    margin-bottom: 8px;
}

.article strong {
    color: var(--text-primary);
}

.article a {
    color: var(--text-primary);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.article a.btn {
    text-decoration: none;
}

.article a.btn-primary {
    color: var(--text-inverse);
}

.article-callout {
    margin: 28px 0;
    padding: 20px 22px;
    border-left: 3px solid var(--text-primary);
    background: var(--bg-light);
}

.article-callout p:last-child {
    margin-bottom: 0;
}

.article-table-wrap {
    margin: 24px 0;
    overflow-x: auto;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.article-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 580px;
}

.article-table th,
.article-table td {
    padding: 12px 10px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid var(--border);
}

.article-table th {
    color: var(--text-primary);
    font-size: 0.85rem;
    font-weight: 700;
}

.article-table tr:last-child td {
    border-bottom: 0;
}

.article-selection {
    margin: 0;
    padding: 0;
    list-style: none;
}

.article-selection-item {
    padding: 26px 0;
    border-bottom: 1px solid var(--border);
}

.article-selection-item:first-child {
    border-top: 1px solid var(--border);
}

.article-selection-item h3 {
    margin-top: 0;
}

.article-selection-item p:last-child {
    margin-bottom: 0;
}

.article-source-note {
    color: var(--text-muted) !important;
    font-size: 0.88rem !important;
    line-height: 1.6 !important;
}

.article-figure {
    max-width: 390px;
    margin: 32px auto;
}

.article-figure img {
    width: 100%;
}

.article-figure figcaption {
    margin-top: 12px;
    color: var(--text-muted);
    font-size: 0.85rem;
    line-height: 1.5;
    text-align: center;
}

.article-related {
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid var(--border);
}

.article-related ul {
    list-style: none;
    margin-left: 0;
}

.article-related li {
    margin-bottom: 12px;
}

.article-cta {
    margin-top: 44px;
    padding: 28px;
    border: 1px solid var(--border);
    border-radius: 10px;
    text-align: center;
    background: var(--bg-light);
}

.article-cta h2 {
    font-size: 1.25rem;
    margin: 0 0 8px;
}

.article-cta p {
    margin-bottom: 20px;
}

@media (max-width: 600px) {
    .article-wrap {
        padding: 104px 0 64px;
    }

    .article p,
    .article li,
    .article td,
    .article th {
        font-size: 1rem;
    }

    .article-callout,
    .article-cta {
        padding: 20px;
    }
}
