/* 夯卡商品頁 */

.pricing-card-page .section-block {
    padding: 56px 0;
}
.pricing-card-page .section-block.alt-bg {
    background: #f8f9fc;
}

/* section 標題／副標：對齊 page/profile，水平置中 */
.pricing-card-page .section-head {
    text-align: center;
    margin-bottom: 32px;
}
.pricing-card-page .section-head h3 {
    font-size: 43px;
    line-height: 56px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}
.pricing-card-page .section-head .section-sub {
    font-size: 18px;
    line-height: 160%;
    color: #666;
    margin: 0;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

/* 價格區塊 */
.pricing-card-page .price-block {
    text-align: center;
    padding: 40px 24px;
    background: linear-gradient(180deg, #fff 0%, #F9F1FF 100%);
    border-radius: 20px;
    border: 1px solid #E9DEFA;
    margin-bottom: 0;
}
.pricing-card-page .price-block .price-original {
    font-size: 1.25rem;
    font-weight: 600;
    color: #999;
    text-decoration: line-through;
    margin-right: 8px;
}
.pricing-card-page .price-block .price {
    font-size: 2.5rem;
    font-weight: 800;
    color: #8500EA;
    margin-bottom: 4px;
}
.pricing-card-page .price-block .price-unit {
    font-size: 1rem;
    color: #666;
    font-weight: 500;
}
.pricing-card-page .price-block .price-note {
    font-size: 0.95rem;
    color: #555;
    margin-top: 12px;
}

/* 商品與使用情境示意：左圖右文，一般購物頁 */
.pricing-card-page .section-product-detail .section-head {
    margin-bottom: 28px;
}
.pricing-card-page .product-detail-row {
    align-items: flex-start;
}
/* 左欄：主圖 + 下方五張縮圖（緊貼、無文字與分隔線） */
.pricing-card-page .product-images-col {
    margin-bottom: 24px;
}
@media (min-width: 992px) {
    .pricing-card-page .product-images-col {
        margin-bottom: 0;
        padding-right: 24px;
    }
}
.pricing-card-page .product-main-wrap {
    position: relative;
    background: #fff;
    border-radius: 12px;
    overflow: visible;
    border: 1px solid #E9DEFA;
    margin-bottom: 0;
}
.pricing-card-page .product-main-wrap .product-hero-link {
    display: block;
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px;
    transition: box-shadow 0.2s;
}
.pricing-card-page .product-main-wrap .product-hero-link:hover {
    box-shadow: 0 8px 24px rgba(133, 0, 234, 0.15);
}
.pricing-card-page .product-main-wrap .product-hero-link img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1;
    object-fit: cover;
}
/* 縮圖列外層：含左右按鈕 + 可捲動視窗 */
.pricing-card-page .product-thumbs-slider {
    position: relative;
    margin-top: 12px;
}
.pricing-card-page .product-thumbs-wrap {
    margin-top: 0;
    overflow: hidden;
}
/* 縮圖軌道：12 張一排（01～09、10、11、16），不換行，以 translateX 滑動 */
.pricing-card-page .product-thumbs-slider .product-thumbs {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    width: 240%;
    transition: transform 0.3s ease;
}
.pricing-card-page .product-thumbs-slider .product-thumbs .thumb-btn {
    flex: 0 0 calc((100% - 10px * 11) / 12);
    min-width: 48px;
    padding: 0;
    border: 2px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.pricing-card-page .product-thumbs .thumb-btn {
    width: calc(20% - 8px);
    min-width: 56px;
    padding: 0;
    border: 2px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.pricing-card-page .product-thumbs .thumb-btn:hover,
.pricing-card-page .product-thumbs .thumb-btn.active {
    border-color: #8500EA;
    box-shadow: 0 2px 10px rgba(133, 0, 234, 0.2);
}
.pricing-card-page .product-thumbs .thumb-btn img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1;
    object-fit: cover;
}
/* 左右滑動按鈕 */
.pricing-card-page .thumb-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    background: #fff;
    color: #333;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.pricing-card-page .thumb-slider-btn:hover:not(:disabled) {
    background: #f5f5f5;
    border-color: #8500EA;
    box-shadow: 0 2px 12px rgba(133, 0, 234, 0.2);
}
.pricing-card-page .thumb-slider-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.pricing-card-page .thumb-slider-prev {
    left: -8px;
}
.pricing-card-page .thumb-slider-next {
    right: -8px;
}
.pricing-card-page .thumb-slider-arrow {
    display: block;
    font-size: 22px;
    line-height: 34px;
    font-weight: 300;
}
@media (max-width: 575px) {
    .pricing-card-page .product-thumbs .thumb-btn {
        width: calc(20% - 8px);
        min-width: 48px;
    }
    .pricing-card-page .thumb-slider-btn {
        width: 32px;
        height: 32px;
    }
    .pricing-card-page .thumb-slider-arrow {
        line-height: 30px;
        font-size: 18px;
    }
}
/* 右欄：價格、商品資訊、運費、保障、數量、立即購買 */
.pricing-card-page .product-info-col {
    padding-left: 0;
}
@media (min-width: 992px) {
    .pricing-card-page .product-info-col {
        padding-left: 24px;
    }
}
.pricing-card-page .product-info-block {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #E9DEFA;
    padding: 28px 24px;
}
/* 右欄商品資訊：整併主標文案（NFC 智慧名片、數位夯卡、一碰即連結、當別人還在翻找...） */
.pricing-card-page .product-info-block .product-badge {
    display: inline-block;
    background: rgba(133, 0, 234, 0.12);
    color: #8500EA;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
}
.pricing-card-page .product-info-block .product-title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.35;
    color: #333;
    margin-bottom: 6px;
}
.pricing-card-page .product-info-block .product-tagline {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 4px;
}
.pricing-card-page .product-info-block .product-subline {
    font-size: 0.95rem;
    color: #777;
    margin: 0 0 20px;
}
.pricing-card-page .product-price-row {
    margin-bottom: 16px;
}
.pricing-card-page .product-price-original {
    font-size: 1.25rem;
    font-weight: 600;
    color: #999;
    text-decoration: line-through;
    margin-right: 8px;
}
.pricing-card-page .product-price {
    font-size: 2rem;
    font-weight: 800;
    color: #8500EA;
}
.pricing-card-page .product-price-unit {
    font-size: 1rem;
    color: #666;
    font-weight: 500;
}
.pricing-card-page .product-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    font-size: 0.95rem;
    color: #555;
}
.pricing-card-page .product-features li {
    padding: 4px 0;
    padding-left: 1.2em;
    position: relative;
}
.pricing-card-page .product-features li::before {
    content: "·";
    position: absolute;
    left: 0;
    color: #8500EA;
    font-weight: bold;
}
.pricing-card-page .product-meta {
    margin: 0 0 24px;
    font-size: 0.9rem;
    border-top: 1px solid #eee;
    padding-top: 16px;
}
.pricing-card-page .product-meta dt {
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}
.pricing-card-page .product-meta dd {
    margin: 0 0 12px;
    color: #666;
    line-height: 1.5;
}
.pricing-card-page .product-meta dd:last-child {
    margin-bottom: 0;
}
.pricing-card-page .product-meta .product-notes-list {
    margin: 0;
    padding-left: 1.25em;
    list-style-type: disc;
    list-style-position: outside;
}
.pricing-card-page .product-meta .product-notes-list li {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style-type: disc;
    list-style-position: outside;
}
.pricing-card-page .product-meta .product-notes-list li:last-child {
    margin-bottom: 0;
}
.pricing-card-page .product-meta .line-service-icon {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    margin-left: 4px;
}
.pricing-card-page .product-meta .line-service-icon img {
    display: block;
    width: 28px;
    height: 28px;
    margin-left: 4px;
}

