.geo-article-page {
  --geo-deep: #1e3a8a;
  --geo-navy: #12204f;
  --geo-blue: #2563eb;
  --geo-blue-light: #60a5fa;
  --geo-pale: #eff6ff;
  --geo-gray: #f9fafb;
  --geo-ink: #172033;
  --geo-muted: #667085;
  overflow: hidden;
  padding: 0;
  background: #fff;
  color: var(--geo-ink);
}

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

.geo-hero-section {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  background:
    radial-gradient(circle at 84% 20%, rgba(96, 165, 250, 0.35), transparent 28%),
    linear-gradient(135deg, #111c46 0%, #1e3a8a 56%, #2563eb 100%);
}

.geo-hero-section::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.3;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  -webkit-mask-image: linear-gradient(to right, #000, transparent 82%);
  mask-image: linear-gradient(to right, #000, transparent 82%);
}

.geo-eyebrow,
.geo-section-heading > span,
.geo-cta-content > span {
  display: block;
  color: var(--geo-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.geo-eyebrow {
  color: #93c5fd;
}

.geo-article-page .page-content-title {
  margin: 15px 0 12px;
  color: #fff;
  font-size: clamp(38px, 4.2vw, 62px);
  font-weight: 850;
  line-height: 1.18;
  text-align: left;
  letter-spacing: -0.035em;
}

.geo-article-page .page-content-title span {
  white-space: nowrap;
}

.geo-hero-slogan {
  color: #bfdbfe;
  font-size: clamp(21px, 2vw, 29px);
  font-weight: 650;
}

.geo-hero-intro {
  max-width: 740px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.9;
}

.geo-article-page .page-content-timeline {
  margin: 26px 0 0;
  padding: 18px 0 0;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 0;
}

.geo-article-page .page-content-timeline-left,
.geo-article-page .page-content-timeline-left i {
  color: rgba(255, 255, 255, 0.72);
}

.geo-article-page .page-content-timeline-left a {
  display: inline-flex;
  padding: 5px 11px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
}

.geo-article-page .page-content-timeline-right img {
  filter: brightness(0) invert(1);
  opacity: 0.75;
}

.geo-article-page .qrcode_ewmimg {
  display: none;
}

.geo-hero-visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 8px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
  transform: perspective(1200px) rotateY(-4deg);
}

.geo-hero-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(145deg, rgba(37, 99, 235, 0.03), rgba(30, 58, 138, 0.22));
}

.geo-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.geo-hero-visual figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  gap: 7px;
  padding: 9px 14px;
  align-items: center;
  border-radius: 999px;
  background: rgba(18, 32, 79, 0.86);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

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

.geo-section-heading {
  max-width: 820px;
  margin: 0 auto 48px;
}

.geo-section-heading h2 {
  margin: 10px 0 14px;
  color: var(--geo-ink);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.geo-section-heading p {
  color: var(--geo-muted);
  font-size: 16px;
  line-height: 1.85;
}

.geo-pain-section,
.geo-industries-section {
  background: var(--geo-gray);
}

.geo-pain-card {
  display: flex;
  gap: 20px;
  height: 100%;
  padding: 28px;
  align-items: flex-start;
  border: 1px solid #e7eaf0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(31, 41, 55, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.geo-pain-card > span {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  flex: 0 0 50px;
  border-radius: 14px;
  background: #fff1eb;
  color: #e45b2b;
  font-size: 21px;
}

.geo-pain-card h3,
.geo-feature-card h3,
.geo-advantage-card h3,
.geo-process-item h3,
.geo-industry-item h3,
.geo-related-card h3 {
  color: var(--geo-ink);
  font-size: 19px;
  font-weight: 750;
}

.geo-pain-card p,
.geo-feature-card p,
.geo-advantage-card p,
.geo-process-item p,
.geo-industry-item p,
.geo-related-card p {
  margin-top: 9px;
  color: var(--geo-muted);
  font-size: 14px;
  line-height: 1.8;
}

.geo-pain-card:hover,
.geo-feature-card:hover,
.geo-advantage-card:hover,
.geo-industry-item:hover,
.geo-related-card:hover {
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 20px 42px rgba(30, 58, 138, 0.12);
  transform: translateY(-5px);
}

.geo-features-section {
  background: #fff;
}

.geo-feature-card {
  height: 100%;
  padding: 32px;
  border: 1px solid #e6eaf1;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(30, 58, 138, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.geo-feature-card > span {
  display: inline-flex;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--geo-pale);
  color: var(--geo-blue);
  font-size: 23px;
}

.geo-feature-card > small {
  display: block;
  margin-bottom: 7px;
  color: var(--geo-blue);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.13em;
}

.geo-advantages-section {
  background: var(--geo-pale);
}

.geo-advantage-card {
  position: relative;
  display: flex;
  gap: 18px;
  height: 100%;
  padding: 30px;
  align-items: flex-start;
  overflow: hidden;
  border: 1px solid #dbe8fb;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.geo-advantage-card > b {
  position: absolute;
  right: 18px;
  top: 9px;
  color: #e1ecff;
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
}

.geo-advantage-card > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  flex: 0 0 52px;
  border-radius: 15px;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  color: #fff;
  font-size: 21px;
}

.geo-advantage-card > div {
  position: relative;
  z-index: 1;
}

.geo-process-section {
  background: #fff;
}

.geo-process-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.geo-process-flow::before {
  position: absolute;
  top: 37px;
  right: 8%;
  left: 8%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, #bfdbfe, var(--geo-blue), #bfdbfe);
}

.geo-process-item {
  position: relative;
  z-index: 1;
  text-align: center;
}

.geo-process-node {
  position: relative;
  display: inline-flex;
  width: 74px;
  height: 74px;
  margin-bottom: 22px;
  align-items: center;
  justify-content: center;
  border: 7px solid #fff;
  border-radius: 50%;
  background: var(--geo-blue);
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.25);
  color: #fff;
  font-size: 23px;
}

