/* =========================================================================
   geo.css — 聚卓营销 AI搜索获客服务页（/service/geo.html）
   视觉：深蓝 / 蓝紫 / 银白 / 少量金色 | AI科技感 | 转化型单页
   所有类名 geo- 前缀，仅作用于本页正文，不影响公共样式。
   内容区 1000px 居中；圆角 6-10px；PC H1 44-48 / H2 30-34 / 卡片 19-21 / 正文 15-16。
   ========================================================================= */

.geo-page {
    font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", "Helvetica Neue", Arial, sans-serif;
    color: #1b2a44;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}



/* 关键短语不拆行（如 Hero 标题中的"AI推荐"） */
.geo-nobr { white-space: nowrap; }

.geo-wrap {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* ---------- 通用板块 ---------- */
.geo-sec { padding: 64px 0; }
.geo-sec-light { background: #F7F9FC; }
.geo-sec-white { background: #FFFFFF; }
.geo-sec-deep { background: linear-gradient(160deg, #0a1c3f 0%, #061226 100%); }

/* 锚点滚动偏移由 geo.js 按 geo-anchor 实际高度精确计算（不写死 scroll-margin-top） */

.geo-sec-title {
    margin: 0 0 12px;
    font-size: 32px;
    font-weight: 700;
    color: #061226;
    text-align: center;
    letter-spacing: 1px;
}
.geo-sec-deep .geo-sec-title { color: #ffffff; }

.geo-sec-title::after {
    content: "";
    display: block;
    width: 48px;
    height: 4px;
    margin: 14px auto 0;
    border-radius: 2px;
    background: linear-gradient(90deg, #2678FF, #35BFFF);
}
.geo-sec-deep .geo-sec-title::after { background: linear-gradient(90deg, #D8B66A, #35BFFF); }

.geo-sec-desc {
    margin: 0 auto 40px;
    max-width: 760px;
    font-size: 16px;
    color: #5a6b85;
    text-align: center;
    line-height: 1.9;
}
.geo-sec-deep .geo-sec-desc { color: #a9bcd6; }

/* 板块底部总结（客户痛点等） */
.geo-sec-note {
    margin: 36px auto 0;
    max-width: 720px;
    padding: 16px 26px;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    color: #0b1c38;
    background: linear-gradient(135deg, rgba(38,120,255,.08), rgba(53,191,255,.08));
    border-left: 4px solid #2678FF;
    border-radius: 8px;
}

/* ---------- 网格 ---------- */
.geo-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.geo-grid-3 { justify-content: center; }
.geo-grid-3 > .geo-card { width: calc((100% - 40px) / 3); }
.geo-grid-2 { justify-content: center; }
.geo-grid-2 > .geo-card { width: calc((100% - 20px) / 2); }
.geo-grid-4 { justify-content: center; }
.geo-grid-4 > .geo-card { width: calc((100% - 60px) / 4); }
/* 3+2 居中 */
.geo-grid-3-2 { justify-content: center; max-width: 860px; margin: 0 auto; }
.geo-grid-3-2 > .geo-card { width: calc((100% - 40px) / 3); }
.geo-grid-3-2 > .geo-card:nth-child(n+4) { width: calc((100% - 20px) / 2); }

/* ---------- 卡片 ---------- */
.geo-card {
    box-sizing: border-box;
    padding: 26px 24px;
    background: #FFFFFF;
    border: 1px solid #e4ecf7;
    border-radius: 10px;
    transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}
.geo-card:hover {
    border-color: #2678FF;
    box-shadow: 0 10px 28px rgba(38, 120, 255, .12);
    transform: translateY(-3px);
}
.geo-sec-deep .geo-card,
.geo-card-why { background: rgba(255, 255, 255, .05); border-color: rgba(120, 170, 255, .22); }
.geo-card-why:hover { border-color: #35BFFF; box-shadow: 0 10px 28px rgba(53, 191, 255, .18); }

.geo-card-title {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
    color: #0b1c38;
}
.geo-card-why .geo-card-title { color: #eaf3ff; }

.geo-card-txt {
    margin: 0 0 8px;
    font-size: 15px;
    color: #5a6b85;
    line-height: 1.75;
}
.geo-card-txt b { color: #0b1c38; }
.geo-card-why .geo-card-txt { color: #a9bcd6; }

.geo-card-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(38, 120, 255, .12), rgba(53, 191, 255, .12));
    color: #2678FF;
    font-size: 26px;
    font-weight: 700;
}
.geo-card-why .geo-card-ico {
    background: rgba(53, 191, 255, .16);
    color: #35BFFF;
}

/* 客户痛点卡片：降低高度、放大图标和标题、减少空白 */
#geo-pain .geo-card { padding: 22px 20px; }
#geo-pain .geo-card-ico {
    width: 64px;
    height: 64px;
    font-size: 30px;
    margin-bottom: 14px;
    border-radius: 10px;
}
#geo-pain .geo-card-title { font-size: 22px; }

/* 四种方案卡片：标题加大、正文 15-16px、按钮底部对齐 */
.geo-card-ver { display: flex; flex-direction: column; }
.geo-card-ver .geo-card-title { font-size: 22px; }
.geo-card-ver .geo-card-txt { font-size: 15px; }
.geo-card-ver .geo-btn {
    margin-top: auto;
    align-self: flex-start;
    color: #2678FF;
    background: #ffffff;
    border: 1px solid #2678FF;
}
.geo-card-ver .geo-btn:hover {
    color: #ffffff;
    background: #2678FF;
    border-color: #2678FF;
}

/* 标准服务流程：放大编号与步骤标题 */
.geo-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 14px;
    border-radius: 50%;
    font-size: 21px;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, #2678FF, #35BFFF);
}
.geo-step .geo-card-title { font-size: 22px; }

/* 序号标签（服务内容） */
.geo-num-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, #2678FF, #35BFFF);
}

/* ---------- 1. 首屏 Hero ---------- */
.geo-hero {
    position: relative;
    background:
        radial-gradient(900px 480px at 82% 8%, rgba(53, 191, 255, .18) 0%, transparent 60%),
        radial-gradient(700px 420px at 12% 96%, rgba(38, 120, 255, .16) 0%, transparent 60%),
        linear-gradient(140deg, #0a1c3f 0%, #061226 55%, #081a38 100%);
    padding: 0;
    overflow: hidden;
}
.geo-hero-in {
    display: flex;
    align-items: center;
    min-height: 470px;
    padding-top: 56px;
    padding-bottom: 56px;
}
.geo-hero-txt {
    flex: 0 0 60%;
    box-sizing: border-box;
    padding-right: 24px;
}
.geo-hero-visual {
    flex: 0 0 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}
.geo-orb {
    width: 100%;
    max-width: 380px;
    height: auto;
}
.geo-hero-title {
    margin: 0 0 18px;
    font-size: 42px;
    line-height: 1.25;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
}
.geo-hero-title .geo-hl { color: #35BFFF; }
.geo-hero-sub {
    margin: 0 0 26px;
    font-size: 17px;
    line-height: 1.9;
    color: #a9bcd6;
    max-width: 520px;
}
.geo-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }

.geo-btn {
    display: inline-block;
    box-sizing: border-box;
    padding: 13px 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.geo-btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #2678FF, #35BFFF);
    border: 1px solid transparent;
}
.geo-btn-primary:hover {
    background: linear-gradient(135deg, #1b6aef, #2cb4f5);
    box-shadow: 0 8px 22px rgba(53, 191, 255, .35);
    color: #ffffff;
}
.geo-btn-ghost {
    color: #dcebff;
    background: transparent;
    border: 1px solid rgba(140, 190, 255, .5);
}
.geo-btn-ghost:hover { border-color: #35BFFF; color: #ffffff; }
.geo-btn-sm { padding: 9px 22px; font-size: 14px; margin-top: 6px; }

.geo-hero-data {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 36px;
}
.geo-hero-data li { display: flex; flex-direction: column; }
.geo-data-num {
    font-size: 30px;
    font-weight: 700;
    color: #35BFFF;
    line-height: 1.2;
}
.geo-data-label { font-size: 13px; color: #8ea3c4; margin-top: 4px; }

/* ---------- 2. 页面内部锚点导航 ---------- */
.geo-anchor {
    position: sticky;
    top: 0;
    z-index: 60;
    background: rgba(6, 18, 38, .96);
    border-bottom: 1px solid rgba(120, 170, 255, .25);
    backdrop-filter: blur(6px);
}
.geo-anchor-in {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    justify-content: center; /* PC 端 6 项单行居中 */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-top: 8px;
    padding-bottom: 8px;
}
.geo-anchor-in::-webkit-scrollbar { display: none; }
.geo-anchor-in a {
    flex: 0 0 auto;
    padding: 8px 14px;
    font-size: 14px;
    color: #b9cbe4;
    text-decoration: none;
    border-radius: 6px;
    white-space: nowrap;
    transition: color .2s ease, background .2s ease;
}
.geo-anchor-in a:hover { color: #ffffff; background: rgba(53, 191, 255, .14); }
.geo-anchor-in a.geo-on {
    color: #ffffff;
    background: linear-gradient(135deg, #2678FF, #35BFFF);
}
/* "立即咨询"入口：高亮按钮样式 */
.geo-anchor-in a.geo-anchor-cta {
    color: #ffffff;
    background: linear-gradient(135deg, #2678FF, #35BFFF);
    margin-left: 10px;
}
.geo-anchor-in a.geo-anchor-cta:hover { box-shadow: 0 4px 12px rgba(53, 191, 255, .4); }

/* ---------- 3. 用户行为变化 ---------- */
.geo-cmp {
    display: flex;
    align-items: stretch;
    gap: 26px;
    max-width: 900px;
    margin: 0 auto;
}
.geo-cmp-card {
    flex: 1;
    box-sizing: border-box;
    padding: 30px 30px 34px;
    border-radius: 10px;
}
.geo-cmp-past {
    background: #EEF1F5;
    border: 1px solid #E2E7EE;
}
.geo-cmp-now {
    background: linear-gradient(150deg, #0d2a5c 0%, #123f86 100%);
    border: 1px solid #2f6fd8;
    box-shadow: 0 14px 34px rgba(38, 120, 255, .22);
}
.geo-cmp-tag {
    display: inline-block;
    padding: 4px 14px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 999px;
    margin-bottom: 16px;
    background: #dfe5ee;
    color: #5a6b85;
}
.geo-cmp-now .geo-cmp-tag {
    background: rgba(53, 191, 255, .2);
    color: #7fd4ff;
}
.geo-cmp-title { margin: 0 0 12px; font-size: 21px; font-weight: 600; color: #0b1c38; }
.geo-cmp-now .geo-cmp-title { color: #ffffff; }
.geo-cmp-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.geo-cmp-list li {
    position: relative;
    padding: 8px 0 8px 22px;
    font-size: 15px;
    line-height: 1.7;
    color: #5a6b85;
}
.geo-cmp-list li::before {
    content: "·";
    position: absolute;
    left: 6px;
    color: #8b9bb3;
    font-weight: 700;
}
.geo-cmp-now .geo-cmp-list li { color: #c6d8f0; }
.geo-cmp-now .geo-cmp-list li::before { color: #35BFFF; }
/* 现在卡：AI 对话气泡感 */
.geo-cmp-now .geo-cmp-list.geo-cmp-list-ai li {
    margin-bottom: 8px;
    padding: 9px 14px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(53, 191, 255, .25);
    border-radius: 8px;
}
.geo-cmp-now .geo-cmp-list.geo-cmp-list-ai li::before { content: ""; }
.geo-cmp-arrow {
    align-self: center;
    font-size: 26px;
    color: #2678FF;
    font-weight: 700;
}
/* 总结条 */
.geo-cmp-sum {
    margin: 30px auto 0;
    max-width: 820px;
    padding: 15px 24px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #0b1c38;
    background: #ffffff;
    border: 1px solid #dbe7f6;
    border-left: 4px solid #2678FF;
    border-radius: 8px;
}

/* ---------- 5. 什么是AI搜索获客：三步横向流程 ---------- */
.geo-flow {
    display: flex;
    align-items: stretch;
    gap: 0;
}
.geo-flow-step {
    flex: 1;
    box-sizing: border-box;
    padding: 30px 26px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(120, 170, 255, .22);
    border-radius: 10px;
    text-align: center;
    transition: border-color .25s ease, box-shadow .25s ease;
}
.geo-flow-step:hover { border-color: #35BFFF; box-shadow: 0 10px 30px rgba(53, 191, 255, .16); }
.geo-flow-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, #2678FF, #35BFFF);
}
.geo-flow-title { margin: 0 0 10px; font-size: 20px; font-weight: 600; color: #ffffff; }
.geo-flow-txt { margin: 0; font-size: 15px; line-height: 1.8; color: #a9bcd6; }
.geo-flow-line {
    flex: 0 0 44px;
    position: relative;
}
.geo-flow-line::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, rgba(53,191,255,.9), rgba(53,191,255,.25));
}
.geo-flow-line::before {
    content: "▶";
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    font-size: 12px;
    color: #35BFFF;
}

/* ---------- 6. 四种服务版本 ---------- */
.geo-ver-tag {
    display: inline-block;
    padding: 4px 14px;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 600;
    color: #2678FF;
    background: rgba(38, 120, 255, .1);
    border-radius: 6px;
}

/* ---------- 8. 标准服务流程 ---------- */
.geo-step { text-align: center; }

/* ---------- 9. 交付结果 ---------- */
.geo-deliver-tag {
    display: inline-block;
    padding: 3px 12px;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 600;
    color: #D8B66A;
    background: rgba(216, 182, 106, .12);
    border: 1px solid rgba(216, 182, 106, .35);
    border-radius: 6px;
}

/* ---------- 10. 为什么选择聚卓 ---------- */
.geo-sec-why {
    background:
        radial-gradient(760px 420px at 85% 10%, rgba(53, 191, 255, .14) 0%, transparent 60%),
        linear-gradient(160deg, #0a1c3f 0%, #061226 100%);
    color: #cfdcef;
}
.geo-sec-why .geo-sec-title { color: #ffffff; }
.geo-sec-why .geo-sec-desc { color: #a9bcd6; }
.geo-sec-why .geo-sec-title::after { background: linear-gradient(90deg, #D8B66A, #35BFFF); }

/* 为什么选择聚卓：14年 / 3000+ / 200+ 数据行（金色放大突出） */
.geo-why-data {
    display: flex;
    justify-content: center;
    gap: 90px;
    margin: 10px 0 44px;
    padding: 28px 0;
    border-top: 1px solid rgba(120, 170, 255, .2);
    border-bottom: 1px solid rgba(120, 170, 255, .2);
}
.geo-why-item { display: flex; flex-direction: column; align-items: center; }
.geo-why-num {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.15;
    color: #D8B66A;
}
.geo-why-label { margin-top: 8px; font-size: 15px; color: #a9bcd6; }

/* ---------- 12. 常见问题 ---------- */
.geo-faq { max-width: 820px; margin: 0 auto; }
.geo-faq-item {
    margin-bottom: 14px;
    background: #ffffff;
    border: 1px solid #e4ecf7;
    border-radius: 10px;
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.geo-faq-item[open] { border-color: #2678FF; box-shadow: 0 8px 24px rgba(38, 120, 255, .1); }
.geo-faq-q {
    position: relative;
    padding: 18px 52px 18px 22px;
    font-size: 16px;
    font-weight: 600;
    color: #0b1c38;
    cursor: pointer;
    list-style: none;
    user-select: none;
}
.geo-faq-q::-webkit-details-marker { display: none; }
.geo-faq-q::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #2678FF;
    border: 1px solid rgba(38, 120, 255, .4);
    border-radius: 6px;
    transition: transform .2s ease;
}
.geo-faq-item[open] .geo-faq-q::after { content: "−"; }
.geo-faq-q:focus-visible {
    outline: 2px solid #35BFFF;
    outline-offset: -2px;
}
.geo-faq-a {
    margin: 0;
    padding: 14px 22px 20px;
    font-size: 15px;
    line-height: 1.8;
    color: #5a6b85;
    border-top: 1px dashed #e4ecf7;
}

/* ---------- 13. 页面结尾转化 ---------- */
.geo-cta {
    background:
        radial-gradient(800px 420px at 18% 20%, rgba(53, 191, 255, .15) 0%, transparent 60%),
        linear-gradient(150deg, #0a1c3f 0%, #061226 100%);
    padding: 66px 0;
}
.geo-cta-in { display: flex; align-items: center; gap: 40px; }
.geo-cta-txt { flex: 1; }
.geo-cta-title {
    margin: 0 0 14px;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.35;
}
.geo-cta-sub { margin: 0 0 26px; font-size: 16px; color: #a9bcd6; max-width: 480px; line-height: 1.9; }
.geo-cta-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.geo-cta-card {
    flex: 0 0 320px;
    box-sizing: border-box;
    padding: 28px;
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 16px 40px rgba(0, 10, 30, .35);
}
.geo-cta-qr {
    display: block;
    width: 170px;
    height: 170px;
    margin: 0 auto 14px;
    border-radius: 8px;
}
.geo-cta-line { font-size: 15px; color: #33435f; margin: 4px 0; }
.geo-cta-wx { color: #2678FF; font-weight: 700; }
.geo-cta-copy {
    display: inline-block;
    margin-top: 14px;
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #2678FF, #35BFFF);
    border-radius: 8px;
    cursor: pointer;
    transition: opacity .2s ease;
    /* button 元素样式重置 */
    border: 0;
    font-family: inherit;
    line-height: 1.4;
    -webkit-appearance: none;
    appearance: none;
}
.geo-cta-copy:hover { opacity: .88; }
.geo-cta-copy.geo-copied { background: #1f9d5c; }

/* =========================================================================
   响应式（手机端：所有多列模块改单列）
   ========================================================================= */
@media (max-width: 768px) {
    .geo-wrap { padding: 0 16px; }
    .geo-sec { padding: 46px 0; }

    /* 手机端隐藏公共微信浮窗（PC 保留悬浮浮窗，手机隐藏避免遮挡正文与 CTA 重复）：
       ① wechat_float.js 创建的 #jzWechatFloat；② 公共底部旧微信浮窗 #wx（内联 fixed 120x400，含 wx1.jpg+链接地图）。
       覆盖规则仅在本页生效，不动公共文件 */
    #jzWechatFloat,
    .jz-wechat-float,
    #wx { display: none !important; }

    /* 手机公共头部（仅 geo 页，不动公共文件）：
       ① 隐藏主营业务文字条 #recom（含"主营业务"与"返回首页|加入收藏"）；
       ② 压缩 page_head：清除固定空白高度，仅保留紧凑 Logo（约 60-70px），隐藏 slogan 与热线图；
       ③ 橙色主导航保持单行横向滑动，高度约 42-46px；
       ④ 让手机打开后尽快进入 Hero，不留大面积空白 */
    #recom { display: none !important; }
    .page_head { padding: 6px 0 !important; height: auto !important; line-height: 0 !important; }
    .page_head .w1000 {
        display: flex !important;
        align-items: center;
        height: 66px !important;
        line-height: 0 !important;
    }
    .page_head a img { max-height: 62px !important; width: auto !important; }
    .page_head img[src*="slogan"], .page_head img[src*="jz_tel"] { display: none !important; }
    .colnav, .colnavdiv { width: auto !important; max-width: 100% !important; box-sizing: border-box !important; }
    .colnav {
        overflow: hidden !important;
        /* 公共 .colnav 为 position:absolute;top:140px；手机端改回正常流，避免错位遮挡 */
        position: relative !important;
        top: auto !important;
        left: auto !important;
        height: 44px !important;
    }
    .colnavdiv {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        height: 44px !important;
        align-items: center !important;
        padding: 0 6px !important;
        scrollbar-width: none;
    }
    .colnavdiv::-webkit-scrollbar { display: none; }
    .colnavdiv a {
        flex: 0 0 auto;
        width: auto !important;
        padding: 0 12px !important;
        font-size: 13px !important;
        line-height: 42px !important;
        white-space: nowrap;
    }

    .geo-sec-title { font-size: 26px; }
    .geo-sec-desc { font-size: 15px; margin-bottom: 28px; }
    .geo-sec-note { font-size: 15px; margin-top: 26px; padding: 13px 18px; }

    /* Hero 单列：内容区保持正常宽度（左右内边距 16px 由 .geo-wrap 提供） */
    .geo-hero-in { flex-direction: column; min-height: 0; padding-top: 32px; padding-bottom: 28px; }
    .geo-hero-txt { flex: none; width: 100%; padding-right: 0; }
    .geo-hero-title { font-size: 31px; }
    .geo-hero-sub { font-size: 15px; }
    /* 两个按钮宽度统一（纵向等宽排列） */
    .geo-hero-btns { flex-direction: column; align-items: stretch; }
    .geo-hero-btns .geo-btn { width: 100%; box-sizing: border-box; }
    .geo-hero-data { gap: 24px; }
    .geo-data-num { font-size: 26px; }
    .geo-hero-visual { flex: none; width: 100%; margin-top: 18px; min-height: 0; }
    .geo-orb { max-width: 210px; }

    /* 锚点导航：容器内横滑，不影响页面整体（PC 居中 → 手机左对齐横滑） */
    .geo-anchor-in { justify-content: flex-start; padding-top: 6px; padding-bottom: 6px; }
    .geo-anchor-in a { padding: 7px 11px; font-size: 13px; }
    .geo-anchor-in a.geo-anchor-cta { margin-left: 6px; }

    /* 为什么选择聚卓：数据行手机纵向排列 */
    .geo-why-data { flex-direction: column; gap: 22px; align-items: center; padding: 22px 0; margin-bottom: 34px; }
    .geo-why-num { font-size: 40px; }

    /* 网格全单列 */
    .geo-grid-3 > .geo-card,
    .geo-grid-2 > .geo-card,
    .geo-grid-4 > .geo-card,
    .geo-grid-3-2 > .geo-card,
    .geo-grid-3-2 > .geo-card:nth-child(n+4) {
        width: 100%;
    }

    /* 用户行为变化：上下排列 */
    .geo-cmp { flex-direction: column; gap: 16px; }
    .geo-cmp-arrow { transform: rotate(90deg); align-self: center; }

    /* 什么是AI搜索获客：纵向时间轴 */
    .geo-flow { flex-direction: column; gap: 0; }
    .geo-flow-line {
        flex: none;
        width: 2px;
        height: 36px;
        margin: 0 auto;
    }
    .geo-flow-line::after {
        top: 0;
        left: 50%;
        right: auto;
        width: 2px;
        height: 100%;
        transform: translateX(-50%);
        background: linear-gradient(180deg, rgba(53,191,255,.9), rgba(53,191,255,.25));
    }
    .geo-flow-line::before {
        top: auto;
        right: auto;
        bottom: -2px;
        left: 50%;
        transform: translateX(-50%);
    }


    /* 结尾转化：单列 */
    .geo-cta { padding: 48px 0; }
    .geo-cta-in { flex-direction: column; gap: 28px; }
    .geo-cta-card { flex: none; width: 100%; }
    .geo-cta-title { font-size: 25px; }
    .geo-cta-qr { width: 132px; height: 132px; }
}

/* 375 及以下微调 */
@media (max-width: 380px) {
    .geo-hero-title { font-size: 28px; }
    .geo-cta-qr { width: 120px; height: 120px; }
}

/* 公共底部 colbt（HTML 内联 table width=1000）在手机端破版：
   页面级覆盖——只影响 geo 页；不动公共 CSS；表格改为 100% 自适应、图片缩放、文字换行 */
@media (max-width: 768px) {
    .geo-page + .colbt,
    .colbt {
        width: 100% !important;
        max-width: 100% !important;
        table-layout: fixed !important;
        margin: 0 auto !important;
        border-collapse: collapse;
    }
    .colbt td {
        width: auto !important;
        padding: 10px 12px !important;
        font-size: 12px !important;
        line-height: 1.7 !important;
        word-break: break-all;
        vertical-align: middle;
        text-align: center !important;
    }
    .colbt td img {
        max-width: 140px !important;
        height: auto !important;
        display: inline-block;
    }
}
