@charset "UTF-8";
/*260101 台南單I*/
html {scroll-behavior: smooth;}

.TNN-sale{background-color: #8b38f6; width: 100%; overflow: hidden; height: auto; color: #333; position: relative; cursor: default; display: flex; flex-direction: column; position: relative;}
.TNN-sale small{ color: inherit;}
.TNN-sale .wrapper{width: 100%; padding: 4rem 10%; box-sizing: border-box;}
@media screen and (max-width: 1280px) {
	.TNN-sale .wrapper{padding: 2rem 5%; width: 100%;}
}
.TNN-sale .red{color: #e7141a;}
.TNN-sale .gray{color: #666;}
.TNN-sale .mobile-show{display: none;}
@media screen and (max-width: 768px) {
	.TNN-sale .mobile-show{display: block; font-size: 12px; color:#333; margin-bottom: 1rem; text-align: center; visibility:visible !important;}
}

.TNN-sale .title-h2{ font-size: 3rem; text-align: center; line-height: 1.4; font-style: italic; font-weight: 700; margin-bottom: 2rem;}
@media screen and (max-width: 768px) {
	.TNN-sale .title-h2{ font-size: 2rem; margin-bottom: 1rem; text-align: center;}
}
/*kv*/
.TNN-sale .kv-box{ position: relative; width: 100%; background-color: #ffdd02;}
.TNN-sale .kv-box .kv-slogan-1{ position: absolute; left: 0; top: 0; display: flex; align-items: center; width: 100%; justify-content: center;}
.TNN-sale .kv-box .kv-slogan-2{ position: absolute; left: 0; top: 0; display: flex; align-items: center; width: 100%; justify-content: center;}
/*kv aria*/
.TNN-sale .title-h1{ font-size: 0; z-index: -999; position: relative; line-height: 0;}

/*sec-1*/
.TNN-sale .sec-1{background-color: #ffdd02; border-radius: 0 0 50px 50px; display: flex; flex-direction: column; align-items:center;}
@media screen and (max-width: 768px) {
.TNN-sale .sec-1{border-radius: 0 0 25px 25px;}
}
.TNN-sale .new-price{ margin-bottom: 4rem;}
@media screen and (max-width: 768px) {
.TNN-sale .new-price{ margin-bottom: 2rem;}
}
.TNN-sale .price-table-sec{ margin-bottom: 4rem; width: 100%;}
@media screen and (max-width: 768px) {
.TNN-sale .price-table-sec{ margin-bottom: 2rem;}
}
/*table*/
.table-crow-right{ position: absolute; right: 0; top: 0;}
.table-wrapper{margin: 0 auto 30px; padding:0; width: 100%; text-align: center; position: relative;}
.table-wrapper table{width: 100%; border-spacing: 0; margin: 0 auto; border-collapse: separate; border-radius: 0; border: 4px solid #e7141a; background-color: #fff; position: relative;}
.table-wrapper table p{ font-size: 1.1rem;}
.table-wrapper table th{ color: #fff; padding: 10px; vertical-align: middle;  text-align: center; font-weight: normal; border-right: solid 2px #fff; border-bottom: 2px solid #fff;}
.table-wrapper table td{ border-right: solid 2px #e7141a; border-bottom: solid 2px #e7141a; padding: 12px; font-weight: 500;}
.table-wrapper table th:last-child{ border-right: 0px;}
.table-wrapper table tr:last-child th{border-bottom: 0px;}
.table-wrapper table tr:first-child th:nth-child(2), .table-wrapper table tr:first-child th:nth-child(3), .table-wrapper table tr:first-child th:nth-child(4){border-bottom: 0px;}
.table-wrapper table tr:last-child td{ border-bottom: 0px;}
.table-wrapper table .table-price{ font-size: 2rem;}
@media screen and (max-width: 768px) {
	.table-wrapper{ overflow-x: scroll; margin-bottom: 1rem;}
	.table-wrapper table{ width: 700px;}
	.table-wrapper table .table-price{ font-size: 1.3rem;}
	.table-wrapper table p{ font-size: .9rem;}
	.table-wrapper table{border: 2px solid #e7141a;}

}
@media screen and (max-width: 500px) {
.table-wrapper table{ width: 435px;}
}

/*btn*/
.TNN-sale .btn-box{ display: flex; flex-direction: row; justify-content:center;}
.TNN-sale .btn-box a{ margin: 0 10px;}
.TNN-sale .btn.sty--primary{ background-color: #e7141a; border-color: #e7141a;}
@media screen and (max-width: 768px) {
	.TNN-sale .btn-box{ flex-direction: column;}
	.TNN-sale .btn-box a{ margin: 5px 0px;}
}

.TNN-sale .card-box{ width: 100%;}

/* =========================================
   新增：影劇爽看組/超值劇院組/豪華影音組 專用樣式
   ========================================= */

.promo-section {
    /* 定義此區塊專用的變數，不汙染全域 */
    --promo-card-bg: linear-gradient(to right, #853af6 0%, #0459ff 100%);
    --promo-blue-header: #5656ff;
    --promo-red-header: #d33023;
    --promo-btn-blue: #7d4bf0;
    --promo-btn-red: #d23225;
    --promo-table-header: #00958f;
    --promo-text-dark: #333;
    --promo-price-red: #d93425;
    background-color: var(--promo-bg);
    box-sizing: border-box;
    width: 100%;
}

.promo-section * {
    box-sizing: border-box;
}

/* --- 卡片容器 --- */
.promo-section .cards-wrapper {
    margin: 0 auto 30px;
    position: relative;
}

.promo-section .cards-scroller {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding-top:30px; /* 預留皇冠空間 */
    align-items: stretch;
}

/* --- 單張卡片樣式 --- */
.promo-section .plan-card {
    background: var(--promo-card-bg);
    border-radius: 60px 20px 20px 20px;
    width: 30%;
    min-width: 300px; /* 電腦版最小寬度 */
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: visible;
}
.promo-section .plan-card.red-theme {
	background: var(--promo-price-red);
}
/* 皇冠圖示定位 */
.promo-section .crown-icon {
    position: absolute;
    top: -22px;
    left: -16px;
    width: 80px;
    z-index: 10;
    transform: rotate(-10deg);
}
.promo-section .crown-icon img {
    width: 100%;
    height: auto;
    display: block;
}

/* 卡片頭部顏色 */
.promo-section .card-header {
    padding: 15px;
    text-align: center;
    color: white;
    border-radius: 60px 20px 0 0;
}
.promo-section .card-header h2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
    line-height: 1.4;
}

.promo-section .blue-theme .card-header {
    background: var(--promo-card-bg);
}
.promo-section .red-theme .card-header {
    background: #d33023;
}

/* 卡片內容區 */
.promo-section .card-body {
    padding: 20px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-right: 20px;
	border-radius: 0 20px 0 20px;
	background-color: #fff;
}
@media screen and (max-width: 768px) {
    .promo-section .card-body {
        padding: 15px;
    }
}
.promo-section .value-badge {
    font-size: 1.1rem;
    font-weight: bold;
    color: var(--promo-text-dark);
}

.promo-section .highlight-price {
    color: var(--promo-price-red);
    font-size: 2rem;
    font-weight: 800;
    position: relative;
    z-index: 1;
    margin-left: 5px;
}
/* 螢光筆效果 */
.promo-section .highlight-price::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: -2px;
    right: -2px;
    height: 10px;
    background-color: #fff66d;
    z-index: -1;
    opacity: 0.8;
}

.promo-section .product-image {
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.promo-section .product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.promo-section .contract-term {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .promo-section .contract-term {
        font-size: 12px;
        margin-bottom: 5px;
    }
}
.promo-section .features-list {
    list-style: none;
    padding: 0;
    text-align: left;
    width: 100%;
    flex-grow: 1;
}
.promo-section .features-list li {
    font-weight: bold;
    padding-left: 15px;
    position: relative;
    font-size: 1.2rem;
    line-height: 1.4;
}
@media screen and (max-width: 768px) {
    .promo-section .features-list li {
        font-size: 1rem;
    }
}
.promo-section .features-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #000;
}

.promo-section .daily-cost {
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--promo-price-red);
    margin: 15px 0 15px 0;
}
@media screen and (max-width: 768px) {
    .promo-section .daily-cost {
        font-size: 1.2rem;
        margin-bottom: 5px;
    }
}
/* 卡片按鈕 */
.promo-section .action-buttons {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.promo-section .btn-promo {
    display: block;
    width: 100%;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    transition: opacity 0.2s;
    font-size: 1.1rem;
    cursor: pointer;
    border: none;
}
.promo-section .btn-promo:hover { opacity: 0.9; }

.promo-section .btn-apply { background-color: var(--promo-btn-blue);  color: #fff;}
.promo-section .btn-contact { background-color: var(--promo-btn-blue); color: #fff;}
.promo-section .btn-apply-red { background-color: var(--promo-btn-red); color: #fff;}
.promo-section .btn-contact-red { background-color: var(--promo-btn-red); color: #fff;}

/* --- 分頁點 (手機版) --- */
.promo-section .pagination-dots {
    display: none; /* 預設隱藏 */
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}
.promo-section .dot {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.6;
    transition: 0.3s;
}
.promo-section .dot.active {
    opacity: 1;
    transform: scale(1.2);
    background-color: #fff;
}

/* --- 資費表樣式 (修正版) --- */
/* 1. 外層容器：負責被 JS 切換 (顯示/隱藏) */
.promo-section .table-content-wrapper {
    display: none; /* 預設隱藏 */
    width: 100%;
    border-color: #333;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    padding: 1rem;
    box-sizing: border-box;
}
/* 當 JS 加入 .open 時顯示 */
.promo-section .table-content-wrapper.open {
    display: block;
}
/* 2. 提示文字樣式微調 */
.promo-section .mobile-show {
    display: none; /* 電腦版隱藏 */
}
/* 3. 內層捲動區域：只負責讓表格橫向移動 */
.promo-section .table-scroll-area {
    width: 100%;
}
.promo-section .table-scroll-area table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px; /* 確保表格夠寬 */
    background-color: #fff;
    border: 4px solid #49938f;
}
/* --- 手機版 RWD 設定 --- */
@media screen and (max-width: 768px) {
    /* 顯示提示文字 */
    .promo-section .mobile-show {
        display: block;
    }

    /* 關鍵：只有這個區域會出現卷軸，上方的 p 不會動 */
    .promo-section .table-scroll-area {
        overflow-x: auto; /* 開啟橫向捲動 */
        -webkit-overflow-scrolling: touch; /* 讓 iOS 滑動更順暢 */
    }
}
.promo-section .table-header-toggle {
    padding: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #333;
}
@media screen and (max-width: 768px) {
    .promo-section .table-header-toggle {
        padding: 10px;
    }
}
.promo-section .table-header-toggle .toggle-icon {
    position: absolute;
    right: 20px;
    font-weight: normal;
	font-size: 2rem;
}

.promo-section .table-content {
    display: none; /* JS 切換 */
    width: 100%;
}
.promo-section .table-content.open {
    display: block;
    border-top: 2px solid #333; /* 與黃色標題的分隔線 */
	padding: 1rem;
}

/* 表格結構設定 */
.promo-section table {
    width: 100%;
    border-collapse: collapse; /* 確保邊框合併 */
    min-width: 600px;
    margin: 0;
    background-color: #fff;
	border: 4px solid #49938f;
}

/* 通用儲存格設定 */
.promo-section th, 
.promo-section td {
    padding: 15px 10px;
    text-align: center;
    font-size: 1.2rem;
    vertical-align: middle;
    font-weight: bold;
    box-sizing: border-box;
}

/* --- 綠色區域樣式 (表頭 + 左側欄位) --- */
/* 定義綠色背景色 */
.promo-section th,
.promo-section .td-green-title,
.promo-section .td-green-speed {
    background-color: #00958f; /* 依照圖片吸取的綠色 */
    color: white;
    border: 1px solid #ffffff; /* 綠色區塊間是白色邊框 */
}

/* 表頭第一列 */
.promo-section th {
    font-size: 1rem;
    padding: 10px 5px;
}

/* 左側第一欄：下載速率/月租費 */
.promo-section .td-green-title {
    width: 12%; /* 調整寬度比例 */
    font-size: 1rem;
    line-height: 1.4;
    white-space: nowrap; /* 不換行 */
}

/* 左側第二欄：速率數值 (400M, 600M...) */
.promo-section .td-green-speed {
    width: 13%;
    font-size: 1.3rem; /* 數字大一點 */
    font-weight: 900;
}

/* --- 白色區域樣式 (價格) --- */
.promo-section td:not(.td-green-title):not(.td-green-speed) {
    background-color: #fff;
    color: #333;
    border: 1px solid #00958f; /* 價格格子的邊框設為深綠色或灰色 */
    font-size: 1.3rem;
}

/* 價格列的最後一個欄位右邊框 */
.promo-section td:last-child {
    border-right: none;
}
.promo-section th:last-child {
    border-right: none;
}

/* RWD 手機版調整 */
@media screen and (max-width: 768px) {
    .promo-section .pricing-table-container {
        margin: 20px 0px;
    }
    
    .promo-section .table-content {
        overflow-x: auto; /* 允許橫向捲動 */
    }

    .promo-section table {
        min-width: 600px; /* 確保手機上有足夠寬度顯示 */
    }

    .promo-section .td-green-speed {
        font-size: .9rem;
    }
    
    .promo-section th, 
    .promo-section td {
        padding: 8px 5px;
        font-size: 1rem;
    }

    /* 皇冠圖示定位 */
.promo-section .crown-icon {
    position: absolute;
    top: -16px;
    left: -2px;
    width: 80px;
    z-index: 10;
    transform: rotate(-10deg);
}
.promo-section .crown-icon img {
    width: 80%;
    height: auto;
    display: block;
}

}
.sec-ott{
    border-radius: 0 0 50px 50px;
    background: #8b38f6;
    display: flex;
    flex-direction: column;
}
.sec-ott .title-h2{ color: #fff;}

/* --- Soundbox 區塊樣式 --- */

.soundbox-box {
    color: #fff;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

.soundbox-box * {
    box-sizing: border-box;
}

/* 隱藏 SEO 標題 */
.soundbox-box .title-h1 {
    font-size: 0;
    margin: 0;
    line-height: 0;
    opacity: 0;
}

/* 標題區域 (LOGO圖片) */
.soundbox-box h2 {
    text-align: center;
    margin: 0 auto 10px;
    padding: 0;
}

.soundbox-box h2 img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

/* --- 第一區塊：產品圖 + 清單 --- */
.soundbox-box .block-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0 auto 20px;
}

/* 左側產品圖 */
.soundbox-box .block-left {
    flex: 0 0 auto;
    position: relative;
}
@media screen and (max-width: 768px) {
    .soundbox-box .block-left {
        max-width: 60%;
    }
    .soundbox-text{
        margin: 0;
        width: 80%;
    }
}
/* 為了加上圖片下方的(市價$20,000元)文字，這裡使用偽元素或依靠圖片本身 */
.soundbox-box .block-left img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* 右側清單 */
.soundbox-box .block-right {
    flex: 0 1 auto;
}

.soundbox-box .check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.soundbox-box .check-list li {
    font-size: 1.5rem; /* 字體放大 */
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 35px;
    position: relative;
    line-height: 1.4;
    text-align: left;
}

/* 自訂打勾符號 */
.soundbox-box .check-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 12px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
}

/* --- 第二區塊：深色特色框 --- */
.soundbox-box .block-2 {
    margin: 0 auto 2rem;
}

.soundbox-box .box {
    background-color: #2b00b5; /* 深藍紫色 */
    /* 為了做出漸層效果 */
    background: linear-gradient(180deg, #3d00d6 0%, #2b00b5 100%);
    border-radius: 60px 20px 60px 20px;
    padding: 40px 20px;
}

.soundbox-box .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.soundbox-box .item {
    flex: 1;
    text-align: center;
    padding: 0 20px;
    position: relative;
}

/* 項目之間的分隔線 */
.soundbox-box .item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: rgba(255,255,255,0.3);
}

.soundbox-box .item .image {
    max-width:250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.soundbox-box .item .image img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.soundbox-box .item .main-text {
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: bold;
}

/* --- 底部小字 --- */
.soundbox-box .bottom-text {
    text-align: center;
    font-size: 0.8rem;
    color: #fff;
    margin-top: 15px;
    line-height: 1.4;
}

.soundbox-box .bottom-text span {
    display: block;
}

@media screen and (max-width: 900px) {
    .soundbox-box .item {
        flex: 0 0 50%;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .soundbox-box .item:not(:last-child)::after {
        display: none;
    }
}

/* --- 串流平台介紹區塊 (Info Cards) --- */

/* 外層容器設定 */
.info {
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* 讓左右兩邊高度等高 */
    background: linear-gradient(180deg, #3d00d6 0%, #2b00b5 100%);
    border-radius: 60px 20px 20px 20px;
    margin-bottom: 25px;
    overflow: hidden; /* 確保圖片圓角不溢出 */
    color: #fff;
}

/* --- 文字區域 (Article) --- */
.info article {
    flex: 0 0 45%; /* 文字佔 45% 寬度 */
    padding: 20px 30px;
    display: flex;
    align-items: center; /* 垂直置中 */
    justify-content: center;
}

.info article dl {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 20px; /* Logo 與文字的間距 */
}

/* Logo 設定 */
.info article dt {
    flex: 0 0 100px; /* 固定 Logo 寬度 */
}

.info article dt img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* 文字內容設定 */
.info article dd {
    margin: 0;
    text-align: left;
    flex: 1;
}

.info article h3 {
    font-size: 1.8rem;
    margin: 0 0 5px 0;
    font-weight: bold;
    line-height: 1.2;
}

.info article small {
    display: block;
    font-size: 1rem;
    opacity: 0.9;
    margin-bottom: 8px;
}

.info article p {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
    line-height: 1.4;
}

/* --- 圖片區域 (Picture) --- */
.info picture {
    flex: 0 0 55%; /* 圖片佔 55% 寬度 */
    position: relative;
    display: block;
    overflow: hidden;
}

.info picture img {
    width: 100%;
    height: auto;
    object-fit: contain; /* 讓圖片填滿區域且不變形 */
    display: block;
}

/* --- 特殊排版：friDay (偶數項) 左右反轉 --- */
/* 針對 .info2 或是使用 :nth-child(even) */
.info.info2 {
    flex-direction: row-reverse; /* 反轉排列：圖左文右 */
    border-radius: 20px 60px 20px 20px;
}

/* --- RWD 手機版響應式 (768px 以下) --- */
@media screen and (max-width: 768px) {
    /* Info Cards 手機版設定 */
    .info, 
    .info.info2 {
        flex-direction: column; /* 強制改為直式堆疊 */
        height: auto;
        border-radius: 50px 20px 20px 20px;
    }
    .info.info3{
        margin-bottom: 0;
    }
    /* 文字區塊調整 */
    .info article {
        flex: 0 0 auto;
        width: 100%;
        padding: 10px 20px 10px 20px;
    }

    .info article dl {
        justify-content: flex-start;
        width: 100%;
        gap:10px
    }

    /* Logo 縮小一點 */
    .info article dt {
        flex: 0 0 60px;
    }
    
    .info article h3 {
        font-size: 1.25rem;
    }
    
    .info article small {
        font-size: 0.9rem;
        margin-bottom: 0;
    }
    
    .info article p {
        font-size: 1rem;
    }

    /* 圖片區塊調整 */
    .info picture {
        flex: 0 0 auto;
        width: 100%;
        height: auto;
    }

    /* --- Soundbox 手機版樣式 (強制一行兩列修正) --- */
    /* 第一區塊 (產品圖) 保持垂直排列 */
    .soundbox-box .block-1 {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .soundbox-box .check-list {
        display: inline-block;
        text-align: left;
    }
    
    .soundbox-box .check-list li {
        font-size: 1.2rem;
        margin-bottom: 0;
        padding-left: 25px;
    }

    /* --- 重點修正：特色框 強制一行兩列 (2欄) --- */
    .soundbox-box .list {
        display: flex;
        flex-wrap: wrap; /* 允許換行 */
    }

    .soundbox-box .item {
        flex: 0 0 50%; /* 強制寬度 50% */
        max-width: 50%;
        margin-bottom: 30px; /* 上下排的間距 */
        padding: 0 10px; /* 左右內距，避免文字太貼邊 */
        box-sizing: border-box;
        border-bottom: none; /* 移除原本的底部線條 */
        position: relative; /* 為了定位分隔線 */
    }

    /* 修正最後兩個項目 (最底下一排) 的底部間距 */
    .soundbox-box .item:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    /* 調整文字大小以適應較窄的欄位 */
    .soundbox-box .item .main-text {
        font-size: 0.95rem; 
    }
    
    .soundbox-box .box {
        padding: 30px 10px; /* 稍微減少外框內距讓空間大一點 */
    }
}
.wifi-box{
    background-image: url(https://www.homeplus.net.tw/cable/images/manual_upload/Ip700-TNN/bg_circle_gray.webp);
    background-repeat: repeat;
    
}
.mobile-br{ display: none;}
@media screen and (max-width: 768px) {
    .mobile-br{ display: inline-block;}
}
/* --- 卡片區塊 RWD 手機版左右滑動設定 --- */
@media screen and (max-width: 768px) {
    
    /* 1. 設定容器可橫向捲動 */
    .promo-section .cards-scroller {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        cursor: grab; 
        padding: 20px 0 0 0; 
        gap: 20px;
        scroll-snap-type: x mandatory; 
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch; 
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;  /* IE/Edge */
    }
    .promo-section .cards-scroller::-webkit-scrollbar {
        display: none;
    }
    .promo-section .cards-scroller.active {
        cursor: grabbing;       /* 游標變成「緊抓」 */
        cursor: -webkit-grabbing;
        scroll-snap-type: none; /* 暫時關閉吸附 */
        scroll-behavior: auto;  /* 暫時關閉平滑滾動，即時跟隨滑鼠 */
    }

    /* 2. 設定單張卡片寬度 */
    .promo-section .plan-card {
        flex: 0 0 85% !important;   /* 設定寬度 85%，讓右邊露出一點點，暗示可滑動 */
        width: 85% !important;
        min-width: 0 !important;    /* 覆蓋電腦版設定 */
        max-width: 400px;           
        
        scroll-snap-align: center;  /* 滑動停止時置中 */
        margin: 0 !important;
        
        /* 防止拖曳時選取到卡片內的文字或圖片 */
        user-select: none;          
        -webkit-user-select: none;
    }
    
    /* 圖片防拖曳 (避免抓圖片變成下載) */
    .promo-section .plan-card img {
        pointer-events: none;
    }

    /* 3. 顯示分頁點 */
    .promo-section .pagination-dots {
        display: flex;
        justify-content: center;
        margin-top: 10px;
        gap: 10px;
    }
    
    .promo-section .dot {
        width: 10px;
        height: 10px;
        background-color: #fff;
        border-radius: 50%;
        transition: 0.3s;
        cursor: pointer;
    }
    .promo-section .dot.active {
        background-color: #5656ff;
        transform: scale(1.2);
    }
}
.TNN-sale .TNN-sticky{
    position: fixed;
    bottom: 120px;
    right: calc(50% - 1440px / 2 + 30px);
}
@media (max-width: 1440px) and (min-width: 751px) {
.TNN-sale .TNN-sticky{
    right: 15px;
}
}
.TNN-sale .TNN-sticky .btn{
    width: 70px;
    min-width: 70px;
    min-height: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    background: linear-gradient(135deg, #e92718 0%,#c92115 54%);
    border: 0;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    padding: 0;
}
.TNN-sale .TNN-sticky .btn:active {
  filter: brightness(1.2);
}
@media (hover: hover) {
  .TNN-sale .TNN-sticky .btn:hover {
    filter: brightness(1.2);
  }
}
@media screen and (max-width: 768px) {
    .TNN-sale .TNN-sticky {
        right: 0;
      }
    .TNN-sale .TNN-sticky .btn {
        width: 50px;
        min-width: 50px;
        min-height: 30px;
        height: 30px;
        border-radius: 40px 0 0 40px;
        font-size: 12px;
        line-height: 30px;
        padding-left: 8px;
    }
    .TNN-sale .TNN-sticky{
        right: 0;
    }
}