/* ============================================
   頁面名稱：創作者金流平台 - 綠界科技ECPay
   製作日期：2026-05-20
   ============================================ */

/* ---- 共用設定 ---- */
.site-body {
    width: 100%;
    min-width: 1400px;
    position: relative;
    background: #FFF;
}
  .site-body.sbd-2 {
    padding-top: 80px;
}
@media (max-width: 768px) {
    .site-body {
      min-width: 0;
    }
}

.site-content {
    width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}

/* ---- 全域 ---- */
img {
    max-width: 100%;
    display: block;
}
p { line-height: 1.7; }

/* 佔位圖 */
.img-ph {
    background: linear-gradient(135deg, #d8d8d8 0%, #c8c8c8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-size: 13px;
    border-radius: 8px;
    flex-shrink: 0;
}

/* 區塊標題 */
.sec-head {
    text-align: center;
    margin-bottom: 36px; 
}
.sec-head h2 {
    font-size: 30px;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 10px;
}
.sec-head p {
    font-size: 18px;
    color: #212121;
    line-height: 1.7;
}
@media (max-width: 768px) {
    .sec-head {
        margin-bottom: 24px; 
    }
    .sec-head h2 { font-size: 20px; }
    .sec-head p { font-size: 14px; }
}

/* 進場動畫 */
[class^="se-"] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
[class^="se-"].ani {
    opacity: 1;
    transform: translateY(0);
}

/* 主色按鈕 */
.btn-main {
    width: 310px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #089141;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 10px;
    border-radius: 15px;
    text-decoration: none;
    transition: .2s;
}
.btn-main.on-touch { background: #067030; }

/* 白色外框按鈕 */
.btn-outline-white {
    display: inline-block;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 32px;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.25s;
}
.btn-outline-white:hover {
    background: #fff;
    color: #089141;
}

/* 綠色外框按鈕 */
.btn-outline-g {
    width: 156px;
    height: 40px;
    border-radius: 4px;
    font-size: 18px;
    color: #089141;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    border: 1px solid #089141;
    transition: .2s;
}
.btn-outline-g.on-touch { 
    color: #FFF; 
    background-color: #089141;
}

/* ============================================
   Section 0：KV / Hero
   ============================================ */
.scw-kv {
    background: url('../images/main-bg.jpg') center top no-repeat;
    padding-top: 80px;
    overflow: hidden;
    min-width: 1400px;
}
.kv-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 645px;
    padding: 112px 0 65px;
}
.kv-left {
    max-width: 52%;
}
.kv-eyebrow {
    font-size: 54px;
    color: #1e201d;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 12px;
}
.kv-title {
    font-size: 78px;
    font-weight: bold;
    color: #089141;
    line-height: 1.1;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
}
.kv-desc {
    font-size: 24px;
    font-weight: bold;
    color: #242223;
    line-height: 1.9;
}
.scw-kv .btn-main {
    margin-top: 50px;
}
@media (max-width: 768px) {
    .scw-kv { 
        padding-top: 50px;
        background: url('../images/main-bg-m.jpg') center 50% / cover no-repeat;
        min-width: 0px;
    }
    .kv-wrap {
        height: 725px;
        flex-direction: column;
        align-items: center;
        min-height: auto;
        padding: 56px 0;
    }
    .kv-left {
        max-width: 100%;
    }
    .kv-eyebrow {
        font-size: 40px;
        margin-bottom: 8px;
    }
    .kv-title {
        font-size: 50px;
        margin-bottom: 15px;
        text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
    }
    .kv-desc {
        font-size: 20px;
        line-height: 1.5;
    }
    .scw-kv .btn-main {
        margin-top: 20px;
        width: 174px;
        height: 40px;
        font-size: 14px;
        border-radius: 8px;
    }
}
@media (max-width: 568px) {
    .kv-eyebrow {
        font-size: 30px;
    }
    .kv-title {
        font-size: 40px;
    }
    .kv-desc {
        font-size: 14px;
    }
}

/* ============================================
   Section 1：您是否也有這樣的困擾？
   ============================================ */
.scw-pain {
    background: #FFF;
}

/* 讓 scw_1 的 .site-content 無左右 padding，讓圓角卡片貼滿 1400px */
#scw_1 .site-content {
    padding: 0;
}

/* 圓角陰影卡片 */
.pain-wrap {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 6px 40px rgba(0,0,0,0.09);
    padding: 55px 40px 50px;
    top: -60px;
    position: relative;
    margin-bottom: -60px;
}

