/* ===== 首页 GEO 系统专区（与整站风格统一：浅灰蓝底、小图标、紧凑卡片） ===== */
.geo-hero{
  padding:70px 0 80px;
  background:#f8f9fc;
  overflow:hidden;
}
.geo-hero-inner{position:relative;max-width:1200px;margin:0 auto;padding:0 20px;text-align:center;}
.geo-hero-tag{
  display:inline-block;font-size:16px;letter-spacing:2px;color:#316fff;font-weight:600;
  background:rgba(49,111,255,.08);border-radius:999px;padding:10px 24px;margin-bottom:18px;
}
.geo-hero-title{font-size:36px;line-height:1.3;color:#222;font-weight:700;margin:0 0 16px;}
.geo-hero-title span{color:#316fff;}
.geo-hero-sub{max-width:700px;margin:0 auto 48px;color:#666;font-size:15px;line-height:1.8;}
.geo-hero-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:46px;text-align:left;}
.geo-card{
  display:flex;flex-direction:column;
  background:#fff;
  border:1px solid #e8ecf3;
  border-radius:10px;padding:24px 20px 22px;
  box-shadow:0 2px 14px rgba(30,60,120,.05);
  transition:transform .3s,box-shadow .3s,border-color .3s;
}
.geo-card:hover{transform:translateY(-4px);border-color:#c8d8ff;box-shadow:0 10px 28px rgba(49,111,255,.1);}
.geo-card-top{display:flex;align-items:center;gap:10px;margin-bottom:12px;}
.geo-card-ico{
  width:22px;height:22px;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
}
.geo-card-ico .geo-ico{width:22px;height:22px;display:block;}
.geo-card h4{color:#222;font-size:17px;margin:0;font-weight:700;}
.geo-card p{flex:1;color:#666;font-size:14px;line-height:1.75;margin:0 0 16px;}
.geo-card a{
  display:inline-flex;align-items:center;gap:4px;
  color:#316fff;font-size:13px;text-decoration:none;font-weight:500;
}
.geo-card a:hover{color:#1a5ad6;}
.geo-hero-stats{
  display:flex;justify-content:center;gap:60px;flex-wrap:wrap;
  padding:26px 0;margin-bottom:36px;
  background:#fff;border:1px solid #e8ecf3;border-radius:10px;
  box-shadow:0 2px 12px rgba(30,60,120,.04);
}
.geo-stat{min-width:120px;text-align:center;}
.geo-stat b{display:block;font-size:32px;color:#316fff;font-weight:700;line-height:1.1;margin-bottom:4px;}
.geo-stat span{display:block;color:#777;font-size:14px;line-height:1.3;}
.geo-hero-cta{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;}
.geo-btn{display:inline-block;padding:12px 32px;border-radius:4px;font-size:15px;text-decoration:none;transition:.3s;font-weight:500;}
.geo-btn-primary{background:#316fff;color:#fff;}
.geo-btn-primary:hover{background:#1a5ad6;box-shadow:0 8px 22px rgba(49,111,255,.26);}
.geo-btn-outline{border:1px solid #316fff;color:#316fff;background:#fff;}
.geo-btn-outline:hover{background:#316fff;color:#fff;}
@media(max-width:980px){
  .geo-hero-cards{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:768px){
  .geo-hero{padding:46px 0 54px;}
  .geo-hero-title{font-size:26px;}
  .geo-hero-sub{font-size:14px;margin-bottom:32px;}
  .geo-hero-cards{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:32px;}
  .geo-card{padding:18px 14px 16px;border-radius:10px;}
  .geo-card-ico,.geo-card-ico .geo-ico{width:18px;height:18px;}
  .geo-card h4{font-size:15px;}
  .geo-card p{font-size:12.5px;min-height:42px;margin-bottom:12px;}
  .geo-hero-stats{gap:12px;padding:18px 0;margin-bottom:26px;}
  .geo-stat{min-width:auto;}
  .geo-stat b{font-size:22px;margin-bottom:2px;}
  .geo-stat span{font-size:12px;line-height:1.25;}
  .geo-hero-cta{flex-direction:column;align-items:center;}
  .geo-btn{width:80%;text-align:center;padding:11px 0;}
}
@media(max-width:480px){
  .geo-hero-cards{grid-template-columns:1fr;}
}

/* cache-bust: 2026-08-27 */
