.phone-menu-switch,
.phone-menu {
  background: linear-gradient(135deg, #1468ff 0%, #18c8ff 100%) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(20, 104, 255, .24);
}
.phone-box .self-svg {
  background: linear-gradient(135deg, #1468ff 0%, #18c8ff 100%) !important;
}
.kh-geo-page {
  --kh-blue: #1468ff;
  --kh-blue-dark: #1237df;
  --kh-red: #17c8ff;
  --kh-cyan: #1ccfff;
  --kh-green: #42e5ff;
  --kh-ink: #172033;
  --kh-muted: #657086;
  --kh-line: #e8edf5;
  --kh-bg: #f3f8ff;
  color: var(--kh-ink);
  background: #fff;
  letter-spacing: 0;
  overflow-x: hidden;
}
.kh-geo-page * {
  box-sizing: border-box;
  letter-spacing: 0;
}
.kh-geo-page h1,
.kh-geo-page h2,
.kh-geo-page h3,
.kh-geo-page p,
.kh-geo-page span,
.kh-geo-page strong,
.kh-geo-page li {
  overflow-wrap: anywhere;
}
.kh-geo-page a {
  color: inherit;
}
.kh-geo-page .geo-wrap {
  width: min(1600px, calc(100% - 40px));
  margin: 0 auto;
}
.geo-section {
  padding: 82px 0;
}
.geo-section:nth-child(even) {
  background: var(--kh-bg);
}
.geo-section-title {
  margin: 0 auto 38px;
  text-align: center;
}
.geo-kicker {
  display: none;
}
.geo-section-title h2 {
  margin: 0 0 14px;
  font-size: 36px;
  line-height: 1.25;
  color: #0f1b2f;
  font-weight: 800;
}
.geo-section-title p {
  margin: 0;
  font-size: 17px;
  line-height: 1.9;
  color: var(--kh-muted);
}
.geo-hero {
  position: relative;
  min-height: 650px;
  padding: 0px 0 12px;
  overflow: hidden;
}
.geo-hero .o_big {
  background-image:
    linear-gradient(135deg, #1238f0 0%, #1468ff 46%, #16a8ff 100%) !important;
  background-position: center;
  background-size: cover;
}
.geo-hero:before,
.geo-hero:after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.geo-hero:before {
  width: 520px;
  height: 760px;
  left: -110px;
  top: -150px;
  background: linear-gradient(180deg, rgba(36, 207, 255, .72), rgba(30, 171, 255, .18));
  border-radius: 0 56% 56% 0;
  transform: rotate(-8deg);
}
.geo-hero:after {
  width: 700px;
  height: 700px;
  right: -220px;
  bottom: -260px;
  background: linear-gradient(135deg, rgba(52, 226, 255, .18), rgba(255, 255, 255, .08));
  border-radius: 44%;
  transform: rotate(18deg);
}
.geo-hero .cons {
  background:
    linear-gradient(90deg, rgba(12, 45, 213, 100%) 0%, rgba(20, 104, 255, .26) 48%, rgba(19, 158, 255, .2) 100%),
    rgba(20, 104, 255, 100%) !important;
  padding-top: 126px;
}
.geo-hero .website_pos {
  display: none !important;
}
.geo-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  gap: 58px;
  align-items: center;
}
.geo-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  padding: 0 15px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, .26);
  background: rgba(255, 255, 255, .14);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}
