/* 现代化补丁：服务图标卡 / 案例文字卡 / 老板IP团队 — 不影响 GEO 正文 */

.geo-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: min(1280px, 96vw);
  margin: 0 auto;
  padding: 0 1rem;
}

.geo-service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.75rem 1rem;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  text-decoration: none !important;
  color: #333 !important;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  appearance: none;
  -webkit-appearance: none;
}

.geo-service-card:hover {
  border-color: #c8102e;
  box-shadow: 0 8px 24px rgba(200, 16, 46, 0.12);
  transform: translateY(-2px);
}

.geo-service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
  color: #c8102e;
  font-size: 1.35rem;
}

.geo-service-card h3 {
  margin: 0 0 0.5rem;
  font-size: 17px;
  font-weight: 700;
  color: #222;
}

.geo-service-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}

.geo-case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  max-width: min(1280px, 96vw);
  margin: 0 auto;
  padding: 0 1rem;
}

.geo-case-card {
  display: block;
  padding: 1.25rem;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-left: 3px solid #c8102e;
  border-radius: 8px;
  text-decoration: none !important;
  color: inherit !important;
  transition: box-shadow 0.2s, transform 0.2s;
  appearance: none;
  -webkit-appearance: none;
  text-align: left;
}

.geo-case-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.geo-case-more {
  margin: 1.25rem 0 0;
  text-align: center;
  font-size: 0.95rem;
}

.geo-case-more a {
  color: #c8102e;
  font-weight: 600;
  text-decoration: none;
}

.geo-case-more a:hover {
  text-decoration: underline;
}

.geo-case-tag {
  display: inline-block;
  margin-bottom: 0.6rem;
  padding: 0.15rem 0.6rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #c8102e;
  background: #fff5f5;
  border-radius: 4px;
}

.geo-case-card h3 {
  margin: 0 0 0.5rem;
  font-size: 16px;
  font-weight: 700;
  color: #222;
}

.geo-case-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #666;
}

.geo-team-block {
  max-width: min(1280px, 96vw);
  margin: 0 auto;
  padding: 0 1rem;
}

.geo-team-founder {
  display: flex;
  gap: 1.75rem;
  align-items: flex-start;
  padding: 1.75rem;
  margin-bottom: 1.25rem;
  background: linear-gradient(135deg, #fff 0%, #fafafa 100%);
  border: 2px solid #c8102e;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(200, 16, 46, 0.1);
}

.geo-team-founder__photo {
  flex-shrink: 0;
  width: 240px;
}

.geo-team-founder__photo img {
  width: 100%;
  border-radius: 12px;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 5;
}

.geo-team-founder__info h3 {
  margin: 0 0 0.35rem;
  font-size: 24px;
  font-weight: 800;
  color: #c8102e;
}

.geo-team-founder__title {
  margin: 0 0 1rem;
  font-size: 16px;
  font-weight: 600;
  color: #555;
}

.geo-team-founder__bio {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #444;
}

.geo-team-founder__link {
  display: inline-block;
  margin-top: 1rem;
  color: #c8102e;
  font-weight: 600;
  text-decoration: none;
}

.geo-team-founder__link:hover {
  color: #a00d24;
  text-decoration: underline;
}

.geo-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 1.25rem;
}

.geo-team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.85rem;
  padding: 1.5rem 1.25rem;
  min-height: 280px;
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
}

.geo-team-card__photo {
  flex-shrink: 0;
  width: 120px;
}

.geo-team-card__photo img {
  width: 100%;
  border-radius: 12px;
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
}

.geo-team-card h4 {
  margin: 0 0 0.35rem;
  font-size: 16px;
  font-weight: 700;
  color: #222;
}

.geo-team-card__title {
  margin: 0 0 0.5rem;
  font-size: 13px;
  color: #c8102e;
  font-weight: 600;
}

.geo-team-card__bio {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #666;
}

.geo-cta-simple {
  max-width: min(1280px, 96vw);
  margin: 3rem auto;
  padding: clamp(2.5rem, 6vw, 4rem) clamp(1.5rem, 5vw, 3rem);
  text-align: center;
  background: linear-gradient(135deg, #1a0004 0%, #8b0015 55%, #c8102e 100%);
  border-radius: 16px;
  color: #fff;
}

.geo-cta-simple h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  font-weight: 800;
}

.geo-cta-simple p {
  margin: 0 auto 1.5rem;
  max-width: 42rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
}

.geo-cta-simple strong {
  color: #ff5a5a;
}

.geo-cta-simple a {
  display: inline-block;
  background: #fff;
  color: #c8102e !important;
  padding: 0.85rem 2rem;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform 0.2s;
}

.geo-cta-simple a:hover {
  transform: translateY(-1px);
}

.geo-footer-qr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin: 1.5rem 0;
}

.geo-footer-qr-item {
  text-align: center;
}

.geo-footer-qr-item img {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  background: #fff;
  padding: 4px;
}

.geo-footer-qr-item p {
  margin: 0.5rem 0 0;
  font-size: 13px;
  color: #666;
}

@media (max-width: 992px) {
  .geo-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .geo-team-founder {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .geo-team-founder__photo {
    width: min(220px, 70vw);
  }

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

  .geo-team-card {
    min-height: auto;
  }
}

@media (max-width: 480px) {
  .geo-service-grid,
  .geo-case-grid {
    grid-template-columns: 1fr;
  }
}
