/* ==================== 套餐说明页 v4 · 层次与微动效（不破坏定价卡语言）==================== */

.page-taocan-xiangqing {
    overflow-x: clip;
}

#page-taocan-xiangqing {
    padding-top: 0;
    padding-bottom: 0;
}

#plan-standard,
#plan-pro,
#compare-intro,
#price-table-title,
#addon-table-title,
#rules-title,
#dc-title {
    scroll-margin-top: calc(var(--nav-stack-clearance, 104px) + 24px);
}

/* —— 顶栏 Hero（v5 · 与全站纸面光晕一致，摘要卡 + 章节坞）—— */
.txq-top {
    position: relative;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: calc(var(--nav-stack-clearance, 104px) + clamp(28px, 5.5vw, 56px)) 0 clamp(40px, 6vw, 64px);
    background:
        radial-gradient(ellipse 72% 62% at 4% 12%, rgba(79, 70, 229, 0.22), transparent 52%),
        radial-gradient(ellipse 62% 52% at 96% 10%, rgba(99, 102, 241, 0.16), transparent 48%),
        radial-gradient(ellipse 50% 42% at 52% 96%, rgba(167, 139, 250, 0.18), transparent 50%),
        radial-gradient(ellipse 38% 32% at 75% 52%, rgba(56, 189, 248, 0.08), transparent 42%),
        linear-gradient(158deg, #f6f7ff 0%, #edf0ff 38%, #f3f1ff 65%, #f8f9ff 100%);
    overflow: hidden;
}

.txq-top__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(99, 102, 241, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(99, 102, 241, 0.05) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 88% 80% at 50% 38%, #000 10%, transparent 70%);
    pointer-events: none;
}

.txq-top__sheen {
    position: absolute;
    inset: -10% -20% auto;
    height: 50%;
    background: linear-gradient(108deg, transparent 0%, rgba(255, 255, 255, 0.55) 44%, transparent 70%);
    opacity: 0.5;
    pointer-events: none;
}

.txq-top__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(110px);
    pointer-events: none;
    opacity: 0.48;
}
.txq-top__blob--1 {
    width: min(440px, 60vw);
    height: min(440px, 60vw);
    top: -22%;
    right: -6%;
    background: #818cf8;
}
.txq-top__blob--2 {
    width: min(320px, 48vw);
    height: min(320px, 48vw);
    bottom: -30%;
    left: -6%;
    background: #a78bfa;
}

@media (prefers-reduced-motion: no-preference) {
    .txq-top__blob--1 {
        animation: txqBlob1 12s ease-in-out infinite;
    }
    .txq-top__blob--2 {
        animation: txqBlob2 14s ease-in-out infinite;
    }
    @keyframes txqBlob1 {
        50% { transform: translate(-12px, 10px) scale(1.05); }
    }
    @keyframes txqBlob2 {
        50% { transform: translate(10px, -8px) scale(1.04); }
    }
}

.txq-top__inner {
    position: relative;
    z-index: 1;
    max-width: 1120px;
    margin: 0 auto;
}

.txq-top__layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: clamp(24px, 4.5vw, 36px);
}
@media (min-width: 960px) {
    .txq-top__layout {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
        gap: clamp(32px, 5vw, 56px);
        align-items: center;
    }
}

.txq-top__copy {
    text-align: center;
}
@media (min-width: 960px) {
    .txq-top__copy {
        text-align: left;
    }
    .txq-top__row {
        align-items: flex-start;
    }
}

.txq-top__rail {
    margin: 0;
}
/* 三条合一：facts 列表本身是那个统一面板 */
.txq-top__facts {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    /* 统一面板：渐变描边 + 玻璃背景 */
    background:
        linear-gradient(rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.76)) padding-box,
        linear-gradient(160deg, rgba(99, 102, 241, 0.5), rgba(167, 139, 250, 0.35), rgba(99, 102, 241, 0.4)) border-box;
    border: 1.5px solid transparent;
    border-radius: 22px;
    backdrop-filter: blur(20px) saturate(1.6);
    -webkit-backdrop-filter: blur(20px) saturate(1.6);
    box-shadow:
        0 2px 0 rgba(255, 255, 255, 0.95) inset,
        0 12px 36px rgba(99, 102, 241, 0.12);
    overflow: hidden;
}
/* 顶部渐变高光线装饰 */
.txq-top__facts::before {
    content: '';
    display: block;
    height: 2px;
    background: linear-gradient(90deg, transparent 5%, #6366f1 30%, #a78bfa 65%, transparent 95%);
    background-size: 160% 100%;
    background-position: 0% 0%;
    opacity: 0.85;
    flex-shrink: 0;
}

/* 每条条目：无独立卡片样式，只是面板内的行 */
.txq-top__fact {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--ink);
    text-align: left;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition:
        background 0.28s ease,
        transform 0.4s var(--ease-spring, cubic-bezier(0.22, 1, 0.36, 1)),
        box-shadow 0.35s ease;
}
/* 条目间分隔线 */
.txq-top__fact + .txq-top__fact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 22px;
    right: 22px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.15) 20%, rgba(99, 102, 241, 0.15) 80%, transparent);
    background-size: 200% 100%;
    opacity: 0.95;
}
.txq-top__fact--a,
.txq-top__fact--b,
.txq-top__fact--c { /* 无差别 */ }
.txq-top__fact:hover {
    background: rgba(99, 102, 241, 0.07);
    transform: translateY(-2px);
    box-shadow: inset 0 0 0 1px rgba(99, 102, 241, 0.06);
}
@media (prefers-reduced-motion: reduce) {
    .txq-top__pulse { animation: none; }
}