/* 服務與保障說明 */
.pricing-card-page .product-service-guide {
    margin-top: 20px;
    padding: 16px 18px;
    background: #f8f9fc;
    border-radius: 12px;
    border: 1px solid #E9DEFA;
}
.pricing-card-page .product-service-guide__title {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #E9DEFA;
}
.pricing-card-page .product-service-guide__list {
    margin: 0;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}
.pricing-card-page .product-service-guide__list li {
    margin-bottom: 6px;
}
.pricing-card-page .product-service-guide__list li:last-child {
    margin-bottom: 0;
}
.pricing-card-page .product-service-guide__list .line-service-icon {
    display: inline-flex;
    vertical-align: middle;
    margin-left: 4px;
}
.pricing-card-page .product-service-guide__list .line-service-icon img {
    width: 20px;
    height: 20px;
}

.pricing-card-page .product-qty-row {
    margin-bottom: 20px;
}
.pricing-card-page .product-qty-row label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    font-size: 0.95rem;
}
.pricing-card-page .product-qty-row select.selectpicker {
    min-width: 120px;
}
.pricing-card-page .product-qty-row .bootstrap-select {
    width: 100% !important;
    max-width: 160px;
}
.pricing-card-page .product-actions .btn-buy {
    display: inline-block;
    min-width: 200px;
    text-align: center;
    padding: 14px 24px;
}

