/* Support Our Work — hero; shared .iaoa-page-hero shell in main.css */

#project-priorities,
#ways-to-support,
#support-inquiry {
    scroll-margin-top: 6rem;
}

.support-our-work-hero {
    min-height: clamp(22rem, 58vh, 38rem);
    padding-top: 4.5rem;
    padding-bottom: 5rem;
}

.support-our-work-hero__inner {
    width: 100%;
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.support-our-work-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 1.5rem;
    padding: 0.45rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.95);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
}

.support-our-work-hero__badge-dot {
    flex-shrink: 0;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #f5dfad;
    box-shadow: 0 0 0 2px rgba(245, 223, 173, 0.35);
}

.support-our-work-hero__title {
    margin: 0 auto 1.25rem;
    max-width: 52rem;
    font-size: clamp(2rem, 4.8vw + 0.65rem, 3.15rem);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.02em;
    color: #fff;
}

.support-our-work-hero__lead {
    margin: 0 auto 2rem;
    max-width: 52rem;
    font-size: clamp(1rem, 0.9vw + 0.9rem, 1.2rem);
    font-weight: 400;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.92);
}

.support-our-work-hero__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem 1.5rem;
}

@media (min-width: 768px) {
    .support-our-work-hero__actions {
        gap: 1.25rem 2rem;
    }
}

/* Sections */

.support-our-work-section {
    padding: 4rem 0 5rem;
}

.support-our-work-priorities {
    background: #fff;
}

.support-our-work-priorities__head {
    max-width: 44rem;
    margin: 0 0 2.25rem;
}

.support-our-work-priorities__kicker {
    margin: 0 0 0.75rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #2563eb;
}

.support-our-work-priorities__title {
    margin: 0 0 0.85rem;
    font-size: clamp(1.65rem, 2vw + 0.85rem, 2.15rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.support-our-work-priorities__intro {
    margin: 0;
    max-width: 40rem;
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #64748b;
}

.support-our-work-priorities__list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.support-our-work-priority-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
    padding: 1.5rem 1.35rem;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 24px;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

@media (min-width: 768px) {
    .support-our-work-priority-card {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 1.5rem;
        padding: 1.65rem 1.75rem;
    }
}

.support-our-work-priority-card__body {
    flex: 1;
    min-width: 0;
}

.support-our-work-priority-card__badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.75rem;
    padding: 0.2rem 0.65rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #0f172a;
    background: rgba(15, 23, 42, 0.06);
    border-radius: 999px;
}

.support-our-work-priority-card__badge--youth {
    color: #5b21b6;
    background: rgba(91, 33, 182, 0.1);
}

.support-our-work-priority-card__badge--education {
    color: #047857;
    background: rgba(4, 120, 87, 0.1);
}

.support-our-work-priority-card__badge--reports {
    color: #334155;
    background: rgba(51, 65, 85, 0.1);
}

.support-our-work-priority-card__badge--culture {
    color: #9a3412;
    background: rgba(154, 52, 18, 0.1);
}

.support-our-work-priority-card__badge--communication {
    color: #0369a1;
    background: rgba(3, 105, 161, 0.1);
}

.support-our-work-priority-card__title {
    margin: 0 0 0.55rem;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.35;
    color: #0f172a;
}

.support-our-work-priority-card__text {
    margin: 0;
    max-width: 42rem;
    font-size: 0.875rem;
    line-height: 1.65;
    color: #64748b;
}

.support-our-work-priority-card__btn {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    padding: 0.65rem 1.15rem;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    color: #0f172a;
    text-decoration: none;
    white-space: nowrap;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 999px;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

@media (min-width: 768px) {
    .support-our-work-priority-card__btn {
        align-self: center;
    }
}

.support-our-work-priority-card__btn:hover {
    color: #0f172a;
    background: #f8fafc;
    border-color: rgba(15, 23, 42, 0.2);
}

/* Ways to support */

.support-our-work-ways {
    background: #f4f8fc;
}

.support-our-work-ways__head {
    max-width: 44rem;
    margin: 0 0 2.25rem;
}

.support-our-work-ways__kicker {
    margin: 0 0 0.75rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #2563eb;
}

.support-our-work-ways__title {
    margin: 0 0 0.85rem;
    font-size: clamp(1.65rem, 2vw + 0.85rem, 2.15rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.support-our-work-ways__intro {
    margin: 0;
    max-width: 40rem;
    font-size: 0.9375rem;
    line-height: 1.7;
    color: #64748b;
}

.support-our-work-ways__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .support-our-work-ways__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.25rem;
    }
}

.support-our-work-ways-card {
    height: 100%;
    padding: 1.5rem 1.35rem;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 18px;
    box-shadow: 0 6px 22px rgba(15, 23, 42, 0.05);
}

.support-our-work-ways-card__title {
    margin: 0 0 0.65rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    color: #0f172a;
}

.support-our-work-ways-card__text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.65;
    color: #64748b;
}

.support-our-work-ways__note {
    margin: 0 0 1.25rem;
    padding: 1.15rem 1.35rem;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.65;
    color: #475569;
    background: #eef4fb;
    border: 1px solid rgba(37, 99, 235, 0.08);
    border-radius: 16px;
}

/* Support inquiry form — full width, separate from note above */

.support-our-work-inquiry-card {
    width: 100%;
    margin: 0;
    padding: 2rem 1.75rem;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 20px;
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.04),
        0 12px 32px rgba(15, 23, 42, 0.06);
}

@media (min-width: 576px) {
    .support-our-work-inquiry-card {
        padding: 2.25rem 2rem;
    }
}

.support-our-work-inquiry-card__kicker {
    margin: 0 0 0.75rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #2563eb;
}

.support-our-work-inquiry-card__title {
    margin: 0 0 0.5rem;
    font-size: clamp(1.35rem, 1.6vw + 0.85rem, 1.75rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.support-our-work-inquiry-card__lead {
    margin: 0 0 1.75rem;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: #64748b;
}

.support-our-work-inquiry-card__vue-wrap[hidden] {
    display: none;
}

.support-our-work-inquiry-card .iaoa-el-form .el-select {
    width: 100%;
}

.support-our-work-inquiry-card .iaoa-el-form .el-select .el-select__wrapper {
    min-height: 2.75rem;
    padding: 0.35rem 0.85rem;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 12px;
    box-shadow: none;
}

.support-our-work-inquiry-card .iaoa-el-form .el-select .el-select__wrapper:hover,
.support-our-work-inquiry-card .iaoa-el-form .el-select:hover .el-select__wrapper {
    border-color: rgba(37, 99, 235, 0.35);
}

.support-our-work-inquiry-card .iaoa-el-form .el-select .el-select__wrapper.is-focused,
.support-our-work-inquiry-card .iaoa-el-form .el-select.is-focused .el-select__wrapper {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.support-our-work-inquiry-card .iaoa-el-form .el-select .el-select__placeholder,
.support-our-work-inquiry-card .iaoa-el-form .el-select .el-select__selected-item {
    font-size: 0.9375rem;
    color: #0f172a;
}

.support-our-work-inquiry-card .iaoa-el-form .el-select .el-select__placeholder {
    color: #94a3b8;
}
