/* 刚刚好资源网 · 官网 v3 · 亮色科技 + 动态元素 */
:root {
    --bg: #f0f4ff;
    --bg2: #e8eeff;
    --surface: #ffffff;
    --text: #0b1220;
    --text2: #334155;
    --muted: #64748b;
    --line: #dbe4f0;
    --indigo: #6366f1;
    --cyan: #06b6d4;
    --violet: #8b5cf6;
    --pink: #ec4899;
    --gold: #f59e0b;
    --ok: #10b981;
    --err: #f43f5e;
    --radius: 14px;
    --font: "Noto Sans SC", "Inter", sans-serif;
    --mono: "JetBrains Mono", monospace;
    --shadow: 0 8px 32px rgba(99, 102, 241, .1);
    --glow: 0 0 40px rgba(6, 182, 212, .35);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.g-site { margin: 0; min-height: 100vh; color: var(--text); background: var(--bg); font-family: var(--font); line-height: 1.65; }
a { color: var(--indigo); text-decoration: none; }
a:hover { color: var(--violet); }

.g-bg { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.g-bg-canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .55; }
.g-bg-mesh {
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse 80% 50% at 20% -10%, rgba(99,102,241,.18), transparent 55%),
        radial-gradient(ellipse 60% 40% at 90% 10%, rgba(6,182,212,.15), transparent 50%),
        radial-gradient(ellipse 50% 30% at 50% 100%, rgba(236,72,153,.08), transparent 50%);
}

.g-official-badge {
    display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: .06em;
    padding: 2px 8px; border-radius: 4px; vertical-align: middle;
    color: #fff !important; background: linear-gradient(135deg, var(--indigo), var(--cyan));
}