/* 產品亮點：小畫面 1 row 兩個、一般畫面 1 row 三個 */
.pricing-card-page .highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
@media (min-width: 768px) {
    .pricing-card-page .highlight-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.pricing-card-page .highlight-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #eee;
    transition: box-shadow 0.2s, transform 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.pricing-card-page .highlight-card:hover {
    box-shadow: 0 8px 24px rgba(133, 0, 234, 0.08);
    transform: translateY(-2px);
}
/* 產品亮點 icon 比照 page/profile 的 .iconbox（90×90、圓角 16px） */
.pricing-card-page .highlight-card .icon-wrap {
    width: 90px;
    height: 90px;
    min-width: 90px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.25rem;
    margin-bottom: 16px;
    background: #F9F1FF;
    color: #8500EA;
}
.pricing-card-page .highlight-card .icon-wrap img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}
.pricing-card-page .highlight-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 6px;
}
.pricing-card-page .highlight-card p {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* 使用場景：2×3 卡片網格，每卡含圖片 + 標題 + 描述 */
.pricing-card-page .scenario-wrap {
    width: 100%;
}
.pricing-card-page .scenario-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
@media (min-width: 768px) {
    .pricing-card-page .scenario-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
}
@media (max-width: 575px) {
    .pricing-card-page .scenario-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}
.pricing-card-page .scenario-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eee;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.pricing-card-page .scenario-card:hover {
    box-shadow: 0 8px 24px rgba(133, 0, 234, 0.08);
    transform: translateY(-2px);
}
.pricing-card-page .scenario-card-img {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f5f5f5;
}
.pricing-card-page .scenario-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pricing-card-page .scenario-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
    margin: 16px 16px 6px;
}
.pricing-card-page .scenario-card p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
    margin: 0 16px 20px;
}

/* 產品規格：RWD */
.pricing-card-page .spec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
@media (min-width: 768px) {
    .pricing-card-page .spec-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 575px) {
    .pricing-card-page .spec-grid {
        grid-template-columns: 1fr;
    }
}
.pricing-card-page .spec-item {
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    border: 1px solid #eee;
}
.pricing-card-page .spec-item .spec-label {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 4px;
}
.pricing-card-page .spec-item .spec-value {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}

/* 使用流程：版面置中 */
.pricing-card-page .steps-wrap {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.pricing-card-page .steps-list {
    counter-reset: step;
    list-style: none;
    padding: 0;
    margin: 0;
}
.pricing-card-page .steps-list li {
    position: relative;
    padding-left: 72px;
    padding-bottom: 32px;
    min-height: 60px;
}
.pricing-card-page .steps-list li:last-child { padding-bottom: 0; }
.pricing-card-page .steps-list li::before {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #8500EA;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 48px;
    text-align: center;
}
.pricing-card-page .steps-list li::after {
    content: "";
    position: absolute;
    left: 23px;
    top: 52px;
    width: 2px;
    height: calc(100% - 20px);
    background: #E9DEFA;
}
.pricing-card-page .steps-list li:last-child::after { display: none; }
/* 使用流程步驟文字：與 profile 頁 text-step 一致 */
.pricing-card-page .steps-list li h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    color: #333;
    margin-bottom: 8px;
    text-align: left;
}
.pricing-card-page .steps-list li p {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #666;
    margin: 0;
    text-align: left;
}

/* 常見問題：與「使用流程」間距同其他 section，參考 page/profile；覆寫 pages-pricing 的 margin-top: 140px */
.pricing-card-page .question {
    margin-top: 0;
    padding: 56px 0;
}
.pricing-card-page .question .container {
    background: transparent;
}
.pricing-card-page .question h3 {
    font-size: 43px;
    line-height: 56px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
}
.pricing-card-page .question .question-list {
    margin-top: 0;
    padding: 0;
}
/* 常見問題 accordion：完整樣式（原 page-beginner） */
.pricing-card-page .question .question-list .accordion {
    box-shadow: 1.5px 1.5px 8px 0 rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    overflow: hidden;
    margin: 30px auto;
    background: #fff;
    font-size: 18px;
}
/* FAQ 與 page/profile 常見問題樣式一致 */
.pricing-card-page .question-list .accordion .accordion-header {
    position: relative;
    padding-right: 56px;
    font-size: 20px;
    font-weight: 500;
    color: #170F49;
    background: #fff;
}
.pricing-card-page .question-list .accordion .accordion-header:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #8500EA;
    background: #F9F1FF;
    box-shadow: none;
}
.pricing-card-page .question-list .accordion .js-accordion-item {
    padding: 30px;
    border-radius: 12px;
}
.pricing-card-page .question-list .accordion .js-accordion-item.active {
    border: 2px solid #8500EA;
    box-shadow: 0 6px 16px rgba(74, 58, 255, 0.19);
}
.pricing-card-page .question-list .accordion .js-accordion-item.active .accordion-header:after {
    background: #8500EA;
    color: #fff;
    transform: translateY(-50%) rotate(360deg);
}
.pricing-card-page .question .link-btn.btngroup {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
    margin-bottom: 0;
}
.pricing-card-page .question .link-btn.btngroup .button {
    min-width: 0;
    border-radius: 4px;
}

