.section-step .step-box .sub-top {
        position: relative;
    }

    .section-step .step-box .sub-top .order-cta {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 12px;
    }

    .section-step .step-box .sub-top .order-cta a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 22px;
        background: #163b8c;
        color: #fff;
        border-radius: 999px;
        font-weight: 700;
        text-decoration: none;
        box-shadow: 0 6px 16px rgba(22, 59, 140, 0.25);
        transition: all 0.25s ease;
        animation: ctaPulse 1.8s infinite;
    }

    .section-step .step-box .sub-top .order-cta a:hover {
        background: #0f2f72;
        transform: translateY(-2px);
        box-shadow: 0 10px 22px rgba(22, 59, 140, 0.35);
    }

    .section-step .step-box .sub-top .order-cta .cta-arrow {
        font-style: normal;
        display: inline-block;
        animation: ctaArrowMove 1s infinite;
    }

    .step-order-cta{
        margin-top:60px;
        text-align:center;
    }

    .step-order-cta .cta-inner{
        max-width:700px;
        margin:0 auto;
        padding:50px 30px;

        background:#f7f9fc;
        border-radius:20px;

        border:2px dashed #163b8c;
    }

    .step-order-cta h3{
        font-size:32px;
        font-weight:700;
        color:#163b8c;
        margin-bottom:10px;
    }

    .step-order-cta p{
        font-size:18px;
        color:#666;
        margin-bottom:25px;
    }

    .step-order-cta .btn-order{
        display:inline-flex;
        align-items:center;
        gap:10px;

        background:#163b8c;
        color:#fff;

        padding:16px 38px;

        border-radius:999px;

        font-size:20px;
        font-weight:700;

        text-decoration:none;

        transition:.3s;

        animation:pulseOrder 1.8s infinite;
    }

    .step-order-cta .btn-order:hover{
        background:#0f2f72;
        transform:translateY(-3px);
    }

    .step-order-cta .cta-arrow{
        font-style:normal;
        display:inline-block;
        animation:arrowMove 1s infinite;
    }

    @keyframes arrowMove{
        0%,100%{
            transform:translateX(0);
        }
        50%{
            transform:translateX(8px);
        }
    }

    @keyframes pulseOrder{
        0%{
            box-shadow:0 0 0 0 rgba(22,59,140,.4);
        }
        70%{
            box-shadow:0 0 0 15px rgba(22,59,140,0);
        }
        100%{
            box-shadow:0 0 0 0 rgba(22,59,140,0);
        }
    }

    @media(max-width:768px){

        .step-order-cta{
            margin-top:40px;
        }

        .step-order-cta .cta-inner{
            padding:35px 20px;
        }

        .step-order-cta h3{
            font-size:24px;
        }

        .step-order-cta p{
            font-size:16px;
        }

        .step-order-cta .btn-order{
            width:100%;
            max-width:280px;
            justify-content:center;
        }
    }

    @keyframes ctaArrowMove {
        0%, 100% {
            transform: translateX(0);
        }
        50% {
            transform: translateX(6px);
        }
    }

    @keyframes ctaPulse {
        0% {
            box-shadow: 0 0 0 0 rgba(22, 59, 140, 0.45);
        }
        70% {
            box-shadow: 0 0 0 10px rgba(22, 59, 140, 0);
        }
        100% {
            box-shadow: 0 0 0 0 rgba(22, 59, 140, 0);
        }
    }

    @media (max-width: 767px) {
        .section-step .step-box .sub-top .order-cta {
            justify-content: center;
        }

        .section-step .step-box .sub-top .order-cta a {
            width: 100%;
            max-width: 220px;
            justify-content: center;
        }
    }
    
    /* 手機版：Banner 使用同一張 PC 圖，並填滿手機區域 */
    @media (max-width: 767px) {

        .section-step .block-slider {
            margin-top: 15px;
        }

        .section-step .block-slider .block-outer {
            width: 100%;
            max-width: none;
            padding: 0 18px;
            box-sizing: border-box;
        }

        .section-step .block-slider .swiperBanner {
            width: 100%;
            padding-bottom: 60px;
            overflow: hidden;
        }

        .section-step .block-slider .swiperBanner .swiper-wrapper {
            width: 100%;
        }

        .section-step .block-slider .swiperBanner .swiper-slide {
            width: 100% !important;
            height: 308px;
            border-radius: 14px;
            overflow: hidden;
            display: block;
        }

        .section-step .block-slider .swiperBanner .swiper-slide a {
            display: block;
            width: 100%;
            height: 100%;
        }

        .section-step .block-slider .swiperBanner .swiper-slide img.web {
            display: block !important;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
        }

        .section-step .block-slider .swiperBanner .swiper-slide img.mobile {
            display: none !important;
        }

        .step-order-cta {
            margin-top: 40px;
            padding: 0 14px;
        }

        .step-order-cta .cta-inner {
            padding: 34px 18px;
            border-radius: 18px;
            box-sizing: border-box;
        }

        .step-order-cta .btn-order {
            width: 100%;
            max-width: 100%;
            box-sizing: border-box;
            justify-content: center;
            padding: 15px 20px;
            font-size: 18px;
            white-space: nowrap;
        }
    }

    @media (max-width: 767px) {
        .section-step .step-list .item .two-cols {
            display: flex !important;
            flex-direction: column !important;
        }

        .section-step .step-list .item .two-cols .col02 {
            order: 1 !important;
            width: 100% !important;
        }

        .section-step .step-list .item .two-cols .col01 {
            order: 2 !important;
            width: 100% !important;
        }

        .section-step .step-list .item .col02 .sub-title {
            margin-bottom: 10px;
        }

        .section-step .step-list .item .col02 .sub-title h3 {
            margin: 0;
        }

        .section-step .step-list .item .col02 .sub-title h3 span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 140px;
            height: 44px;
            padding: 0 28px;
            border-radius: 999px;
            background: #f4f1ee;
            color: #163b8c;
            font-weight: 800;
        }

        .section-step .step-list .item .col02 .sub-deco {
            display: block !important;
            width: 100% !important;
            height: 3px !important;
            min-height: 3px !important;
            max-height: 3px !important;
            padding: 0 !important;
            margin: 10px 0 12px !important;
            background: #163b8c !important;
            border: 0 !important;
            position: relative;
        }

        .section-step .step-list .item .col02 .sub-deco::before,
        .section-step .step-list .item .col02 .sub-deco::after {
            content: "";
            position: absolute;
            top: 50%;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #163b8c;
            transform: translateY(-50%);
        }

        .section-step .step-list .item .col02 .sub-deco::before {
            left: 0;
        }

        .section-step .step-list .item .col02 .sub-deco::after {
            right: 0;
        }

        .section-step .step-list .item .col02 .sub-info {
            margin-bottom: 12px;
            text-align: left;
        }

        .section-step .step-list .item .col02 .sub-info p {
            margin: 0;
            font-size: 14px;
            line-height: 1.7;
            color: #777;
        }

        .section-step .step-list .item .col01 .img {
            margin-top: 0 !important;
        }

        .section-step .step-list .item .col01 .img img {
            width: 100%;
            height: auto;
            display: block;
        }
    }