.wgt-geo-hero {
  position: relative;
  padding-top: 10.625rem;
  margin-bottom: var(--gap-section-120);
  background: transparent;
}

.wgt-geo-hero .home-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: var(--gap-2xl-42);
  align-items: center;
}

.wgt-geo-hero .home-section-head {
  gap: var(--gap-xl-32);
}

.wgt-geo-hero .home-section-text {
  gap: 16px;
}

.wgt-geo-hero .home-tag {
  background: var(--background-primary-light);
  border-color: var(--primary-color-05);
}

.wgt-geo-hero .home-grid-bg {
  position: absolute;
  z-index: 0;
  top: var(--padding-lg-24);
  bottom: 0;
  left: 50%;
  width: min(1392px, calc(100% - 48px));
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--background-gray);
  pointer-events: none;
  transform: translateX(-50%);
  background-image: none;
  mask-image: none;
  -webkit-mask-image: none;
}

.wgt-geo-hero .home-grid-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  padding: 0;
  object-fit: cover;
  object-position: top center;
}

/* Title: 38px → 52px (375→1920) */
.wgt-geo-hero .geo-hero-title,
.wgt-geo-hero .geo-hero-title :is(h1, h2, h3, h4, h5, h6, p) {
  max-width: 1100px;
  margin: 0 auto;
  color: var(--text-title);
  font-size: clamp(2.375rem, 2.1626rem + 0.9061vw, 3.25rem);
  font-weight: var(--font-weight-medium);
  letter-spacing: -0.01em;
  line-height: 1.1;
}

/* Description: 14px → 18px (375→1920) */
.wgt-geo-hero .geo-hero-description,
.wgt-geo-hero .geo-hero-description p {
  max-width: 862px;
  margin: 0 auto;
  color: var(--text-body);
  font-size: clamp(0.875rem, 0.8143rem + 0.2589vw, 1.125rem);
  font-weight: var(--font-weight-regular);
  line-height: 1.4;
}

.wgt-geo-hero .geo-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  justify-content: center;
}

.wgt-geo-hero .home-btn-secondary {
  border-color: var(--color_border_cards_active);
}

.wgt-geo-hero .geo-hero-visual {
  position: relative;
  width: 100%;
  max-width: 1155px;
}

.wgt-geo-hero .geo-hero-visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: -6%;
  width: 78%;
  height: 40%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(
    ellipse at center,
    rgba(139, 111, 255, 0.32) 0%,
    rgba(139, 111, 255, 0.1) 45%,
    transparent 72%
  );
  filter: blur(28px);
  pointer-events: none;
}

.wgt-geo-hero .geo-hero-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.wgt-geo-hero .geo-hero-visual .mobile {
  display: none;
}

@media (max-width: 992px) {
  .wgt-geo-hero {
    padding-top: 8rem;
  }
}

@media (max-width: 768px) {
  .wgt-geo-hero {
    padding-top: 6.5rem;
    margin-bottom: var(--padding-4xl-80);
  }

  .wgt-geo-hero .home-inner {
    gap: var(--gap-lg2-28);
    padding: 0 var(--padding-md-15);
  }

  .wgt-geo-hero .home-section-head {
    gap: var(--gap-lg2-28);
  }

  .wgt-geo-hero .home-section-text {
    gap: var(--padding-md-14);
  }

  .wgt-geo-hero .geo-hero-buttons {
    flex-direction: column;
    gap: var(--gap-md-18);
    width: 100%;
  }

  .wgt-geo-hero .home-btn {
    width: 250px;
    max-width: 100%;
  }

  .wgt-geo-hero .home-grid-bg {
    top: var(--padding-md-15);
    width: calc(100% - 30px);
    border-radius: var(--radius-card);
  }

  .wgt-geo-hero .geo-hero-visual:has(.mobile) .desktop {
    display: none;
  }

  .wgt-geo-hero .geo-hero-visual .mobile {
    display: block;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
