.seoArticles-page,
.seoArticle-page {
    background: #eff2f7;
    color: #172033;
    min-height: calc(100vh - 120px);
}

.seoArticles-hero {
    background: linear-gradient(135deg, #111c33 0%, #223455 100%);
    color: #ffffff;
    padding: 4rem 0;
}

.seoArticles-hero h1 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 900;
    line-height: 1.05;
    margin: 0 0 1rem;
    max-width: 820px;
}

.seoArticles-hero p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
    max-width: 760px;
}

.seoArticles-kicker,
.seoArticles-topic {
    background: #dff6ee;
    border-radius: 7px;
    color: #067a55;
    display: inline-flex;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    margin-bottom: 0.9rem;
    padding: 0.4rem 0.7rem;
    text-transform: uppercase;
}

.seoArticles-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.9rem;
}

.seoArticles-meta .seoArticles-topic {
    margin-bottom: 0;
}

.seoArticles-convocation {
    background: #e9d425;
    border-radius: 7px;
    color: #172033;
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.03em;
    padding: 0.4rem 0.65rem;
    text-transform: uppercase;
}

.seoArticles-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seoArticles-card {
    background: #ffffff;
    border: 1px solid #dbe3ee;
    border-radius: 18px;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.07);
    padding: 1.5rem;
}

.seoArticles-card h2 {
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1.25;
    margin: 0 0 0.75rem;
}

.seoArticles-card h2 a {
    color: #172033;
    text-decoration: none;
}

.seoArticles-card p {
    color: #5c6b80;
    font-size: 0.94rem;
    line-height: 1.65;
}

.seoArticles-read {
    color: #0d6efd;
    font-weight: 800;
    text-decoration: none;
}

.seoArticles-ad {
    background: #edf2f7;
    border: 1px solid #dbe3ee;
    border-radius: 16px;
    grid-column: 1 / -1;
    min-height: 180px;
    overflow: hidden;
    padding: 0.75rem;
}

.seoArticles-pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
    margin-top: 2rem;
}

.seoArticles-pagination a {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dbe3ee;
    border-radius: 999px;
    color: #172033;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    min-height: 42px;
    min-width: 42px;
    padding: 0.65rem 0.95rem;
    text-decoration: none;
}

.seoArticles-pagination a.is-active {
    background: #172033;
    border-color: #172033;
    color: #ffffff;
}

.seoArticle-shell {
    margin: 0 auto;
    max-width: 1180px;
    padding: 2rem 1rem 4rem;
}

.seoArticle-breadcrumb {
    color: #6b7280;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.seoArticle-breadcrumb a {
    color: #0d6efd;
    font-weight: 700;
    text-decoration: none;
}

.seoArticle-breadcrumb span {
    margin: 0 0.4rem;
}

.seoArticle-header {
    background: #ffffff;
    border: 1px solid #dbe3ee;
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    margin-bottom: 1.5rem;
    padding: 2rem;
    position: relative;
}

.seoArticle-headerTop {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
}

.seoArticle-share {
    bottom: 1.6rem;
    display: inline-flex;
    gap: 0.65rem;
    position: absolute;
    right: 1.6rem;
}

.seoArticle-shareBtn {
    align-items: center;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 1.2rem;
    height: 42px;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 42px;
}

.seoArticle-shareBtn:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.seoArticle-shareWhatsapp {
    background: #25d366;
    box-shadow: 0 10px 22px rgba(37, 211, 102, 0.24);
}

.seoArticle-shareTelegram {
    background: #229ed9;
    box-shadow: 0 10px 22px rgba(34, 158, 217, 0.24);
}

.seoArticle-header h1 {
    color: #172033;
    font-size: clamp(1.75rem, 3.6vw, 2.55rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.05;
    margin: 0 0 1rem;
}

.seoArticle-header p {
    color: #5c6b80;
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
    max-width: 820px;
    padding-right: 6rem;
}

.seoArticle-layout {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1fr) 330px;
}

.seoArticle-content,
.seoArticle-cta {
    background: #ffffff;
    border: 1px solid #dbe3ee;
    border-radius: 18px;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.06);
}

.seoArticle-content {
    padding: 2rem;
}

.seoArticle-content h2 {
    color: #172033;
    font-size: 1.45rem;
    font-weight: 900;
    margin: 2rem 0 0.75rem;
}

.seoArticle-content h2:first-child {
    margin-top: 0;
}

.seoArticle-content p,
.seoArticle-content li {
    color: #405064;
    font-size: 1rem;
    line-height: 1.8;
}

.seoArticle-miniTest {
    background: #f6f9fc;
    border: 1px solid #dbe3ee;
    border-radius: 16px;
    margin-top: 2rem;
    padding: 1.25rem;
}

.seoArticle-miniTest h2 {
    margin-top: 0;
}

.seoArticle-miniQuestion {
    background: #ffffff;
    border-radius: 12px;
    margin-top: 1rem;
    padding: 1rem;
}

.seoArticle-miniQuestion h3 {
    font-size: 1rem;
    font-weight: 800;
}

.seoArticle-miniQuestion ul {
    display: grid;
    gap: 0.5rem;
    list-style: none;
    margin: 0.75rem 0 0;
    padding: 0;
}

.seoArticle-miniQuestion li {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 0.75rem;
}

.seoArticle-miniQuestion li.is-correct {
    background: #e8f8f1;
    border-color: #10b981;
    color: #066a49;
    font-weight: 800;
}

.seoArticle-aside {
    align-self: start;
    position: sticky;
    top: 100px;
}

.seoArticle-cta {
    padding: 1.5rem;
}

.seoArticle-cta h2 {
    font-size: 1.2rem;
    font-weight: 900;
}

.seoArticle-cta p {
    color: #5c6b80;
    line-height: 1.6;
}

.seoArticle-btn {
    background: #10b981;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    padding: 0.85rem 1.1rem;
    text-decoration: none;
    width: 100%;
}

.seoArticle-ad {
    background: #edf2f7;
    border: 1px solid #dbe3ee;
    border-radius: 14px;
    overflow: hidden;
}

.seoArticle-ad-inArticle {
    margin: 1.5rem 0 0;
    min-height: 160px;
    padding: 0.75rem;
}

.seoArticle-ad-square {
    margin-top: 1.25rem;
    min-height: 280px;
    padding: 0.75rem;
}

@media (max-width: 991px) {
    .seoArticle-layout {
        grid-template-columns: 1fr;
    }

    .seoArticle-aside {
        position: static;
    }

    .seoArticle-ad-square {
        min-height: 180px;
    }
}

@media (max-width: 767px) {
    .seoArticles-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .seoArticles-hero {
        padding: 2.5rem 0;
    }

    .seoArticle-header,
    .seoArticle-content {
        padding: 1.25rem;
    }

    .seoArticle-headerTop {
        align-items: center;
    }

    .seoArticle-header p {
        padding-right: 0;
    }

    .seoArticle-share {
        justify-content: flex-end;
        margin-top: 1rem;
        position: static;
    }

    .seoArticle-shareBtn {
        height: 38px;
        width: 38px;
    }

    .seoArticle-ad-inArticle,
    .seoArticle-ad-square,
    .seoArticles-ad {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
        min-height: 150px;
    }
}
