/**
 * 球小策数据服务 · 定价页 + 用户中心样式（v2.1 设计升级）
 * 覆盖短代码：[abv2_creator_pricing] / [abv2_creator_portal]
 * 设计语言：清透浅色底座 + 暗色 Hero + 项目绿 #07C160 + tabular-nums
 */

.abv2c-root {
    --qx-green: #07C160;
    --qx-green-deep: #059048;
    --qx-ink: #1A2333;
    --qx-ink-2: #47556B;
    --qx-ink-3: #7C8AA0;
    --qx-line: #E6EBF2;
    --qx-bg: #F7F9FC;
    --qx-dark: #0C1424;
    --qx-dark-2: #131F38;
    --qx-card: #FFFFFF;
    color: var(--qx-ink);
    font-size: 15.5px; line-height: 1.75;
    -webkit-font-smoothing: antialiased;
}
.abv2c-root *, .abv2c-root *::before, .abv2c-root *::after { box-sizing: border-box; }
.abv2c-root a { text-decoration: none; }
.abv2c-root code { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }

/* ============ 按钮 ============ */
.abv2c-cta {
    display: inline-block; padding: 13px 30px; border-radius: 12px;
    background: var(--qx-green); color: #fff !important;
    font-size: 15px; font-weight: 700; cursor: pointer; border: none;
    box-shadow: 0 8px 24px rgba(7,193,96,.32);
    transition: transform .18s ease, background .18s ease;
}
.abv2c-cta:hover { background: var(--qx-green-deep); }
.abv2c-cta:active { transform: scale(.97); }
.abv2c-btn {
    display: inline-block; padding: 9px 18px; border-radius: 10px;
    border: 1px solid var(--qx-line); background: #fff; color: var(--qx-ink);
    font-size: 13.5px; font-weight: 600; cursor: pointer;
    transition: border-color .15s ease, color .15s ease;
}
.abv2c-btn:hover { border-color: var(--qx-green); color: var(--qx-green-deep); }
.abv2c-btn:disabled { opacity: .55; cursor: not-allowed; }
.abv2c-btn-primary { background: var(--qx-green); border-color: var(--qx-green); color: #fff; }
.abv2c-btn-primary:hover { background: var(--qx-green-deep); color: #fff; }
.abv2c-link { color: var(--qx-green-deep); font-weight: 600; margin-left: 14px; }

.abv2c-h1 { font-size: 40px; font-weight: 800; line-height: 1.3; margin: 0 0 18px; letter-spacing: 1px; color: #1A2333; }
.abv2c-h2 { font-size: 28px; font-weight: 800; text-align: center; margin: 0 0 12px; }
.abv2c-h3 { font-size: 19px; font-weight: 800; margin: 0 0 16px; }
.abv2c-h4 { font-size: 15px; font-weight: 700; color: var(--qx-ink-2); margin: 20px 0 12px; }
.abv2c-sub { font-size: 16px; color: #5B6B82; margin: 0 auto 26px; max-width: 620px; line-height: 1.8; }
.abv2c-section-sub { text-align: center; color: var(--qx-ink-2); margin: 0 0 34px; font-size: 14px; }
.abv2c-muted { color: var(--qx-ink-3); font-size: 13px; margin: 4px 0 0; }
.abv2c-loading { text-align: center; color: var(--qx-ink-3); padding: 30px 0; }

/* ============ 定价页 Hero ============ */
.abv2c-hero {
    position: relative; overflow: hidden;
    background: linear-gradient(165deg, #F0FBF5 0%, #FFFFFF 80%);
    color: var(--qx-ink); text-align: center;
    padding: 88px 20px 70px; border-radius: 0 0 28px 28px;
    border-bottom: 1px solid var(--qx-line);
}
.abv2c-particles {
    position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(420px 220px at 18% 20%, rgba(7,193,96,.10), transparent 65%),
        radial-gradient(500px 260px at 85% 75%, rgba(7,193,96,.06), transparent 60%);
}
.abv2c-hero-inner { position: relative; max-width: 820px; margin: 0 auto; }
.abv2c-subnav {
    display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 30px;
}
.abv2c-subnav a {
    font-size: 13px; color: var(--qx-ink-2); border: 1px solid var(--qx-line);
    padding: 6px 18px; border-radius: 999px; transition: all .15s ease;
    background: #fff;
}
.abv2c-subnav a:hover, .abv2c-subnav a.is-active {
    border-color: var(--qx-green); color: #059048; background: rgba(7,193,96,.08);
}
.abv2c-hero-badges {
    display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 30px;
}
.abv2c-hero-badge {
    display: inline-block; font-size: 13px; color: #0E7C46;
    background: rgba(7,193,96,.08); border: 1px solid rgba(7,193,96,.3);
    padding: 6px 16px; border-radius: 999px;
}
.abv2c-hero-badge strong { color: #059048; font-variant-numeric: tabular-nums; }
.abv2c-hero-actions {
    display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
}
.abv2c-btn-hero {
    background: #fff; border: 1px solid var(--qx-line);
    color: var(--qx-ink); padding: 13px 24px; border-radius: 12px; font-size: 14.5px;
    font-weight: 700; transition: all .18s ease;
}
.abv2c-btn-hero:hover {
    border-color: var(--qx-green); color: #059048; background: rgba(7,193,96,.06);
}

/* ============ 定价页区块 ============ */
.abv2c-section { max-width: 1080px; margin: 0 auto; padding: 70px 20px 0; }
.abv2c-plans { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 860px; margin-left: auto; margin-right: auto; }
@media (max-width: 720px) {
    .abv2c-plans { grid-template-columns: 1fr; }
}
.abv2c-plan {
    position: relative; text-align: center;
    display: flex; flex-direction: column;
    background: var(--qx-card); border: 1px solid var(--qx-line);
    border-radius: 18px; padding: 36px 22px 30px;
    transition: transform .2s ease, box-shadow .2s ease;
}
.abv2c-plan:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(12,20,36,.1); }
.abv2c-plan.is-hot { border: 1.5px solid var(--qx-green); box-shadow: 0 16px 44px rgba(7,193,96,.16); }
.abv2c-plan-badge {
    position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
    background: var(--qx-green); color: #fff; font-size: 12px; font-weight: 700;
    padding: 4px 16px; border-radius: 999px; white-space: nowrap;
}
.abv2c-plan-name { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.abv2c-plan-credits {
    display: flex; align-items: baseline; justify-content: center; gap: 5px;
    white-space: nowrap;
    font-size: clamp(26px, 3vw, 40px); font-weight: 800; font-variant-numeric: tabular-nums;
}
.abv2c-plan-credits small { font-size: 14px; font-weight: 600; color: var(--qx-ink-3); white-space: nowrap; }
.abv2c-plan-price { font-size: 23px; font-weight: 800; color: var(--qx-green-deep); margin-top: 4px; font-variant-numeric: tabular-nums; }
.abv2c-plan-save { font-size: 12.5px; color: var(--qx-ink-3); margin: 4px 0 12px; min-height: 18px; }
.abv2c-plan-desc { font-size: 13px; color: var(--qx-ink-2); min-height: 58px; margin-bottom: 12px; line-height: 1.6; }
.article-content .abv2c-plan-features,
.abv2c-plan-features {
    flex: 1;
    text-align: left;
    margin: 16px 0 20px 0 !important;
    padding: 16px 0 0 0 !important;
    border-top: 1px dashed var(--qx-line);
    list-style: none !important;
    font-size: 13px;
    color: var(--qx-ink-2);
}
.article-content .abv2c-plan-features li,
.abv2c-plan-features li {
    position: relative;
    list-style: none !important;
    margin: 0 0 9px 0 !important;
    padding: 0 0 0 20px !important;
    line-height: 1.65;
}
.article-content .abv2c-plan-features li::marker,
.abv2c-plan-features li::marker { display: none !important; content: none; }
.abv2c-plan-features li:last-child { margin-bottom: 0 !important; }
.abv2c-plan-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--qx-green);
    font-weight: 800;
    font-size: 13px;
}
.abv2c-plan-features strong {
    color: var(--qx-ink);
    font-weight: 700;
}
.abv2c-plan-btn {
    width: 100%; padding: 12px; border-radius: 12px; border: none; cursor: pointer;
    background: var(--qx-dark); color: #fff; font-size: 15px; font-weight: 700;
    transition: background .18s ease, transform .18s ease;
}
.abv2c-plan-btn:hover { background: var(--qx-green); }
.abv2c-plan-btn:active { transform: scale(.97); }
.abv2c-plan-btn:disabled { opacity: .55; cursor: not-allowed; }
.abv2c-plan.is-hot .abv2c-plan-btn { background: var(--qx-green); box-shadow: 0 8px 22px rgba(7,193,96,.3); }
.abv2c-plan.is-hot .abv2c-plan-btn:hover { background: var(--qx-green-deep); }

/* ============ 任意金额充值组件 ============ */
.abv2c-plan-recharge { text-align: center; }
.abv2c-recharge-quicks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 6px 0 14px; }
@media (max-width: 720px) {
    .abv2c-recharge-quicks { grid-template-columns: repeat(2, 1fr); }
}
.abv2c-recharge-quick {
    position: relative; display: flex; flex-direction: column; align-items: center; gap: 2px;
    padding: 12px 6px; border-radius: 12px; cursor: pointer;
    border: 1.5px solid var(--qx-line); background: #fff;
    transition: border-color .15s ease, box-shadow .15s ease;
}
.abv2c-recharge-quick:hover { border-color: var(--qx-green); }
.abv2c-recharge-quick.is-active {
    border-color: var(--qx-green);
    box-shadow: 0 0 0 3px rgba(7,193,96,.15);
    background: #F0FBF5;
}
.abv2c-recharge-quick-yuan { font-size: 18px; font-weight: 800; color: var(--qx-ink); }
.abv2c-recharge-quick-credits { font-size: 12px; color: var(--qx-ink-2); }
.abv2c-recharge-discount {
    position: absolute; top: -8px; right: -4px;
    font-size: 10px; font-weight: 700; color: #fff;
    background: linear-gradient(135deg, #F6A609, #E8890C);
    padding: 2px 7px; border-radius: 999px;
}
.abv2c-recharge-custom-row { margin-bottom: 12px; }
.abv2c-recharge-custom-row input {
    width: 100%; padding: 11px 14px; border-radius: 12px;
    border: 1.5px solid var(--qx-line); font-size: 14px; color: var(--qx-ink);
    box-sizing: border-box;
}
.abv2c-recharge-custom-row input:focus { outline: none; border-color: var(--qx-green); }
.abv2c-recharge-preview { font-size: 13px; color: var(--qx-ink-2); margin: 0 0 14px; }
.abv2c-recharge-preview strong { color: var(--qx-green-deep); font-weight: 800; }

.abv2c-trust-bar { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 22px; }
.abv2c-trust-item {
    font-size: 13px; color: var(--qx-ink-2);
    background: #fff; border: 1px solid var(--qx-line);
    padding: 7px 16px; border-radius: 999px;
}
.abv2c-trust-item::before { content: ''; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--qx-green); margin-right: 8px; vertical-align: 1px; }

.abv2c-rules { background: var(--qx-card); border: 1px solid var(--qx-line); border-radius: 16px; padding: 10px 22px 18px; }
.abv2c-compare { width: 100%; border-collapse: collapse; font-size: 14px; }
.abv2c-compare th { text-align: left; color: var(--qx-ink-3); font-size: 12.5px; font-weight: 600; padding: 12px 10px 8px; border-bottom: 1px solid var(--qx-line); }
.abv2c-compare td { padding: 12px 10px; border-bottom: 1px solid #F0F3F8; color: var(--qx-ink-2); vertical-align: top; }
.abv2c-compare tr:last-child td { border-bottom: none; }
.abv2c-credit-tag {
    display: inline-block; background: rgba(7,193,96,.1); color: var(--qx-green-deep);
    font-weight: 700; font-size: 13px; padding: 3px 12px; border-radius: 999px;
    font-variant-numeric: tabular-nums; white-space: nowrap;
}

/* 核心业务扣点速查 */
.abv2c-scene-cost-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.abv2c-cost-card {
    background: var(--qx-card);
    border: 1px solid var(--qx-line);
    border-radius: 16px;
    padding: 22px 20px;
    transition: transform .2s ease, box-shadow .2s ease;
}
.abv2c-cost-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(12,20,36,.08);
}
.abv2c-cost-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.abv2c-cost-badge {
    font-size: 11.5px;
    font-weight: 700;
    color: var(--qx-ink-3);
    background: var(--qx-bg);
    padding: 3px 10px;
    border-radius: 999px;
}
.abv2c-cost-badge-hot {
    background: rgba(7,193,96,.12);
    color: var(--qx-green-deep);
}
.abv2c-cost-points {
    font-size: 13.5px;
    color: var(--qx-ink-2);
}
.abv2c-cost-points strong {
    font-size: 19px;
    font-weight: 800;
    color: var(--qx-green-deep);
    font-variant-numeric: tabular-nums;
}
.abv2c-cost-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
    color: var(--qx-ink);
}
.abv2c-cost-desc {
    font-size: 13px;
    color: var(--qx-ink-2);
    margin: 0;
    line-height: 1.65;
}

/* 场景气泡 */
.abv2c-scenes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.abv2c-scene-card {
    background: var(--qx-card); border: 1px solid var(--qx-line);
    border-radius: 16px; padding: 22px 20px;
}
.abv2c-scene-tag {
    font-size: 12px; font-weight: 700; color: var(--qx-green-deep);
    background: rgba(7,193,96,.1); padding: 3px 12px; border-radius: 999px;
    display: inline-block; margin-bottom: 14px;
}
.abv2c-bubble {
    max-width: 88%; padding: 10px 14px; border-radius: 14px;
    font-size: 13.5px; line-height: 1.65; margin-bottom: 10px;
}
.abv2c-bubble-user {
    margin-left: auto; background: var(--qx-green); color: #fff;
    border-bottom-right-radius: 4px;
}
.abv2c-bubble-ai { background: var(--qx-bg); color: var(--qx-ink-2); border-bottom-left-radius: 4px; }

/* FAQ */
.abv2c-faq { max-width: 780px; margin: 0 auto; }
.abv2c-faq-item {
    background: var(--qx-card); border: 1px solid var(--qx-line);
    border-radius: 14px; margin-bottom: 12px; overflow: hidden;
}
.abv2c-faq-item summary {
    cursor: pointer; padding: 16px 22px; font-weight: 600; font-size: 15px;
    list-style: none; padding-right: 46px; position: relative;
}
.abv2c-faq-item summary::after { content: '+'; position: absolute; right: 20px; top: 13px; font-size: 20px; color: var(--qx-green); font-weight: 700; }
.abv2c-faq-item[open] summary::after { content: '−'; }
.abv2c-faq-item summary::-webkit-details-marker { display: none; }
.abv2c-faq-item p { margin: 0; padding: 0 22px 16px; font-size: 14px; color: var(--qx-ink-2); }
.abv2c-faq-item code { background: var(--qx-bg); padding: 1px 7px; border-radius: 5px; font-size: 12.5px; }

/* 底部大卡片 */
.abv2c-final-section { padding-bottom: 90px; }
.abv2c-final-card {
    background: linear-gradient(160deg, #F0FBF5 0%, #E4F7EC 100%);
    border: 1px solid rgba(7,193,96,.18);
    border-radius: 24px;
    padding: 56px 36px;
    text-align: center;
    color: var(--qx-ink);
    box-shadow: 0 14px 36px rgba(12,20,36,.06);
}
.abv2c-final-h2 {
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 12px;
    color: #1A2333;
}
.abv2c-final-sub {
    font-size: 15px;
    color: #5B6B82;
    margin: 0 auto 28px;
    max-width: 620px;
}
.abv2c-final-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ============ 支付弹层 ============ */
.abv2c-modal-mask {
    position: fixed; inset: 0; background: rgba(5,10,20,.75); backdrop-filter: blur(4px);
    z-index: 99999; display: flex; align-items: center; justify-content: center; padding: 20px;
}
/* 作者样式 display:flex 压过 UA [hidden]，必须显式补回 */
.abv2c-modal-mask[hidden] { display: none; }
.abv2c-modal {
    position: relative; width: 380px; max-width: 92vw; background: #fff;
    border-radius: 18px; padding: 34px 30px 30px; text-align: center;
    box-shadow: 0 30px 80px rgba(0,0,0,.4);
}
.abv2c-modal h3 { margin: 0 0 18px; font-size: 19px; }
.abv2c-modal-close {
    position: absolute; top: 12px; right: 14px; border: none; background: none;
    font-size: 18px; color: var(--qx-ink-3); cursor: pointer; padding: 6px;
}
.abv2c-modal-close:hover { color: var(--qx-ink); }
#abv2c-qr-wrap { display: flex; justify-content: center; margin-bottom: 14px; min-height: 60px; }
#abv2c-qr-wrap canvas, #abv2c-qr-wrap img { border-radius: 10px; }
.abv2c-pay-amount { font-size: 17px; font-weight: 800; color: var(--qx-green-deep); margin: 0 0 6px; font-variant-numeric: tabular-nums; }
.abv2c-pay-tip { font-size: 13px; color: var(--qx-ink-3); margin: 0; }
.abv2c-check {
    width: 62px; height: 62px; margin: 6px auto 14px; border-radius: 50%;
    background: rgba(7,193,96,.12); color: var(--qx-green);
    font-size: 32px; font-weight: 800; line-height: 62px;
}
#abv2c-pay-success p { margin: 0 0 18px; font-weight: 600; }

/* ============ 用户中心 ============ */
.abv2c-login-box {
    max-width: 440px; margin: 60px auto; text-align: center;
    background: var(--qx-card); border: 1px solid var(--qx-line);
    border-radius: 18px; padding: 44px 34px;
}
.abv2c-login-box p { color: var(--qx-ink-2); margin: 0 0 24px; }

.abv2c-portal-head {
    background: linear-gradient(165deg, #F0FBF5 0%, #FFFFFF 80%);
    color: var(--qx-ink); padding: 46px 20px 40px; text-align: center;
    border-radius: 0 0 24px 24px; margin-bottom: 30px;
    border-bottom: 1px solid var(--qx-line);
}
.abv2c-portal-head h1 { font-size: 27px; font-weight: 800; margin: 0 0 8px; color: #1A2333; }
.abv2c-portal-head p { color: #7C8AA0; font-size: 14px; margin: 0; }
.abv2c-portal-nav { margin-top: 18px; display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.abv2c-portal-nav a {
    font-size: 13px; color: var(--qx-ink-2); border: 1px solid var(--qx-line);
    background: #fff;
    padding: 6px 16px; border-radius: 999px; transition: all .15s ease;
}
.abv2c-portal-nav a:hover { border-color: var(--qx-green); color: #059048; background: rgba(7,193,96,.06); }

.abv2c-root[data-view="portal"] > .abv2c-panel,
.abv2c-root[data-view="portal"] > .abv2c-balance-card {
    max-width: 860px; margin-left: auto; margin-right: auto;
}

.abv2c-balance-card {
    display: flex; align-items: center; justify-content: space-between; gap: 20px;
    background: #fff;
    border: 1px solid var(--qx-line);
    border-radius: 20px; padding: 30px 34px; color: var(--qx-ink);
    box-shadow: 0 8px 24px rgba(12,20,36,.05);
    flex-wrap: wrap;
}
.abv2c-balance-card.is-low { border: 1px solid rgba(220,60,60,.4); box-shadow: 0 8px 24px rgba(220,60,60,.1); }
.abv2c-balance-card .abv2c-muted { color: var(--qx-ink-3); }
.abv2c-balance-num {
    font-size: 46px; font-weight: 800; color: var(--qx-green);
    margin: 2px 0; font-variant-numeric: tabular-nums; line-height: 1.1;
}
.abv2c-balance-right { text-align: right; }
.abv2c-today-used { margin-top: 10px; }

.abv2c-panel {
    background: var(--qx-card); border: 1px solid var(--qx-line);
    border-radius: 18px; padding: 26px 30px; margin-bottom: 18px;
}
.abv2c-key-row { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.abv2c-key-code {
    flex: 1; min-width: 220px; background: var(--qx-bg); border: 1px solid var(--qx-line);
    border-radius: 10px; padding: 12px 16px; font-size: 14px; color: var(--qx-ink);
    word-break: break-all;
}
.abv2c-warn { color: #B45309; font-size: 13px; font-weight: 600; margin: 14px 0 8px; }
#abv2p-key-new {
    background: #FFF9EC; border: 1px solid #F2DFAE;
    border-radius: 12px; padding: 4px 16px 16px; margin-top: 14px;
}
#abv2p-key-new[hidden] { display: none; }

.abv2c-dedup-tip {
    background: rgba(7,193,96,.09); color: var(--qx-green-deep);
    border: 1px solid rgba(7,193,96,.3); border-radius: 10px;
    font-size: 13px; padding: 9px 14px; margin: 0 0 6px;
}
.abv2c-dedup-tip[hidden] { display: none; }

.abv2c-bars {
    display: flex; align-items: flex-end; gap: 3px; height: 86px;
    padding: 6px 4px 0; border-bottom: 2px solid var(--qx-line);
}
.abv2c-bar {
    flex: 1; min-width: 4px; border-radius: 3px 3px 0 0;
    background: linear-gradient(180deg, var(--qx-green), var(--qx-green-deep));
    opacity: .85; transition: opacity .15s ease;
}
.abv2c-bar:hover { opacity: 1; }

.abv2c-orders-table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.abv2c-orders-table th {
    text-align: left; color: var(--qx-ink-3); font-size: 12.5px; font-weight: 600;
    padding: 8px 10px; border-bottom: 1px solid var(--qx-line);
}
.abv2c-orders-table td { padding: 10px; border-bottom: 1px solid #F0F3F8; color: var(--qx-ink-2); }
.abv2c-orders-table tr:last-child td { border-bottom: none; }
.abv2c-orders-table code { background: var(--qx-bg); padding: 1px 7px; border-radius: 5px; font-size: 12px; }

.abv2c-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 14px; }
.abv2c-step {
    background: var(--qx-bg); border-radius: 12px; padding: 16px;
    font-size: 13.5px; color: var(--qx-ink-2);
}
.abv2c-step-num {
    display: inline-flex; align-items: center; justify-content: center;
    width: 24px; height: 24px; border-radius: 50%;
    background: var(--qx-green); color: #fff; font-weight: 800; font-size: 13px;
    margin-right: 8px;
}

/* ============ 人工服务卡（暖色差异化） ============ */
.abv2c-plan-service {
    background: linear-gradient(165deg, #FFFBF3 0%, #FFF4E2 100%);
    border: 1.5px solid rgba(232,137,12,.35);
    color: var(--qx-ink);
}
.abv2c-plan-service:hover { box-shadow: 0 18px 44px rgba(232,137,12,.16); }
.abv2c-plan-service .abv2c-plan-name { color: #1A2333; }
.abv2c-plan-service .abv2c-plan-credits { color: #1A2333; }
.abv2c-plan-service .abv2c-plan-credits small { color: var(--qx-ink-3); }
.abv2c-plan-service .abv2c-plan-price { color: #D97A06; }
.abv2c-plan-service .abv2c-plan-save { color: var(--qx-ink-3); }
.abv2c-plan-service .abv2c-plan-desc { color: var(--qx-ink-2); }
.abv2c-plan-service .abv2c-plan-features li { color: var(--qx-ink-2); border-color: rgba(232,137,12,.15); }
.abv2c-plan-badge-service {
    background: linear-gradient(135deg, #F6A609, #E8890C);
    color: #fff;
}
.abv2c-plan-btn-service {
    background: linear-gradient(135deg, #F6A609, #E8890C) !important;
    color: #fff !important;
}
.abv2c-plan-btn-service:hover { filter: brightness(1.08); }

/* ============ 人工服务说明弹层 ============ */
.abv2c-modal-service {
    width: 520px; text-align: left;
    max-height: 82vh; overflow-y: auto;
}
.abv2c-modal-service h3 { text-align: center; }
.abv2c-service-price {
    text-align: center; margin: 0 0 18px; font-size: 14px; color: var(--qx-ink-2);
    background: var(--qx-bg); border-radius: 10px; padding: 10px 12px;
}
.abv2c-service-price strong { color: var(--qx-green-deep); }
.abv2c-service-block { margin-bottom: 16px; }
.abv2c-service-block h4 { margin: 0 0 8px; font-size: 14.5px; }
.article-content .abv2c-service-block ul,
.abv2c-service-block ul { margin: 0 0 12px 0 !important; padding-left: 18px !important; list-style: disc !important; }
.article-content .abv2c-service-block li,
.abv2c-service-block li { font-size: 13px; color: var(--qx-ink-2); line-height: 1.8; margin: 0 0 4px 0 !important; padding: 0 !important; list-style: disc !important; }
.abv2c-wx-id {
    color: var(--qx-green-deep); font-weight: 800;
    background: rgba(7,193,96,.1); padding: 1px 8px; border-radius: 6px;
    user-select: all;
}
.abv2c-service-actions {
    display: flex; gap: 12px; justify-content: center; margin-top: 20px;
    padding-top: 16px; border-top: 1px solid var(--qx-line);
}
#abv2c-pay-success-service p { font-size: 14px; line-height: 1.9; }
#abv2c-copy-wx { margin-top: 6px; }

/* ============ 响应式 ============ */
@media (max-width: 860px) {
    .abv2c-h1 { font-size: 29px; }
    .abv2c-plans, .abv2c-scenes, .abv2c-steps, .abv2c-scene-cost-grid { grid-template-columns: 1fr; }
    .abv2c-balance-card { flex-direction: column; text-align: center; }
    .abv2c-balance-right { text-align: center; }
    .abv2c-section { padding-top: 52px; }
    .abv2c-modal-service { width: 92vw; }
}
@media (prefers-reduced-motion: reduce) {
    .abv2c-cta, .abv2c-plan, .abv2c-btn { transition: none; }
    .abv2c-plan:hover { transform: none; }
}

/* 抵消 DUX 主题标题装饰 */
.abv2c-root h2::before, .abv2c-root h2::after,
.abv2c-root h1::before, .abv2c-root h1::after { display: none !important; }
.qxci-root .qxci-h2, .qxcd-root .qxcd-h2, .qxcd-root .qxcd-h1,
.abv2c-root .abv2c-h1, .abv2c-root .abv2c-h2, .abv2c-root .abv2c-h3,
.qxci-root .qxci-h1 { border: none !important; box-shadow: none !important; padding-bottom: 0 !important; }
