/* Comparison articles (compare/*.html) */
.compare-main {
    max-width: 760px;
    margin: 0 auto;
    padding: 32px 24px 96px;
}

.compare-article h1 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
    line-height: 1.2;
}

.compare-lead {
    font-size: 1.05rem;
    color: #4b5563;
    line-height: 1.65;
    margin-bottom: 32px;
}

.compare-article h2 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #111827;
    margin: 28px 0 12px;
}

.compare-article p {
    font-size: 15px;
    line-height: 1.65;
    color: #374151;
    margin-bottom: 14px;
}

.compare-article ul {
    margin: 8px 0 16px 1.25rem;
    color: #374151;
    font-size: 15px;
    line-height: 1.6;
}

.compare-article li {
    margin-bottom: 8px;
}

.compare-table-wrap {
    overflow-x: auto;
    margin: 16px 0 24px;
}

.compare-table-wrap table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.compare-table-wrap th,
.compare-table-wrap td {
    border: 1px solid #e5e7eb;
    padding: 10px 12px;
    text-align: left;
    vertical-align: top;
}

.compare-table-wrap th {
    background: #f9fafb;
    font-weight: 600;
}

.compare-nav-top {
    margin-bottom: 20px;
    font-size: 14px;
}

.compare-nav-top a {
    color: #2563eb;
    text-decoration: none;
}

.compare-nav-top a:hover {
    text-decoration: underline;
}

.compare-cta {
    margin-top: 40px;
    padding: 24px;
    background: #eff6ff;
    border-radius: 12px;
    border: 1px solid rgba(37, 99, 235, 0.15);
}

.compare-cta p {
    margin-bottom: 16px;
}

.compare-btn {
    display: inline-block;
    background: #2563eb;
    color: #fff;
    padding: 10px 20px;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.compare-btn:hover {
    background: #1d4ed8;
}

/* Hub page */
.compare-hub h1 {
    margin-bottom: 8px;
}

.compare-hub-list {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
}

.compare-hub-list li {
    border-bottom: 1px solid #e5e7eb;
    padding: 14px 0;
}

.compare-hub-list a {
    color: #2563eb;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
}

.compare-hub-list a:hover {
    text-decoration: underline;
}

.compare-hub-list span {
    display: block;
    font-size: 14px;
    color: #6b7280;
    margin-top: 4px;
    font-weight: 400;
}

html.easyphone-dark .compare-article h1,
html.easyphone-dark .compare-article h2 {
    color: #f8fafc;
}

html.easyphone-dark .compare-lead,
html.easyphone-dark .compare-article p,
html.easyphone-dark .compare-article ul,
html.easyphone-dark .compare-article li {
    color: #cbd5e1;
}

html.easyphone-dark .compare-table-wrap th,
html.easyphone-dark .compare-table-wrap td {
    border-color: #334155;
    color: #e2e8f0;
}

html.easyphone-dark .compare-table-wrap th {
    background: #1e293b;
}

html.easyphone-dark .compare-cta {
    background: #1e293b;
    border-color: rgba(148, 163, 184, 0.25);
}

html.easyphone-dark .compare-hub-list li {
    border-color: #334155;
}

html.easyphone-dark .compare-hub-list span {
    color: #94a3b8;
}