.geo-hero-badge span {
  width: 8px;
  height: 8px;
  background: #25e8ff;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(37, 232, 255, .18);
}
.geo-hero h1 {
  margin: 24px 0 18px;
  color: #fff;
  font-size: 50px;
  line-height: 1.18;
  font-weight: 800;
}
.geo-hero .geo-lead {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 18px;
  line-height: 1.9;
}
.geo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}
.geo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 172px;
  height: 50px;
  padding: 0 24px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.geo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
}
.geo-btn-primary {
  color: #07336f;
  background: linear-gradient(135deg, #ffffff 0%, #bdf3ff 100%);
  box-shadow: 0 16px 38px rgba(10, 49, 197, .22);
}
.geo-btn-light {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .36);
  background: rgba(255, 255, 255, .16);
}
.geo-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 750px;
  margin-top: 38px;
}
.geo-hero-point {
  min-height: 86px;
  padding: 18px 16px;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .14);
  border-radius: 8px;
}
.geo-hero-point strong {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}
.geo-hero-point span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.45;
}
.geo-ai-panel {
  position: relative;
  padding: 24px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .14);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(12, 49, 203, .22);
  backdrop-filter: blur(8px);
}
.geo-ai-panel:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.9), rgba(0,0,0,.2));
}
.geo-ai-panel > * {
  position: relative;
  z-index: 1;
}
.geo-ai-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}
.geo-ai-title strong {
  display: block;
  font-size: 20px;
}
.geo-ai-title span {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,.76);
  font-size: 13px;
}
.geo-ai-score {
  min-width: 84px;
  text-align: center;
}
.geo-ai-score b {
  display: block;
  color: #fff;
  font-size: 34px;
  line-height: 1;
}
.geo-ai-score em {
  display: block;
  margin-top: 6px;
  color: #d9fbff;
  font-style: normal;
  font-size: 12px;
}
.geo-platform-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}
.geo-platform {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr) 54px;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 6px;
}
.geo-platform .bar {
  height: 7px;
  background: rgba(255,255,255,.13);
  border-radius: 999px;
  overflow: hidden;
}
.geo-platform .bar i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #ffffff, var(--kh-green));
  border-radius: inherit;
}
.geo-platform span {
  font-size: 14px;
  color: rgba(255,255,255,.9);
}
.geo-platform small {
  color: rgba(255,255,255,.65);
  font-size: 12px;
  text-align: right;
}
.geo-panel-note {
  margin-top: 18px;
  padding: 16px;
  color: rgba(255,255,255,.76);
  font-size: 13px;
  line-height: 1.7;
  background: rgba(255,255,255,.16);
  border-left: 3px solid #ffffff;
  border-radius: 4px;
}
.geo-pain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.geo-pain-item,
.geo-service-item,
.geo-deliver-item,
.geo-fit-item,
.geo-faq-item {
  background: #fff;
  border: 1px solid var(--kh-line);
  border-radius: 8px;
  box-shadow: 0 14px 42px rgba(18, 41, 76, .06);
}
.geo-pain-item {
  min-height: 178px;
  padding: 28px;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.geo-pain-item:hover {
  transform: translateY(-4px);
  border-color: rgba(10,99,199,.24);
  box-shadow: 0 22px 54px rgba(18, 41, 76, .1);
}
.geo-pain-icon,
.geo-service-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  color: #fff;
  background: linear-gradient(135deg, #145dff, #18c8ff);
  border-radius: 6px;
  font-size: 18px;
  font-weight: 800;
}
.geo-pain-icon {
  margin: 0 12px 16px 0;
  vertical-align: middle;
}
.geo-pain-item h3,
.geo-service-item h3,
.geo-faq-item h3 {
  margin: 0 0 12px;
  color: #111b2e;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
}
.geo-pain-item h3 {
  display: inline-block;
  margin: 0 0 16px;
  vertical-align: middle;
}
.geo-pain-item p,
.geo-service-item p,
.geo-deliver-item p,
.geo-fit-item p,
.geo-faq-item p {
  margin: 0;
  color: var(--kh-muted);
  font-size: 15px;
  line-height: 1.85;
}
.geo-definition {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  gap: 36px;
  align-items: stretch;
}
.geo-definition-main {
  padding: 42px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(18, 56, 240, .96), rgba(22, 168, 255, .9)),
    var(--kh-blue-dark);
  border-radius: 8px;
}
.geo-definition-main h2 {
  margin: 0 0 20px;
  font-size: 34px;
  line-height: 1.28;
  font-weight: 800;
}
.geo-definition-main p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.82);
  font-size: 17px;
  line-height: 1.9;
}
.geo-definition-main .geo-safe {
  margin-top: 28px;
  padding: 18px 20px;
  background: rgba(255,255,255,.1);
  border-left: 4px solid #ffffff;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
}
.geo-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.geo-compare-box {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--kh-line);
  border-radius: 8px;
  background: #fff;
}
.geo-compare-table {
  grid-column: 1 / -1;
  padding: 30px;
  border: 1px solid var(--kh-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(18, 41, 76, .06);
}
.geo-compare-table h3 {
  margin: 0 0 18px;
  color: #111b2e;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 800;
}
.geo-table {
  overflow: hidden;
  border: 1px solid var(--kh-line);
  border-radius: 8px;
}
.geo-table-row {
  display: grid;
  grid-template-columns: .72fr 1fr 1fr;
}
.geo-table-row + .geo-table-row {
  border-top: 1px solid var(--kh-line);
}
.geo-table-row span {
  padding: 14px 16px;
  color: var(--kh-muted);
  font-size: 15px;
  line-height: 1.75;
  border-left: 1px solid var(--kh-line);
}
.geo-table-row span:first-child {
  color: #111b2e;
  font-weight: 700;
  background: #f7fbff;
  border-left: 0;
}
.geo-table-head span,
.geo-table-head span:first-child {
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg, #145dff, #18c8ff);
}
.geo-compare-note {
  margin: 18px 0 0;
  color: #516079;
  font-size: 15px;
  line-height: 1.8;
}
.geo-compare-box > strong {
  display: block;
  margin-bottom: 14px;
  color: var(--kh-blue);
  font-size: 22px;
}
.geo-compare-box ul,
.geo-keywords ul,
.geo-report ul,
.geo-deliver-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.geo-compare-box li,
.geo-keywords li,
.geo-report li,
.geo-deliver-item li {
  position: relative;
  padding-left: 20px;
  color: var(--kh-muted);
  font-size: 15px;
  line-height: 1.85;
}
.geo-compare-box li:before,
.geo-keywords li:before,
.geo-report li:before,
.geo-deliver-item li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  background: var(--kh-cyan);
  border-radius: 50%;
}
.geo-compare-result {
  margin-top: auto;
  padding: 20px;
  border: 1px solid rgba(20, 104, 255, .12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(20, 104, 255, .08), rgba(28, 207, 255, .08)),
    #f8fbff;
}
.geo-compare-result span {
  display: block;
  margin-bottom: 8px;
  color: var(--kh-blue);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
}
.geo-compare-result strong {
  display: block;
  color: #111b2e;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 800;
}
.geo-compare-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.geo-compare-tags em {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  color: #0d63e8;
  background: #fff;
  border: 1px solid rgba(20, 104, 255, .14);
  border-radius: 999px;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}
