.vof-contact-hero {
    padding: 80px 0 100px;
    background: var(--surface);
    position: relative;
    overflow: hidden;
    border-radius: 0 0 48px 48px;
}

.vof-contact-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 87, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 87, 255, 0.025) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.vof-contact-hero .container {
    position: relative;
    z-index: 1;
}

.vof-contact-hero__header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}

.vof-contact-hero__header .label-caps {
    display: block;
    text-align: center;
}

.vof-contact-hero__header h1 {
    margin-bottom: 16px;
}

.vof-contact-hero__header p {
    font-size: 1rem;
    color: var(--muted);
    line-height: 1.7;
}

@media (max-width: 768px) {
    .vof-contact-hero {
        padding: 60px 0 80px;
        border-radius: 0 0 32px 32px;
    }
}