.txq-top__fact-ico {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(99, 102, 241, 0.14), rgba(167, 139, 250, 0.12));
    border: 1px solid rgba(99, 102, 241, 0.18);
    color: #4f46e5;
    transition:
        transform 0.4s var(--ease-spring, cubic-bezier(0.22, 1, 0.36, 1)),
        background 0.3s ease,
        border-color 0.25s ease,
        box-shadow 0.35s ease;
}
.txq-top__fact:hover .txq-top__fact-ico {
    transform: scale(1.08) rotate(-2deg);
    background: linear-gradient(145deg, rgba(99, 102, 241, 0.22), rgba(56, 189, 248, 0.14));
    border-color: rgba(99, 102, 241, 0.32);
    box-shadow: 0 6px 16px rgba(99, 102, 241, 0.18);
}
.txq-top__fact-ico svg {
    width: 20px;
    height: 20px;
    stroke-width: 2px;
}
.txq-top__fact-txt {
    min-width: 0;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--ink);
    transition: transform 0.4s var(--ease-spring, cubic-bezier(0.22, 1, 0.36, 1));
}
.txq-top__fact:hover .txq-top__fact-txt {
    transform: translateX(3px);
}

@media (prefers-reduced-motion: no-preference) {
    /* 顶栏整块入场后：三行摘要依次淡入 */
    .txq-top__inner.fade-in.visible .txq-top__fact:nth-child(1) {
        animation: txqFactRowIn 0.52s var(--ease-spring, cubic-bezier(0.22, 1, 0.36, 1)) both;
        animation-delay: 0.06s;
    }
    .txq-top__inner.fade-in.visible .txq-top__fact:nth-child(2) {
        animation: txqFactRowIn 0.52s var(--ease-spring, cubic-bezier(0.22, 1, 0.36, 1)) both;
        animation-delay: 0.16s;
    }
    .txq-top__inner.fade-in.visible .txq-top__fact:nth-child(3) {
        animation: txqFactRowIn 0.52s var(--ease-spring, cubic-bezier(0.22, 1, 0.36, 1)) both;
        animation-delay: 0.26s;
    }
    @keyframes txqFactRowIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

    /* 图标槽：轻微外发光呼吸（悬停时由过渡接管 transform，暂停动画） */
    .txq-top__fact-ico {
        animation: txqFactIcoGlow 3.4s ease-in-out infinite;
    }
    .txq-top__fact--b .txq-top__fact-ico { animation-delay: 0.45s; }
    .txq-top__fact--c .txq-top__fact-ico { animation-delay: 0.9s; }
    @keyframes txqFactIcoGlow {
        0%, 100% {
            box-shadow: 0 0 0 0 rgba(99, 102, 241, 0);
        }
        50% {
            box-shadow: 0 0 0 1px rgba(99, 102, 241, 0.12), 0 6px 18px rgba(99, 102, 241, 0.16);
        }
    }
    .txq-top__fact:hover .txq-top__fact-ico {
        animation: none;
    }

    /* 面板顶线：缓慢流动 */
    .txq-top__facts::before {
        animation: txqFactsTopLine 8s ease-in-out infinite;
    }
    @keyframes txqFactsTopLine {
        0%, 100% { background-position: 0% 0%; opacity: 0.78; }
        50% { background-position: 100% 0%; opacity: 1; }
    }

    /* 行间分隔线：极轻扫光 */
    .txq-top__fact + .txq-top__fact::before {
        animation: txqFactDividerDrift 10s ease-in-out infinite;
    }
    .txq-top__fact--b + .txq-top__fact::before { animation-delay: 1.5s; }
    @keyframes txqFactDividerDrift {
        0%, 100% { background-position: 0% 0%; opacity: 0.85; }
        50% { background-position: 100% 0%; opacity: 1; }
    }

    /* 整块面板：自主轻微漂浮 + 阴影呼吸（入场可见后才开始） */
    .txq-top__inner.fade-in.visible .txq-top__facts {
        transform-origin: 50% 30%;
        animation: txqFactsPanelDrift 5.8s ease-in-out infinite;
    }
    @keyframes txqFactsPanelDrift {
        0%, 100% {
            transform: translateY(0) rotate(-0.3deg);
            box-shadow:
                0 2px 0 rgba(255, 255, 255, 0.95) inset,
                0 12px 36px rgba(99, 102, 241, 0.12);
        }
        50% {
            transform: translateY(-5px) rotate(0.25deg);
            box-shadow:
                0 2px 0 rgba(255, 255, 255, 0.95) inset,
                0 20px 48px rgba(99, 102, 241, 0.18),
                0 0 0 1px rgba(99, 102, 241, 0.04);
        }
    }

    /* 图标线稿：自主轻微上下浮动（Lucide 会生成 svg） */
    .txq-top__fact-ico svg {
        animation: txqFactIconBob 2.75s ease-in-out infinite;
    }
    .txq-top__fact--b .txq-top__fact-ico svg { animation-delay: 0.4s; }
    .txq-top__fact--c .txq-top__fact-ico svg { animation-delay: 0.8s; }
    @keyframes txqFactIconBob {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-3px); }
    }
    .txq-top__fact:hover .txq-top__fact-ico svg {
        animation: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .txq-top__inner.fade-in.visible .txq-top__fact {
        animation: none !important;
    }
    .txq-top__inner.fade-in.visible .txq-top__facts {
        animation: none !important;
        transform: none !important;
    }
    .txq-top__fact-ico {
        animation: none !important;
    }
    .txq-top__fact-ico svg {
        animation: none !important;
    }
    .txq-top__facts::before,
    .txq-top__fact + .txq-top__fact::before {
        animation: none !important;
        background-position: 0 0 !important;
    }
    .txq-top__fact:hover {
        transform: none;
    }
    .txq-top__fact:hover .txq-top__fact-ico {
        transform: none;
    }
    .txq-top__fact:hover .txq-top__fact-txt {
        transform: none;
    }
}