/* CTA 區塊：與 profile 準備好進入數位連結的新時代 section 同版型（左圖右文、淺紫底） */
.pricing-card-page .readygo {
    background: #F9F1FF;
    padding: 56px 0;
}
.pricing-card-page .readygo .ad-box .row {
    align-items: center;
}
.pricing-card-page .readygo .ad-box .ad-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 0;
}
@media (min-width: 768px) {
    .pricing-card-page .readygo .ad-box .ad-content {
        padding-left: 45px;
    }
}
.pricing-card-page .readygo .ad-box .ad-content h5 {
    font-weight: 700;
    font-size: 44px;
    line-height: 140%;
    color: #8500EA;
    padding-bottom: 16px;
    margin: 0 0 8px;
    text-align: left;
}
.pricing-card-page .readygo .ad-box .ad-content p {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 160%;
    color: #1A1A1A;
    text-align: left;
    margin: 0 0 1em;
}
.pricing-card-page .readygo .ad-box .ad-content p:last-of-type {
    margin-bottom: 0;
}
/* CTA 按鈕：與 profile 頁 readygo 一致（大小、水平垂直置中） */
.pricing-card-page .readygo .ad-box .ad-content .btngroup {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    align-items: center;
}
.pricing-card-page .readygo .ad-box .ad-content .btngroup .button {
    min-width: 150px;
    padding: 13px 24px;
    border-radius: 4px;
    font-weight: 500;
    text-align: center;
}
.pricing-card-page .readygo .ad-box .ad-content .btngroup .button.purple {
    color: #fff;
}
.pricing-card-page .readygo .ad-box .ad-content .cta-disclaimer {
    font-size: 14px;
    color: #666;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(133, 0, 234, 0.2);
}
.pricing-card-page .readygo .img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricing-card-page .readygo .img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-width: 240px;
}
@media (min-width: 768px) {
    .pricing-card-page .readygo .img img {
        min-width: 280px;
    }
}
@media (min-width: 992px) {
    .pricing-card-page .readygo .img img {
        min-width: 320px;
    }
}

/* 購買彈窗內數量選單 */
.pricing-card-page .quantity-select select,
.payment-detail-item .quantity-select select {
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    min-width: 100px;
}

/* 購買彈窗：收件人姓名、電話、地址 */
#payment-hcard-dialog .recipient-fields .form-row label {
    display: block;
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 14px;
}
#payment-hcard-dialog .recipient-fields .form-row input {
    width: 100%;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
}
#payment-hcard-dialog .recipient-fields .margin-bottom-10 { margin-bottom: 10px; }
#payment-hcard-dialog .recipient-fields .margin-bottom-20 { margin-bottom: 20px; }

/* 發票區：與 planprice 一致之距離（參考 https://www.huntbyte.com/planprice/ ） */
#payment-hcard-dialog .payment-detail-item h4.margin-top-20 {
    margin-top: 20px;
}
#payment-hcard-dialog .payment-detail-item h4.margin-bottom-10 {
    margin-bottom: 10px;
}
#payment-hcard-dialog .bill-box .radio {
    margin-right: 15px;
    margin-bottom: 10px;
}
#payment-hcard-dialog .bill-box .radio label {
    padding-left: 25px;
}
#payment-hcard-dialog .bill-box .enter-box {
    margin-top: 15px;
}
#payment-hcard-dialog .payment-detail-total {
    margin-top: 45px;
}

/* 小計／運費 inputrow：與 planprice/business 一致（原 pages-pricing） */
#payment-hcard-dialog .payment-detail-item .inputrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
#payment-hcard-dialog .payment-detail-item .inputrow span,
#payment-hcard-dialog .payment-detail-item .inputrow p {
    text-align: right;
    margin-bottom: 0;
}
#payment-hcard-dialog .payment-detail-item .inputrow p::before {
    display: none;
}

