.aslpn-volunteer-wrap {
    max-width: 980px;
    margin: 30px auto;
    padding: 0 16px;
    font-family: inherit;
}

.aslpn-volunteer-card {
    background: #ffffff;
    border: 1px solid #e7eaf0;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(10, 31, 68, 0.08);
    overflow: hidden;
}

.aslpn-volunteer-heading {
    padding: 34px 34px 18px;
    background: linear-gradient(135deg, #0b3b2e 0%, #155f49 55%, #d7b46a 100%);
    color: #ffffff;
}

.aslpn-kicker {
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 12px;
    font-weight: 700;
    opacity: 0.85;
}

.aslpn-volunteer-heading h2 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: clamp(26px, 4vw, 38px);
    line-height: 1.14;
}

.aslpn-volunteer-heading p {
    margin: 0;
    max-width: 680px;
    color: rgba(255, 255, 255, 0.9);
}

.aslpn-timezone-note {
    margin: 24px 34px 0;
    padding: 13px 16px;
    background: #fff8e6;
    border: 1px solid #f0dca4;
    border-radius: 12px;
    color: #5c4516;
    font-size: 14px;
}

.aslpn-alert {
    margin: 18px 34px 0;
    padding: 14px 16px;
    border-radius: 12px;
    font-weight: 600;
}

.aslpn-alert-success {
    background: #e9f8ee;
    color: #145c2e;
    border: 1px solid #bfe8cc;
}

.aslpn-alert-error {
    background: #fff0f0;
    color: #9d1c1c;
    border: 1px solid #fac6c6;
}

.aslpn-volunteer-form {
    padding: 28px 34px 34px;
}

.aslpn-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.aslpn-volunteer-form label span {
    display: block;
    margin-bottom: 7px;
    font-weight: 700;
    color: #1c2838;
}

.aslpn-volunteer-form input[type="text"],
.aslpn-volunteer-form input[type="email"],
.aslpn-volunteer-form select,
.aslpn-volunteer-form textarea {
    width: 100%;
    min-height: 46px;
    border: 1px solid #ccd3df;
    border-radius: 10px;
    padding: 10px 12px;
    background: #ffffff;
    color: #172033;
    font-size: 15px;
    box-sizing: border-box;
}

.aslpn-volunteer-form textarea {
    min-height: 110px;
    resize: vertical;
}

.aslpn-volunteer-form input:focus,
.aslpn-volunteer-form select:focus,
.aslpn-volunteer-form textarea:focus {
    outline: none;
    border-color: #155f49;
    box-shadow: 0 0 0 3px rgba(21, 95, 73, 0.12);
}

.aslpn-full-width {
    grid-column: 1 / -1;
}

.aslpn-consent {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin: 22px 0;
    padding: 16px;
    border: 1px solid #e3e7ee;
    border-radius: 12px;
    background: #f8fafc;
}

.aslpn-consent input {
    margin-top: 4px;
}

.aslpn-consent span {
    margin: 0;
    font-weight: 500;
    color: #1c2838;
}

.aslpn-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    background: #155f49;
    color: #ffffff;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.aslpn-submit-btn:hover,
.aslpn-submit-btn:focus {
    background: #0f4f3d;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(21, 95, 73, 0.22);
}

@media (max-width: 720px) {
    .aslpn-volunteer-heading,
    .aslpn-volunteer-form {
        padding-left: 22px;
        padding-right: 22px;
    }

    .aslpn-timezone-note,
    .aslpn-alert {
        margin-left: 22px;
        margin-right: 22px;
    }

    .aslpn-form-grid {
        grid-template-columns: 1fr;
    }
}