.geo-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.geo-service-item {
  position: relative;

  padding: 30px;
  overflow: hidden;
}
.geo-service-item:after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--kh-cyan), var(--kh-blue));
  transform: scaleX(.28);
  transform-origin: left center;
  transition: transform .24s ease;
}
.geo-service-item:hover:after {
  transform: scaleX(1);
}
.geo-service-num {
  margin: 0 12px 16px 0;
  color: #fff;
  background: linear-gradient(135deg, #145dff, #18c8ff);
  vertical-align: middle;
}
.geo-service-item:nth-child(2n) .geo-service-num {
  color: #fff;
  background: linear-gradient(135deg, #145dff, #18c8ff);
}
.geo-service-item h3 {
  display: inline-block;
  max-width: calc(100% - 58px);
  margin: 0 0 16px;
  vertical-align: middle;
}
.geo-keyword-report {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: stretch;
}
.geo-keywords,
.geo-report {
  padding: 34px;
  background: #fff;
  border: 1px solid var(--kh-line);
  border-radius: 8px;
  box-shadow: 0 14px 42px rgba(18, 41, 76, .06);
}
.geo-keywords h3,
.geo-report h3 {
  margin: 0 0 20px;
  color: #111b2e;
  font-size: 24px;
  font-weight: 800;
}
.geo-word-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.geo-word-cloud span {
  display: inline-flex;
  align-items: center;
  height: 38px;
  padding: 0 16px;
  color: var(--kh-blue);
  background: #edf8ff;
  border: 1px solid rgba(20,104,255,.14);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}
.geo-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.geo-process-step {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 10px;
  align-items: center;
  min-height: 158px;
  padding: 22px 16px 20px;
  text-align: left;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(20, 104, 255, .12);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(18, 41, 76, .06);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.geo-process-step:hover {
  transform: translateY(-4px);
  border-color: rgba(20, 104, 255, .28);
  box-shadow: 0 22px 52px rgba(18, 41, 76, .1);
}
.geo-process-step:not(:last-child):after {
  content: "";
  position: absolute;
  top: 39px;
  right: -19px;
  width: 18px;
  height: 2px;
  background: linear-gradient(90deg, var(--kh-blue), var(--kh-cyan));
}
.geo-process-step:not(:last-child):before {
  content: "";
  position: absolute;
  top: 34px;
  right: -22px;
  border-left: 7px solid var(--kh-cyan);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.geo-process-step b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  color: #fff;
  background: linear-gradient(135deg, #145dff, #18c8ff);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(20, 104, 255, .2);
  font-size: 15px;
  font-weight: 800;
}
.geo-process-step strong {
  display: block;
  color: #111b2e;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 800;
}
.geo-process-step span {
  display: block;
  grid-column: 1 / -1;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px dashed rgba(20, 104, 255, .16);
  color: var(--kh-muted);
  font-size: 13px;
  line-height: 1.6;
}
.geo-deliver-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.geo-deliver-item {
  min-height: 175px;
  padding: 26px;
}
.geo-deliver-item strong,
.geo-fit-item strong {
  display: block;
  margin-bottom: 10px;
  color: #111b2e;
  font-size: 18px;
  line-height: 1.4;
}
.geo-case-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}
.geo-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.geo-case-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--kh-line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(18, 41, 76, .07);
}
.geo-case-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #145dff, #18c8ff);
}
.geo-case-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.geo-case-head span {
  flex: 0 0 auto;
  padding: 7px 10px;
  color: #0f63ff;
  background: rgba(20, 93, 255, .1);
  border-radius: 6px;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}
.geo-case-head strong {
  color: #111b2e;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
}
.geo-case-card dl {
  margin: 0;
}
.geo-case-card dt {
  margin: 22px 0 8px;
  color: #111b2e;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 800;
}
.geo-case-card dt:first-child {
  margin-top: 0;
}
.geo-case-card dd {
  margin: 0;
  color: var(--kh-muted);
  font-size: 15px;
  line-height: 1.85;
}
.geo-case-note {
  margin-top: 20px;
  padding: 18px 22px;
  color: #49607d;
  background: rgba(20, 93, 255, .06);
  border: 1px solid rgba(20, 93, 255, .12);
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.8;
}
.geo-case-note strong {
  color: #0f63ff;
}
.seo-related-section {
  background:
    linear-gradient(180deg, #f6f9ff 0%, #ffffff 100%);
}
.seo-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.seo-related-card {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto 1fr auto;
  column-gap: 14px;
  min-height: 258px;
  padding: 24px;
  overflow: hidden;
  color: inherit;
  background: #fff;
  border: 1px solid var(--kh-line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(18, 41, 76, .07);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.seo-related-card:hover {
  transform: translateY(-6px);
  border-color: rgba(20, 104, 255, .28);
  box-shadow: 0 24px 54px rgba(18, 41, 76, .11);
}
.seo-related-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #145dff, #18c8ff);
}
.seo-related-card span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #145dff, #18c8ff);
  border-radius: 8px;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
}
.seo-related-card strong {
  display: block;
  align-self: center;
  margin: 0;
  color: #111b2e;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 800;
}
.seo-related-card p {
  grid-column: 1 / -1;
  margin: 18px 0 22px;
  color: var(--kh-muted);
  font-size: 15px;
  line-height: 1.75;
}
.seo-related-card em {
  grid-column: 1 / -1;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  color: #0f63ff;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
}
.seo-related-card em:after {
  content: ">";
  font-size: 15px;
  transition: transform .28s ease;
}
.seo-related-card:hover em:after {
  transform: translateX(4px);
}
.geo-fit-band {
  padding: 70px 0;
  background:
    linear-gradient(135deg, rgba(18, 56, 240, .96), rgba(22, 168, 255, .86)),
    var(--kh-blue-dark);
}
.geo-fit-band .geo-section-title h2,
.geo-fit-band .geo-section-title p {
  color: #fff;
}
.geo-fit-band .geo-section-title p {
  color: rgba(255,255,255,.72);
}
.geo-fit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.geo-fit-item {
  min-height: 138px;
  padding: 24px;
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  box-shadow: none;
}
.geo-fit-item strong {
  color: #fff;
}
.geo-fit-item p {
  color: rgba(255,255,255,.7);
}
.geo-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.geo-faq-item {
  padding: 28px;
}
.geo-cta {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background:
    linear-gradient(90deg, rgba(18, 56, 240, .96), rgba(22, 168, 255, .88)),
    var(--kh-blue-dark);
}
.geo-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  color: #fff;
}
.geo-cta h2 {
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 800;
}
.geo-cta p {
  max-width: 780px;
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 17px;
  line-height: 1.85;
}
.geo-update {
  padding: 26px 0 52px;
  color: #8791a4;
  background: #fff;
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 1200px) {
  .geo-process {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .geo-process-step:not(:last-child):before,
  .geo-process-step:not(:last-child):after {
    display: none;
  }
}
@media (max-width: 992px) {
  .geo-hero {
    min-height: auto;
    padding: 132px 0 70px;
  }
  .geo-hero .cons {
    padding-top: 76px;
  }
  .geo-hero-grid,
  .geo-definition,
  .geo-keyword-report,
  .geo-cta-inner {
    grid-template-columns: 1fr;
  }
  .geo-pain-grid,
  .geo-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .geo-deliver-grid,
  .geo-fit-grid,
  .geo-case-grid,
  .seo-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .kh-geo-page {
    width: 100vw;
    max-width: 100vw;
  }
  .kh-geo-page .geo-wrap {
    width: min(100% - 24px, 1200px);
  }
  .geo-section {
    padding: 54px 0;
  }
  .geo-section-title {
    text-align: left;
  }
  .geo-section-title h2,
  .geo-definition-main h2,
  .geo-cta h2 {
    font-size: 27px;
  }
  .geo-section-title p,
  .geo-definition-main p,
  .geo-cta p {
    font-size: 15px;
  }
  .geo-hero {
    padding: 118px 0 56px;
  }
  .geo-hero .cons {
    padding-top: 28px;
  }
  .geo-hero h1 {
    font-size: 32px;
    line-height: 1.25;
    word-break: break-all;
  }
  .geo-hero .geo-lead {
    font-size: 15px;
  }
  .geo-hero-points,
  .geo-pain-grid,
  .geo-service-grid,
  .geo-compare,
  .geo-deliver-grid,
  .geo-fit-grid,
  .geo-case-grid,
  .seo-related-grid,
  .geo-faq-grid {
    grid-template-columns: 1fr;
  }
  .geo-ai-panel,
  .geo-definition-main,
  .geo-compare-table,
  .geo-keywords,
  .geo-report {
    padding: 24px;
  }
  .geo-table {
    overflow: visible;
    border: 0;
    border-radius: 0;
  }
  .geo-table-head {
    display: none;
  }
  .geo-table-row {
    grid-template-columns: 1fr;
    overflow: hidden;
    border: 1px solid var(--kh-line);
    border-radius: 8px;
  }
  .geo-table-row + .geo-table-row {
    margin-top: 12px;
    border-top: 1px solid var(--kh-line);
  }
  .geo-table-row span {
    padding: 12px 14px;
    border-left: 0;
    border-top: 1px solid var(--kh-line);
  }
  .geo-table-row span:first-child {
    border-top: 0;
  }
  .geo-table-row span:before {
    content: attr(data-label);
    display: block;
    margin-bottom: 4px;
    color: #111b2e;
    font-size: 13px;
    font-weight: 800;
  }
  .geo-table-row span:first-child:before {
    display: none;
  }
  .geo-platform {
    grid-template-columns: 78px minmax(0, 1fr) 42px;
  }
  .geo-process {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .geo-process-step {
    min-height: auto;
    padding: 20px;
  }
  .geo-cta-inner {
    gap: 24px;
  }
  .geo-btn {
    width: 100%;
  }
}