.swiper-pgd {
    width: 100%;
    position: relative;
}
.swiper-pgd .swiper-wrapper {
    align-items: stretch;  /* 以最高卡片為基準，等高撐開 */
}
.swiper-pgd .swiper-slide {
    width: 314px;
    height: auto;          /* 交由 flexbox stretch 決定，不寫死高度 */
    min-height: 116px;
    background: #1a92b5;
    border-radius: 14px;
    padding: 24px 60px 35px;
    position: relative;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.swiper-pgd .swiper-slide:before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background: url(../images/s1-quotationmarks.svg) center center / contain no-repeat;
    position: absolute;
    left: 25px;
    top: 25px;
}
.swiper-pgd .swiper-slide:after {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background: url(../images/s1-quotationmarks.svg) center center / contain no-repeat;
    position: absolute;
    right: 25px;
    bottom: 30px;
    transform: rotate(180deg);
}
.swiper-pgd .swiper-slide:nth-child(2n) {
    background: #19b586;
}
.swiper-pgd .pain-text {
    font-size: 18px;
    color: #FFF;
    line-height: 1.6;
}
.scw-pain .swiper-pagination {
    width: 100%;
    display: none;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    position: static;
}
.scw-pain .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: #CDCDCD;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.scw-pain .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #13AB67;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
@media (max-width: 768px) {
    .swiper-pgd .swiper-slide {
        padding: 20px 50px 30px;
    }
    .swiper-pgd .swiper-slide:before {
        width: 20px;
        height: 20px;
        left: 20px;
        top: 20px;
    }
    .swiper-pgd .swiper-slide:after {
        width: 20px;
        height: 20px;
        right: 20px;
        bottom: 30px;
        transform: rotate(180deg);
    }
    .swiper-pgd .pain-text {
        font-size: 16px;
        line-height: 1.4;
    }
    .scw-pain .swiper-pagination {
        display: flex;
    }
}
@media (max-width: 568px) {
    .swiper-pgd .swiper-slide {
        min-height: 100px;
    }
}


/* ============================================
   Section 2：多元收款情境全支援（產品特色）
   ============================================ */
