.vol-hero,
.volunteer-hero {
    min-height: 45vh;
    background: linear-gradient(rgba(15, 23, 42, 0.78), rgba(15, 23, 42, 0.78)), url('/import/divyaability-foundation-city-skyline-banner-1376x271.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: white;
    text-align: center;
}

.vol-form-card {
    background: white;
    border-radius: 40px;
    padding: 60px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.1);
    margin-top: -100px;
    position: relative;
    z-index: 10;
}

.volunteer-input {
    background: var(--neutral-50);
    border: 1px solid var(--neutral-200);
    border-radius: var(--radius);
    padding: 0.9rem 1rem;
}

.volunteer-input:focus {
    background: var(--white);
    border-color: var(--accent);
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.1);
}

.benefit-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.vol-input {
    background: #fdfaf7;
    border: 2px solid #f1f1f1;
    border-radius: 15px;
    padding: 15px 20px;
    transition: all 0.3s ease;
}

.vol-input:focus {
    background: white;
    border-color: var(--gold);
    box-shadow: none;
}

.vol-role-card {
    border: 2px solid #eee;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vol-role-card:hover, .vol-role-card.active {
    border-color: var(--gold);
    background: rgba(255, 215, 0, 0.05);
}

.benefit-box {
    background: #fdfaf7;
    border-radius: 25px;
    padding: 30px;
    height: 100%;
}

@media (max-width: 991px) {
    .vol-form-card { padding: 40px 20px; margin-top: -50px; }
}

@media (max-width: 575px) {
    .volunteer-hero {
        min-height: auto;
        padding: 6rem 0 4rem;
    }

    .premium-form-container form {
        padding: 1.25rem !important;
    }
}
