/* ======================================================
   GEO智能体优化页面样式 (geo-promotion.css)
   ====================================================== */

/* ========== 全局 ========== */
.geo-page {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background: #f8fafc;
    overflow-x: hidden;
}

.geo-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.geo-section {
    padding: 70px 0;
}

.geo-section--gray {
    background: #f1f5f9;
}

.geo-section--dark {
    background: linear-gradient(135deg, #0b1d3a 0%, #122a54 100%);
    color: #fff;
}

.geo-section--dark .geo-sec-title {
    color: #fff;
}

.geo-section--dark .geo-sec-sub {
    color: rgba(255, 255, 255, .7);
}

.geo-sec-title {
    font-size: 2rem;
    font-weight: 700;
    color: #0a2b4e;
    text-align: center;
    margin-bottom: 10px;
}

.geo-sec-sub {
    font-size: 1.05rem;
    color: #5a6e8a;
    text-align: center;
    margin-bottom: 48px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

/* ========== Banner ========== */
.geo-banner {
    position: relative;
    background: linear-gradient(135deg, #0b1d3a 0%, #0d2847 40%, #133b6e 100%);
    border-radius: 0 0 40px 40px;
    padding: 120px 20px 80px;
    text-align: center;
    overflow: hidden;
}

.geo-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('/assets/img/xw/geo/3fa163fdfd2757b05b8d91dac0a7253d.jpg') center/cover no-repeat;
    opacity: .12;
}

.geo-banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to top, rgba(11, 29, 58, .9), transparent);
}

.geo-banner .geo-container {
    position: relative;
    z-index: 1;
}

.geo-banner h1 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 14px;
    letter-spacing: 2px;
}

.geo-banner h1 span {
    color: #60a5fa;
}

.geo-banner .geo-sub {
    font-size: 1.35rem;
    color: rgba(255, 255, 255, .85);
    margin-bottom: 24px;
    font-weight: 400;
}

.geo-banner .geo-tags {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.geo-banner .geo-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(96, 165, 250, .15);
    border: 1px solid rgba(96, 165, 250, .3);
    color: #93c5fd;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: .95rem;
}

.geo-banner .geo-tag i {
    color: #60a5fa;
}

.geo-banner .geo-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: #fff;
    font-weight: 600;
    padding: 16px 42px;
    border-radius: 60px;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all .3s;
    box-shadow: 0 8px 24px rgba(37, 99, 235, .4);
}

.geo-banner .geo-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(37, 99, 235, .5);
    color: #fff;
    text-decoration: none;
}

/* ========== 数据条 ========== */
.geo-stats-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: #fff;
    border-radius: 20px;
    margin-top: -40px;
    position: relative;
    z-index: 2;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .08);
}

.geo-stat-item {
    text-align: center;
    padding: 32px 16px;
    border-right: 1px solid #f0f2f5;
}

.geo-stat-item:last-child {
    border-right: none;
}

.geo-stat-num {
    font-size: 2.4rem;
    font-weight: 800;
    color: #2563eb;
    line-height: 1;
}

.geo-stat-label {
    font-size: .9rem;
    color: #64748b;
    margin-top: 8px;
}

/* ========== AI趋势洞察 ========== */
.geo-trend-timeline {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0;
    margin-bottom: 40px;
    position: relative;
    height: 200px;
}