.scw-features {
    background: linear-gradient(-180deg, #FFF, #dde7f0);;
    padding: 55px 0 84px;
}
.features-grid {
    display: flex;
    gap: 20px;
}
.feature-card {
    flex: 1;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    display: flex;
    flex-direction: column;
}
.feature-card-body {
    padding: 22px 20px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.feature-card-body .fcb-title-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 30px;
}
.feature-card-body .fcb-title-box .ftb-ic {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
}
.feature-card-body .fcb-title-box .ftb-ic img {
    width: 100%;
    display: block;
}
.feature-card-body .fcb-title-box .ftb-tag {
    font-size: 14px;
    color: #089141;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.2;
}
.feature-card-body .fcb-title-box .ftb-title {
    font-size: 20px;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 1.2;
}
.feature-desc {
    width: 100%;
    font-size: 16px;
    color: #212121;
    line-height: 1.6;
    flex: 1;
}
.feature-card .btn-outline-g {
    margin-top: 40px;
}
.feature-img {
    width: 100%;
    height: 330px;
    background: linear-gradient(0deg, #1a92b5 0%, #1a92b5 43.9%,#FFF 44%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}
.feature-img.fi-2 {
    background: linear-gradient(0deg, #19b586 0%, #19b586 43.9%,#FFF 44%);
}
.feature-img img {
    width: 100%;
    max-width: 300px;
    display: block;
}

/* ============================================
   Section 3：綠界核心優勢
   ============================================ */
.scw-advantages {
    background: linear-gradient(145deg, #089141 0%, #056b2e 100%);
    padding: 40px 0 50px;
}
.scw-advantages .sec-head h2 {
    color: #fff;
}
.scw-advantages .sec-head p {
    color: rgba(255,255,255,0.82);
}
.advantages-grid {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 22px;
}
.adv-card {
    flex: 1;
    background: #fff;
    border-radius: 16px;
    padding: 30px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}
.adv-icon-wrap {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
}
.adv-icon-wrap img {
    width: 100%;
    display: block;
}
.adv-title {
    font-size: 20px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 16px;
    line-height: 1.4;
}
.adv-desc {
    font-size: 16px;
    color: #212121;
    line-height: 1.4;
}

/* ============================================
   Section 4：4步驟完整商務日常（申請流程）
   ============================================ */
.scw-steps {
    background: #fff;
    padding: 70px 0 60px;
}
.steps-row {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 100px;
    position: relative;
}
.step-item {
    width: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    flex-shrink: 0;
}
.step-item + .step-item::before {
    content: '';
    width: 100px;
    border-top: 4px dotted #089141;
    position: absolute;
    left: -100px;
    top: 70px;
}
.step-icon-wrap {
    width: 130px;
    margin-bottom: 10px;
}
.step-icon-wrap img {
    width: 100%;
    display: block;
}
.step-title {
    font-size: 20px;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 1.8;
    text-align: center;
}
.step-item .btn-outline-g {
    margin-top: 10px;
}
@media (max-width: 768px) {
    .scw-steps {
        padding: 50px 0 40px;
    }
    .scw-steps .steps-scroll {
      width: 100%;
      overflow-x: auto;
    }
    .steps-row {
        gap: 66px;
        justify-content: flex-start;
    }
    .step-item + .step-item::before {

        width: 66px;
        left: -66px;
    }
}
@media (max-width: 568px) {
    .steps-row {
        gap: 40px;
    }
    .step-item + .step-item::before {
        width: 40px;
        left: -40px;
    }
    /* .scw-steps {
        padding: 50px 0 40px;
    }
    .scw-steps .steps-scroll {
      width: 100%;
      overflow-x: auto;
    }
    .steps-row {
        gap: 66px;
        justify-content: flex-start;
    }
    .step-item {
        width: 126px;
    }
    .step-item + .step-item::before {
        width: 66px;
        left: -66px;
        top: 46px;
    }
    .step-icon-wrap {
        width: 90px;
    }
    .step-title {
        font-size: 14px;
    }
    .step-item .btn-outline-g {
        width: 120px;
        height: 36px;
        font-size: 14px;
    } */
}
  

/* ============================================
   Section 5：解鎖收款整合系統（CTA Banner）
   ============================================ */
.scw-banner {
    
}
.banner-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-inner a {
    display: block;
}
.banner-inner img {
    width: 100%;
    display: block;
}
.banner-inner .bi-mb {
    display: none;
}
@media (max-width: 768px) {
    /* Banner */
    .banner-inner .bi-pc {
        display: none;
    }
    .banner-inner .bi-mb {
        display: block;
    }
    .banner-inner img {
        max-width: 100%;
    }
}

/* ============================================
   Section 6：FAQ / 專人聯繫
   ============================================ */
.scw-faq {
    background: #fff;
    padding: 50px 0;
}
.faq-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.faq-illus {
    width: 100%;
    max-width: 450px;
    flex-shrink: 0;
}
.faq-illus img {
    width: 100%;
}
.faq-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.faq-question {
    font-size: 30px;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 1.5;
    margin-bottom: 20px;
}
.faq-desc {
    font-size: 18px;
    color: #212121;
    line-height: 1.4;
}
.faq-link {
    color: #089141;
    text-decoration: underline;
}
@media (max-width: 768px) {
    .faq-inner { 
        flex-direction: column; 
        gap: 30px; 
    }
    .faq-question {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .faq-desc {
        font-size: 14px;
    }
}

/* ============================================
   RWD: max-width 768px（平板 / 手機）
   ============================================ */
@media (max-width: 768px) {
    /* 全域 padding 縮小 */
    .site-content { width: 100%; padding: 0 20px; }
    #scw_1 .site-content { padding: 0 20px; }
    .pain-wrap { padding: 36px 24px; border-radius: 16px; }

    /* KV */

    /* Pain */

    /* Features */
    .scw-features {
        padding: 55px 0px;
    }
    .features-grid { flex-wrap: wrap; }
    .feature-card { flex: 0 0 calc(50% - 10px); }

    /* Advantages */
    .advantages-grid { flex-direction: column; }
    .adv-card { flex: 0 0 auto; }

    /* Steps */
    
    /* Banner */

    /* FAQ */

    /* Sec head */
    .sec-head h2 { font-size: 22px; }
}


/* ============================================
   RWD: max-width 568px（小手機）
   ============================================ */
@media (max-width: 568px) {
    /* 全域 padding 縮小 */
    .site-content { padding: 0 15px; }
    #scw_1 .site-content { padding: 0 15px; }
    .pain-wrap { padding: 24px 18px; border-radius: 12px; }

    .pain-card { flex: 0 0 100%; }
    .feature-card { flex: 0 0 100%; }

    .btn-main, .btn-outline-white { font-size: 15px; padding: 11px 26px; }
}
