/* Contact Page Styles */

.contact-hero {
  position: relative;
  padding: 140px 0 90px;
  background: linear-gradient(180deg, rgba(0, 173, 139, 0.08), rgba(255, 255, 255, 0));
  border-bottom: 0.3px solid rgba(212, 212, 212, 0.2);
}

.contact-hero__frame {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.contact-hero__title {
  font-size: clamp(40px, 5.2vw, 60px);
  line-height: 1.1;
  margin: 0 0 16px;
  font-weight: 700;
  letter-spacing: 0.66px;
}

.contact-hero__accent {
  color: #00B894;
  position: relative;
  display: inline-block;
  z-index: 0;
}

/* Ellipse behind the "Reach" accent word */
.contact-hero__accent::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -45%);
  width: 125%;
  height: 120%;
  background: url('https://www.figma.com/api/mcp/asset/46bc6661-05d7-4c0b-bf92-43abb0e9bd5b') no-repeat center / contain;
  z-index: -1;
  pointer-events: none;
}

/* Title underline treatment */
.contact-hero__title-line {
  display: inline-block;
}

.contact-hero__title-highlight {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  /* space for underline */
}

.contact-hero__title-underline {
  position: absolute;
  left: 0;
  right: 0;
  transform: none;
  bottom: -15px;
  width: 100%;
  max-width: 100%;
  height: 15px;
  pointer-events: none;
}

.contact-hero__subtitle {
  max-width: 540px;

}

/* Right-side floating stat */
.contact-hero__stat {
  position: absolute;
  right: -90px;
  top: 140px;
  transform: translateY(-38%);
  width: 150px;
  height: 75px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 13px 14px 40px 0 rgba(39, 98, 131, 0.15);
  display: grid;
  justify-items: center;
  align-content: center;
}

.contact-hero__stat-icon {
  position: absolute;
  left: 55%;
  top: -22px;
  transform: translateX(-50%);
  width: 52px;
  height: 52px;
}

.contact-hero__stat-icon img {
  width: 35px;
  height: 35px;
  display: block;
}

.contact-hero__stat-content {
  display: grid;
  line-height: 1.1;
  text-align: center;
  gap: 6px;
}

.contact-hero__stat-number {
  font-weight: 700;
  color: #0f172a;
  font-size: 24px;
}

.contact-hero__stat-label {
  font-size: 12px;
  color: #6b7280;
}

@media (max-width: 900px) {
  .contact-hero__stat {
    right: 12px;
    top: auto;
    bottom: -20px;
    transform: none;
  }
}

/* Mobile: hide decorative hero elements for a cleaner layout */
@media (max-width: 768px) {
  .contact-hero__title-underline {
    display: none;
  }

  .contact-hero__badge,
  .contact-hero__stat,
  .contact-hero__scribble,
  .contact-hero__arrow {
    display: none !important;
  }

  .contact-hero__accent::after {
    content: none;
  }
}

.contact-hero__badge {
  position: absolute;
  left: 80px;
  top: 150px;
  transform: translate(-10%, -50%);
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 13px 14px 40px 0 rgba(39, 98, 131, 0.15);
  display: grid;
  place-items: center;
}

.contact-hero__badge img {
  width: 35px;
  height: 35px;
  display: block;
}

.contact-hero__scribble {
  position: absolute;
  left: 15%;
  top: 63%;
  width: 95px;
  height: 30px;
}

.contact-hero__arrow {
  position: absolute;
  right: 5%;
  top: 65%;
  width: 70px;
  height: 20px;
  transform: scaleY(-1) rotate(-55deg);
}

.contact-map {
  position: relative;
}

.contact-map__frame {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  height: clamp(280px, 40vw, 606px);
}

.contact-map__frame::after {
  content: "";
  position: absolute;
  right: 120px;
  top: 0;
  width: 151px;
  height: 286px;
  background: #00f0c1;
  filter: blur(250px);
  border-radius: 144px;
  opacity: 0.6;
  pointer-events: none;
}

.contact-map__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: 50% 50%;
}

.contact-map__zoom {
  position: absolute;
  right: 16px;
  top: calc(50% - 40px);
  width: 40px;
  height: 81px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
}

.contact-map__zoom-btn {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  padding: 0;
}

.contact-map__zoom-btn img {
  width: 18px;
  height: 18px;
  display: block;
}

.contact-map__zoom-divider {
  width: 30px;
  height: 1px;
  margin: 0 auto;
  background: #e6e6e6;
}

@media (max-width: 900px) {
  .contact-map__frame {
    height: clamp(260px, 60vw, 420px);
  }

  .contact-map__card {
    left: 12px;
    top: 12px;
  }

  .contact-map__zoom {
    right: 12px;
  }
}

/* Contact: Get Started contact info card */
.get-started__contact-info {
  max-width: 550px;
  border: 1px solid #e0e0e0;
  padding: 35px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

/* Bottom borders on top two contact items */
.get-started__contact-info .get-started__contact-item:nth-of-type(-n+2) {
  padding-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
}