.txq-top__kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 1.25rem;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #4f46e5;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(99, 102, 241, 0.08);
    border: 1px solid rgba(99, 102, 241, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: transform 0.4s var(--ease-spring, cubic-bezier(0.22, 1, 0.36, 1)), box-shadow 0.35s ease, border-color 0.3s ease, background 0.3s ease;
}
.txq-top__kicker:hover {
    transform: translateY(-2px);
    border-color: rgba(99, 102, 241, 0.32);
    background: rgba(99, 102, 241, 0.11);
    box-shadow: 0 8px 22px rgba(99, 102, 241, 0.12);
}
.txq-top__kicker-txt {
    letter-spacing: 0.12em;
}
.txq-top__pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6366f1, #a78bfa);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.2);
    flex-shrink: 0;
    will-change: transform, box-shadow;
}
@media (prefers-reduced-motion: no-preference) {
    .txq-top__pulse {
        animation: txqTopPulse 2.8s ease-in-out infinite;
    }
}
@keyframes txqTopPulse {
    50% {
        box-shadow: 0 0 0 8px rgba(99, 102, 241, 0.1);
        transform: scale(1.06);
    }
}

.txq-top__h1 {
    margin: 0 0 1.25rem;
    font-size: clamp(1.75rem, 5.2vw, 3rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.042em;
    position: relative;
    padding-bottom: 0.55rem;
}
/* 标题下装饰线 + 微光（整块 h1 底部） */
.txq-top__h1::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: min(7.5rem, 42vw);
    height: 4px;
    margin-left: calc(min(7.5rem, 42vw) / -2);
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(99, 102, 241, 0.55) 18%,
        #6366f1 38%,
        #38bdf8 55%,
        #a78bfa 72%,
        rgba(167, 139, 250, 0.45) 88%,
        transparent 100%
    );
    box-shadow: 0 0 16px rgba(99, 102, 241, 0.35), 0 0 8px rgba(56, 189, 248, 0.25);
    pointer-events: none;
    z-index: 0;
}
@media (min-width: 960px) {
    .txq-top__h1::after {
        left: 0;
        margin-left: 0;
    }
}
.txq-top__h1-base {
    display: inline;
    color: var(--ink);
}
.txq-top__h1-gradient {
    display: inline-block;
    position: relative;
    z-index: 1;
    background: linear-gradient(108deg, #3730a3 0%, #4f46e5 28%, #6366f1 52%, #818cf8 75%, #a78bfa 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    will-change: background-position, filter;
}
/* 紫段文字背后的柔光带 */
.txq-top__h1-gradient::after {
    content: '';
    position: absolute;
    left: -0.06em;
    right: -0.08em;
    bottom: 0.06em;
    height: 0.38em;
    border-radius: 999px;
    background: linear-gradient(95deg, rgba(79, 70, 229, 0.75), #6366f1 35%, #38bdf8 58%, rgba(167, 139, 250, 0.8));
    filter: blur(10px);
    opacity: 0.55;
    z-index: -1;
    pointer-events: none;
    transform: scaleX(0.94);
    transform-origin: center bottom;
}
@media (prefers-reduced-motion: no-preference) {
    .txq-top__h1 {
        transition: transform 0.5s var(--ease-spring, cubic-bezier(0.22, 1, 0.36, 1));
    }
    .txq-top__h1:hover {
        transform: translateY(-2px);
    }
    .txq-top__h1-gradient {
        animation:
            txqH1GradFlow 9s ease-in-out infinite,
            txqH1GradAura 3.2s ease-in-out infinite;
    }
    @keyframes txqH1GradFlow {
        0%, 100% { background-position: 0% 50%; }
        50%       { background-position: 100% 50%; }
    }
    @keyframes txqH1GradAura {
        0%, 100% {
            filter: drop-shadow(0 2px 12px rgba(99, 102, 241, 0.28));
        }
        50% {
            filter: drop-shadow(0 4px 20px rgba(56, 189, 248, 0.42)) drop-shadow(0 0 18px rgba(167, 139, 250, 0.2));
        }
    }
    .txq-top__h1-gradient::after {
        animation: txqH1GradientBloom 4.5s ease-in-out infinite;
    }
    @keyframes txqH1GradientBloom {
        0%, 100% { opacity: 0.48; transform: scaleX(0.9) translateY(0); filter: blur(10px); }
        50% { opacity: 0.72; transform: scaleX(1) translateY(1px); filter: blur(13px); }
    }
    .txq-top__h1::after {
        animation: txqH1RulePulse 3.8s ease-in-out infinite 0.4s;
    }
    @keyframes txqH1RulePulse {
        0%, 100% {
            opacity: 1;
            box-shadow: 0 0 16px rgba(99, 102, 241, 0.35), 0 0 8px rgba(56, 189, 248, 0.25);
            filter: brightness(1);
        }
        50% {
            opacity: 1;
            box-shadow: 0 0 24px rgba(99, 102, 241, 0.45), 0 0 14px rgba(56, 189, 248, 0.32);
            filter: brightness(1.1);
        }
    }
    .txq-top__grid {
        animation: txqTopGridDrift 40s linear infinite;
    }
    @keyframes txqTopGridDrift {
        to { background-position: 48px 48px, 48px 48px; }
    }
    .txq-top__sheen {
        animation: txqTopSheenDrift 14s ease-in-out infinite;
    }
    @keyframes txqTopSheenDrift {
        0%, 100% { transform: translateX(-4%) skewX(-6deg); opacity: 0.42; }
        50% { transform: translateX(6%) skewX(-4deg); opacity: 0.58; }
    }
}
@media (prefers-reduced-motion: reduce) {
    .txq-top__h1 {
        padding-bottom: 0;
    }
    .txq-top__h1::after,
    .txq-top__h1-gradient::after {
        display: none;
    }
    .txq-top__h1-gradient {
        animation: none;
        will-change: auto;
    }
    .txq-top__kicker {
        transition: none;
    }
    .txq-top__kicker:hover {
        transform: none;
        box-shadow: none;
        border-color: rgba(99, 102, 241, 0.2);
        background: rgba(99, 102, 241, 0.08);
    }
}

.txq-top__deck {
    margin: 0 auto 1.5rem;
    max-width: 38em;
    font-size: clamp(0.98rem, 1.15vw, 1.07rem);
    line-height: 1.72;
    color: var(--ink-light);
    font-weight: 500;
}
.txq-top__deck strong {
    font-weight: 800;
    color: var(--ink);
}
.txq-top__deck a {
    font-weight: 800;
    color: #4338ca;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.txq-top__deck a:hover {
    color: #0e7490;
}

.txq-top__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}
.txq-top__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 30px 15px 32px;
    font-size: 0.9375rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    background: linear-gradient(100deg, #4f46e5 0%, #6366f1 38%, #0ea5e9 92%, #38bdf8 100%);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.28) inset,
        0 12px 36px rgba(79, 70, 229, 0.35),
        0 4px 14px rgba(14, 165, 233, 0.22);
    transition: transform 0.2s var(--ease-spring), box-shadow 0.2s ease, filter 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}
.txq-top__btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.03);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.32) inset,
        0 16px 44px rgba(79, 70, 229, 0.4),
        0 6px 18px rgba(14, 165, 233, 0.28);
}
.txq-top__btn:active {
    transform: translateY(0);
}
.txq-top__btn .txq-top__btn-ico,
.txq-top__btn .txq-top__btn-ico svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    stroke-width: 2.5px;
}
@media (prefers-reduced-motion: reduce) {
    .txq-top__btn:hover {
        transform: none;
    }
}

