.info {
    padding: 0;
    position: relative;
    transform: translateY(-8%);
}

.info__cards {
    width: 100%;
    margin-bottom: 160px;
}

/* Cards Swiper */
.cards__swiper {
    padding: 0 16px;
}

.info__cards-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin-bottom: 16px;
}

.info__card {
    flex: 1;
    height: 320px;
    background: #FFFFFF;
    padding: 36px 0 0;
    gap: 8px;
    box-shadow: 0px 4px 54.1px rgba(64, 114, 145, 0.25);
    border-radius: 30px;
    overflow: hidden;
}

.info__card-title {
    position: relative;
    z-index: 3;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
    color: #3F3E4C;
    padding: 0 32px 8px;
}

.info__card-description {
    position: relative;
    z-index: 3;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    padding: 0 32px 8px;
}

.info__card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateY(-10%);
}

.info__htu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.info__htu-tab-buttons-scroll-container {
    width: 100%;
    max-width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    /* Ensure box-shadow is not clipped - overflow-y: visible keeps shadow visible */
    position: relative;
    /* 桌機版本拖曳樣式 */
    cursor: grab;
}

.info__htu-tab-buttons-scroll-container:active {
    cursor: grabbing;
}

.info__htu-tab-buttons-scroll-container::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

/* Tab buttons scrollable when screen width is smaller than its width */
#tab-buttons__htu.tab-buttons {
    margin: 36px 48px;
}

.info__htu-content {
    width: 100%;
    padding: 28px 16px 0;
    overflow: hidden;
    /* 圖片被往上移，不需要這麼高的空間，刪減一些避免下面太空 */
    margin-bottom: -80px;
}

/* Swiper Start */
.htu__swiper,
.cards__swiper {
    width: 100%;
    max-width: 1102px;
    padding: 10px 0 0;
    position: relative;
    margin: 0 auto;
}

.htu__swiper .swiper-wrapper,
.cards__swiper .swiper-wrapper {
    align-items: stretch;
}

.htu__slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    transition: opacity 400ms ease-in-out;
    pointer-events: none;
    will-change: opacity;
}

.htu__slide-top-card {
    width: 100%;
    padding-bottom: 50%;
    box-sizing: border-box;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0px 4px 54.1px rgba(64, 114, 145, 0.25);
}

.htu__slide.swiper-slide-visible {
    opacity: 1;
    pointer-events: auto;
}

.htu__slide-container {
    width: 100%;
    max-width: 76%;
    display: block;
    transform: translateY(-18%);
}

.htu__slide-image {
    width: 100%;
    object-fit: contain;
}

.htu__slide-description {
    position: relative;
    z-index: 3;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    padding: 15px 0;
    height: 85px;
}


.htu__swiper .swiper-button-next,
.htu__swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}

.htu__swiper .swiper-button-next::after,
.htu__swiper .swiper-button-prev::after {
    font-size: 20px;
    font-weight: 700;
    color: #d93657;
}

.htu__swiper .swiper-button-next:hover,
.htu__swiper .swiper-button-prev:hover {
    background: linear-gradient(166deg, rgba(237, 85, 116, 1) 0%, rgba(217, 54, 87, 1) 100%);
    transform: translateY(-50%) scale(1.1);
}

.htu__swiper .swiper-button-next:hover::after,
.htu__swiper .swiper-button-prev:hover::after {
    color: #ffffff;
}

.htu__swiper .swiper-button-next {
    right: 20px;
}

.htu__swiper .swiper-button-prev {
    left: 20px;
}

.htu__swiper .swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

/* Pagination */
.cards__swiper .swiper-pagination {
    bottom: 13% !important;
    position: absolute;
    width: 100%;
}

.htu__swiper .swiper-pagination {
    bottom: 17% !important;
    position: absolute;
    width: 100%;
}

.cards__swiper .swiper-pagination-bullet,
.htu__swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #a6a6a6;
    opacity: 1;
    margin: 0 6px;
    transition: all 0.3s ease;
}

.cards__swiper .swiper-pagination-bullet-active,
.htu__swiper .swiper-pagination-bullet-active {
    background: linear-gradient(166deg, rgba(237, 85, 116, 1) 0%, rgba(217, 54, 87, 1) 100%);
    transform: scale(1.2);
}

/* Swiper End */

@media (max-width: 1099px) {
    .info {
        transform: translateY(-5%);
    }

    .info__mobile-cards {
        display: flex;
        align-items: center;
    }

    .cards__swiper {
        padding: 55px 16px 110px;
        overflow: hidden;
    }

    .info__card {
        flex: none;
    }

    .htu__slide-container {
        transform: translateY(-22%);
    }
}

@media (max-width: 768px) {
    .info__card {
        height: 360px;
    }
    
}

@media (max-width: 600px) {
    .info__card {
        height: 360px;
    }
    .htu__slide-top-card{
        width: 80vw;
        padding-bottom:40%;
    }
    
    .htu__slide-container {
        width: 48vw;
    }
}

.footer__app-store-ios, .footer__app-store-android {
    align-items: flex-end;
}