.volunteer-banner {
    background-image: url(/static/image/v-banner.jpg);
    background-position: center 38%;
}

.volunteer-care-section {
    padding: 180px 0;
    background: #fff;
}

.volunteer-care-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(40px, 6vw, 100px);
}

.volunteer-care-content {
    flex: 1 1 50%;
    max-width: 620px;
}

.volunteer-care-content .section-tip {
    text-align: left;
    margin-bottom: 12px;
}

.volunteer-care-title.section-title {
    text-align: left;
    padding-bottom: clamp(28px, 3vw, 40px);
}

.volunteer-care-features {
    margin: 0;
    padding: 0;
    list-style: none;
}

.volunteer-care-feature {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: clamp(22px, 2.5vw, 28px) 0;
    border-bottom: 1px solid #e8edf3;
}

.volunteer-care-feature:hover .checked-icon {
    transform: rotateY(180deg);
}

.volunteer-care-feature:first-child {
    padding-top: 0;
}

.volunteer-care-feature:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.checked-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
}

.volunteer-care-feature__body {
    flex: 1;
    min-width: 0;
}

.volunteer-care-feature__text {
    margin: 0;
    color: #4e5a70;
    font-size: clamp(15px, 0.95vw, 17px);
    font-weight: 400;
    line-height: 1.8;
}

.volunteer-care-feature__sub {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.volunteer-care-feature__sub li {
    position: relative;
    margin: 0 0 8px;
    padding-left: 16px;
    color: #5a6478;
    font-size: clamp(14px, 0.9vw, 16px);
    font-weight: 400;
    line-height: 1.75;
}

.volunteer-care-feature__sub li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--orange-color);
    transform: translateY(-50%);
}

.volunteer-care-feature__sub li:last-child {
    margin-bottom: 0;
}

.volunteer-care-visual {
    flex: 1 1 46%;
    max-width: 800px;
    position: relative;
}

.volunteer-care-visual::after {
    content: "";
    background-image: url(/static/image/about-1-shape-2.png);
    position: absolute;
    right: 2vw;
    bottom: -1vw;
    width: 8vw;
    height: 8vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    animation: moveLeftRight 2s linear infinite;
}

@keyframes moveLeftRight {
    0% {
        transform: rotate(-90deg) translateY(0);
    }

    50% {
        transform: rotate(-90deg) translateY(10px);
    }

    100% {
        transform: rotate(-90deg) translateY(0);
    }
}

.volunteer-care-visual__frame {
    width: fit-content;
    position: relative;
    padding: clamp(24px, 3vw, 36px);
    border-radius: 20px;
    background: #f0f3f7;
}