/* —— 选型区顶栏：章节锚点坞（承接 Hero，单条玻璃轨道）—— */
.txq-compare-dock {
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: clamp(6px, 1.4vw, 10px);
    margin-top: clamp(-22px, -3.2vw, -10px);
    margin-bottom: clamp(18px, 3vw, 28px);
    padding: 10px 12px;
    border-radius: 18px;
    border: 1px solid rgba(99, 102, 241, 0.16);
    background:
        linear-gradient(165deg, rgba(255, 255, 255, 0.94) 0%, rgba(248, 250, 252, 0.72) 100%);
    backdrop-filter: blur(18px) saturate(1.45);
    -webkit-backdrop-filter: blur(18px) saturate(1.45);
    box-shadow:
        0 10px 36px rgba(99, 102, 241, 0.1),
        0 2px 0 rgba(255, 255, 255, 0.92) inset;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(99, 102, 241, 0.35) transparent;
    justify-content: flex-start;
}
@media (min-width: 720px) {
    .txq-compare-dock {
        justify-content: center;
        flex-wrap: wrap;
    }
}

.txq-compare-dock__a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 12px 5px 6px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #3730a3;
    text-decoration: none;
    border-radius: 999px;
    border: 1px solid rgba(99, 102, 241, 0.14);
    background: rgba(255, 255, 255, 0.55);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition:
        transform 0.35s var(--ease-spring, cubic-bezier(0.22, 1, 0.36, 1)),
        border-color 0.25s ease,
        box-shadow 0.3s ease,
        color 0.2s ease,
        background 0.25s ease;
}
.txq-compare-dock__a::before {
    content: '';
    position: absolute;
    inset: -20% -40%;
    background: linear-gradient(
        105deg,
        transparent 0%,
        rgba(255, 255, 255, 0) 42%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0) 58%,
        transparent 100%
    );
    transform: translateX(-65%) skewX(-14deg);
    opacity: 0;
    pointer-events: none;
    z-index: 0;
}
.txq-compare-dock__ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 10px 9px 11px 9px;
    background: linear-gradient(145deg, rgba(99, 102, 241, 0.14), rgba(56, 189, 248, 0.07));
    border: 1px solid rgba(99, 102, 241, 0.2);
    color: #4f46e5;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
    position: relative;
    z-index: 1;
    transition:
        transform 0.35s var(--ease-spring, cubic-bezier(0.22, 1, 0.36, 1)),
        background 0.3s ease,
        border-color 0.25s ease,
        box-shadow 0.3s ease,
        color 0.2s ease;
}
.txq-compare-dock__ico svg,
.txq-compare-dock__ico .lucide {
    width: 16px;
    height: 16px;
    stroke-width: 2.15px;
}
.txq-compare-dock__label {
    position: relative;
    z-index: 1;
    padding-right: 2px;
    white-space: nowrap;
}
.txq-compare-dock__a:hover {
    color: #312e81;
    border-color: rgba(99, 102, 241, 0.34);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 6px 18px rgba(99, 102, 241, 0.12);
    transform: translateY(-2px);
}
.txq-compare-dock__a:hover::before {
    animation: txqDockSheen 0.72s var(--ease-smooth, cubic-bezier(0.4, 0, 0.2, 1)) forwards;
}
.txq-compare-dock__a:hover .txq-compare-dock__ico {
    transform: scale(1.06);
    background: linear-gradient(145deg, rgba(99, 102, 241, 0.22), rgba(56, 189, 248, 0.14));
    border-color: rgba(99, 102, 241, 0.36);
    color: #4338ca;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.85),
        0 3px 12px rgba(99, 102, 241, 0.16);
}
.txq-compare-dock__a:active {
    transform: translateY(0);
}
.txq-compare-dock__a:focus-visible {
    outline: 2px solid rgba(99, 102, 241, 0.5);
    outline-offset: 2px;
}

