/*
 * VA Intro – Block Styles
 */

.va-intro-section {
    padding: 20px 0;
    background: #ffffff;
    text-align: center;
}

.va-intro-section h2 {
    font-size: 42px;
    font-weight: 500;
    color: #3051E6;
    line-height: 1.2;
    margin: 0 0 24px;
    font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
}

.va-intro-body {
    font-size: 16px;
    line-height: 1.6;
    color: #000022;
    max-width: 980px;
    margin: 0 auto;
    font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* WYSIWYG resets — keep editor output consistent */
.va-intro-body p {
    margin: 0 0 16px;
}

.va-intro-body p:last-child {
    margin-bottom: 0;
}

/* ── Container (shared utility; scoped here as fallback) ── */
.va-intro-section .va-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 40px;
}

/* ── Responsive ───────────────────────────────────────── */

@media (max-width: 768px) {
    .va-intro-section {
        padding: 48px 0;
    }

    .va-intro-section .va-container {
        padding: 0 20px;
    }

    .va-intro-section h2 {
        font-size: 28px;
    }
}