.volunteer-care-visual__media {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.volunteer-care-visual__media::after {
    content: "";
    position: absolute;
    left: 0;
    top: -25%;
    z-index: 2;
    width: 100%;
    height: 12%;
    background: linear-gradient(180deg,
            transparent 0%,
            rgba(255, 114, 0, 0.1) 38%,
            rgba(255, 114, 0, 0.2) 50%,
            rgba(255, 114, 0, 0.1) 62%,
            transparent 100%);
    pointer-events: none;
}

.volunteer-care-visual__media:hover::after {
    animation: volunteer-care-shine 0.75s ease forwards;
}

@keyframes volunteer-care-shine {
    0% {
        top: -25%;
    }

    100% {
        top: 110%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .volunteer-care-visual__media:hover::after {
        animation: none;
    }
}

.volunteer-care-visual__media--main {
    display: block;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(1, 93, 178, 0.12);
}

.volunteer-care-visual__main {
    display: block;
    width: 560px;
    border-radius: 16px;
    object-fit: cover;
    object-position: center 80%;
}

.volunteer-care-visual__media--overlap {
    position: absolute;
    right: -10%;
    top: -36%;
    width: 300px;
    border-radius: 14px;
    border: 5px solid #fff;
    box-shadow: 0 20px 48px rgba(1, 93, 178, 0.18);
    transform: translate(12%, 14%);
}

.volunteer-care-visual__overlap {
    display: block;
    width: 290px;
    aspect-ratio: 7 / 9;
    border-radius: 9px;
    object-fit: cover;
}

/* 數據與成效 */
.volunteer-stats-section {
    padding: clamp(72px, 8vw, 100px) 0;
    position: relative;
    background-image: url(/static/image/number-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    

    /* &::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
      
        z-index: 1;
    } */

    &::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.96);
        z-index: 2;
    }

    .my-container {
        position: relative;
        z-index: 3;
    }
}

.volunteer-stats-section .section-tip,
.volunteer-stats-section .section-title,
.volunteer-stats-section .section-sub-title {
    text-align: center;
}

.volunteer-stats-section .section-sub-title {
    /* color: #ffffff; */
    padding-bottom: clamp(40px, 5vw, 56px);
}

.volunteer-stats-grid {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: clamp(32px, 8vw, 120px);
    flex-wrap: wrap;
}

.volunteer-stat-item {
    flex: 0 1 auto;
    min-width: 140px;
    text-align: center;
}

.volunteer-stat-item__num {
    margin: 0 0 12px;
    font-family: Georgia, "Times New Roman", "Noto Serif TC", serif;
    font-size: clamp(46px, 5.5vw, 72px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--main-color);
}

.volunteer-stat-item__value {
    display: inline-block;
}

.volunteer-stat-item__label {
    margin: 0;
    color: var(--orange-color);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.volunteer-stat-item__subLabel {
    margin: clamp(10px, 1.2vw, 14px) auto 0;
    padding-top: clamp(10px, 1.2vw, 14px);
    max-width: 200px;
    border-top: 1px solid rgba(1, 93, 178, 0.12);
    color: #5a6478;
    font-size: clamp(13px, 0.85vw, 15px);
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.02em;
}

.volunteer-stats-time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    margin: clamp(36px, 4.5vw, 52px) auto 0;
    padding: 10px 24px 10px 20px;
    max-width: 100%;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(1, 93, 178, 0.14);
    box-shadow: 0 4px 20px rgba(1, 93, 178, 0.08);
    text-align: center;
}

.volunteer-stats-section .volunteer-stats-time {
    display: flex;
    width: fit-content;
}

.volunteer-stats-time__label {
    display: inline-flex;
    align-items: center;
    padding-right: 14px;
    margin-right: 14px;
    border-right: 1px solid rgba(1, 93, 178, 0.18);
    color: var(--main-color);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.4;
    white-space: nowrap;
}

/* .volunteer-stats-time__label::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 8px;
    border-radius: 50%;
    background: var(--orange-color);
    flex-shrink: 0;
} */

.volunteer-stats-time__value {
    color: #4e5a70;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

/* 服務對象與申請 */
.volunteer-apply-section {
    padding: clamp(80px, 8vw, 120px) 0;
    background: linear-gradient(180deg, #f6f9fc 0%, #ffffff 40%);

    /* .my-container {
        display: flex;
        justify-content: center;
    } */
}

.volunteer-apply-layout {
    display: flex;
    align-items: flex-start;
    gap: clamp(32px, 5vw, 64px);
}

.volunteer-apply-intro {
    flex: 1 1 42%;
    max-width: 570px;
}

.volunteer-apply-intro .section-tip {
    text-align: left;
}

.volunteer-apply-title.section-title {
    text-align: left;
    padding-bottom: 16px;
}

.volunteer-apply-lead {
    margin: 0 0 20px;
    color: #4e5a70;
    font-size: clamp(15px, 0.95vw, 17px);
    line-height: 1.8;
}

.volunteer-apply-targets {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.volunteer-apply-targets li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 18px;
    color: #5a6478;
    font-size: 15px;
    line-height: 1.7;
}

.volunteer-apply-targets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--orange-color);
    transform: translateY(-50%);
}

.volunteer-apply-note {
    margin: 0;
    padding: 14px 16px;
    border-radius: 10px;
    background: rgba(1, 93, 178, 0.06);
    color: var(--deep-blue-color);
    font-size: 14px;
    line-height: 1.65;
}

.volunteer-apply-form-wrap {
    flex: 1 1 58%;
    min-width: 0;
}

.volunteer-apply-form {
    padding: 60px 100px;
    border-radius: 6px;
    background: rgba(1, 93, 178, 0.08);
    box-shadow: 0 16px 48px rgba(1, 93, 178, 0.08);

    .layui-input {
        height: 48px;
    }

    .layui-form-item {
        margin-bottom: 18px;
    }

    .layui-form-radio>* {
        font-size: 16px;
    }

    .layui-input, .layui-textarea {
        font-size: 16px;
    }
}

.volunteer-apply-form .layui-form-label {
    width: 100px;
    font-size: 16px;
    padding: 9px 12px 9px 0;
    color: var(--deep-blue-color);
    font-weight: 600;
}

.volunteer-apply-form .layui-input-block {
    margin-left: 116px;
}

.volunteer-apply-form-actions {
    padding-top: 18px;

    .layui-input-block {
        display: flex;
        justify-content: center;
    }
}

.volunteer-apply-form .layui-input,
.volunteer-apply-form .layui-textarea,
.volunteer-apply-form select {
    border-radius: 8px;
    border-color: #dce3ed;
}

.volunteer-apply-form .layui-input:focus,
.volunteer-apply-form .layui-textarea:focus {
    border-color: var(--main-color) !important;
}

.volunteer-apply-form .layui-form-radio>i:hover,
.volunteer-apply-form .layui-form-radioed>i {
    color: var(--orange-color);
}

.volunteer-apply-form .layui-form-radioed>div {
    color: var(--orange-color);
}

.volunteer-apply-form-actions .layui-input-block {
    margin-left: 116px;
}

.volunteer-apply-submit.layui-btn {
    height: 48px;
    line-height: 48px;
    padding: 0 48px;
    border: none;
    border-radius: 999px;
    background: var(--orange-color);
    font-size: 16px;
    font-weight: 700;
}

.volunteer-apply-submit.layui-btn:hover {
    transform: translateY(2px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.volunteer-apply-reset.layui-btn-primary {
    height: 48px;
    line-height: 48px;
    margin-left: 12px;
    border-radius: 999px;
    border-color: #dce3ed;
    color: #5a6478;
}

/* 義工服務回顧 */
.volunteer-review-section {
    padding: 30px 0 180px 0;
    background: #fff;
}

.volunteer-review-section .section-sub-title {
    padding-bottom: clamp(28px, 3.5vw, 40px);
}

.volunteer-review-section .img-video-wrapper {
    margin-top: 0;
}