@media (prefers-reduced-motion: no-preference) {
    @keyframes txqDockSheen {
        0% {
            transform: translateX(-65%) skewX(-14deg);
            opacity: 0;
        }
        12% {
            opacity: 1;
        }
        100% {
            transform: translateX(85%) skewX(-14deg);
            opacity: 0;
        }
    }

    .txq-compare-dock.fade-in.visible .txq-compare-dock__a {
        animation: txqDockChipIn 0.5s var(--ease-spring, cubic-bezier(0.22, 1, 0.36, 1)) both;
    }
    .txq-compare-dock.fade-in.visible .txq-compare-dock__a:nth-child(1) { animation-delay: 0.04s; }
    .txq-compare-dock.fade-in.visible .txq-compare-dock__a:nth-child(2) { animation-delay: 0.1s; }
    .txq-compare-dock.fade-in.visible .txq-compare-dock__a:nth-child(3) { animation-delay: 0.16s; }
    .txq-compare-dock.fade-in.visible .txq-compare-dock__a:nth-child(4) { animation-delay: 0.22s; }
    .txq-compare-dock.fade-in.visible .txq-compare-dock__a:nth-child(5) { animation-delay: 0.28s; }
    @keyframes txqDockChipIn {
        from {
            opacity: 0;
            filter: blur(4px);
        }
        to {
            opacity: 1;
            filter: blur(0);
        }
    }

    .txq-compare-dock__ico {
        animation: txqDockIcoGlow 3.2s ease-in-out infinite;
    }
    .txq-compare-dock__a:nth-child(2) .txq-compare-dock__ico { animation-delay: 0.2s; }
    .txq-compare-dock__a:nth-child(3) .txq-compare-dock__ico { animation-delay: 0.4s; }
    .txq-compare-dock__a:nth-child(4) .txq-compare-dock__ico { animation-delay: 0.6s; }
    .txq-compare-dock__a:nth-child(5) .txq-compare-dock__ico { animation-delay: 0.8s; }
    @keyframes txqDockIcoGlow {
        0%, 100% {
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.65),
                0 0 0 0 rgba(99, 102, 241, 0);
        }
        50% {
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.65),
                0 0 12px rgba(99, 102, 241, 0.18),
                0 0 18px rgba(56, 189, 248, 0.08);
        }
    }
    .txq-compare-dock__a:hover .txq-compare-dock__ico,
    .txq-compare-dock__a:focus-visible .txq-compare-dock__ico {
        animation: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .txq-compare-dock.fade-in.visible .txq-compare-dock__a {
        animation: none;
    }
    .txq-compare-dock__a::before {
        display: none;
    }
    .txq-compare-dock__ico {
        animation: none !important;
    }
    .txq-compare-dock__a,
    .txq-compare-dock__ico {
        transition-duration: 0.01ms;
    }
    .txq-compare-dock__a:hover,
    .txq-compare-dock__a:active {
        transform: none;
    }
    .txq-compare-dock__a:hover .txq-compare-dock__ico {
        transform: none;
    }
}

/* —— 主内容色带 —— */
.txq-band {
    position: relative;
    box-sizing: border-box;
}

.txq-band--compare {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
    padding: clamp(28px, 5vw, 48px) max(24px, env(safe-area-inset-left)) clamp(44px, 7vw, 72px)
        max(24px, env(safe-area-inset-right));
    background:
        radial-gradient(ellipse 70% 50% at 12% 0%, rgba(99, 102, 241, 0.08), transparent 55%),
        radial-gradient(ellipse 55% 45% at 88% 100%, rgba(56, 189, 248, 0.09), transparent 50%),
        linear-gradient(180deg, rgba(248, 250, 252, 0.98) 0%, rgba(238, 242, 255, 0.45) 50%, rgba(240, 249, 255, 0.5) 100%);
    border-block: 1px solid rgba(99, 102, 241, 0.07);
    overflow: hidden;
}
.txq-band--compare::after {
    content: '';
    position: absolute;
    width: min(520px, 90vw);
    height: min(520px, 90vw);
    right: -18%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: radial-gradient(circle at 40% 40%, rgba(129, 140, 248, 0.12), transparent 62%);
    pointer-events: none;
    z-index: 0;
}

.txq-band__inner {
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.txq-band--detail {
    padding: clamp(40px, 6vw, 72px) 0 clamp(72px, 11vw, 112px);
    background: linear-gradient(180deg, #fff 0%, rgba(248, 250, 252, 0.65) 42%, #fff 100%);
}

.txq-sheet__inner {
    max-width: 1040px;
    margin: 0 auto;
}

.txq-intro {
    max-width: 640px;
    margin: 0 auto clamp(28px, 4vw, 44px);
    text-align: center;
}
@media (min-width: 960px) {
    .txq-intro {
        max-width: 52rem;
    }
}
.txq-intro__h {
    margin: 0 0 0.65rem;
    font-size: clamp(1.2rem, 2.4vw, 1.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--ink);
}
.txq-intro__p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--ink-light);
}
.txq-intro__p strong { font-weight: 800; color: var(--ink); }

.txq-intro--panel {
    position: relative;
    padding: clamp(22px, 3.5vw, 32px) clamp(20px, 3vw, 36px) clamp(24px, 3.5vw, 34px);
    border-radius: var(--radius-lg);
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 250, 252, 0.78) 55%, rgba(238, 242, 255, 0.55) 100%);
    box-shadow:
        0 16px 40px -28px rgba(99, 102, 241, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    overflow: hidden;
}
.txq-intro--panel::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: linear-gradient(90deg, #6366f1, #38bdf8, #a78bfa);
    opacity: 0.92;
    pointer-events: none;
}
.txq-intro--panel::after {
    content: '';
    position: absolute;
    right: -25%;
    bottom: -40%;
    width: 55%;
    height: 70%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.1) 0%, transparent 65%);
    pointer-events: none;
}
.txq-intro--panel .txq-intro__eyebrow,
.txq-intro--panel .txq-intro__h,
.txq-intro--panel .txq-intro__p {
    position: relative;
    z-index: 1;
}
.txq-intro__eyebrow {
    margin: 0 0 10px;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #4f46e5;
    opacity: 0.9;
}

/* —— 三栏对比 —— */
.txq-matrix {
    display: grid;
    gap: clamp(16px, 2.5vw, 22px);
    margin-bottom: clamp(48px, 7vw, 72px);
}
@media (min-width: 900px) {
    .txq-matrix {
        grid-template-columns: minmax(0, 1fr) minmax(100px, auto) minmax(0, 1fr);
        align-items: stretch;
    }
}

a.txq-matrix__link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
    border-radius: inherit;
}
a.txq-matrix__link:focus-visible .txq-matrix__card {
    outline: 3px solid rgba(99, 102, 241, 0.5);
    outline-offset: 3px;
}