.geo-process-node em {
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 26px;
  height: 26px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--geo-navy);
  color: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.geo-process-item h3 {
  font-size: 17px;
}

.geo-process-item p {
  font-size: 13px;
}

.geo-results-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(37, 99, 235, 0.36), transparent 38%),
    var(--geo-deep);
}

.geo-results-section::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.16;
  background-image: radial-gradient(rgba(255, 255, 255, 0.65) 1px, transparent 1px);
  background-size: 23px 23px;
}

.geo-heading-light h2,
.geo-heading-light p {
  color: #fff;
}

.geo-heading-light p {
  color: rgba(255, 255, 255, 0.7);
}

.geo-heading-light > span {
  color: #93c5fd;
}

.geo-stat-card {
  height: 100%;
  padding: 30px 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  text-align: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.geo-stat-card > div {
  min-height: 68px;
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 850;
  line-height: 1.15;
}

.geo-stat-card b,
.geo-stat-card em {
  color: #93c5fd;
  font-size: 0.48em;
  font-style: normal;
  vertical-align: 0.35em;
}

.geo-stat-card h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.geo-stat-card p {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.7;
}

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

.geo-industry-item {
  display: flex;
  gap: 16px;
  padding: 24px;
  align-items: center;
  border: 1px solid #e7eaf0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(31, 41, 55, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.geo-industry-item > i {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 13px;
  background: var(--geo-pale);
  color: var(--geo-blue);
  font-size: 20px;
  line-height: 46px;
  text-align: center;
}

.geo-industry-item h3 {
  font-size: 16px;
}

.geo-industry-item p {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.55;
}

.geo-cta-section {
  position: relative;
  overflow: hidden;
  padding: 82px 0;
  background: linear-gradient(125deg, #111c46 0%, #1e3a8a 54%, #2563eb 100%);
}

.geo-cta-section::before,
.geo-cta-section::after {
  position: absolute;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.geo-cta-section::before {
  top: -240px;
  left: -80px;
}

.geo-cta-section::after {
  right: -100px;
  bottom: -270px;
  box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.025);
}

.geo-cta-content > span {
  color: #93c5fd;
}

.geo-cta-content h2 {
  margin: 12px 0 12px;
  color: #fff;
  font-size: clamp(32px, 3.6vw, 48px);
  font-weight: 800;
}

.geo-cta-content p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
}

.geo-cta-actions {
  display: flex;
  gap: 14px;
  margin-top: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.geo-cta-actions a {
  display: inline-flex;
  min-width: 148px;
  min-height: 48px;
  padding: 11px 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.geo-cta-actions a:hover {
  transform: translateY(-3px);
}

.geo-cta-actions i {
  margin: 0 6px;
}

.geo-cta-primary {
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.17);
  color: var(--geo-blue);
}

.geo-cta-primary:hover {
  color: var(--geo-deep);
}

.geo-cta-secondary,
.geo-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.geo-related-section {
  background: #fff;
}

.geo-related-card {
  display: grid;
  grid-template-columns: 38% 1fr;
  height: 100%;
  overflow: hidden;
  border: 1px solid #e6eaf1;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(30, 58, 138, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.geo-related-image {
  display: block;
  min-height: 240px;
  overflow: hidden;
  background: var(--geo-pale);
}

.geo-related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.geo-related-card:hover .geo-related-image img {
  transform: scale(1.05);
}

.geo-related-content {
  display: flex;
  padding: 26px;
  flex-direction: column;
  align-items: flex-start;
}

.geo-related-content small {
  margin-bottom: 9px;
  color: var(--geo-blue);
  font-size: 11px;
  font-weight: 700;
}

.geo-related-content h3 {
  font-size: 18px;
  line-height: 1.55;
}

.geo-related-content b {
  margin-top: auto;
  padding-top: 14px;
  color: var(--geo-blue);
  font-size: 13px;
}

.geo-article-navigation {
  padding: 42px 0 62px;
  background: var(--geo-gray);
}

.geo-article-page .page-content-detags {
  margin: 0 0 18px;
  font-size: 13px;
}

.geo-article-page .page-content-detags span {
  color: var(--geo-muted);
}

.geo-article-page .page-content-detags a {
  display: inline-block;
  margin: 4px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #e4edff;
  color: var(--geo-blue);
}

.geo-article-page .next-prev {
  margin-top: 0;
  border-top: 0;
}

.geo-article-page .next-prev > .row {
  padding: 0;
}

.geo-article-page .next-prev-left,
.geo-article-page .next-prev-right {
  display: flex;
  min-height: 92px;
  align-items: center;
}

.geo-article-page .next-prev-left p,
.geo-article-page .next-prev-right p {
  position: relative;
  width: 100%;
  min-height: 72px;
  margin: 8px 0;
  padding: 17px 22px;
  border: 1px solid #e6eaf0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(30, 58, 138, 0.05);
  color: var(--geo-muted);
  font-size: 13px;
  line-height: 1.7;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.geo-article-page .next-prev-left p {
  padding-left: 48px;
}

.geo-article-page .next-prev-right p {
  padding-right: 48px;
}

.geo-article-page .next-prev-left p::before,
.geo-article-page .next-prev-right p::after {
  position: absolute;
  top: 50%;
  color: var(--geo-blue);
  font-family: FontAwesome;
  font-size: 22px;
  transform: translateY(-50%);
}

.geo-article-page .next-prev-left p::before {
  left: 20px;
  content: "\f104";
}

.geo-article-page .next-prev-right p::after {
  right: 20px;
  content: "\f105";
}

.geo-article-page .next-prev-left p:hover,
.geo-article-page .next-prev-right p:hover {
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 12px 28px rgba(30, 58, 138, 0.1);
}

.geo-article-page .next-prev a {
  color: var(--geo-deep);
  font-size: 14px;
  font-weight: 650;
}

@media (max-width: 1199.98px) {
  .geo-process-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .geo-process-flow::before {
    display: none;
  }

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

@media (max-width: 991.98px) {
  .geo-hero-section,
  .geo-section,
  .geo-cta-section {
    padding: 66px 0;
  }

  .geo-hero-visual {
    max-width: 680px;
    margin: 0 auto;
    transform: none;
  }

  .geo-article-page .page-content-title {
    font-size: 42px;
  }

  .geo-related-card {
    grid-template-columns: 34% 1fr;
  }
}

@media (max-width: 767.98px) {
  .geo-hero-section,
  .geo-section,
  .geo-cta-section {
    padding: 52px 0;
  }

  .geo-article-page .page-content-title {
    font-size: 32px;
  }

  .geo-hero-slogan {
    font-size: 21px;
  }

  .geo-hero-intro,
  .geo-section-heading p {
    font-size: 15px;
  }

  .geo-section-heading {
    margin-bottom: 34px;
  }

  .geo-process-flow,
  .geo-industry-grid {
    grid-template-columns: 1fr;
  }

  .geo-process-item {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 0 18px;
    text-align: left;
  }

  .geo-process-node {
    grid-row: 1 / 3;
    margin: 0;
  }

  .geo-process-item h3,
  .geo-process-item p {
    grid-column: 2;
  }

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

  .geo-related-image {
    min-height: 220px;
    aspect-ratio: 16 / 9;
  }

  .geo-article-page .next-prev-right {
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .geo-hero-section .container,
  .geo-section .container,
  .geo-cta-section .container,
  .geo-article-navigation .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .geo-article-page .page-content-title {
    font-size: 29px;
  }

  .geo-hero-visual {
    border-width: 5px;
    border-radius: 18px;
  }

  .geo-pain-card,
  .geo-advantage-card {
    padding: 23px;
  }

  .geo-pain-card {
    gap: 15px;
  }

  .geo-pain-card > span {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .geo-feature-card {
    padding: 26px;
  }

  .geo-stat-card {
    padding: 25px 12px;
  }

  .geo-stat-card > div {
    min-height: 50px;
    font-size: 33px;
  }

  .geo-stat-card h3 {
    font-size: 14px;
  }

  .geo-stat-card p {
    display: none;
  }

  .geo-cta-actions {
    flex-direction: column;
  }

  .geo-cta-actions a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .geo-pain-card,
  .geo-feature-card,
  .geo-advantage-card,
  .geo-industry-item,
  .geo-related-card,
  .geo-cta-actions a {
    transition: none;
  }
}
