.geo-hero-section {
  position: relative;
  overflow: hidden;
  min-height: 690px;
  padding: 9.5rem 0 5.5rem;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 0, 68, .28), transparent 30%),
    radial-gradient(circle at 16% 88%, rgba(255, 122, 0, .14), transparent 28%),
    linear-gradient(135deg, #111 0%, #292929 100%);
}

.geo-hero-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .8), transparent 84%);
  pointer-events: none;
}

.geo-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, .46fr);
  gap: 3rem;
  align-items: center;
}

.geo-hero-content {
  max-width: 900px;
}

.geo-eyebrow {
  width: max-content;
  max-width: 100%;
  margin: 0 0 1rem;
  padding: .45rem .72rem;
  border-radius: 999px;
  background: rgba(255, 0, 68, .14);
  border: 1px solid rgba(255, 0, 68, .28);
  color: #ff5d82;
  font-size: .82rem;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.geo-hero-title {
  margin: 0;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(2.55rem, 5vw, 5.2rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -.055em;
}

.geo-hero-title span,
.page-geo .section-title span {
  color: var(--color-main);
}

.geo-hero-lead {
  max-width: 780px;
  margin: 1.45rem 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 600;
}

.geo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem 1rem;
  align-items: center;
  margin-top: 2rem;
}

.geo-hero-actions .geo-hero-btn,
.geo-cta-btn {
  width: auto;
  min-width: 230px;
  height: 58px;
  padding: 0 1.65rem;
  font-size: 1rem;
}

.geo-hero-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: .75rem 1rem;
  border-radius: 999px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .06);
  font-size: .95rem;
  line-height: 1;
  font-weight: 900;
}

.geo-hero-link:hover {
  color: #fff;
  border-color: rgba(255, 0, 68, .48);
  background: rgba(255, 0, 68, .14);
}

.geo-hero-card {
  display: grid;
  gap: .85rem;
  padding: 1rem;
  border-radius: 30px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, .28), inset 0 0 0 1px rgba(255, 255, 255, .04);
}

.geo-hero-card div {
  padding: 1.05rem;
  border-radius: 22px;
  background: rgba(0, 0, 0, .2);
}

.geo-hero-card strong {
  display: block;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(1.55rem, 2.6vw, 2.55rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.055em;
}

.geo-hero-card span {
  display: block;
  margin-top: .45rem;
  color: rgba(255, 255, 255, .68);
  font-size: .95rem;
  line-height: 1.35;
  font-weight: 700;
}

.geo-audience-section {
  padding: 5.2rem 0 4.6rem;
  background: #fff;
}

.geo-section-head {
  max-width: 960px;
  margin-bottom: 2rem;
}

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

.geo-audience-card {
  min-height: 210px;
  padding: 1.45rem;
  border-radius: 24px;
  background: #f5f5f5;
  border: 1px solid rgba(35, 35, 35, .06);
  box-shadow: 0 1rem 2.4rem rgba(17, 24, 39, .045);
}

.geo-audience-card h3,
.geo-process-item h3 {
  margin: 0 0 .75rem;
  color: #202124;
  font-size: 1.18rem;
  line-height: 1.28;
  font-weight: 900;
}

.geo-audience-card p,
.geo-process-item p {
  margin: 0;
  color: #2f2f2f;
  font-size: .98rem;
  line-height: 1.6;
}

.geo-presence-section {
  padding: 0 0 4.8rem;
  background: #fff;
}

.geo-presence-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .85rem;
}

.geo-presence-card {
  position: relative;
  min-height: 210px;
  padding: 1.25rem 1.05rem 1.35rem;
  border-radius: 24px;
  background: #232323;
  color: #fff;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
}

.geo-presence-card:before {
  content: "";
  position: absolute;
  right: -3rem;
  bottom: -3rem;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: rgba(255, 0, 68, .18);
  pointer-events: none;
}

.geo-presence-card span {
  display: block;
  margin-bottom: 1.1rem;
  color: rgba(255, 255, 255, .18);
  font-family: var(--font-heading);
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.06em;
}

.geo-presence-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 .75rem;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.25;
  font-weight: 900;
}

.geo-presence-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: .9rem;
  line-height: 1.55;
}

.page-geo .services-section {
  margin-top: 0;
  border-radius: 0;
  background: #f6f6f6;
}