.txq-matrix__card {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: clamp(20px, 3vw, 26px) clamp(20px, 3vw, 26px) clamp(20px, 3vw, 26px) clamp(22px, 3vw, 28px);
    overflow: hidden;
    isolation: isolate;
    border-radius: var(--radius-lg) !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    background: rgba(255, 255, 255, 0.72) !important;
    backdrop-filter: blur(18px) saturate(1.45);
    -webkit-backdrop-filter: blur(18px) saturate(1.45);
    box-shadow:
        0 10px 32px rgba(99, 102, 241, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.88);
    transition: transform 0.38s var(--ease-spring), box-shadow 0.38s ease, border-color 0.28s ease;
}
.txq-matrix__card > * {
    position: relative;
    z-index: 2;
}
.txq-matrix__card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    z-index: 1;
    border-radius: var(--radius-lg) 0 0 var(--radius-lg);
    background: linear-gradient(180deg, #6366f1 0%, #4f46e8 35%, #38bdf8 100%);
    box-shadow: 2px 0 14px rgba(99, 102, 241, 0.2);
    pointer-events: none;
}
.txq-matrix__card::after {
    content: '';
    position: absolute;
    right: -15%;
    top: -35%;
    width: 58%;
    height: 58%;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, rgba(99, 102, 241, 0.09), transparent 68%);
    pointer-events: none;
    z-index: 0;
}
.txq-matrix__card--b::after {
    background: radial-gradient(circle at 35% 35%, rgba(56, 189, 248, 0.11), transparent 68%);
}
a.txq-matrix__link:hover .txq-matrix__card {
    transform: translateY(-6px);
    border-color: rgba(99, 102, 241, 0.26) !important;
    box-shadow:
        0 20px 48px -16px rgba(99, 102, 241, 0.18),
        0 8px 24px rgba(56, 189, 248, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}
.txq-matrix__card--b {
    border-color: rgba(99, 102, 241, 0.14) !important;
    background: linear-gradient(165deg, rgba(238, 242, 255, 0.92) 0%, rgba(255, 255, 255, 0.78) 52%, rgba(240, 249, 255, 0.85) 100%) !important;
}
a.txq-matrix__link:hover .txq-matrix__card--b {
    border-color: rgba(99, 102, 241, 0.28) !important;
}
.txq-matrix__card.sketch-box:hover {
    transform: translateY(-6px) !important;
}

.txq-matrix__head {
    margin-bottom: 16px;
}
.txq-matrix__label {
    display: inline-block;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 999px;
    background: rgba(99, 102, 241, 0.14);
    color: #3730a3;
    margin-bottom: 8px;
}
.txq-matrix__label--hot {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.95), #3b82f6);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.25);
}
.txq-matrix__title {
    margin: 0 0 6px;
    font-size: clamp(1.15rem, 2vw, 1.35rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--ink);
}
.txq-matrix__sub {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--ink-light);
}

.txq-matrix__list {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    flex: 1;
}
.txq-matrix__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.9rem;
    margin-bottom: 10px;
    line-height: 1.45;
    color: var(--ink);
    padding: 8px 10px;
    margin-left: -4px;
    margin-right: -4px;
    border-radius: var(--radius-sm);
    transition: background 0.22s ease, box-shadow 0.22s ease;
}
.txq-matrix__list li:last-child { margin-bottom: 0; }
a.txq-matrix__link:hover .txq-matrix__list li {
    background: rgba(99, 102, 241, 0.04);
}
.txq-matrix__list li:hover {
    background: rgba(99, 102, 241, 0.07);
    box-shadow: inset 0 0 0 1px rgba(99, 102, 241, 0.08);
}
.txq-matrix__list svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
    color: #4f46e5;
    stroke-width: 2.1;
}

.txq-matrix__price {
    margin: 0 0 12px;
    font-size: 0.8125rem;
    color: var(--ink-light);
    padding-top: 12px;
    border-top: 1px dashed rgba(99, 102, 241, 0.15);
}
.txq-matrix__price strong {
    display: inline-block;
    margin-left: 4px;
    padding: 4px 12px;
    font-size: 1.12rem;
    font-weight: 800;
    color: #312e81;
    font-variant-numeric: tabular-nums;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.12), rgba(56, 189, 248, 0.1));
    border: 1px solid rgba(99, 102, 241, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.txq-matrix__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.875rem;
    font-weight: 800;
    color: #4338ca;
}
.txq-matrix__cta svg {
    width: 1em;
    height: 1em;
    stroke-width: 2.5;
}

.txq-matrix__spine {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: clamp(16px, 2.5vw, 22px) clamp(12px, 2vw, 18px);
    border-radius: var(--radius-lg);
    border: 1px dashed rgba(99, 102, 241, 0.22);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(238, 242, 255, 0.45) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 10px 28px -18px rgba(99, 102, 241, 0.12);
    backdrop-filter: blur(10px) saturate(1.2);
    -webkit-backdrop-filter: blur(10px) saturate(1.2);
}
@media (min-width: 900px) {
    .txq-matrix__spine {
        align-self: center;
        min-height: min(100%, 220px);
    }
}
@media (max-width: 899px) {
    .txq-matrix__spine {
        flex-direction: row;
        flex-wrap: wrap;
        order: 2;
    }
    .txq-matrix__link:first-of-type { order: 1; }
    .txq-matrix__link:last-of-type { order: 3; }
}
.txq-matrix__vs {
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    color: #fff;
    background: linear-gradient(135deg, #6366f1, #38bdf8);
    padding: 10px 14px;
    border-radius: 12px;
    box-shadow: 0 8px 22px -6px rgba(99, 102, 241, 0.35);
}
.txq-matrix__diff {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}
.txq-matrix__diff li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    font-weight: 700;
    color: #334155;
    margin-bottom: 0;
    padding: 6px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(99, 102, 241, 0.12);
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}
.txq-matrix__diff li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
    background: linear-gradient(135deg, #6366f1, #38bdf8);
    box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.12);
}
@media (max-width: 899px) {
    .txq-matrix__diff {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px;
    }
}