.geo-trend-timeline::before {
    content: '';
    position: absolute;
    bottom: 40px;
    left: 10%;
    right: 10%;
    height: 3px;
    background: linear-gradient(90deg, #94a3b8, #3b82f6);
}

.geo-trend-item {
    flex: 1;
    max-width: 180px;
    text-align: center;
    position: relative;
}

.geo-trend-bar {
    width: 60px;
    margin: 0 auto 12px;
    border-radius: 8px 8px 0 0;
    transition: height .6s ease;
}

/* 趋势条高度/颜色变体 */
.geo-trend-bar--1 {
    height: 40px;
    background: #cbd5e1;
}

.geo-trend-bar--2 {
    height: 60px;
    background: #94a3b8;
}

.geo-trend-bar--3 {
    height: 80px;
    background: #60a5fa;
}

.geo-trend-bar--4 {
    height: 100px;
    background: #3b82f6;
}

.geo-trend-bar--5 {
    height: 140px;
    background: linear-gradient(135deg, #2563eb, #60a5fa);
}

.geo-trend-year {
    font-size: .8rem;
    color: #94a3b8;
    font-weight: 600;
    margin-bottom: 6px;
}

.geo-trend-label {
    font-size: .82rem;
    color: #475569;
    line-height: 1.4;
}

.geo-trend-item.active .geo-trend-year {
    color: #2563eb;
    font-weight: 700;
}

.geo-trend-item.active .geo-trend-label {
    color: #1e40af;
    font-weight: 600;
}

.geo-trend-highlight {
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    border-radius: 16px;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid rgba(37, 99, 235, .15);
}

.geo-trend-highlight-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    flex-shrink: 0;
}

.geo-trend-highlight h4 {
    font-size: 1.1rem;
    color: #1e40af;
    font-weight: 700;
    margin-bottom: 4px;
}

.geo-trend-highlight p {
    color: #3b5998;
    font-size: .92rem;
    margin: 0;
    line-height: 1.6;
}

/* ========== GEO是什么 ========== */
.geo-what-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.geo-what-img {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .1);
}

.geo-what-img img {
    width: 100%;
    display: block;
}

.geo-what-text {
    max-width: 800px;
    margin: 0 auto;
}

.geo-what-text h3 {
    font-size: 1.6rem;
    color: #0a2b4e;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
}

.geo-what-text p {
    color: #475569;
    line-height: 1.8;
    font-size: 1rem;
    margin-bottom: 16px;
}

.geo-what-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.geo-what-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    color: #334155;
    font-size: .95rem;
    line-height: 1.6;
}

.geo-what-list li i {
    color: #2563eb;
    margin-top: 4px;
    flex-shrink: 0;
}

/* ========== 痛点 ========== */
.geo-pain-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.geo-pain-item {
    background: #fff;
    border-radius: 16px;
    padding: 24px 20px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    border: 1px solid #f0f2f5;
    transition: all .3s;
}

.geo-pain-item:hover {
    box-shadow: 0 12px 28px -8px rgba(220, 38, 38, .12);
    transform: translateY(-3px);
    border-color: rgba(220, 38, 38, .15);
}

.geo-pain-num {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #fef2f2;
    color: #dc2626;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.geo-pain-item p {
    color: #4b5563;
    font-size: .95rem;
    line-height: 1.6;
    margin: 0;
}

/* ========== 六大核心卖点 ========== */
.geo-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.geo-feature-card {
    background: #fff;
    border: 1px solid #f0f2f5;
    border-radius: 16px;
    padding: 28px 24px;
    transition: all .3s;
}

.geo-feature-card:hover {
    box-shadow: 0 12px 28px -8px rgba(0, 102, 255, .15);
    transform: translateY(-4px);
    border-color: rgba(0, 102, 255, .15);
}

.geo-feature-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.geo-feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

/* 卖点图标颜色变体 */
.geo-feature-icon-blue {
    background: #eff6ff;
    color: #2563eb;
}

.geo-feature-icon-amber {
    background: #fef3c7;
    color: #d97706;
}

.geo-feature-icon-green {
    background: #ecfdf5;
    color: #059669;
}

.geo-feature-icon-red {
    background: #fef2f2;
    color: #dc2626;
}

.geo-feature-icon-purple {
    background: #f5f3ff;
    color: #7c3aed;
}

.geo-feature-icon-orange {
    background: #fff7ed;
    color: #ea580c;
}

.geo-feature-card h3 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #0a2b4e;
    margin: 0;
}

.geo-feature-card p {
    color: #5a6e8a;
    line-height: 1.6;
    font-size: .95rem;
    margin: 0;
}