.geo-process-section {
  padding: 5.4rem 0;
  background:
    radial-gradient(circle at 82% 14%, rgba(255, 0, 68, .16), transparent 30%),
    #232323;
}

.geo-process-layout {
  display: grid;
  grid-template-columns: minmax(260px, .52fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;
}

.geo-process-section .geo-section-head {
  position: sticky;
  top: 110px;
  margin-bottom: 0;
}

.geo-process-list {
  display: grid;
  gap: .85rem;
}

.geo-process-item {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .1);
}

.geo-process-item span {
  color: rgba(255, 255, 255, .14);
  font-family: var(--font-heading);
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.06em;
}

.geo-process-item h3 {
  color: #fff;
}

.geo-process-item p {
  color: rgba(255, 255, 255, .68);
}

.geo-safety-section {
  padding: 4.8rem 0;
  background: #fff;
}

.geo-safety-card,
.geo-cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .42fr);
  gap: 2rem;
  align-items: center;
  padding: 2.2rem;
  border-radius: 30px;
  background: #f5f5f5;
  border: 1px solid rgba(35, 35, 35, .06);
}

.geo-safety-card p {
  max-width: 850px;
  margin: 1.2rem 0 0;
  color: #2f2f2f;
  font-size: 1.05rem;
  line-height: 1.7;
}

.geo-safety-card ul {
  display: grid;
  gap: .55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.geo-safety-card li {
  position: relative;
  padding: .72rem .85rem .72rem 2.15rem;
  border-radius: 999px;
  background: #fff;
  color: #232323;
  font-size: .92rem;
  line-height: 1.25;
  font-weight: 900;
}

.geo-safety-card li:before {
  content: "";
  position: absolute;
  left: .82rem;
  top: 50%;
  width: .62rem;
  height: .62rem;
  border-radius: 50%;
  background: var(--color-main);
  transform: translateY(-50%);
}

.geo-cta-section {
  padding: 0 0 5rem;
  background: #fff;
}

.geo-cta-card {
  background:
    radial-gradient(circle at 86% 14%, rgba(255, 0, 68, .18), transparent 32%),
    #232323;
  color: #fff;
}

.geo-cta-card h2 {
  max-width: 820px;
  margin: 0 0 .9rem;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 2.5vw, 2.55rem);
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: -.04em;
}

.geo-cta-card p {
  max-width: 820px;
  margin: 0 0 .75rem;
  color: rgba(255, 255, 255, .72);
  font-size: 1rem;
  line-height: 1.65;
}

.geo-cta-card small {
  color: rgba(255, 255, 255, .5);
  font-size: .86rem;
  line-height: 1.4;
}

@media (max-width: 1199.98px) {
  .geo-hero-layout,
  .geo-process-layout,
  .geo-safety-card,
  .geo-cta-card {
    grid-template-columns: 1fr;
  }

  .geo-process-section .geo-section-head {
    position: static;
  }

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

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

@media (max-width: 767.98px) {
  .geo-hero-section {
    min-height: 0;
    padding: 7.4rem 0 3.5rem;
  }

  .geo-hero-layout {
    gap: 1.4rem;
  }

  .geo-hero-title {
    font-size: clamp(2rem, 10vw, 2.9rem);
  }

  .geo-hero-lead {
    font-size: 1rem;
    line-height: 1.58;
  }

  .geo-hero-actions {
    display: grid;
    gap: .7rem;
  }

  .geo-hero-actions .geo-hero-btn,
  .geo-hero-link,
  .geo-cta-btn {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    height: auto;
    justify-content: center;
    font-size: .94rem;
  }

  .geo-hero-card {
    border-radius: 24px;
  }

  .geo-audience-section,
  .geo-process-section,
  .geo-safety-section {
    padding: 3.4rem 0;
  }

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

  .geo-presence-section {
    padding-bottom: 3.4rem;
  }

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

  .geo-presence-card {
    min-height: 0;
    border-radius: 20px;
  }

  .geo-audience-card {
    min-height: 0;
    padding: 1.2rem;
    border-radius: 20px;
  }

  .geo-process-item {
    grid-template-columns: 54px minmax(0, 1fr);
    padding: 1.05rem;
    border-radius: 20px;
  }

  .geo-process-item span {
    font-size: 1.65rem;
  }

  .geo-safety-card,
  .geo-cta-card {
    padding: 1.35rem;
    border-radius: 22px;
  }

  .geo-cta-section {
    padding-bottom: 3.4rem;
  }
}