/* —— 价目块 —— */
.txq-block {
    margin-bottom: clamp(40px, 6vw, 56px);
}
.txq-band--detail .txq-block:not(:first-child) {
    position: relative;
    padding-top: clamp(32px, 5vw, 48px);
    margin-top: clamp(4px, 1vw, 12px);
}
.txq-band--detail .txq-block:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(240px, 55%);
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.28), rgba(56, 189, 248, 0.22), transparent);
    box-shadow: 0 1px 12px rgba(99, 102, 241, 0.15);
}
.txq-block__cap {
    margin-bottom: 1rem;
    text-align: center;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.txq-block__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    padding: 5px 12px;
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #4338ca;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(56, 189, 248, 0.08));
    border: 1px solid rgba(99, 102, 241, 0.14);
    box-shadow: 0 2px 10px rgba(99, 102, 241, 0.06);
}
.txq-block__tag::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6366f1, #38bdf8);
    flex-shrink: 0;
}
.txq-block__h2 {
    margin: 0 0 0.4rem;
    font-size: clamp(1.15rem, 2.2vw, 1.45rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    color: var(--ink);
}
.txq-block__h2::after {
    content: '';
    display: block;
    width: min(56px, 18%);
    height: 4px;
    margin: 10px auto 0;
    border-radius: 4px;
    background: linear-gradient(90deg, #6366f1, #38bdf8, #a78bfa);
    box-shadow: 0 2px 12px rgba(99, 102, 241, 0.22);
}
.txq-block__sub {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--ink-light);
}
.txq-block__sub strong { font-weight: 800; color: var(--ink); }

.txq-panel {
    position: relative;
    padding: 0;
    overflow: hidden;
    max-width: 880px;
    margin: 0 auto;
    border-radius: var(--radius-lg) !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    background: rgba(255, 255, 255, 0.72) !important;
    backdrop-filter: blur(18px) saturate(1.45);
    -webkit-backdrop-filter: blur(18px) saturate(1.45);
    box-shadow:
        0 10px 32px rgba(99, 102, 241, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.88);
    isolation: isolate;
}
.txq-panel::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    z-index: 2;
    border-radius: var(--radius-lg) 0 0 var(--radius-lg);
    background: linear-gradient(180deg, #6366f1 0%, #4f46e8 35%, #38bdf8 100%);
    box-shadow: 2px 0 14px rgba(99, 102, 241, 0.18);
    pointer-events: none;
}
.txq-panel.sketch-box:hover {
    transform: none !important;
    border-color: rgba(99, 102, 241, 0.18) !important;
}
.txq-panel::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.52), transparent);
    transform: translate3d(-105%, 0, 0) skewX(-14deg);
    opacity: 0;
    pointer-events: none;
    z-index: 4;
    transition: opacity 0.25s ease, transform 0s linear 0.7s;
}
@media (prefers-reduced-motion: no-preference) {
    .txq-panel:hover::after {
        opacity: 1;
        transform: translate3d(195%, 0, 0) skewX(-14deg);
        transition: opacity 0.2s ease, transform 0.75s var(--ease-smooth);
    }
}
@media (prefers-reduced-motion: reduce) {
    .txq-panel::after {
        display: none;
    }
}

.txq-panel__scroll {
    position: relative;
    z-index: 1;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.txq-panel__table {
    width: 100%;
    min-width: 500px;
    border-collapse: collapse;
    font-size: 0.9rem;
    font-variant-numeric: tabular-nums;
}
.txq-panel__table thead th {
    padding: 14px 12px;
    font-weight: 800;
    font-size: 0.68rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #312e81;
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.98) 0%, rgba(238, 242, 255, 0.75) 100%);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-bottom: 2px solid rgba(99, 102, 241, 0.18);
}
.txq-panel__table tbody th {
    text-align: left;
    padding: 13px 14px;
    font-weight: 800;
    color: var(--ink);
    background: rgba(241, 245, 249, 0.95);
    border: 1px solid rgba(99, 102, 241, 0.07);
    white-space: nowrap;
}
.txq-panel__table tbody td {
    padding: 13px 11px;
    text-align: center;
    font-weight: 700;
    color: #312e81;
    border: 1px solid rgba(99, 102, 241, 0.07);
    background: rgba(255, 255, 255, 0.92);
    transition: background 0.2s ease, color 0.2s ease;
}
.txq-panel__table tbody tr:nth-child(even) td {
    background: rgba(238, 242, 255, 0.4);
}
.txq-panel__table tbody tr:hover td {
    background: rgba(224, 231, 255, 0.55);
    color: #1e1b4b;
}
.txq-panel__table tbody tr:hover th {
    background: rgba(224, 231, 255, 0.65);
}
.txq-panel__table caption {
    padding: 12px 16px;
    font-size: 0.78rem;
    line-height: 1.55;
    color: var(--ink-light);
    font-weight: 600;
    text-align: left;
    background: rgba(99, 102, 241, 0.06);
    border-bottom: 1px solid rgba(99, 102, 241, 0.1);
}

/* —— 交付流程：窄屏竖轴 / 宽屏四卡横排 —— */
.txq-flow {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 560px;
    position: relative;
}
.txq-flow::before {
    content: '';
    position: absolute;
    left: 19px;
    top: 28px;
    bottom: 28px;
    width: 2px;
    background: linear-gradient(180deg, rgba(99, 102, 241, 0.35), rgba(56, 189, 248, 0.25));
    border-radius: 2px;
}
@media (max-width: 480px) {
    .txq-flow::before { left: 15px; }
}

@media (min-width: 960px) {
    .txq-flow {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 14px;
        max-width: none;
    }
    .txq-flow::before {
        display: none;
    }
}

