.seo-geo-block {
  padding: 64px 0;
  background: #f7f9fc;
  border-top: 1px solid rgba(18, 34, 64, 0.08);
}

.seo-geo-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.seo-geo-head {
  max-width: 820px;
  margin-bottom: 28px;
}

.seo-geo-eyebrow {
  color: #10b981;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seo-geo-head h2 {
  margin: 10px 0 12px;
  color: #122240;
  font-size: 30px;
  line-height: 1.22;
  letter-spacing: 0;
}

.seo-geo-head p,
.seo-geo-card p {
  margin: 0;
  color: #536176;
  font-size: 15px;
  line-height: 1.75;
}

.seo-geo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.seo-geo-card {
  padding: 22px;
  border: 1px solid rgba(18, 34, 64, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(18, 34, 64, 0.05);
}

.seo-geo-card h3 {
  margin: 0 0 10px;
  color: #122240;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: 0;
}

/* Shared navigation action buttons. Kept here because every public page loads seo-geo.css. */
.nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 42px;
  padding: 0 18px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 800;
  transition: all 0.2s;
  white-space: nowrap;
}

.nav-btn .nav-icon {
  width: 16px;
  height: 16px;
  opacity: .95;
}

.nav-btn .nav-chevron {
  width: 10px;
  height: 10px;
  opacity: .62;
}

.nav-item:hover > a.nav-btn .nav-icon {
  transform: none;
}

.nav-item:hover > a.nav-btn .nav-chevron {
  transform: rotate(180deg);
}

.nav-btn-primary {
  background: #10b981;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(16,185,129,0.18), 0 0 16px rgba(16,185,129,0.2);
}

.nav-btn-primary:hover {
  background: #059669;
  box-shadow: 0 0 28px rgba(16,185,129,0.4), 0 4px 16px rgba(16,185,129,0.2);
  transform: translateY(-1px);
}

.nav-btn-outline {
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.86) !important;
  background: rgba(255,255,255,0.035);
}

.nav-btn-outline:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.5);
  color: #fff !important;
}

.lang-switch,
.mobile-lang-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: rgba(255,255,255,.86);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.lang-switch {
  height: 42px;
  width: 48px;
  margin-left: 12px !important;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 7px;
  background: rgba(255,255,255,.04);
}

.nav-item:has(> .nav-btn-primary),
.nav-item:has(> .nav-btn-outline) {
  margin-left: 12px;
}

.nav-main > .nav-item:nth-last-of-type(-n+2) {
  margin-left: 12px !important;
}

.lang-switch:hover {
  color: #fff;
  border-color: rgba(255,255,255,.36);
  background: rgba(255,255,255,.08);
}

.mobile-lang-switch {
  padding: 14px 24px;
  color: rgba(255,255,255,.8);
}

/* Shared brand lockup, matching deliverables/design/brand-lockup-preview.html option 3. */
.nav-logo {
  gap: 12px;
}

.nav-logo .nav-logo-icon {
  width: 38px;
  height: 38px;
}

.nav-logo .nav-logo-text {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  line-height: 1;
  letter-spacing: 0;
}

.nav-logo .brand-cn {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.08;
  text-align: center;
  white-space: nowrap;
}

.nav-logo .brand-en {
  display: inline-flex;
  justify-content: center;
  width: 120px;
  margin-top: 5px;
  padding: 3px 7px;
  border-radius: 4px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.72);
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .24em;
  white-space: nowrap;
}

.footer-brand .footer-logo {
  gap: 12px;
}

.footer-brand .footer-logo-icon {
  width: 38px;
  height: 38px;
  border-radius: 7px;
}

.footer-brand .footer-logo-text {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  line-height: 1;
  letter-spacing: 0;
}

.footer-brand .footer-logo-text .brand-cn {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.08;
  text-align: center;
  white-space: nowrap;
}

.footer-brand .footer-logo-text .brand-en {
  display: inline-flex;
  justify-content: center;
  width: 120px;
  margin-top: 5px;
  padding: 3px 7px;
  border-radius: 4px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.72);
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .24em;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .seo-geo-inner {
    width: min(100% - 32px, 720px);
  }

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

  .seo-geo-head h2 {
    font-size: 26px;
  }
}