/* ========== AI平台 ========== */
.geo-ai-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.geo-ai-card {
    background: #fff;
    border: 1px solid #f0f2f5;
    border-radius: 16px;
    padding: 28px 24px;
    text-align: center;
    transition: all .3s;
}

.geo-ai-card:hover {
    box-shadow: 0 12px 28px -8px rgba(0, 102, 255, .15);
    transform: translateY(-4px);
    border-color: rgba(0, 102, 255, .15);
}

.geo-ai-logo {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
}

/* AI平台logo配色 */
.geo-ai-logo-deepseek {
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
}

.geo-ai-logo-wenxin {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
}

.geo-ai-logo-doubao {
    background: linear-gradient(135deg, #059669, #10b981);
}

.geo-ai-logo-yuanbao {
    background: linear-gradient(135deg, #0891b2, #06b6d4);
}

.geo-ai-logo-tongyi {
    background: linear-gradient(135deg, #d97706, #f59e0b);
}

.geo-ai-logo-kimi {
    background: linear-gradient(135deg, #7c3aed, #a855f7);
}

.geo-ai-card h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #0a2b4e;
    margin-bottom: 8px;
}

.geo-ai-card .geo-ai-users {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 6px;
}

.geo-ai-card p {
    color: #5a6e8a;
    font-size: .9rem;
    line-height: 1.5;
}

/* ========== 媒体矩阵 ========== */
.geo-media-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.geo-media-card {
    background: #fff;
    border: 1px solid #f0f2f5;
    border-radius: 16px;
    padding: 24px 16px;
    text-align: center;
    transition: all .3s;
}

.geo-media-card:hover {
    box-shadow: 0 12px 28px -8px rgba(0, 102, 255, .15);
    transform: translateY(-4px);
    border-color: rgba(0, 102, 255, .15);
}

.geo-media-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

/* 媒体图标颜色变体 */
.geo-media-icon-blue {
    background: #eff6ff;
    color: #2563eb;
}

.geo-media-icon-red {
    background: #fef2f2;
    color: #dc2626;
}

.geo-media-icon-green {
    background: #ecfdf5;
    color: #059669;
}

.geo-media-icon-amber {
    background: #fef3c7;
    color: #d97706;
}

.geo-media-icon-purple {
    background: #f5f3ff;
    color: #7c3aed;
}

.geo-media-card h4 {
    font-size: .95rem;
    font-weight: 600;
    color: #0a2b4e;
    margin-bottom: 8px;
}

.geo-media-card p {
    color: #6b7280;
    font-size: .82rem;
    line-height: 1.5;
}

/* ========== 内容策略 ========== */
.geo-strategy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.geo-strategy-card {
    background: #fff;
    border: 1px solid #f0f2f5;
    border-radius: 16px;
    padding: 28px 24px;
    transition: all .3s;
}

.geo-strategy-card:hover {
    box-shadow: 0 12px 28px -8px rgba(0, 102, 255, .15);
    transform: translateY(-4px);
    border-color: rgba(0, 102, 255, .15);
}

.geo-strategy-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.geo-strategy-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

/* 策略图标颜色变体 */
.geo-strategy-icon-blue {
    background: #eff6ff;
    color: #2563eb;
}

.geo-strategy-icon-green {
    background: #ecfdf5;
    color: #059669;
}

.geo-strategy-icon-amber {
    background: #fef3c7;
    color: #d97706;
}

.geo-strategy-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0a2b4e;
    margin: 0;
}

.geo-strategy-card p {
    color: #5a6e8a;
    line-height: 1.6;
    font-size: .95rem;
    margin: 0;
}

/* ========== 服务体系 ========== */
.geo-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.geo-service-card {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    transition: all .3s;
}

.geo-service-card:hover {
    background: rgba(255, 255, 255, .12);
    transform: translateY(-4px);
}

.geo-service-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background: rgba(96, 165, 250, .2);
    color: #93c5fd;
}

.geo-service-card h4 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.geo-service-card p {
    color: rgba(255, 255, 255, .65);
    font-size: .88rem;
    line-height: 1.6;
}

/* ========== 效果展示 ========== */
.geo-case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.geo-case-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #f0f2f5;
    transition: all .3s;
}

