/* =========================================================
   招募升級方案頁 v2  (plan_price.html)
   依 page-landing.css 設計系統延伸：品牌色 #6D01BE / 淺紫 #F9F1FF
   ========================================================= */

.landing.pricing { overflow-x: hidden; }

.landing.pricing .container { padding: 70px 15px; }
.landing.pricing .landing-adbox { width: 100%; }
.landing.pricing .landing-h2 { margin-bottom: 12px; }
.landing.pricing section > .container > .landing-adbox > .landing-bodym,
.landing.pricing section > .container > .landing-adbox > .landing-bodyl {
    text-align: center;
    color: #555;
    margin-bottom: 8px;
}

/* ---------- 主 Hero ---------- */
.pr-main-hero {
    background-color: #FFFAFF;
    background-image: url('/static/site/images/landing/hero-bg-lines.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.landing.pricing .pr-main-hero .container { padding: 100px 15px; position: relative; z-index: 1; }

.pr-hero-inner {
    display: flex;
    align-items: center;
    gap: 80px;
}

/* 左側文案：flex column 父容器，gap 統一控制子元件間距 */
.pr-hero-copy {
    flex: 1.5;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.pr-hero-copy .landing-h1 {
    text-align: left;
    margin-bottom: 0;
    line-height: 120%;
    letter-spacing: -0.96px;
    white-space: normal;
}
.pr-hero-copy .landing-h1 .point { font-style: normal; }
.pr-hero-copy .landing-h1 .spotlight { font-style: normal; color: #6D01BE; }

/* 標題裝飾底線 */
.highlight-green {
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    background-image: linear-gradient(#E5F33C, #E5F33C);
    background-repeat: no-repeat;
    background-size: 100% 8px;
    background-position: 0 86%;
}
.pr-hero-copy .landing-bodyl {
    text-align: left;
    color: #555;
    margin-bottom: 0; /* gap 取代個別 margin */
}
/* pr-hero-btns 間距由父容器 gap 控制，不再需要 padding-top */
.pr-hero-btns {
    justify-content: flex-start;
    margin: 0;
    padding-top: 0 !important;
}
/* 桌機版：按鈕根據內容自動撐寬 */
.pr-hero-btns .pr-hero-cta {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-grow: 0 !important;
    width: fit-content !important;
    align-self: flex-start;
    box-sizing: border-box;
    padding: 12px 24px;
}
.pr-cta-icon { width: 20px; height: 20px; flex-shrink: 0; }

/* 右側視覺：flex 1 */
.pr-hero-visual {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* 插圖（1000×860，含人物、標籤、頭像） */
.pr-hero-illustration {
    display: block;
    width: 100%;
    max-width: 500px;
    height: auto;
}

/* ---------- 情境智慧推薦 ---------- */
.pr-scenario-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}
.pr-scenario-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #EDE6F5;
    border-radius: 16px;
    padding: 32px 28px;
    text-decoration: none;
    transition: all .25s ease-in-out;
    box-shadow: 0 2px 14px rgba(109, 1, 190, .04);
}
.pr-scenario-top {
    min-height: 120px;
}
.pr-scenario-card:hover {
    transform: translateY(-4px);
    border-color: #6D01BE;
    box-shadow: 0 10px 28px rgba(109, 1, 190, .12);
}
.pr-scenario-icon {
    width: 56px; height: 56px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
}
.pr-scenario-icon i { font-size: 28px; color: #6D01BE; }
.landing.pricing .pr-scenario-card .landing-h5 { text-align: left; margin-bottom: 8px; }
.landing.pricing .pr-scenario-card .landing-bodys { color: #777; margin: 0 0 16px; }
.landing.pricing .pr-scenario-card .pr-scenario-tag { margin-top: 0; }
.landing .pr-scenario-tag,
.pr-scenario-tag {
    display: inline-block;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid #F0EBF7;
    width: 100%;
    color: #6D01BE;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0px;
}

/* ---------- 月 / 年 切換 ---------- */
.pr-switch { display: flex; justify-content: center; margin: 40px 0 36px; }
.landing.pricing .pr-switch .switch-box-btn span {
    font-size: 17px;
    font-weight: 500;
    white-space: nowrap;
}

/* ---------- 方案比較表 ---------- */
.pr-table { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.pr-table table {
    width: 100%;
    min-width: 880px;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #E8E8E8;
    border-radius: 16px;
    overflow: hidden;
    background: transparent;
}
.pr-table th, .pr-table td {
    padding: 0 16px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    font-size: 17px;
    color: #1a1a1a;
}
.pr-table th:last-child, .pr-table td:last-child { border-right: none; }
.pr-table tbody th, .pr-table .pr-rowhead {
    text-align: left;
    font-weight: 400;
    color: #1A1A1A;
    white-space: nowrap;
}
.pr-table thead th { vertical-align: top; height: 1px; padding: 24px 16px; border-bottom: 1px solid #E8E8E8; width: 20%; }
.pr-table thead .pr-rowhead { vertical-align: middle; font-weight: 700; font-size: 22px; }
.pr-table tbody tr:last-child th,
.pr-table tbody tr:last-child td { border-bottom: none; }

/* 表頭欄 flex 容器 */
.pr-table thead th .pr-th-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}
.pr-table thead th .pr-plan-name {
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    text-align: center;
}
.pr-table thead th .pr-price del,
.pr-table thead th .pr-price-prefix {
    min-height: 24px;
    display: block;
}
.pr-table thead th .pr-price-sub {
    min-height: 24px;
}
.pr-table thead th .pr-price-save {
    min-height: 22px;
}

/* 透明佔位元素（Free / Corporate 無刪除線、無省錢提示時補位） */
.pr-spacer {
    visibility: hidden;
    pointer-events: none;
    user-select: none;
}

/* 方案名稱 / 價格 */
.pr-plan-name { font-family: "Noto Sans TC", sans-serif; font-size: 24px; font-style: normal; font-weight: 500; line-height: 135%; text-align: center; color: #1A1A1A; }
.pr-plan-name span { display: block; font-family: "Noto Sans TC", sans-serif; font-size: 30px; font-style: normal; font-weight: 500; line-height: 135%; letter-spacing: -0.075px; margin-top: 8px; }
.pr-plan-name.point { color: #6D01BE; }
.pr-plan-name.point span { color: #6D01BE; }
.pr-price { margin: 16px 0 4px; line-height: 1; white-space: nowrap; }
.pr-price strong {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: -0.4px;
    color: #1A1A1A;
}
.pr-price em { font-size: 18px; color: #666; font-style: normal; margin-left: 2px; }
.pr-price-num { display: inline-flex; align-items: baseline; white-space: nowrap; }
.pr-price del { display: block; font-size: 20px; font-weight: 600; color: #ACACAF; margin-bottom: 4px; }
.pr-price-prefix { display: block; font-size: 20px; font-weight: 500; font-style: normal; color: #1A1A1A; margin-bottom: 4px; }
.pr-price-sub { font-family: "Noto Sans TC", sans-serif; font-size: 18px; font-style: normal; font-weight: 400; line-height: 160%; color: #666; margin-bottom: 4px; }
.pr-price-sub.point { font-family: "Noto Sans TC", sans-serif; font-size: 18px; font-style: normal; font-weight: 600; line-height: 140%; color: #6D01BE; }
.pr-price-label { font-family: "Noto Sans TC", sans-serif; font-size: 18px; font-style: normal; font-weight: 600; line-height: 140%; }
.pr-price-save { font-family: "Noto Sans TC", sans-serif; font-size: 18px; font-style: normal; font-weight: 400; line-height: 140%; color: #6D01BE; min-height: 20px; }

/* 精選欄（Premium） */
.pr-table .pr-col-featured { position: relative; background: #FBF7FF; }
.pr-badge {
    position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%);
    background: #6D01BE; color: #fff; font-size: 12px; font-weight: 700;
    padding: 4px 14px; border-radius: 50px; white-space: nowrap;
}

/* CTA 按鈕 */
.pr-cta { margin-top: auto; padding-top: 18px; }

/* ---- 方案按鈕 base ---- */
.btn-plan,
.landing .btn-plan {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 4px;
    align-self: stretch;
    cursor: pointer;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color: #1A1A1A;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease-in-out;
    box-sizing: border-box;
}

/* ---- 方案按鈕 modifier ---- */
.btn-free  { border: 1px solid #E8E8E8; background: transparent; color: #1A1A1A; }
.btn-free:hover  { background: #F5F5F5; }
.btn-basic { border: 1px solid #6D01BE; background: transparent; color: #6D01BE; }
.btn-basic:hover { background: #F4E9FF; }
.btn-premium { background: #6D01BE; border: none; }
.btn-premium, .landing .btn-premium { color: #fff; }
.btn-premium:hover { background: #5a01a0; }
.btn-corporate { background: #1A1A1A; border: none; }
.btn-corporate, .landing .btn-corporate { color: #fff; }
.btn-corporate:hover { background: #333; }

/* 諮詢按鈕（保留原有小按鈕樣式）*/
.pr-btn-sm {
    display: flex;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 4px;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s ease-in-out;
    border: 1px solid #8500EA;
    background: #fff;
    color: #6D01BE;
    box-shadow: 0 4px 12px rgba(133, 0, 234, 0.15);
    width: auto;
}
.pr-btn-sm:hover { background: #F4E9FF; }
.landing.pricing .pr-consult .pr-btn-sm {
    display: flex;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    color: #1a1a1a;
    border: 1px solid #8500EA;
    background: #fff;
    text-decoration: none;
}
.landing.pricing p > .button.landing-h6 {
    display: flex !important;
    padding: 6px 16px !important;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 140%;
}

/* yes / no 圖示 */
.pr-table .pr-icon, .pr-compare .pr-icon { display: block; width: 24px; height: 24px; margin: 0 auto; }

/* 顯示切換（年 / 月） */
.pr-table.billed-yearly .billed-monthly-label { display: none; }
.pr-table.billed-monthly .billed-yearly-label { display: none; }
.pr-price del.billed-monthly-label { display: none; }
/* 月繳模式：pr-price-save 用 visibility:hidden 保留佔位；del 改用 prefix spacer 撐高 */
.pr-table.billed-monthly del.billed-yearly-label { display: none; }
.pr-table.billed-monthly .pr-price-save.billed-yearly-label { display: block; visibility: hidden; }

/* 欄位亮起效果 */
@keyframes prColPulse {
    0%   { background-color: #EDE6F5; }
    100% { background-color: rgba(255, 250, 255, 1); }
}
.pr-table th.pr-col-highlight,
.pr-table td.pr-col-highlight {
    animation: prColPulse 0.5s ease forwards;
    box-shadow: inset 0 0 0 1px #EDE6F5;
}

/* 諮詢列 */
.landing.pricing .pr-consult {
    text-align: center;
    margin-top: 36px;
    display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap;
}
.landing.pricing .pr-consult span.landing-bodym {
    line-height: 160%;
    font-weight: 400;
    letter-spacing: 0px;
    color: #1A1A1A;
}

/* ---------- 客戶見證 ---------- */
.pr-testi { background: none; }
.pr-testi-box { margin-top: 48px; }
.pr-testi-box .slick-track { display: flex; }
.pr-testi-box .slick-slide { height: auto; padding: 0 12px; }
.pr-testi-box .slick-slide > div { height: 100%; }

/* story 卡片樣式（與 index-v2 一致） */
.pr-testi-box .story-listitem { margin: 0; }
.pr-testi-box .story-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #E8E8E8;
    height: 100%;
    background: #fff;
}
.landing.pricing .pr-testi-box .story-content .landing-bodys {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    text-align: left;
    flex-grow: 1;
}
.pr-testi-box .story-detail {
    display: flex;
    align-items: center;
    padding-top: 24px;
    margin-top: auto;
}
.pr-testi-box .story-pic {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    margin-right: 14px;
}
.pr-testi-box .story-pic img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
.pr-testi-box .story-text .landing-bodys { font-size: 15px; font-weight: 700; color: #1A1A1A; display: block; }
.pr-testi-box .story-text .landing-caption { font-size: 13px; color: #999; margin: 0; }

/* slick-dots：膠囊樣式，與 index-v2 一致 */
.pr-testi-box .slick-dots {
    position: static;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    padding: 0;
    list-style: none;
}
.pr-testi-box .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 24px;
    background: #E8E8E8;
    margin: 0 4px;
    transition: width .25s ease, background .25s ease;
    box-shadow: none;
}
.pr-testi-box .slick-dots li.slick-active {
    width: 24px;
    background: #6D01BE;
}
.pr-testi-box .slick-dots li button { display: none; }
.pr-testi-box .slick-dots li:after { display: none; }

/* ---------- 為什麼不繼續用現有的招募方式 ---------- */
.pr-compare { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-top: 48px; }
.pr-compare table {
    width: 100%;
    min-width: 760px;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #F0DBFF;
    border-radius: 16px;
    overflow: hidden;
    background: transparent;
}
.pr-compare th, .pr-compare td {
    padding: 16px 20px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #F0DBFF;
    border-right: 1px solid #F0DBFF;
    font-size: 17px;
    line-height: 1.6;
    color: #444;
    background: transparent;
}
.pr-compare th:last-child, .pr-compare td:last-child { border-right: none; }
.pr-compare thead th {
    font-size: 18px; font-weight: 600; color: #1A1A1A;
    background: transparent; border-bottom: 1px solid #F0DBFF;
}
.pr-compare .pr-rowhead { color: #1A1A1A; font-weight: 600; }
.pr-compare tbody th { font-weight: 600; color: #1A1A1A; white-space: nowrap; }
.pr-compare .pr-col-featured { background: #FFFAFF; color: #1A1A1A; font-weight: 600; }
.pr-compare thead .pr-col-featured { color: #6D01BE; }
.pr-compare tbody tr td:nth-child(4) { background: #FFFAFF; }
.pr-compare tbody tr:last-child th,
.pr-compare tbody tr:last-child td { border-bottom: none; }

/* ---------- 急迫感 CTA ---------- */
.pr-urgency { background: linear-gradient(180deg, rgba(240, 219, 255, 0.00) 17.14%, rgba(240, 219, 255, 0.60) 100.06%), #FFF; }
.landing.pricing .pr-urgency .landing-bodym { text-align: center; color: #555; }
.landing.pricing .pr-urgency .btn-group { justify-content: center; padding-top: 36px; }

/* ---------- 常見問題 ---------- */
.pr-faq .question-list { margin-top: 44px; }
.landing.pricing .pr-faq .question-item {
    background: #fff;
    border: 2px solid #E8E8E8;
    border-radius: 12px;
    padding: 40px;
    margin: 0 0 40px;
    cursor: pointer;
    transition: border-color .2s ease;
}
.landing.pricing .pr-faq .question-item:last-child { margin-bottom: 0; }
.landing.pricing .pr-faq .question-item.active { border-color: #6D01BE; }
.landing.pricing .pr-faq .question-item .landing-h4 {
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    color: #1A1A1A;
    display: flex; align-items: flex-start; justify-content: space-between; gap: 16px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}
.landing.pricing .pr-faq .act-btn::after { font-size: 32px; width: 48px; height: 48px; }
.landing.pricing .pr-faq .question-item p {
    display: none;
    text-align: left;
    font-size: 24px;
    line-height: 160%;
    font-weight: 400;
    color: #1A1A1A;
    padding-top: 16px;
}
.pr-faq .link-btn.btngroup {
    text-align: center;
    margin-top: 40px;
    display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap;
}
.landing.pricing .pr-faq .link-btn span.landing-bodym {
    line-height: 160%;
    font-weight: 400;
    letter-spacing: 0px;
    color: #1A1A1A;
}
.landing.pricing .pr-faq .link-btn .button {
    font-size: 20px; font-weight: 500; padding: 6px 16px;
    display: flex; align-items: center; justify-content: center; gap: 6px;
    color: #1A1A1A; border: 1px solid #6D01BE; border-radius: 4px; background: #fff;
    box-shadow: 0 4px 12px rgba(133, 0, 234, 0.15);
    transition: all .2s ease;
}
.landing.pricing .pr-faq .link-btn .button:hover { background: #6D01BE; color: #fff; }

/* 覆蓋 style.css 手機版 table tr/td { display:block } 全站規則 */
.landing.pricing .pr-table table,
.landing.pricing .pr-compare table { display: table; }
.landing.pricing .pr-table thead,
.landing.pricing .pr-compare thead { display: table-header-group; }
.landing.pricing .pr-table tbody,
.landing.pricing .pr-compare tbody { display: table-row-group; }
.landing.pricing .pr-table tr,
.landing.pricing .pr-compare tr { display: table-row; }
.landing.pricing .pr-table th,
.landing.pricing .pr-table td,
.landing.pricing .pr-compare th,
.landing.pricing .pr-compare td { display: table-cell; }

/* =========================================================
   RWD
   ========================================================= */
@media (max-width: 1099px) {
    .pr-scenario-list { gap: 18px; }
    .landing.pricing .container { padding: 56px 15px; }
    .landing.pricing .pr-main-hero .container { padding: 72px 15px; }
    .pr-hero-inner { gap: 48px; }
}

/* ≤ 1024px：改為垂直堆疊 */
@media (max-width: 1024px) {
    .pr-hero-inner { flex-direction: column; gap: 40px; }
    .pr-hero-copy { flex: none; width: 100%; }
    .pr-hero-copy .landing-h1 { text-align: center; }
    .pr-hero-copy .landing-bodyl { text-align: center; }
    .pr-hero-btns { justify-content: center; }
    .pr-hero-btns .pr-hero-cta { align-self: center; }
    .pr-hero-visual { flex: none; width: 100%; justify-content: center; }
    .pr-hero-illustration { max-width: 440px; }
}

@media (max-width: 992px) {
    .pr-scenario-list { grid-template-columns: 1fr; max-width: 520px; margin-left: auto; margin-right: auto; }
}

@media (max-width: 767px) {
    .landing.pricing .container { padding: 44px 15px; }
    .pr-main-hero .container { padding: 40px 15px 36px; }
    .pr-hero-illustration { max-width: 360px; }
    /* 手機版：按鈕填滿容器（box-sizing:border-box 確保 padding 不撐破 15px 邊距） */
    .pr-hero-btns { justify-content: stretch; }
    .pr-hero-btns .pr-hero-cta {
        width: 100% !important;
        flex-grow: 1 !important;
        align-self: stretch;
    }
    .pr-hero-copy .landing-h1 .spotlight { white-space: nowrap; }
    .landing.pricing .landing-h1,
    .landing.pricing .landing-h2 { padding-left: 16px; padding-right: 16px; overflow-wrap: break-word; white-space: normal; }
    .landing.pricing .pr-urgency .btn-group { flex-direction: column; align-items: center; padding-top: 28px; }
    .landing.pricing .pr-urgency .btn-group .button { width: 100%; max-width: 280px; margin: 0 0 14px; }
    .landing.pricing .pr-urgency .btn-group .button:last-child { margin-bottom: 0; }
    .pr-scenario-list { margin-top: 32px; }
    .pr-scenario-card { padding: 26px 22px; height: auto; }
    .pr-scenario-top { min-height: unset; }
    .landing .btn-plan {
        font-family: "Noto Sans TC", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }
    .pr-scenario-tag { font-size: 22px; }
    .pr-switch { margin: 28px 0; }
    .landing.pricing .pr-switch .switch-box-btn span { font-size: 14px; padding: 8px 16px; }
    .pr-testi-box, .pr-compare, .pr-table { margin-top: 32px; }
    /* 手機版：解除 table overflow:hidden，否則 position:sticky 無法生效；圓角改到四個角落 cell 上補回 */
    .pr-table table, .pr-compare table { overflow: visible; }
    .pr-table thead th:first-child, .pr-compare thead th:first-child { border-top-left-radius: 15px; }
    .pr-table thead th:last-child, .pr-compare thead th:last-child { border-top-right-radius: 15px; }
    .pr-table tbody tr:last-child th:first-child, .pr-compare tbody tr:last-child th:first-child { border-bottom-left-radius: 15px; }
    .pr-table tbody tr:last-child td:last-child, .pr-compare tbody tr:last-child td:last-child { border-bottom-right-radius: 15px; }
    /* 手機版：第一欄固定 sticky，120px，文字自動換行 */
    .pr-table thead th.pr-rowhead,
    .pr-table tbody th,
    .pr-compare thead th.pr-rowhead,
    .pr-compare tbody th {
        position: sticky;
        left: 0;
        z-index: 2;
        background: #fff;
        white-space: normal;
    }
    .pr-table thead th.pr-rowhead,
    .pr-compare thead th.pr-rowhead { z-index: 3; }
    .landing.pricing .pr-table thead th.pr-rowhead,
    .landing.pricing .pr-table tbody th { width: 120px; min-width: 120px; max-width: 120px; }
    /* 手機版：補回 HuntByte 欄的 border-bottom（全站 mobile 覆蓋可能移除） */
    .landing.pricing .pr-compare th:last-child,
    .landing.pricing .pr-compare td:last-child { border-bottom: 1px solid #F0DBFF; }
    .landing.pricing .pr-compare tbody tr:last-child td:last-child { border-bottom: none; }
    /* 手機版：補回 Corporate 欄的 border-bottom */
    .landing.pricing .pr-table th:last-child,
    .landing.pricing .pr-table td:last-child { border-bottom: 1px solid #E8E8E8; }
    .landing.pricing .pr-table tbody tr:last-child td:last-child { border-bottom: none; }
    .pr-table, .pr-compare {
        background:
            linear-gradient(90deg, #fff 30%, rgba(255,255,255,0)) left center / 24px 100% no-repeat,
            linear-gradient(-90deg, #fff 30%, rgba(255,255,255,0)) right center / 24px 100% no-repeat,
            radial-gradient(farthest-side at 0 50%, rgba(0,0,0,.08), transparent) left center / 12px 100% no-repeat,
            radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,.08), transparent) right center / 12px 100% no-repeat;
        background-attachment: local, local, scroll, scroll;
    }
    .pr-plan-name { font-family: "Noto Sans TC", sans-serif; font-size: 22px; font-style: normal; font-weight: 500; line-height: 140%; }
    .pr-plan-name span { font-family: "Noto Sans TC", sans-serif; font-size: 26px; font-style: normal; font-weight: 500; line-height: 135%; letter-spacing: 0; }
    .pr-price-sub { font-size: 16px; }
    .pr-price-label, .pr-price-sub.point, .pr-price-save { font-size: 18px; }
    .pr-price strong {
        font-size: 34px;
        line-height: 125%;
        letter-spacing: -0.17px;
    }
    .landing.pricing .pr-faq .question-item .landing-h4 { font-size: 26px; font-weight: 600; }
    .landing.pricing .pr-faq .question-item p { font-size: 20px; }
    .pr-faq .question-item { padding: 24px; }
    .landing.pricing .pr-consult { flex-direction: column; gap: 12px; }
    .pr-faq .link-btn.btngroup { font-size: 16px; flex-direction: column; gap: 12px; }
    .landing.pricing .pr-faq .link-btn .button { font-size: 18px; }
    .question .link-btn { flex-direction: column; }
    .question .link-btn span { margin-right: 0; margin-bottom: 16px; }
}

@media (max-width: 575px) {
    .landing.pricing .pr-consult .pr-btn-sm,
    .landing.pricing p > .button.landing-h6 { width: 100%; font-size: 18px !important; font-weight: 500 !important; line-height: 140%; padding: 6px 16px !important; }
}

@media (max-width: 480px) {
    .landing.pricing .pr-faq .question-item { padding: 16px 24px; }
}

@media (max-width: 480px) {
    .landing.pricing .container { padding: 36px 15px; }
    .pr-scenario-icon { width: 50px; height: 50px; }
    .pr-scenario-icon i { font-size: 24px; }
    .pr-testi-box .slick-slide { padding: 0 6px; }
    .pr-switch { padding: 0 12px; }
    .landing.pricing .pr-switch .switch-box-btn { max-width: 100%; }
    .landing.pricing .pr-switch .switch-box-btn span { font-size: 13px; padding: 8px 12px; }
    .pr-hero-illustration { max-width: 300px; }
}
