/* About + News — premium content pages */

.about-page,
.news-page {
    --vv-brand-1: #1e3a8a;
    --vv-brand-2: #667eea;
    --vv-brand-3: #764ba2;
    --vv-muted: #64748b;
    --vv-radius: 18px;
    --vv-shadow: 0 12px 32px rgba(30, 27, 75, 0.08);
}

.about-page {
    padding-bottom: 2rem;
}

.about-page > .container {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
}

.about-page h1 {
    font-size: clamp(1.55rem, 3.5vw, 2.15rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: var(--vv-brand-1);
    margin-bottom: 1.5rem;
}

.about-page .about-section {
    margin-bottom: 1.75rem;
    padding: 1.25rem 1.35rem;
    border-radius: var(--vv-radius);
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(102, 126, 234, 0.1);
    box-shadow: var(--vv-shadow);
}

.about-page .about-section h2,
.about-page .about-section h3 {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--vv-brand-1);
    margin-bottom: 0.85rem;
}

.about-page .about-section p {
    color: #475569;
    line-height: 1.6;
    margin-bottom: 0.75rem;
}

.about-page .about-section .list-group-item {
    border: none;
    padding: 0.65rem 0;
    background: transparent;
    color: #334155;
    line-height: 1.45;
}

.about-page .about-section .card {
    border-radius: 14px !important;
    border: 1px solid rgba(102, 126, 234, 0.1) !important;
    box-shadow: 0 6px 18px rgba(30, 27, 75, 0.05) !important;
}

.about-page .about-section .card-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--vv-brand-1);
}

.about-page .contact-card {
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(30, 27, 75, 0.06);
}

.about-page .contact-card:last-of-type {
    border-bottom: none;
}

.about-page .contact-card h5 {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--vv-brand-1);
    margin-bottom: 0.45rem;
}

.about-page .col-lg-4 > .card {
    border-radius: var(--vv-radius) !important;
    border: 1px solid rgba(102, 126, 234, 0.1) !important;
    box-shadow: var(--vv-shadow) !important;
}

.about-page .btn-outline-primary,
.about-page .btn-outline-success,
.about-page .btn-outline-info,
.about-page .btn-outline-danger {
    border-radius: 12px;
    font-weight: 600;
}

.about-page .btn-primary {
    border-radius: 999px;
    font-weight: 700;
    border: none;
    background: linear-gradient(135deg, var(--vv-brand-2), var(--vv-brand-3));
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.28);
}

/* News */
.news-page > .container {
    padding-top: 2.25rem;
    padding-bottom: 2rem;
}

.news-page h1 {
    font-size: clamp(1.55rem, 3.5vw, 2.15rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--vv-brand-1);
    margin-bottom: 1.75rem !important;
}

.news-page .news-card {
    border: none;
    border-radius: var(--vv-radius);
    overflow: hidden;
    box-shadow: var(--vv-shadow);
    margin-bottom: 1.35rem;
    background: #fff;
}

.news-page .news-card .card-header {
    background: linear-gradient(135deg, var(--vv-brand-2), var(--vv-brand-3)) !important;
    border: none;
    padding: 1rem 1.15rem;
}

.news-page .news-card .card-header h4 {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.news-page .news-card .card-body {
    padding: 1.15rem;
}

.news-page .news-card .embed-responsive,
.news-page .news-card iframe {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
}

.news-page .news-card .btn-primary {
    border-radius: 999px;
    font-weight: 700;
    border: none;
    background: linear-gradient(135deg, var(--vv-brand-2), var(--vv-brand-3));
    box-shadow: 0 6px 16px rgba(102, 126, 234, 0.28);
}

.news-page .pagination .page-link {
    border-radius: 10px;
    margin: 0 0.15rem;
    color: var(--vv-brand-1);
    font-weight: 600;
}

.news-page .pagination .page-item.active .page-link {
    background: linear-gradient(135deg, var(--vv-brand-2), var(--vv-brand-3));
    border-color: transparent;
}

@media (max-width: 767.98px) {
    .about-page > .container,
    .news-page > .container {
        padding-top: 1.15rem;
        padding-bottom: 1.25rem;
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }

    .about-page h1,
    .news-page h1 {
        font-size: clamp(1.28rem, 5.5vw, 1.5rem);
        margin-bottom: 1rem !important;
        text-align: left;
    }

    .about-page .about-section {
        padding: 1rem 0.95rem;
        margin-bottom: 0.95rem;
        border-radius: 16px;
    }

    .about-page .about-section h2,
    .about-page .about-section h3 {
        font-size: 1.05rem;
    }

    .about-page .about-section p,
    .about-page .about-section .list-group-item {
        font-size: 0.92rem;
    }

    .about-page .about-section .btn-primary,
    .about-page .col-lg-4 .btn {
        width: 100%;
        min-height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .about-page .col-lg-4 > .card {
        margin-bottom: 0.9rem !important;
        border-radius: 16px !important;
    }

    .about-page .col-lg-4 .card-title {
        font-size: 1.05rem;
        font-weight: 800;
        color: var(--vv-brand-1);
    }

    .about-page .d-flex.flex-wrap.gap-2 .btn {
        flex: 1 1 calc(50% - 0.35rem);
    }

    .news-page .news-card {
        border-radius: 16px;
        margin-bottom: 1rem;
    }

    .news-page .news-card .card-header {
        padding: 0.85rem 0.95rem;
        text-align: left !important;
    }

    .news-page .news-card .card-header h4 {
        font-size: 0.98rem;
    }

    .news-page .news-card .card-body {
        padding: 0.95rem;
    }

    .news-page .news-card iframe {
        height: 220px !important;
    }

    .news-page .news-card .btn-primary {
        width: 100%;
        min-height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .news-page .pagination {
        flex-wrap: wrap;
        gap: 0.25rem;
    }

    .news-page .pagination .page-link {
        font-size: 0.85rem;
        padding: 0.45rem 0.7rem;
    }
}
