
main {
    background: #fff;
}

.seo-h1 {
    height: 0px;
    width: 0px;
    padding: 0px;
    margin: 0px;
    transform: scale(0);
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.center{
    text-align: center;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝
 KV
＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#kv-banner {
    margin-top: 70px;
    background-image: url("../img/kv-bg.webp");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
}
.kv-content{
    width: 45%;
    margin: auto;
    text-align: center;
    z-index: 2;
    position: relative;
}

.kv-content .headline {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}

.kv-img{
    width: 55%;
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    margin: 2rem auto;
}
.kv-img img {
    max-width: 90%;
    height: auto;
    z-index: 2;
}

@media (max-width: 900px) {
    .kv-content{
        width: 90%;
        margin-top: 80px;
    }
    .kv-content .headline{
        font-size: 33px;
    }
    .kv-img {
        width: 80%;
    }
    .kv-img img {
        max-width: 100%;
    }
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
第一區-mission
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#mission {
    background-color: #fff;
    padding: 50px 24px 0;
    margin: 0 auto;
}

#mission h2 {
    color: #00a19b;
    margin-bottom: 50px;
}

.mission-content{
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    padding: 0 20px;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: justify;
}

.mission-content em{
    font-size: 18px;
    letter-spacing: 1.5px;
    font-weight: 700;
}

#mission hr {
  border: none; /* 移除預設邊框 */
  height: 120px; /* 設定高度，可依圖片高度調整 */
  background: url('../img/line.svg') no-repeat center center;
  background-size: contain; /* 讓圖片保持比例縮放 */
  margin-top: 20px;
}

@media (max-width: 500px) {
    #mission hr {
        border: none; /* 移除預設邊框 */
        height: 100px; /* 設定高度，可依圖片高度調整 */
        background: url('../img/line-m.svg') no-repeat center center;
        background-size: contain; /* 讓圖片保持比例縮放 */
        margin-bottom: 0;
    }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
第二區-result
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#result {
    padding: 120px 24px;
    margin: 0 auto;
    background: linear-gradient(#FFF, #FFFAEB ,#FFF );
}
#result h2 {
    color: #00a19b;
    margin-bottom: 50px;
}
.result-content{
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    padding: 0 20px;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: justify;
}
.result-content em{
    font-size: 18px;
    letter-spacing: 1.5px;
    font-weight: 700;
}
.card-three{
    margin: 0 auto;
    flex: 1 1 200px;
    margin: 3%;
    /* border-radius: 16px ;
    filter: drop-shadow(2px 8px 15px rgba(179, 179, 179, 0.20)); */
    text-align: center;
}
.card-three img{
    width: 80%;
}
.card-three h3{
    margin-top: 20px;
    margin-bottom: 0;
}
.card-three p{
    margin-top: 0;
}
.card-three .key-results em{
    font-size: 2rem;
    font-weight: 900;
    color: #ff8563;
}

.result-info{
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    text-align: center;
    padding-top: 10px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
第三區-platform
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#platform {
    background: linear-gradient(#FFF, #edffef ,#FFF );
    padding: 80px 24px;
    margin: 0 auto;
    margin-bottom: 30px;
}
#platform h2 {
    color: #00a19b;
    margin-bottom: 50px;
}

.card-four{
    margin: 0 auto;
    /* flex: 1 1 210px;
    margin: 2%; */
    width: 22%;
    border-radius: 16px ;
    background-color: #fff;
    filter: drop-shadow(2px 8px 15px rgba(179, 179, 179, 0.20));
}

#platform .platform-img {
    width: 100%;
    max-height: 180px;
    overflow: hidden;
}

.platform-img .img {
    width: 100%;
    border-radius: 16px 16px 0 0;
}

.platform-info {
    padding: 16px;
    text-align: justify;
}

.platform-info h3 {
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    color: #00a19b;
}
.platform-info p{
    margin: 10px auto;
}

#platform button {
    margin: auto;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 860px) {
    .card-four{
        width: 40%;
        margin-bottom: 20px;
    }
}
@media (max-width: 500px) {
    .card-four{
        width: 100%;
    }
}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
第四區-donation-steps
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#donation-steps {
    background: linear-gradient(#FFF, #edffef ,#FFF );
    padding: 80px 24px;
    margin: 0 auto;
    text-align: center;
}
#donation-steps h2 {
    color: #00a19b;
    margin-bottom: 50px;
}

.card-three-w{
    margin: 0 auto;
    flex: 1 1 200px;
    margin: 3%;
    border-radius: 16px ;
    background-color: #fff;
    filter: drop-shadow(2px 8px 15px rgba(179, 179, 179, 0.20));
}

.step-bar{
    background-color: #ff8563;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 5px;
    border-radius: 16px 16px 0 0;
}

.donation-steps-img {
    max-height: 150px;
    overflow: hidden;
}


.donation-steps-img img {
    width: 150px;
    display: block;
    margin: 10px auto ;

}


.donation-steps-info {
    padding: 16px;
    text-align: center;
}

.donation-steps-info h3 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #00a19b;
}

.donation-steps-info p {
    margin-bottom: 0;
}

#donation-steps button {
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (max-width: 500px) {
    
}