.geo-case-card:hover {
    box-shadow: 0 12px 28px -8px rgba(0, 0, 0, .12);
    transform: translateY(-4px);
}

.geo-case-img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    background: #f8fafc;
    cursor: zoom-in;
}

.geo-case-body {
    padding: 20px;
}

.geo-case-tag {
    display: inline-block;
    background: #eff6ff;
    color: #2563eb;
    font-size: .78rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 6px;
    margin-bottom: 8px;
}

.geo-case-body h4 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #0a2b4e;
    margin-bottom: 6px;
}

.geo-case-body p {
    color: #64748b;
    font-size: .88rem;
    line-height: 1.6;
    margin: 0;
}

/* ========== 套餐价格 ========== */
.geo-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.geo-pricing-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px 28px;
    border: 2px solid #e2e8f0;
    transition: all .3s;
    position: relative;
    overflow: hidden;
}

.geo-pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px -12px rgba(0, 0, 0, .12);
}

.geo-pricing-card.hot {
    border-color: #2563eb;
    box-shadow: 0 8px 32px -8px rgba(37, 99, 235, .2);
}

.geo-pricing-card.hot::before {
    content: '推荐';
    position: absolute;
    top: 18px;
    right: -26px;
    background: #2563eb;
    color: #fff;
    font-size: .75rem;
    font-weight: 600;
    padding: 3px 32px;
    transform: rotate(45deg);
}

.geo-pricing-badge {
    display: inline-block;
    background: #fef3c7;
    color: #b45309;
    font-size: .75rem;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 6px;
    margin-bottom: 12px;
}

.geo-pricing-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0a2b4e;
    margin-bottom: 4px;
}

.geo-pricing-desc {
    font-size: .85rem;
    color: #94a3b8;
    margin-bottom: 16px;
}

.geo-pricing-price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 4px;
}

.geo-pricing-price {
    font-size: 2.4rem;
    font-weight: 800;
    color: #2563eb;
    line-height: 1;
}

.geo-pricing-orig {
    font-size: .9rem;
    color: #94a3b8;
    text-decoration: line-through;
}

.geo-pricing-unit {
    font-size: .9rem;
    color: #94a3b8;
    margin-bottom: 20px;
}

.geo-pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.geo-pricing-features li {
    padding: 7px 0;
    color: #475569;
    font-size: .9rem;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #f3f4f6;
}

.geo-pricing-features li:last-child {
    border-bottom: none;
}

.geo-pricing-features li i {
    color: #2563eb;
    font-size: .8rem;
}

.geo-buy-btn {
    display: block;
    text-align: center;
    background: #2563eb;
    color: #fff;
    font-weight: 600;
    padding: 12px 0;
    border-radius: 12px;
    text-decoration: none;
    font-size: .95rem;
    transition: all .3s;
}

.geo-buy-btn:hover {
    background: #1d4ed8;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(37, 99, 235, .35);
}

.geo-pricing-card.hot .geo-buy-btn {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    box-shadow: 0 6px 16px rgba(37, 99, 235, .35);
}

/* ========== 交付保障 ========== */
.geo-guarantee-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.geo-guarantee-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    border: 1px solid #f0f2f5;
    text-align: center;
    transition: all .3s;
}

.geo-guarantee-card:hover {
    box-shadow: 0 12px 28px -8px rgba(0, 102, 255, .15);
    transform: translateY(-4px);
}

.geo-guarantee-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

/* 保障图标颜色变体 */
.geo-guarantee-icon-blue {
    background: #eff6ff;
    color: #2563eb;
}

.geo-guarantee-icon-green {
    background: #ecfdf5;
    color: #059669;
}