.txq-flow__step {
    position: relative;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 14px;
    padding: 18px 18px 18px 16px;
    border-radius: var(--radius-lg) !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    background: rgba(255, 255, 255, 0.72) !important;
    box-shadow: var(--shadow-sketch);
    backdrop-filter: blur(14px) saturate(1.35);
    -webkit-backdrop-filter: blur(14px) saturate(1.35);
}
.txq-flow__step:last-child { margin-bottom: 0; }
@media (min-width: 960px) {
    .txq-flow__step {
        margin-bottom: 0;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px 14px 18px;
        min-height: 100%;
    }
}
.txq-flow__step.sketch-box:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(99, 102, 241, 0.2) !important;
}
@media (min-width: 960px) {
    .txq-flow__step {
        overflow: hidden;
    }
    .txq-flow__step::after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 70%;
        max-width: 120px;
        height: 3px;
        border-radius: 0 0 10px 10px;
        background: linear-gradient(90deg, rgba(99, 102, 241, 0.15), rgba(56, 189, 248, 0.5), rgba(99, 102, 241, 0.15));
        box-shadow: 0 4px 14px rgba(56, 189, 248, 0.2);
        pointer-events: none;
        z-index: 1;
    }
    .txq-flow__n,
    .txq-flow__body {
        position: relative;
        z-index: 2;
    }
}

.txq-flow__n {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(145deg, #6366f1, #38bdf8);
    border-radius: 50%;
    box-shadow: 0 4px 14px -4px rgba(99, 102, 241, 0.5);
    position: relative;
    z-index: 1;
}
@media (min-width: 960px) {
    .txq-flow__n {
        margin-bottom: 4px;
    }
}
@media (max-width: 480px) {
    .txq-flow__n {
        width: 30px;
        height: 30px;
        font-size: 0.8rem;
    }
}

@media (min-width: 960px) {
    .txq-flow__body {
        width: 100%;
        min-width: 0;
        text-align: center;
    }
}

.txq-flow__h {
    margin: 0 0 6px;
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--ink);
}
.txq-flow__p {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.58;
    color: var(--ink-light);
}
.txq-flow__p strong {
    font-weight: 800;
    color: var(--ink);
}

/* —— 机房网格 —— */
.txq-dc {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 600px) {
    .txq-dc {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 960px) {
    .txq-dc {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 10px;
    }
}

.txq-dc__cell {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 22px 16px 14px;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--ink);
    border-radius: var(--radius-md) !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 250, 252, 0.75) 100%) !important;
    box-shadow: var(--shadow-sketch);
    transition: border-color 0.22s ease, box-shadow 0.22s ease;
}
.txq-dc__cell::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 16px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.95), 0 2px 8px rgba(15, 23, 42, 0.1);
}
.txq-dc__cell:nth-child(1)::before {
    background: #6366f1;
}
.txq-dc__cell:nth-child(2)::before {
    background: #3b82f6;
}
.txq-dc__cell:nth-child(3)::before {
    background: #8b5cf6;
}
.txq-dc__cell:nth-child(4)::before {
    background: #14b8a6;
}
.txq-dc__cell:nth-child(5)::before {
    background: #f97316;
}
.txq-dc__cell:nth-child(6)::before {
    background: #0ea5e9;
}
@media (min-width: 960px) {
    .txq-dc__cell {
        align-items: center;
        text-align: center;
        padding: 22px 10px 12px;
    }
    .txq-dc__cell::before {
        left: 50%;
        transform: translateX(-50%);
    }
}
.txq-dc__cell.sketch-box:hover {
    transform: translateY(-3px) !important;
    border-color: rgba(99, 102, 241, 0.18) !important;
}
.txq-dc__code {
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #6366f1;
}

/* —— 底 CTA —— */
.txq-end {
    margin-top: clamp(36px, 5vw, 52px);
    text-align: center;
}
.txq-end--panel {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
    padding: clamp(28px, 4vw, 40px) clamp(22px, 3vw, 32px);
    border-radius: var(--radius-lg) !important;
    border: 1px solid rgba(99, 102, 241, 0.14) !important;
    background: linear-gradient(165deg, rgba(238, 242, 255, 0.95) 0%, rgba(255, 255, 255, 0.88) 52%, rgba(240, 249, 255, 0.88) 100%) !important;
    box-shadow:
        0 16px 44px -24px rgba(99, 102, 241, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.txq-end--panel::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    z-index: 1;
    border-radius: var(--radius-lg) 0 0 var(--radius-lg);
    background: linear-gradient(180deg, #6366f1 0%, #4f46e8 35%, #38bdf8 100%);
    box-shadow: 2px 0 12px rgba(99, 102, 241, 0.2);
    pointer-events: none;
}
.txq-end--panel::after {
    content: '';
    position: absolute;
    right: -25%;
    bottom: -40%;
    width: 55%;
    height: 70%;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(129, 140, 248, 0.14), transparent 65%);
    pointer-events: none;
    z-index: 0;
}
.txq-end--panel > * {
    position: relative;
    z-index: 2;
}
.txq-end--panel.sketch-box:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(99, 102, 241, 0.24) !important;
}
.txq-end__h {
    margin: 0 0 10px;
    font-size: clamp(1.15rem, 2.2vw, 1.4rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--ink);
}
.txq-end__p {
    margin: 0 auto 22px;
    max-width: 26em;
    font-size: 0.92rem;
    line-height: 1.62;
    color: var(--ink-light);
}
.txq-end__btn {
    display: inline-flex;
    padding: 14px 28px;
    font-weight: 800;
    border-radius: var(--sketch-radius-3, 12px);
}

/* ===== Hero 区统一收尾 & Subnav 无缝衔接 ===== */

/* Hero 底部：垂淡 + 左侧淡紫，过渡到下方选型区 */
.txq-top::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: min(160px, 22vh);
    pointer-events: none;
    z-index: 0;
    background-image:
        linear-gradient(
            90deg,
            rgba(237, 240, 255, 0.42) 0%,
            rgba(237, 240, 255, 0.12) 22%,
            transparent 48%
        ),
        linear-gradient(
            to bottom,
            transparent 0%,
            rgba(248, 250, 252, 0.28) 38%,
            rgba(241, 245, 255, 0.82) 72%,
            #eef1ff 100%
        );
}

/* z-index 层次保证 */
.txq-top__inner { position: relative; z-index: 2; }
.txq-top__blob  { z-index: 1; }
.txq-top__grid,
.txq-top__sheen { z-index: 1; }