/* 顶栏 */
.g-top {
    position: sticky; top: 0; z-index: 100;
    background: rgba(255,255,255,.9); backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 4px 24px rgba(99,102,241,.06);
}
.g-top-inner { max-width: 1180px; margin: 0 auto; padding: 12px 20px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.g-brand { display: flex; align-items: center; gap: 10px; color: inherit; }
.g-brand-text strong { font-size: 15px; font-weight: 700; }
.g-brand-text small { font-size: 10px; color: var(--muted); }
.g-nav { display: flex; gap: 4px; flex: 1; justify-content: center; }
.g-nav a { padding: 8px 14px; border-radius: 8px; font-size: 14px; font-weight: 500; color: var(--text2); }
.g-nav a:hover { color: var(--indigo); background: rgba(99,102,241,.08); }
.g-nav a.is-active { color: #fff; background: linear-gradient(135deg, var(--indigo), var(--cyan)); font-weight: 600; box-shadow: var(--shadow); }
.g-top-actions { display: flex; gap: 8px; margin-left: auto; }
.g-nav-toggle { display: none; border: 1px solid var(--line); background: #fff; border-radius: 8px; padding: 6px 10px; }

.g-btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 10px 20px; border-radius: 10px; font-size: 14px; font-weight: 600;
    border: 1px solid transparent; cursor: pointer; transition: .2s;
}
.g-btn-sm { padding: 7px 14px; font-size: 13px; }
.g-btn-block { width: 100%; }
.g-btn-primary { background: linear-gradient(135deg, var(--indigo), #4f46e5); color: #fff; box-shadow: var(--shadow); }
.g-btn-primary:hover { transform: translateY(-1px); color: #fff; }
.g-btn-glow {
    color: #fff; background: linear-gradient(135deg, var(--indigo) 0%, var(--cyan) 50%, var(--violet) 100%);
    background-size: 200% auto; box-shadow: var(--glow);
    animation: gradShift 4s ease infinite;
}
@keyframes gradShift { 0%,100%{ background-position: 0% center; } 50%{ background-position: 100% center; } }
.g-btn-glow:hover { transform: translateY(-2px); box-shadow: 0 0 50px rgba(99,102,241,.45); color: #fff; }
.g-btn-glass { color: #fff; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.12); backdrop-filter: blur(8px); }
.g-btn-glass:hover { background: rgba(255,255,255,.22); color: #fff; }
.g-btn-outline { color: var(--indigo); border-color: #c7d2fe; background: #fff; }
.g-btn-ghost { color: var(--text2); }
.g-btn-ghost:hover { background: #f1f5f9; }

.g-main { position: relative; z-index: 1; max-width: 1180px; margin: 0 auto; padding: 0 20px 64px; }
.g-main-home { max-width: none; padding: 0 0 64px; }
.g-main-wide, .g-main-partner { max-width: none; padding: 0 0 80px; }

/* ===== Hero ===== */
.tx-hero {
    position: relative; overflow: hidden;
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 40%, #0e4f6c 100%);
    color: #fff; padding-bottom: 0;
}
.tx-hero-inner {
    max-width: 1180px; margin: 0 auto; padding: 56px 20px 32px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center;
}
.tx-eyebrow {
    display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 600;
    letter-spacing: .12em; color: #a5f3fc; margin-bottom: 16px;
    padding: 6px 12px; border-radius: 999px; border: 1px solid rgba(6,182,212,.35);
    background: rgba(6,182,212,.1);
}
.tx-pulse { width: 8px; height: 8px; border-radius: 50%; background: #34d399; animation: pulse 1.5s infinite; }
@keyframes pulse { 50% { opacity: .4; transform: scale(.85); } }
.tx-hero h1 { margin: 0 0 16px; font-size: clamp(28px, 4vw, 44px); line-height: 1.15; font-weight: 800; }
.tx-gradient {
    background: linear-gradient(90deg, #67e8f9, #a78bfa, #f472b6);
    -webkit-background-clip: text; background-clip: text; color: transparent;
}
.tx-lead { margin: 0 0 24px; font-size: 15px; color: rgba(226,232,240,.88); max-width: 52ch; line-height: 1.75; }
.tx-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
.tx-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); }
.tx-stats strong { display: block; font-size: 22px; font-family: var(--mono); color: #67e8f9; }
.tx-stats span { font-size: 11px; color: rgba(203,213,225,.8); }

.tx-hero-visual { position: relative; min-height: 360px; }
.tx-hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.tx-orbit-wrap { position: relative; width: 280px; height: 280px; margin: 0 auto; }
.tx-orbit-core {
    position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
    width: 88px; height: 88px; border-radius: 50%; text-align: center;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    background: linear-gradient(135deg, var(--indigo), var(--cyan));
    box-shadow: 0 0 40px rgba(6,182,212,.5); z-index: 2;
    animation: coreFloat 3s ease-in-out infinite;
}
@keyframes coreFloat { 50% { transform: translate(-50%,-54%); } }
.tx-orbit-logo { font-family: var(--mono); font-weight: 800; font-size: 15px; letter-spacing: .08em; }
.tx-orbit-core small { font-size: 8px; opacity: .85; letter-spacing: .1em; }
.tx-orbit-ring { position: absolute; inset: 0; animation: orbitSpin 40s linear infinite; }
@keyframes orbitSpin { to { transform: rotate(360deg); } }
.tx-skill {
    position: absolute; left: 50%; top: 50%;
    transform: rotate(calc(360deg / var(--n) * var(--i))) translateY(-130px) rotate(calc(-360deg / var(--n) * var(--i)));
    font-size: 11px; font-weight: 600; white-space: nowrap;
    padding: 5px 10px; border-radius: 999px;
    background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25);
    color: #e0f2fe; backdrop-filter: blur(6px);
    animation: skillPulse 2s ease-in-out infinite;
    animation-delay: calc(var(--i) * -.15s);
}
@keyframes skillPulse { 50% { border-color: rgba(103,232,249,.6); box-shadow: 0 0 12px rgba(6,182,212,.3); } }

.tx-code-float {
    position: absolute; bottom: 0; right: 0; left: 0;
    border-radius: 12px; overflow: hidden;
    border: 1px solid rgba(255,255,255,.15); background: rgba(15,23,42,.85);
    backdrop-filter: blur(10px);
}
.tx-code-head { padding: 8px 12px; font-size: 10px; font-family: var(--mono); color: #94a3b8; border-bottom: 1px solid rgba(255,255,255,.08); }
.tx-code-head i { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #475569; margin-right: 4px; }
.tx-code-body { margin: 0; padding: 12px; font-family: var(--mono); font-size: 11px; color: #7dd3fc; min-height: 88px; line-height: 1.5; }

.tx-marquee { overflow: hidden; border-top: 1px solid rgba(255,255,255,.1); background: rgba(0,0,0,.2); padding: 10px 0; }
.tx-marquee-track { display: flex; gap: 32px; width: max-content; animation: marquee 30s linear infinite; }
.tx-marquee-track span { font-size: 12px; font-weight: 600; color: rgba(165,243,252,.7); letter-spacing: .06em; white-space: nowrap; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* 区块 */
.tx-section { max-width: 1180px; margin: 0 auto; padding: 56px 20px; }
.tx-section-tint { background: linear-gradient(180deg, #fff 0%, var(--bg) 100%); max-width: none; padding-left: max(20px, calc((100vw - 1180px)/2)); padding-right: max(20px, calc((100vw - 1180px)/2)); }
.tx-section-dark {
    max-width: none; padding: 56px max(20px, calc((100vw - 1180px)/2));
    background: linear-gradient(135deg, #0f172a, #1e1b4b);
    color: #fff;
}
.tx-section-head { margin-bottom: 28px; display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 12px; }
.tx-section-head h2 { margin: 6px 0 4px; font-size: 28px; font-weight: 800; width: 100%; }
.tx-section-head p { margin: 0; color: var(--muted); font-size: 15px; }
.tx-section-dark .tx-section-head p, .tx-light p { color: rgba(203,213,225,.75); }
.tx-tag { font-family: var(--mono); font-size: 11px; font-weight: 700; color: var(--indigo); letter-spacing: .12em; }
.tx-section-dark .tx-tag { color: #67e8f9; }
.tx-more { font-size: 14px; font-weight: 600; color: var(--indigo); }

/* 分类 */
.tx-cat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }
.tx-cat-card {
    position: relative; padding: 22px; border-radius: var(--radius);
    background: var(--surface); border: 1px solid var(--line);
    color: inherit; transition: .25s; overflow: hidden;
}
.tx-cat-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--indigo), var(--cyan), var(--pink));
    transform: scaleX(0); transform-origin: left; transition: .3s;
}
.tx-cat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #c7d2fe; color: inherit; }
.tx-cat-card:hover::before { transform: scaleX(1); }
.tx-cat-card .w-cat-svg { margin-bottom: 12px; }
.tx-cat-card h3 { margin: 0 0 4px; font-size: 17px; }
.tx-cat-card p { margin: 0; font-size: 13px; color: var(--muted); }
.tx-cat-arrow { display: block; margin-top: 12px; font-size: 12px; font-weight: 600; color: var(--indigo); }

/* 产品卡 */
.tx-product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; }
.tx-product-card {
    padding: 20px; border-radius: var(--radius); background: var(--surface);
    border: 1px solid var(--line); color: inherit; transition: .25s;
    box-shadow: 0 2px 12px rgba(15,23,42,.04);
}
.tx-product-card:hover { border-color: #a5b4fc; box-shadow: var(--shadow); transform: translateY(-3px); color: inherit; }
.tx-product-top { display: flex; justify-content: space-between; margin-bottom: 8px; }
.tx-product-cat { font-size: 11px; font-family: var(--mono); color: var(--indigo); font-weight: 600; }
.tx-product-delivery { font-size: 10px; color: var(--muted); }
.tx-product-card h3 { margin: 0 0 8px; font-size: 16px; }
.tx-product-card p { margin: 0; font-size: 13px; color: var(--muted); min-height: 40px; }
.tx-product-foot { display: flex; justify-content: space-between; margin-top: 14px; align-items: baseline; }
.tx-price { font-family: var(--mono); font-size: 18px; font-weight: 700; color: var(--indigo); }
.tx-sales { font-size: 12px; color: var(--muted); }
.tx-empty { text-align: center; padding: 48px; color: var(--muted); background: var(--surface); border-radius: var(--radius); border: 1px dashed var(--line); }

/* 技术能力条 */
.tx-tech-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }
.tx-tech-card {
    padding: 18px; border-radius: var(--radius);
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
    opacity: 0; transform: translateY(16px); transition: .5s ease;
}
.tx-tech-card.is-visible { opacity: 1; transform: none; }
.tx-tech-bar { height: 4px; background: rgba(255,255,255,.1); border-radius: 2px; margin-bottom: 12px; overflow: hidden; }
.tx-tech-bar span { display: block; height: 100%; background: linear-gradient(90deg, var(--cyan), var(--violet)); border-radius: 2px; transform: scaleX(0); transform-origin: left; transition: transform 1s ease .2s; }
.tx-tech-card.is-visible .tx-tech-bar span { transform: scaleX(1); }
.tx-tech-card h3 { margin: 0 0 4px; font-size: 15px; }
.tx-tech-card p { margin: 0; font-size: 12px; color: rgba(203,213,225,.7); }

/* 自研专区（小条） */
.tx-own-band { max-width: none; padding: 0 max(20px, calc((100vw - 1180px)/2)) 48px; }
.tx-own-inner {
    max-width: 1180px; margin: 0 auto;
    display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
    padding: 20px 24px; border-radius: var(--radius);
    background: linear-gradient(135deg, rgba(99,102,241,.08), rgba(6,182,212,.08));
    border: 1px solid #c7d2fe;
}
.tx-own-label { font-size: 11px; font-weight: 700; color: var(--indigo); letter-spacing: .08em; white-space: nowrap; }
.tx-own-body { flex: 1; min-width: 200px; }
.tx-own-body h3 { margin: 0 0 4px; font-size: 16px; }
.tx-own-body p { margin: 0; font-size: 13px; color: var(--muted); }
.tx-own-actions { display: flex; gap: 8px; flex-wrap: wrap; }

/* 流程 */
.tx-flow { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.tx-flow-item { flex: 1; min-width: 140px; text-align: center; padding: 20px; background: var(--surface); border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); }
.tx-flow-item em { font-style: normal; font-family: var(--mono); font-size: 12px; color: var(--cyan); font-weight: 700; }
.tx-flow-item h4 { margin: 8px 0 4px; font-size: 15px; }
.tx-flow-item p { margin: 0; font-size: 12px; color: var(--muted); }
.tx-flow-line { width: 24px; height: 2px; background: linear-gradient(90deg, var(--indigo), var(--cyan)); flex-shrink: 0; }

.tx-cta { max-width: none; background: linear-gradient(135deg, var(--indigo), #4f46e5, #0e7490); padding: 40px 20px; }
.tx-cta-inner { max-width: 1180px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; color: #fff; }
.tx-cta h3 { margin: 0 0 6px; font-size: 20px; }
.tx-cta p { margin: 0; opacity: .88; font-size: 14px; }

/* 身份分流引导 */
.tx-guide-section { background: linear-gradient(180deg, #fff 0%, #f0f4ff 100%); max-width: none; padding-left: max(20px, calc((100vw - 1180px)/2)); padding-right: max(20px, calc((100vw - 1180px)/2)); }
.tx-audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tx-audience-grid-2 { grid-template-columns: repeat(2, 1fr); max-width: 900px; }
.tx-audience-card {
    padding: 24px; border-radius: calc(var(--radius) + 2px); background: var(--surface);
    border: 1px solid var(--line); box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 10px;
}
.tx-audience-buyer { border-top: 3px solid var(--indigo); }
.tx-audience-partner { border-top: 3px solid var(--violet); }
.tx-audience-license { border-top: 3px solid var(--cyan); }
.tx-audience-icon { font-size: 28px; }
.tx-audience-tag { display: inline-block; font-size: 11px; font-weight: 700; color: var(--indigo); background: #eef2ff; padding: 4px 10px; border-radius: 6px; width: fit-content; }
.tx-audience-tag-alt { color: var(--muted); background: #f1f5f9; }
.tx-audience-card h3 { margin: 0; font-size: 18px; }
.tx-audience-card p { margin: 0; font-size: 14px; color: var(--text2); line-height: 1.65; }
.tx-audience-steps { margin: 0; padding-left: 18px; font-size: 13px; color: var(--muted); flex: 1; }
.tx-audience-steps li { margin-bottom: 6px; }
.tx-hero-lead-plain { font-size: 16px; color: var(--text2); max-width: 60ch; }
.tx-muted { font-size: 13px; color: var(--muted); margin: 0; }
.tx-muted-sm { font-size: 12px; color: var(--muted); margin: 8px 0 0; }

.tx-partner-teaser { max-width: none; padding: 0 max(20px, calc((100vw - 1180px)/2)) 48px; }
.tx-partner-teaser-inner {
    max-width: 1180px; margin: 0 auto; padding: 28px 32px; border-radius: var(--radius);
    display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
    background: linear-gradient(135deg, #eef2ff, #ecfeff); border: 1px solid #c7d2fe;
}
.tx-partner-teaser h3 { margin: 8px 0 6px; font-size: 20px; }
.tx-partner-teaser p { margin: 0; font-size: 14px; color: var(--text2); max-width: 52ch; }

/* 首页 · N合一 精简入口 */
.tx-ggho-teaser {
    max-width: none; padding: 0 max(20px, calc((100vw - 1180px)/2));
    background: linear-gradient(90deg, #eef2ff 0%, #ecfeff 100%);
    border-bottom: 1px solid #c7d2fe;
}
.tx-ggho-teaser-inner {
    max-width: 1180px; margin: 0 auto; padding: 28px 0;
    display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.tx-ggho-teaser-tag {
    display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: .08em;
    color: var(--indigo); margin-bottom: 6px;
}
.tx-ggho-teaser-main h2 { margin: 0 0 6px; font-size: 22px; font-weight: 800; }
.tx-ggho-teaser-main p { margin: 0; font-size: 14px; color: var(--text2); }
.tx-ggho-teaser-price {
    display: inline-block; margin-top: 8px; font-size: 13px; font-family: var(--mono);
    font-weight: 700; color: var(--indigo); background: #fff; padding: 4px 10px; border-radius: 6px;
}
.tx-ggho-teaser-actions { display: flex; gap: 10px; flex-wrap: wrap; flex-shrink: 0; }
.tx-n-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 1.1em; height: 1.1em; border-radius: 10px; font-size: .85em;
    background: linear-gradient(135deg, #6366f1, #06b6d4); color: #fff;
    box-shadow: 0 0 16px rgba(99,102,241,.35); vertical-align: middle; margin: 0 2px;
}

/* ===== 刚刚好 N合一 · 官方自研专区（旧版，保留兼容） ===== */
.tx-flagship {
    position: relative; max-width: none; padding: 0;
    scroll-margin-top: 72px;
    background: linear-gradient(165deg, #0c0a1f 0%, #1a1040 35%, #0f2847 100%);
    color: #e2e8f0; overflow: hidden;
}
.tx-flagship-aurora {
    position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(ellipse 50% 80% at 10% 20%, rgba(99,102,241,.35), transparent 50%),
        radial-gradient(ellipse 40% 60% at 90% 60%, rgba(6,182,212,.25), transparent 45%),
        radial-gradient(ellipse 30% 40% at 50% 100%, rgba(236,72,153,.15), transparent 40%);
    animation: auroraShift 12s ease-in-out infinite alternate;
}
@keyframes auroraShift { from { opacity: .85; } to { opacity: 1; transform: scale(1.02); } }
.tx-flagship-inner { position: relative; z-index: 1; max-width: 1180px; margin: 0 auto; padding: 56px 20px 48px; }
.tx-flagship-label {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 11px; font-weight: 700; letter-spacing: .14em; color: #a5b4fc;
    margin-bottom: 12px;
}
.tx-flagship-dot { width: 8px; height: 8px; border-radius: 50%; background: #34d399; box-shadow: 0 0 12px #34d399; animation: pulse 2s infinite; }
.tx-flagship-head h2 { margin: 0 0 12px; font-size: clamp(28px, 4vw, 40px); font-weight: 800; line-height: 1.15; }
.tx-n-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 1.1em; height: 1.1em; border-radius: 10px; font-size: .85em;
    background: linear-gradient(135deg, #6366f1, #06b6d4); color: #fff;
    box-shadow: 0 0 24px rgba(99,102,241,.5); vertical-align: middle; margin: 0 2px;
}
.tx-flagship-desc { margin: 0; max-width: 62ch; font-size: 15px; color: rgba(203,213,225,.88); line-height: 1.7; }
.tx-flagship-desc strong { color: #fff; }

.tx-flagship-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 28px; margin-top: 36px; align-items: start; }
.tx-flagship-product { padding: 24px; border-radius: calc(var(--radius) + 4px); background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(12px); }
.tx-flagship-visual { display: flex; justify-content: center; margin-bottom: 20px; min-height: 160px; align-items: center; }
.tx-n-orbit-mini { position: relative; width: 140px; height: 140px; }
.tx-n-core {
    position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
    width: 52px; height: 52px; border-radius: 14px;
    display: grid; place-items: center; font-size: 26px; font-weight: 900;
    background: linear-gradient(135deg, #6366f1, #06b6d4); color: #fff;
    box-shadow: 0 0 30px rgba(99,102,241,.6); z-index: 2;
}
.tx-n-orbit-mini em {
    position: absolute; left: 50%; top: 50%; font-style: normal; font-size: 11px; font-weight: 700;
    width: 28px; height: 28px; border-radius: 8px; display: grid; place-items: center;
    background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); color: #e0f2fe;
    transform: rotate(calc(360deg / 8 * var(--i))) translateY(-68px) rotate(calc(-360deg / 8 * var(--i)));
    animation: skillPulse 2.5s ease-in-out infinite;
    animation-delay: calc(var(--i) * -.2s);
}
.tx-flagship-feats { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.tx-flagship-feats li { font-size: 13px; color: rgba(203,213,225,.85); padding-left: 0; }
.tx-flagship-feats strong { color: #fff; display: block; font-size: 14px; margin-bottom: 2px; }
.tx-flagship-price { margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; color: #94a3b8; }
.tx-flagship-price strong { font-family: var(--mono); font-size: 22px; color: #67e8f9; margin-left: 8px; }

.tx-flagship-doors { display: grid; gap: 12px; }
.tx-door {
    display: block; padding: 20px 22px; border-radius: var(--radius); color: inherit;
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
    transition: .25s ease; position: relative; overflow: hidden;
}
.tx-door::before {
    content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
    background: linear-gradient(180deg, var(--indigo), var(--cyan)); opacity: 0; transition: .25s;
}
.tx-door:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.25); transform: translateX(4px); color: inherit; }
.tx-door:hover::before { opacity: 1; }
.tx-door-buy:hover { border-color: rgba(99,102,241,.5); }
.tx-door-lic:hover { border-color: rgba(6,182,212,.5); }
.tx-door-partner:hover { border-color: rgba(167,139,250,.5); }
.tx-door-icon { font-size: 22px; display: block; margin-bottom: 6px; }
.tx-door-step { font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .1em; color: #67e8f9; }
.tx-door h3 { margin: 6px 0 6px; font-size: 17px; color: #fff; }
.tx-door p { margin: 0; font-size: 13px; color: rgba(203,213,225,.8); line-height: 1.55; }
.tx-door p small { display: block; margin-top: 4px; font-family: var(--mono); color: #94a3b8; }
.tx-door-link { display: inline-block; margin-top: 10px; font-size: 13px; font-weight: 600; color: #a5b4fc; }

.tx-flagship-foot { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.tx-flagship-foot-item { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: 13px; color: #94a3b8; margin-bottom: 10px; }
.tx-flagship-foot-item a { color: #67e8f9; font-weight: 600; }
.tx-sep { opacity: .4; }
.tx-flagship-hint { margin: 0; font-size: 12px; color: #64748b; }
.tx-flagship-hint a { color: #a5b4fc; }

/* 购买流程条 */
.tx-strip { max-width: none; padding: 0 max(20px, calc((100vw - 1180px)/2)); background: #fff; border-bottom: 1px solid var(--line); }
.tx-strip-inner {
    max-width: 1180px; margin: 0 auto; padding: 18px 0;
    display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
}
.tx-strip-item { font-size: 14px; color: var(--text2); }
.tx-strip-item strong { color: var(--indigo); font-family: var(--mono); margin-right: 4px; }
.tx-strip-arrow { color: var(--line); font-size: 18px; }
.tx-strip-cta { margin-left: auto; }

/* 产品详情 · N合一 专属通道 */
.tx-ggho-panel {
    margin-top: 18px; padding: 18px 20px; border-radius: var(--radius);
    background: linear-gradient(135deg, #eef2ff 0%, #ecfeff 100%);
    border: 1px solid #c7d2fe;
}
.tx-ggho-panel-head p { margin: 8px 0 0; font-size: 13px; color: var(--text2); line-height: 1.6; }
.tx-ggho-panel-badge {
    display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: .08em;
    padding: 4px 10px; border-radius: 6px; color: #fff;
    background: linear-gradient(135deg, var(--indigo), var(--cyan));
}
.tx-ggho-panel-doors { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 14px; }
.tx-ggho-panel-doors-2 { grid-template-columns: 1fr 1fr; }
.tx-ggho-door {
    display: block; padding: 12px 14px; border-radius: 10px;
    background: #fff; border: 1px solid var(--line); color: inherit; transition: .2s;
}
.tx-ggho-door:hover { border-color: #a5b4fc; box-shadow: var(--shadow); transform: translateY(-2px); color: inherit; }
.tx-ggho-door strong { display: block; font-size: 13px; margin-bottom: 4px; color: var(--text); }
.tx-ggho-door span { font-size: 11px; color: var(--muted); }

/* ===== 官方海报（双图） ===== */
.tx-posters { max-width: none; padding: 48px max(20px, calc((100vw - 1180px)/2)); background: #fff; }
.tx-posters-compact { padding: 32px max(20px, calc((100vw - 1180px)/2)); background: var(--bg); }
.tx-posters-inner { max-width: 960px; margin: 0 auto; }
.tx-posters-head { margin-bottom: 24px; text-align: center; }
.tx-posters-head h2 { margin: 0 0 8px; font-size: 24px; font-weight: 800; }
.tx-posters-head p { margin: 0; font-size: 14px; color: var(--muted); }
.tx-posters-head-compact { display: flex; align-items: center; justify-content: space-between; gap: 12px; text-align: left; }
.tx-posters-head-compact h2 { margin: 0; font-size: 20px; }
.tx-posters-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.tx-poster-card { margin: 0; }
.tx-poster-card-img {
    display: block; border-radius: 12px; overflow: hidden;
    border: 1px solid var(--line); box-shadow: 0 8px 32px rgba(15,23,42,.1);
    transition: .25s; background: #f8fafc;
}
.tx-poster-card-img:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.tx-poster-card-img img { width: 100%; height: auto; display: block; vertical-align: top; }
.tx-poster-card figcaption { padding: 14px 4px 0; display: grid; gap: 4px; }
.tx-poster-card figcaption strong { font-size: 15px; }
.tx-poster-card figcaption span { font-size: 13px; color: var(--muted); line-height: 1.5; }
.tx-poster-card-link { font-size: 13px; font-weight: 600; margin-top: 4px; }

/* 合伙人页 · 精简块 */
.pt-hero-slim { padding: 40px 20px 32px; }
.pt-hero-slim .pt-hero-lead { margin-bottom: 16px; }
.pt-hero-slim .pt-anchor-nav { margin-bottom: 20px; padding-top: 0; border-top: 0; }
.pt-block { max-width: 1180px; margin: 0 auto; padding: 48px 20px; }
.pt-block-tint { max-width: none; background: var(--bg); padding-left: max(20px, calc((100vw - 1180px)/2)); padding-right: max(20px, calc((100vw - 1180px)/2)); }
.pt-block-inner { max-width: 1180px; margin: 0 auto; }
.pt-block h2 { margin: 0 0 12px; font-size: 24px; font-weight: 800; }
.pt-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 24px; }
.pt-points article { padding: 20px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.pt-block-tint .pt-points article { background: #fff; }
.pt-points h3 { margin: 0 0 10px; font-size: 15px; color: var(--indigo); }
.pt-points ul { margin: 0; padding-left: 18px; font-size: 14px; color: var(--text2); line-height: 1.7; }
.pt-policy-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 20px; align-items: start; }
.pt-policy-main { padding: 24px; border-radius: var(--radius); background: #fff; border: 1px solid #c7d2fe; box-shadow: var(--shadow); }
.pt-policy-side { display: grid; gap: 16px; }
.pt-table caption { text-align: left; font-weight: 700; font-size: 14px; margin-bottom: 8px; color: var(--text); }
.pt-steps { margin: 16px 0 8px; padding-left: 20px; font-size: 15px; color: var(--text2); line-height: 2; }
.pt-rules-list { margin: 12px 0 0; padding-left: 20px; font-size: 14px; color: var(--text2); line-height: 1.8; }

/* ===== 营销展示（海报 + 手机预览）===== */
.tx-showcase { max-width: none; padding: 56px max(20px, calc((100vw - 1180px)/2)); background: linear-gradient(180deg, #fff 0%, var(--bg) 100%); }
.tx-showcase-compact { padding-top: 40px; padding-bottom: 40px; }
.tx-showcase-inner { max-width: 1180px; margin: 0 auto; }
.tx-showcase-head { margin-bottom: 28px; }
.tx-showcase-head h2 { margin: 6px 0 8px; font-size: 28px; font-weight: 800; }
.tx-showcase-head p { margin: 0; color: var(--muted); font-size: 15px; max-width: 62ch; line-height: 1.65; }
.tx-showcase-head .tx-more { display: inline-block; margin-top: 10px; }

.tx-poster-real-wall {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 16px;
}
.tx-poster-real { margin: 0; text-align: center; }
.tx-poster-real a {
    display: block; border-radius: calc(var(--radius) + 4px); overflow: hidden;
    border: 1px solid var(--line); box-shadow: 0 12px 40px rgba(15,23,42,.12); transition: .25s;
}
.tx-poster-real a:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.tx-poster-real img { width: 100%; height: auto; display: block; vertical-align: top; }
.tx-poster-real figcaption { margin-top: 10px; font-size: 13px; font-weight: 600; color: var(--muted); }
.tx-poster-real-hint { margin: 0 0 28px; font-size: 12px; color: var(--muted); text-align: center; }

.tx-poster-thumb-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 24px; }
.tx-poster-thumb {
    display: block; border-radius: 12px; overflow: hidden; border: 1px solid var(--line);
    box-shadow: var(--shadow); transition: .2s; aspect-ratio: 9/16;
}
.tx-poster-thumb:hover { transform: translateY(-3px); border-color: #a5b4fc; }
.tx-poster-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.tx-phone-gallery-compact { display: none; }

.tx-poster-wall { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 36px; }
.tx-poster {
    border-radius: calc(var(--radius) + 4px); padding: 22px 20px; min-height: 320px;
    display: flex; flex-direction: column; color: inherit; position: relative; overflow: hidden;
}
.tx-poster-launch { background: linear-gradient(165deg, #fff7ed, #fef3c7); border: 1px solid #fed7aa; }
.tx-poster-cloud { background: linear-gradient(165deg, #020617, #0f172a); color: #e2e8f0; border: 1px solid #334155; }
.tx-poster-formula { background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.tx-poster-tag {
    display: inline-block; align-self: flex-start; font-size: 10px; font-weight: 700; letter-spacing: .06em;
    padding: 4px 10px; border-radius: 999px; background: var(--indigo); color: #fff; margin-bottom: 10px;
}
.tx-poster-tag.is-cyan { background: #0ea5e9; }
.tx-poster h3 { margin: 0 0 6px; font-size: 18px; font-weight: 800; line-height: 1.25; }
.tx-poster-cloud h3 { color: #f8fafc; }
.tx-poster-sub { margin: 0 0 14px; font-size: 12px; opacity: .85; line-height: 1.5; }
.tx-poster-cloud .tx-poster-sub { color: #7dd3fc; }

.tx-poster-phones { display: flex; justify-content: center; align-items: flex-end; gap: 8px; height: 72px; margin: 8px 0 14px; }
.tx-poster-phones span {
    width: 36px; height: 58px; border-radius: 8px; background: #1c1917; border: 2px solid #444;
    transform: rotate(-6deg);
}
.tx-poster-phones .is-main { width: 44px; height: 68px; transform: none; border-color: var(--indigo); box-shadow: 0 8px 20px rgba(99,102,241,.3); }
.tx-poster-phones span:last-child { transform: rotate(6deg); }

.tx-poster-bullets { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; font-size: 11px; }
.tx-poster-bullets li { display: flex; align-items: center; gap: 6px; }
.tx-poster-bullets em { font-style: normal; }
.tx-poster-foot { margin: auto 0 0; font-size: 11px; padding-top: 12px; border-top: 1px dashed #fdba74; }
.tx-poster-foot strong { color: var(--indigo); }

.tx-logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin-bottom: 12px; flex: 1; }
.tx-logo-grid span {
    font-size: 10px; font-weight: 600; text-align: center; padding: 8px 4px; border-radius: 8px;
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); color: #e0f2fe;
}
.tx-poster-ai {
    margin-top: auto; padding: 12px; border-radius: 12px; background: rgba(49,46,129,.6); border: 1px solid #a78bfa;
    display: grid; gap: 4px; font-size: 11px;
}
.tx-poster-ai strong { color: #e9d5ff; font-size: 12px; }
.tx-poster-ai span { color: #c4b5fd; }

.tx-formula-row { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; margin: 12px 0; }
.tx-formula-box {
    flex: 1; min-width: 70px; padding: 10px; border-radius: 12px; text-align: center; font-size: 10px;
}
.tx-formula-box.is-dark { background: #0f172a; color: #fbbf24; border: 1px solid #334155; }
.tx-formula-box.is-ai { background: #faf5ff; border: 1px solid #c4b5fd; color: var(--violet); }
.tx-formula-box.is-result { background: #fff7ed; border: 2px solid #fed7aa; color: var(--indigo); }
.tx-formula-box strong { display: block; font-size: 16px; }
.tx-formula-logos { display: flex; flex-wrap: wrap; gap: 4px; justify-content: center; margin-top: 6px; }
.tx-formula-logos i { font-style: normal; font-size: 9px; padding: 2px 5px; background: #1e293b; border-radius: 4px; color: #94a3b8; }
.tx-formula-op { font-size: 18px; font-weight: 800; color: var(--indigo); }
.tx-poster-checks { list-style: none; margin: 0; padding: 0; font-size: 11px; color: var(--text2); }
.tx-poster-checks li { padding-left: 14px; position: relative; margin-bottom: 4px; }
.tx-poster-checks li::before { content: '✓'; position: absolute; left: 0; color: var(--ok); font-weight: 700; }

.tx-phone-gallery-label { font-size: 14px; font-weight: 600; margin: 0 0 16px; color: var(--text2); }
.tx-phone-gallery-label span { font-weight: 400; color: var(--muted); font-size: 13px; }
.tx-phone-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.tx-phone { margin: 0; text-align: center; }
.tx-phone figcaption { margin-top: 10px; font-size: 12px; font-weight: 600; color: var(--muted); }
.tx-phone-frame {
    background: #1c1917; border-radius: 24px; padding: 10px 8px 12px; box-shadow: 0 12px 40px rgba(15,23,42,.2);
}
.tx-phone-frame.is-wide { border-radius: 16px; padding: 8px; }
.tx-phone-notch { width: 40%; height: 4px; background: #333; border-radius: 2px; margin: 0 auto 8px; }
.tx-phone-screen {
    background: var(--sk-bg, #f5f5f5); border-radius: 16px; overflow: hidden; min-height: 200px; padding: 10px 8px;
}
.tx-mock-user { display: flex; align-items: center; gap: 8px; padding: 4px 4px 10px; }
.tx-mock-user i { width: 28px; height: 28px; border-radius: 50%; background: #ddd; flex-shrink: 0; }
.tx-mock-user b { display: block; font-size: 11px; }
.tx-mock-user small { font-size: 9px; color: #666; }
.tx-mock-card { background: #fff; border-radius: 10px; padding: 12px 10px; box-shadow: 0 2px 8px rgba(0,0,0,.06); }
.tx-mock-amt { text-align: center; font-size: 22px; font-weight: 800; font-family: var(--mono); }
.tx-mock-amt::before { content: '¥'; font-size: 14px; }
.tx-mock-timer { text-align: center; font-size: 9px; color: #666; margin: 4px 0 10px; }
.tx-mock-timer em { font-style: normal; background: #333; color: #fff; padding: 1px 3px; border-radius: 3px; }
.tx-mock-prod { display: flex; gap: 8px; align-items: center; padding: 8px 0; border-top: 1px dashed #eee; margin-bottom: 8px; }
.tx-mock-prod i { width: 32px; height: 32px; border-radius: 6px; background: #f0f0f0; flex-shrink: 0; }
.tx-mock-prod b { display: block; font-size: 10px; line-height: 1.3; }
.tx-mock-prod small { font-size: 8px; color: #999; }
.tx-mock-card button {
    width: 100%; border: 0; border-radius: 20px; padding: 8px; font-size: 11px; font-weight: 700;
    background: var(--sk-hue); color: var(--sk-accent); cursor: default;
}
.tx-mock-admin { background: linear-gradient(160deg, #faf8f5, #f0ebe3); padding: 12px !important; min-height: 180px; }
.tx-mock-admin header { display: flex; justify-content: space-between; font-size: 11px; font-weight: 700; margin-bottom: 10px; }
.tx-mock-admin header span { font-size: 9px; font-weight: 500; color: #c2410c; background: #fff7ed; padding: 2px 8px; border-radius: 999px; }
.tx-mock-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 10px; }
.tx-mock-stats div { background: #fff; border-radius: 8px; padding: 8px; text-align: left; box-shadow: 0 2px 8px rgba(0,0,0,.04); }
.tx-mock-stats small { display: block; font-size: 8px; color: #64748b; }
.tx-mock-stats strong { font-size: 13px; font-family: var(--mono); }
.tx-mock-actions { display: flex; flex-wrap: wrap; gap: 4px; }
.tx-mock-actions span { font-size: 8px; padding: 4px 8px; border-radius: 6px; background: #fff; border: 1px solid #e2e8f0; }

.tx-showcase-cta {
    margin-top: 32px; padding: 20px 24px; border-radius: var(--radius);
    background: linear-gradient(135deg, rgba(99,102,241,.08), rgba(6,182,212,.08));
    border: 1px solid #c7d2fe; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.tx-showcase-cta p { margin: 0; font-size: 14px; color: var(--text2); max-width: 50ch; }
.tx-showcase-cta-btns { display: flex; gap: 10px; flex-wrap: wrap; }

/* ===== 合伙人落地页 ===== */
.pt-hero {
    position: relative; overflow: hidden; color: #fff;
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 45%, #0e4f6c 100%);
    padding: 48px 20px 40px;
}
.pt-hero-bg {
    position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(ellipse 60% 80% at 0% 0%, rgba(99,102,241,.4), transparent 50%),
        radial-gradient(ellipse 50% 60% at 100% 80%, rgba(6,182,212,.3), transparent 45%);
}
.pt-hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; text-align: center; }
.pt-hero-tag { font-size: 11px; font-weight: 700; letter-spacing: .14em; color: #a5f3fc; }
.pt-hero h1 { margin: 12px 0 16px; font-size: clamp(32px, 5vw, 48px); font-weight: 800; }
.pt-hero-lead { margin: 0 auto 20px; font-size: 16px; color: rgba(226,232,240,.9); line-height: 1.75; max-width: 58ch; }
.pt-hero-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 24px; }
.pt-hero-pills span {
    font-size: 12px; font-weight: 600; padding: 6px 12px; border-radius: 999px;
    background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); color: #e0f2fe;
}
.pt-hero-cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 28px; }
.pt-anchor-nav {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 6px;
    padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12);
}
.pt-anchor-nav a {
    font-size: 12px; font-weight: 600; padding: 6px 12px; border-radius: 8px;
    color: #a5f3fc; background: rgba(255,255,255,.06);
}
.pt-anchor-nav a:hover { background: rgba(255,255,255,.14); color: #fff; }

.pt-intro { max-width: 1180px; margin: 0 auto; padding: 56px 20px; }
.pt-intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 32px; align-items: start; }
.pt-intro-copy h2 { margin: 6px 0 12px; font-size: 28px; font-weight: 800; }
.pt-lead { font-size: 15px; color: var(--text2); line-height: 1.75; margin: 0 0 16px; }
.pt-highlight-list { margin: 0; padding-left: 18px; font-size: 14px; color: var(--text2); line-height: 1.7; }
.pt-highlight-list li { margin-bottom: 8px; }
.pt-intro-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pt-stat-card {
    padding: 18px; border-radius: var(--radius); background: var(--surface);
    border: 1px solid var(--line); box-shadow: var(--shadow);
}
.pt-stat-num { display: block; font-size: 28px; font-weight: 800; font-family: var(--mono); color: var(--indigo); line-height: 1; }
.pt-stat-label { display: block; font-size: 13px; font-weight: 700; margin: 6px 0 4px; }
.pt-stat-card p { margin: 0; font-size: 12px; color: var(--muted); line-height: 1.5; }

.pt-features, .pt-audience, .pt-policy, .pt-flow, .pt-rules {
    max-width: 1180px; margin: 0 auto; padding: 0 20px 56px;
}
.pt-section-head { margin-bottom: 24px; }
.pt-section-head h2 { margin: 6px 0 6px; font-size: 26px; font-weight: 800; }
.pt-section-head p { margin: 0; color: var(--muted); font-size: 15px; }

.pt-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pt-feature {
    padding: 20px; border-radius: var(--radius); background: var(--surface);
    border: 1px solid var(--line); transition: .2s;
}
.pt-feature:hover { border-color: #a5b4fc; box-shadow: var(--shadow); transform: translateY(-2px); }
.pt-feature-icon { font-size: 26px; display: block; margin-bottom: 8px; }
.pt-feature h3 { margin: 0 0 6px; font-size: 15px; }
.pt-feature p { margin: 0; font-size: 13px; color: var(--text2); line-height: 1.6; }

.pt-policy-grid { align-items: stretch; }
.pt-policy-main { position: relative; }
.pt-policy-badge {
    position: absolute; top: 16px; right: 16px; font-size: 10px; font-weight: 700;
    padding: 4px 10px; border-radius: 6px; background: linear-gradient(135deg, var(--indigo), var(--cyan)); color: #fff;
}
.pt-table { width: 100%; border-collapse: collapse; font-size: 13px; margin: 12px 0; }
.pt-table th, .pt-table td { padding: 8px 10px; border-bottom: 1px solid var(--line); text-align: left; }
.pt-table th { width: 38%; color: var(--muted); font-weight: 600; }
.pt-table-tier thead th { background: #f8fafc; font-size: 12px; }
.pt-profit-box {
    margin-top: 12px; padding: 12px 14px; border-radius: 10px;
    background: #ecfdf5; border: 1px solid #6ee7b7; font-size: 13px;
}
.pt-profit-box strong { display: block; margin-bottom: 4px; color: #047857; }

.pt-flow-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 16px; }
.pt-flow-step {
    padding: 22px; border-radius: var(--radius); background: var(--surface);
    border: 1px solid var(--line); border-top: 3px solid var(--indigo);
}
.pt-flow-num { font-family: var(--mono); font-size: 12px; font-weight: 800; color: var(--cyan); }
.pt-flow-step h3 { margin: 8px 0 6px; font-size: 16px; }
.pt-flow-step p { margin: 0; font-size: 13px; color: var(--text2); line-height: 1.6; }
.pt-flow-priority {
    padding: 14px 18px; border-radius: 10px; font-size: 13px; color: var(--text2);
    background: #fffbeb; border: 1px solid #fde68a;
}

.pt-rules-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.pt-rules-grid article { padding: 18px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); }
.pt-rules-grid h4 { margin: 0 0 6px; font-size: 14px; color: var(--indigo); }
.pt-rules-grid p { margin: 0; font-size: 13px; color: var(--text2); line-height: 1.6; }

.pt-contact {
    max-width: none; margin: 0; padding: 48px 20px;
    background: linear-gradient(135deg, #1e1b4b, #0e7490); color: #fff;
}
.pt-contact-inner {
    max-width: 1180px; margin: 0 auto; display: flex; align-items: center;
    justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.pt-contact h2 { margin: 0 0 6px; font-size: 24px; }
.pt-contact p { margin: 0 0 12px; opacity: .88; font-size: 14px; }
.pt-contact-list { list-style: none; margin: 0; padding: 0; font-size: 14px; }
.pt-contact-list li { margin-bottom: 6px; }
.pt-contact-list a { color: #67e8f9; }
.g-btn-lg { padding: 14px 28px; font-size: 15px; }

.pt-faq { max-width: 1180px; margin: 0 auto; padding: 0 20px 48px; }
.ow-section-tag { font-family: var(--mono); font-size: 11px; font-weight: 700; color: var(--indigo); letter-spacing: .12em; }

.tx-partner-notice {
    display: flex; gap: 16px; padding: 20px 24px; margin-bottom: 24px;
    background: #fffbeb; border: 1px solid #fde68a; border-radius: var(--radius);
}
.tx-partner-notice-icon { font-size: 24px; flex-shrink: 0; }
.tx-partner-notice ul { margin: 8px 0 0; padding-left: 18px; font-size: 14px; color: var(--text2); line-height: 1.7; }
.tx-subhead { font-size: 22px; margin: 32px 0 16px; font-weight: 700; }

.tx-faq-block { margin-top: 40px; max-width: 800px; }
.tx-faq-block h2 { font-size: 20px; margin-bottom: 12px; }
.tx-faq-item { border: 1px solid var(--line); border-radius: 10px; margin-bottom: 10px; background: var(--surface); }
.tx-faq-item summary { padding: 14px 18px; cursor: pointer; font-weight: 600; font-size: 14px; }
.tx-faq-item p { margin: 0; padding: 0 18px 14px; font-size: 14px; color: var(--text2); line-height: 1.65; }

/* 内页 */
.ow-page-hero, .tx-page-hero { padding: 40px 0 24px; }
.ow-page-hero h1, .tx-page-hero h1 { margin: 8px 0; font-size: 32px; font-weight: 800; }
.ow-page-hero p { margin: 0; color: var(--muted); }
.ow-page-hero-sm { padding-bottom: 12px; }
.ow-about-grid, .ow-partner-grid, .tx-partner-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.ow-card, .tx-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.ow-card h3 { margin: 0 0 12px; }
.ow-card p { margin: 0; color: var(--text2); font-size: 14px; }
.ow-card-highlight { border-color: #a5b4fc; background: linear-gradient(180deg, #fff, #eef2ff); }
.ow-check-list { list-style: none; padding: 0; margin: 0 0 16px; }
.ow-check-list li { padding-left: 22px; position: relative; margin-bottom: 8px; font-size: 14px; color: var(--text2); }
.ow-check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--ok); font-weight: 700; }
.ow-price-lg { font-size: 32px; font-weight: 800; color: var(--indigo); font-family: var(--mono); }
.ow-dl dt { font-size: 11px; color: var(--muted); margin-top: 10px; }
.ow-dl dd { margin: 2px 0 0; font-size: 14px; }
.ow-ol { padding-left: 18px; color: var(--text2); font-size: 14px; }

/* 商城子页 */
.g-shop-toolbar { display: grid; gap: 14px; margin-bottom: 22px; }
.g-search { display: flex; gap: 8px; }
.g-search input { flex: 1; padding: 11px 14px; border-radius: 10px; border: 1px solid var(--line); background: var(--surface); }
.g-cats { display: flex; flex-wrap: wrap; gap: 10px; }
.g-cat-pill {
    display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px 8px 10px;
    border-radius: 999px; font-size: 13px; font-weight: 500; border: 1px solid var(--line);
    background: var(--surface); color: var(--text2); transition: .2s;
}
.g-cat-pill:hover { border-color: #c7d2fe; color: var(--indigo); }
.g-cat-pill.is-active {
    background: linear-gradient(135deg, var(--indigo), var(--cyan)); color: #fff; border-color: transparent;
    box-shadow: var(--shadow);
}
.g-cat-pill.is-active .w-cat-svg { background: rgba(255,255,255,.2); color: #fff; }

/* 分类 SVG 图标 */
.w-cat-svg {
    display: inline-flex; align-items: center; justify-content: center;
    width: 32px; height: 32px; border-radius: 10px; flex-shrink: 0;
}
.w-cat-svg svg { width: 18px; height: 18px; }
.w-cat-svg--indigo { background: #eef2ff; color: var(--indigo); }
.w-cat-svg--cyan { background: #ecfeff; color: #0891b2; }
.w-cat-svg--violet { background: #f5f3ff; color: var(--violet); }
.w-cat-svg--pink { background: #fdf2f8; color: var(--pink); }
.w-cat-svg--gold { background: #fffbeb; color: #d97706; }
.w-cat-svg--mint { background: #ecfdf5; color: var(--ok); }
.w-cat-svg--sky { background: #e0f2fe; color: #0284c7; }
.w-cat-emoji { font-size: 18px; line-height: 1; }

.g-cats a { padding: 7px 12px; border-radius: 8px; font-size: 13px; border: 1px solid var(--line); background: var(--surface); color: var(--text2); }
.g-cats a.is-active { background: linear-gradient(135deg, var(--indigo), var(--cyan)); color: #fff; border-color: transparent; }
.g-product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; }
.g-product-card { display: flex; flex-direction: column; border-radius: var(--radius); border: 1px solid var(--line); background: var(--surface); overflow: hidden; color: inherit; box-shadow: var(--shadow); transition: .2s; }
.g-product-card:hover { transform: translateY(-3px); border-color: #a5b4fc; color: inherit; }
.g-product-cover { aspect-ratio: 16/10; background: var(--bg2); position: relative; }
.g-product-placeholder { height: 100%; display: grid; place-items: center; font-size: 40px; font-weight: 800; color: var(--indigo); opacity: .25; }
.g-product-body { padding: 16px; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.g-product-meta { font-size: 11px; color: var(--muted); font-family: var(--mono); }
.g-product-body h3 { margin: 0; font-size: 16px; }
.g-product-body p { margin: 0; font-size: 13px; color: var(--muted); flex: 1; }
.g-product-foot { display: flex; justify-content: space-between; margin-top: 8px; }
.g-price { font-family: var(--mono); font-weight: 700; color: var(--indigo); font-size: 18px; }
.g-price-xl { font-size: 28px; }
.g-price-old { font-size: 13px; color: var(--muted); text-decoration: line-through; }
.g-badge { position: absolute; top: 10px; left: 10px; font-size: 10px; padding: 3px 8px; border-radius: 6px; background: var(--indigo); color: #fff; font-weight: 700; }
.g-product-detail { display: grid; gap: 18px; }
.g-detail-main { display: grid; grid-template-columns: .85fr 1.15fr; gap: 24px; }
.g-detail-cover { border-radius: var(--radius); border: 1px solid var(--line); min-height: 240px; background: var(--surface); overflow: hidden; }
.g-detail-info h1 { margin: 8px 0; font-size: 26px; }
.g-subtitle { color: var(--muted); }
.g-tags span { font-size: 11px; padding: 4px 10px; border-radius: 6px; background: #eef2ff; color: var(--indigo); margin-right: 6px; }
.g-detail-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 14px 0; }
.g-note-box { padding: 12px; border-radius: 10px; background: #fffbeb; border: 1px solid #fde68a; color: #92400e; font-size: 13px; }
.g-glass-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.g-rich { font-size: 14px; color: var(--text2); line-height: 1.75; }

/* 会员 / 表单 / 表格 */
.g-member-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.g-member-tabs a { padding: 8px 14px; border-radius: 8px; font-size: 13px; border: 1px solid var(--line); background: var(--surface); color: var(--text2); }
.g-member-tabs a.is-active { background: linear-gradient(135deg, var(--indigo), var(--cyan)); color: #fff; border: 0; }
.g-form { display: grid; gap: 14px; }
.g-form label { display: grid; gap: 6px; font-size: 13px; color: var(--muted); }
.g-form input, .g-form textarea, .g-form select { padding: 11px 12px; border-radius: 10px; border: 1px solid var(--line); background: var(--surface); font: inherit; }
.g-auth-page { min-height: 100vh; background: var(--bg); }
.g-auth-wrap {
    position: relative; z-index: 1; min-height: 100vh;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    padding: 32px 20px; gap: 20px;
}
.g-auth-brand {
    display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none;
    padding: 10px 16px; border-radius: 12px; background: rgba(255,255,255,.9); border: 1px solid var(--line);
    box-shadow: var(--shadow);
}
.g-auth-brand strong { display: block; font-size: 15px; }
.g-auth-brand small { display: block; font-size: 11px; color: var(--muted); }
.g-auth-card {
    width: min(440px, 100%); padding: 32px 28px; border-radius: calc(var(--radius) + 4px);
    background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 48px rgba(99,102,241,.12);
}
.g-auth-card h1 { margin: 0 0 8px; font-size: 24px; font-weight: 800; }
.g-auth-sub { margin: 0 0 24px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.g-auth-links { display: flex; justify-content: space-between; margin-top: 20px; font-size: 13px; }
.g-auth-page .g-form { gap: 16px; }
.g-auth-page .g-form label { gap: 8px; font-size: 13px; font-weight: 600; color: var(--text2); }
.g-auth-page .g-form input {
    padding: 12px 14px; border-radius: 10px; border: 1px solid #cbd5e1;
    background: #f8fafc; font-size: 15px; color: var(--text);
    transition: border-color .2s, box-shadow .2s, background .2s;
}
.g-auth-page .g-form input::placeholder { color: #94a3b8; }
.g-auth-page .g-form input:hover { border-color: #a5b4fc; background: #fff; }
.g-auth-page .g-form input:focus {
    outline: none; border-color: var(--indigo); background: #fff;
    box-shadow: 0 0 0 3px rgba(99,102,241,.15);
}
.g-auth-page .g-btn-primary { padding: 13px 20px; font-size: 15px; margin-top: 4px; }

/* 关于我们 */
.ab-hero {
    max-width: none; padding: 48px 20px; margin: 0 0 8px;
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #0e4f6c 100%); color: #fff;
}
.ab-hero-inner { max-width: 800px; margin: 0 auto; text-align: center; }
.ab-hero h1 { margin: 8px 0 16px; font-size: clamp(28px, 4vw, 40px); font-weight: 800; }
.ab-lead { margin: 0 auto 28px; font-size: 16px; line-height: 1.75; color: rgba(226,232,240,.9); max-width: 52ch; }
.ab-lead strong { color: #fff; }
.ab-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.ab-stats div { padding: 14px; border-radius: 12px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }
.ab-stats strong { display: block; font-size: 20px; font-family: var(--mono); color: #67e8f9; }
.ab-stats span { font-size: 11px; color: rgba(203,213,225,.8); }
.ab-section { max-width: 1180px; margin: 0 auto; padding: 40px 20px; }
.ab-section-tint { max-width: none; background: var(--bg); padding-left: max(20px, calc((100vw - 1180px)/2)); padding-right: max(20px, calc((100vw - 1180px)/2)); }
.ab-section-head { margin-bottom: 24px; text-align: center; }
.ab-section-head h2 { margin: 0 0 8px; font-size: 26px; font-weight: 800; }
.ab-section-head p { margin: 0; color: var(--muted); }
.ab-grid { display: grid; gap: 20px; }
.ab-grid-2 { grid-template-columns: 1fr 1fr; }
.ab-card { padding: 28px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.ab-card-accent { border-color: #c7d2fe; background: linear-gradient(180deg, #fff, #eef2ff); }
.ab-card h2 { margin: 0 0 12px; font-size: 20px; }
.ab-card p { margin: 0; color: var(--text2); line-height: 1.75; font-size: 15px; }
.ab-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ab-feat { padding: 22px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); }
.ab-feat-num { font-family: var(--mono); font-size: 11px; font-weight: 800; color: var(--cyan); }
.ab-feat h3 { margin: 8px 0 6px; font-size: 16px; }
.ab-feat p { margin: 0; font-size: 13px; color: var(--text2); line-height: 1.6; }
.ab-cta {
    display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
    padding: 28px 32px; border-radius: var(--radius);
    background: linear-gradient(135deg, rgba(99,102,241,.08), rgba(6,182,212,.08)); border: 1px solid #c7d2fe;
}
.ab-cta h2 { margin: 0 0 6px; font-size: 22px; }
.ab-cta p { margin: 0; color: var(--text2); font-size: 14px; }
.ab-cta-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.ab-contact { padding-bottom: 56px; }
.ab-contact-card { max-width: 520px; margin: 0 auto; }

.g-table-wrap { overflow: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.g-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.g-table th, .g-table td { padding: 12px 14px; border-bottom: 1px solid var(--line); text-align: left; }
.g-table th { background: #f8fafc; color: var(--muted); }
.mono { font-family: var(--mono); font-size: 12px; }
.g-status { font-size: 12px; padding: 3px 8px; border-radius: 6px; font-weight: 600; }
.g-status.s0 { background: #fffbeb; color: #b45309; }
.g-status.s1 { background: #ecfdf5; color: var(--ok); }
.g-status.s3 { background: #f1f5f9; color: var(--muted); }
.g-empty { text-align: center; padding: 40px; color: var(--muted); }
.g-download-list { display: grid; gap: 14px; }
.g-delivery-block { padding: 12px 0; border-top: 1px solid var(--line); }
.g-pay-card { max-width: 520px; }
.g-pay-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.g-pay-row span { color: var(--muted); }

.g-foot { position: relative; z-index: 1; background: #fff; border-top: 1px solid var(--line); padding: 40px 20px; }
.g-foot-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 28px; }
.g-foot-col h4 { margin: 0 0 12px; font-size: 13px; }
.g-foot-col a, .g-foot-col > span:not(.g-official-badge) { display: block; font-size: 13px; color: var(--muted); margin-bottom: 8px; }
.g-foot-brand p { font-size: 13px; color: var(--muted); margin: 8px 0; }
.g-foot-copy { font-size: 12px !important; margin-top: 16px !important; }

.g-toast { position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%); padding: 10px 18px; border-radius: 10px; font-size: 13px; z-index: 9999; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); opacity: 0; transition: .25s; }
.g-toast.show { opacity: 1; }
.g-toast.ok { border-color: #6ee7b7; color: var(--ok); }
.g-toast.err { border-color: #fda4af; color: var(--err); }

@media (max-width: 960px) {
    .tx-hero-inner, .tx-flagship-layout, .g-detail-main, .pt-intro-grid, .pt-policy-row, .pt-points { grid-template-columns: 1fr; }
    .tx-ggho-teaser-inner { flex-direction: column; align-items: flex-start; }
    .tx-ggho-teaser-actions { width: 100%; }
    .tx-ggho-teaser-actions .g-btn { flex: 1; justify-content: center; }
    .tx-poster-wall, .pt-feature-grid, .pt-flow-steps, .tx-poster-real-wall { grid-template-columns: 1fr; }
    .tx-poster-wall.is-hidden-mobile { display: none; }
    .tx-phone-row { grid-template-columns: repeat(2, 1fr); }
    .tx-showcase-compact .tx-phone-row { grid-template-columns: repeat(2, 1fr); }
    .ab-stats, .ab-features, .ab-grid-2 { grid-template-columns: 1fr; }
    .pt-rules-grid { grid-template-columns: 1fr; }
    .tx-flagship-inner { padding: 40px 16px 36px; }
    .tx-strip-inner { padding: 14px 0; }
    .tx-strip-cta { margin-left: 0; width: 100%; }
    .tx-ggho-panel-doors, .tx-ggho-panel-doors-2 { grid-template-columns: 1fr; }
    .tx-posters-duo { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
    .tx-stats { grid-template-columns: repeat(2,1fr); }
    .tx-orbit-wrap { width: 240px; height: 240px; }
    .tx-skill { transform: rotate(calc(360deg / var(--n) * var(--i))) translateY(-105px) rotate(calc(-360deg / var(--n) * var(--i))); font-size: 10px; }
    .tx-audience-grid, .tx-audience-grid-2 { grid-template-columns: 1fr; }
    .g-foot-grid { grid-template-columns: 1fr 1fr; }
    .g-nav { display: none; width: 100%; flex-direction: column; }
    .g-nav.is-open { display: flex; }
    .g-nav-toggle { display: inline-block; }
    .g-top-actions { margin-left: 0; width: 100%; }
    .tx-flow-line { display: none; }
}
