.volunteer-hero::before {
    background:
        linear-gradient(90deg, rgba(10, 4, 0, 0.86) 0%, rgba(10, 4, 0, 0.72) 42%, rgba(10, 4, 0, 0.4) 100%),
        linear-gradient(180deg, rgba(15, 102, 111, 0.2) 0%, rgba(10, 4, 0, 0.72) 100%),
        radial-gradient(circle at top right, rgba(251, 176, 35, 0.22), transparent 30%),
        radial-gradient(circle at bottom left, rgba(208, 88, 28, 0.16), transparent 30%);
}

.volunteer-hero-copy {
    max-width: 46rem;
}

.volunteer-hero-media {
    max-width: 32rem;
}

.volunteer-hero-video-shell {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
}

.volunteer-hero-video-frame {
    background: rgba(0, 0, 0, 0.2);
}

.volunteer-hero-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.volunteer-hero-video-frame:hover .volunteer-hero-video {
    transform: scale(1.03);
}

.volunteer-form-shell--hero {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(14px);
    box-shadow: 0 24px 48px rgba(10, 4, 0, 0.18);
}

.volunteer-logo-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 28px 54px rgba(10, 4, 0, 0.18);
    backdrop-filter: blur(14px);
}

.volunteer-form-icon {
    width: 5.75rem;
    height: 5.75rem;
    object-fit: contain;
    flex-shrink: 0;
}

.volunteer-reassurance-item {
    border: 1px solid rgba(10, 4, 0, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94));
    box-shadow: 0 10px 24px rgba(10, 4, 0, 0.05);
}

.volunteer-form-shell {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(10, 4, 0, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 250, 252, 0.96));
    box-shadow: 0 18px 42px rgba(10, 4, 0, 0.08);
}

.volunteer-form-shell::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 6px;
    background: linear-gradient(90deg, #fbb023 0%, #d0581c 50%, #0f666f 100%);
}

.volunteer-form-header {
    border: 1px solid rgba(10, 4, 0, 0.06);
    background: #ffffff;
}

@media (max-width: 768px) {
    .volunteer-hero-video-shell {
        padding: 0.75rem;
    }

    .volunteer-logo-card {
        padding: 1.25rem;
    }

    .volunteer-form-icon {
        width: 4.5rem;
        height: 4.5rem;
    }
}