.geo-guarantee-icon-amber {
    background: #fef3c7;
    color: #d97706;
}

.geo-guarantee-card h4 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #0a2b4e;
    margin-bottom: 8px;
}

.geo-guarantee-card p {
    color: #64748b;
    font-size: .88rem;
    line-height: 1.6;
}

/* ========== CTA ========== */
.geo-cta {
    background: linear-gradient(135deg, #0b1d3a, #133b6e);
    border-radius: 24px;
    padding: 56px 40px;
    text-align: center;
    margin: 60px 0 20px;
    position: relative;
    overflow: hidden;
}

.geo-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('/assets/img/xw/geo/71502472b2a813c3bc5455ec1e69395c.jpg') center/cover no-repeat;
    opacity: .08;
}

.geo-cta .geo-container {
    position: relative;
    z-index: 1;
}

.geo-cta h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px;
}

.geo-cta p {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, .75);
    max-width: 600px;
    margin: 0 auto 28px;
}

.geo-cta .geo-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: #fff;
    font-weight: 600;
    padding: 16px 42px;
    border-radius: 60px;
    font-size: 1.05rem;
    text-decoration: none;
    transition: all .3s;
    box-shadow: 0 8px 24px rgba(37, 99, 235, .4);
}

.geo-cta .geo-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(37, 99, 235, .5);
    color: #fff;
    text-decoration: none;
}

/* ========== 图片灯箱 ========== */
.geo-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .85);
    align-items: center;
    justify-content: center;
    cursor: zoom-out;
}

.geo-lightbox.active {
    display: flex;
}

.geo-lightbox img {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 8px;
    box-shadow: 0 0 60px rgba(0, 0, 0, .5);
}

.geo-lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    z-index: 10000;
}

/* ========== 骨架屏 ========== */
.xw-skeleton-line {
    background: #e2e8f0;
    border-radius: 4px;
    animation: pulse 1.5s infinite;
}

.xw-skeleton-line--title {
    height: 20px;
    width: 50%;
    margin-bottom: 16px;
}

.xw-skeleton-line--subtitle {
    height: 14px;
    width: 70%;
    margin-bottom: 24px;
}

.xw-skeleton-line--price {
    height: 36px;
    width: 40%;
    margin-bottom: 8px;
}

.xw-skeleton-line--unit {
    height: 12px;
    width: 30%;
    margin-bottom: 24px;
}

/* ========== 错误/空状态 ========== */
.xw-error-state {
    text-align: center;
    padding: 60px 0;
    color: #94a3b8;
}

.xw-error-state i {
    font-size: 36px;
    margin-bottom: 12px;
    display: block;
}

.xw-retry-btn {
    margin-top: 10px;
    padding: 8px 24px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
}

.xw-empty-text {
    text-align: center;
    color: #9ca3af;
    padding: 60px 0;
}

/* ========== 响应式 ========== */
@media (max-width: 1100px) {
    .geo-media-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .geo-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .geo-banner {
        padding: 90px 15px 60px;
        border-radius: 0 0 24px 24px;
    }

    .geo-banner h1 {
        font-size: 1.8rem;
    }

    .geo-stats-bar {
        grid-template-columns: repeat(2, 1fr);
        margin-top: -30px;
    }

    .geo-stat-item:nth-child(2) {
        border-right: none;
    }

    .geo-pain-grid,
    .geo-features-grid,
    .geo-ai-grid,
    .geo-strategy-grid,
    .geo-case-grid,
    .geo-guarantee-grid {
        grid-template-columns: 1fr;
    }

    .geo-media-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .geo-what-grid {
        grid-template-columns: 1fr;
    }

    .geo-trend-timeline {
        display: none;
    }

    .geo-pricing-grid {
        grid-template-columns: 1fr;
    }

    .geo-service-grid {
        grid-template-columns: 1fr;
    }

    .geo-sec-title {
        font-size: 1.5rem;
    }

    .geo-section {
        padding: 50px 0;
    }
}