/* 購買彈窗 layout（原 pages-pricing） */
#payment-hcard-dialog .payment-box-container {
    width: 100%;
    height: 100%;
}
#payment-hcard-dialog .payment-detail {
    height: 100%;
}
#payment-hcard-dialog .payment-goto-pay {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#payment-hcard-dialog .payment-goto-pay-image p {
    margin: 0;
    min-height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#payment-hcard-dialog .payment-detail-mainly h1 {
    font-size: 46px;
    margin-bottom: 15px;
}
#payment-hcard-dialog .payment-detail-mainly h2 {
    font-size: 24px;
    margin-bottom: 30px;
}
#payment-hcard-dialog .payment-detail-item h3 {
    font-size: 20px;
}

/* 發票區：radio input、捐贈 list（原 pages-pricing） */
#payment-hcard-dialog .bill-box .radio input {
    box-shadow: none;
}
#payment-hcard-dialog .bill-box ul,
#payment-hcard-dialog .bill-box .list-1 {
    padding-left: 5px;
}
#payment-hcard-dialog .bill-box ul li.donate-recommend,
#payment-hcard-dialog .bill-box ul.list-1 li,
#payment-hcard-dialog .bill-box ul.list-1 li a {
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 0;
    line-height: 15px;
}
#payment-hcard-dialog .bill-box .list-1 li:before {
    top: 4px;
}
#payment-hcard-dialog .margin-top-30 {
    margin-top: 30px;
}

/* 常見問題：展開內容區 padding */
.pricing-card-page .question-list .accordion .accordion-body__contents {
    padding: 25px;
    font-size: 16px;
    line-height: 28px;
}

/* 彈窗內原價刪除線（599 → 499 優惠價） */
#payment-hcard-dialog .price-original {
    text-decoration: line-through;
    color: #999;
    font-size: 1rem;
    margin-right: 8px;
}

@media (max-width: 1199px) {
    .pricing-card-page .readygo .ad-box .ad-content .btngroup .button {
        min-width: 210px;
    }
}
@media (max-width: 1240px) {
    .pricing-card-page .steps-list li p { font-size: 16px; }
}
@media (max-width: 768px) {
    .pricing-card-page .product-info-block .product-title { font-size: 1.35rem; }
    .pricing-card-page .section-block { padding: 40px 0; }
    .pricing-card-page .section-head h3 { font-size: 32px; line-height: 42px; }
    .pricing-card-page .question h3 { font-size: 32px; line-height: 42px; }
    .pricing-card-page .question-list .accordion .accordion-header:after {
        width: 40px;
        height: 40px;
    }
    .pricing-card-page .price-block .price { font-size: 2rem; }
    .pricing-card-page .steps-list li { padding-left: 64px; }
    .pricing-card-page .steps-list li::before { width: 42px; height: 42px; font-size: 1.1rem; }
    .pricing-card-page .steps-list li h4 { font-size: 24px; }
    .pricing-card-page .steps-list li p { font-size: 16px; }
    .pricing-card-page .readygo { padding: 40px 0; }
    .pricing-card-page .readygo .ad-box .ad-content {
        padding-left: 0;
        padding-top: 40px;
    }
    .pricing-card-page .readygo .ad-box .ad-content h5 { font-size: 36px; }
    .pricing-card-page .readygo .ad-box .ad-content .btngroup {
        flex-direction: column;
        margin-top: 24px;
        width: 100%;
    }
    .pricing-card-page .readygo .ad-box .ad-content .btngroup .button {
        width: 100%;
        min-width: 0;
        margin-top: 15px;
    }
    .pricing-card-page .readygo .ad-box .ad-content .btngroup .button:first-child {
        margin-top: 0;
    }
}
@media (max-width: 480px) {
    .pricing-card-page .section-head h3 { font-size: 26px; line-height: 36px; }
    .pricing-card-page .question h3 { font-size: 26px; line-height: 36px; }
    .pricing-card-page .readygo .ad-box .ad-content h5 { font-size: 30px; }
    .pricing-card-page .readygo .ad-box .ad-content p { font-size: 1rem; }
}

/* Magnific 大圖 gallery 左右箭頭：hover 紫色 + 左右 icon（Feather）；本檔僅於數位夯卡頁載入 */
.mfp-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.mfp-arrow:hover {
    background: #8500EA !important;
    color: #fff;
}
.mfp-arrow.mfp-arrow-left:before,
.mfp-arrow.mfp-arrow-right:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    line-height: 1;
}
.mfp-arrow.mfp-arrow-left:before {
    font-family: "Feather-Icons";
    content: "\e92f";
    font-size: 26px;
}
.mfp-arrow.mfp-arrow-right:before {
    font-family: "Feather-Icons";
    content: "\e930";
    font-size: 26px;
}
