.contact-section {
  position: relative;
  overflow: hidden;
  padding-block: 96px;
  background: linear-gradient(180deg, #ffffff 0%, #f5fbfd 100%);
}

.contact-network {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image:
    radial-gradient(rgba(5, 131, 167, 0.9) 1px, transparent 1px),
    linear-gradient(115deg, transparent 48%, rgba(5, 131, 167, 0.35) 49%, rgba(5, 131, 167, 0.35) 50%, transparent 51%),
    linear-gradient(205deg, transparent 62%, rgba(6, 180, 193, 0.28) 63%, rgba(6, 180, 193, 0.28) 63.6%, transparent 65%);
  background-size: 26px 26px, 180px 180px, 220px 220px;
  background-position: 0 0, 18% 28%, 82% 78%;
}

.contact-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-inline: 32px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 48px 56px;
  align-items: center;
}

.contact-photo {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #e8eef1;
  border: 3px solid #ffffff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.1);
}

.contact-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 340px;
  max-height: 420px;
  object-fit: cover;
  object-position: center 20%;
}

.contact-photo-card {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 260px;
  padding: 12px 16px;
  background: rgba(9, 26, 36, 0.88);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(9, 26, 36, 0.28);
}

.contact-photo-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(6, 180, 193, 0.18);
  color: #06b4c1;
  font-size: 13px;
}

.contact-photo-card p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  color: #ffffff;
}

.contact-cta {
  max-width: 460px;
}

.contact-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(6, 180, 193, 0.1);
  border: 1px solid rgba(6, 180, 193, 0.22);
  color: #0583a7;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #06b4c1;
}

.contact-cta h2 {
  margin: 0;
  font-size: clamp(36px, 4.2vw, 52px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
  color: #102634;
}

.contact-heading-mark {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 20px;
}

.contact-heading-mark::before {
  content: "";
  width: 48px;
  height: 2px;
  border-radius: 2px;
  background: #06b4c1;
}

.contact-heading-mark::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #06b4c1;
  box-shadow: 0 0 0 4px rgba(6, 180, 193, 0.14);
}

.contact-cta p {
  margin: 0 0 28px;
  max-width: 400px;
  font-size: 17px;
  line-height: 1.7;
  color: #4a5d68;
}

.contact-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  min-width: 188px;
  padding: 14px 28px;
  border-radius: 12px;
  background: #22c55e;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(34, 197, 94, 0.32);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-wa:hover,
.contact-wa:focus {
  color: #ffffff;
  text-decoration: none;
  background: #16a34a;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(34, 197, 94, 0.38);
}

.contact-wa i {
  font-size: 18px;
}

.contact-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #ffffff;
  border: 1px solid rgba(14, 165, 198, 0.12);
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 28px 26px;
}

.contact-info-item + .contact-info-item {
  border-left: 1px solid rgba(5, 131, 167, 0.1);
}

.contact-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #06b4c1 0%, #0583a7 100%);
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(6, 180, 193, 0.24);
}

.contact-icon i {
  font-size: 16px;
}

.contact-info-item h3 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 800;
  color: #102634;
}

.contact-info-item p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: #5b6b75;
}

.contact-info-item a {
  color: #5b6b75;
  text-decoration: none;
}

.contact-info-item a:hover {
  color: #0583a7;
  text-decoration: underline;
}

.contact-map-block {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(14, 165, 198, 0.12);
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
}

.contact-map-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 22px;
  border-bottom: 1px solid rgba(5, 131, 167, 0.08);
}

.contact-map-head h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: #102634;
}

.contact-map-head a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #0583a7;
  text-decoration: none;
}

.contact-map-head a:hover {
  color: #06b4c1;
  text-decoration: underline;
}

.contact-map-head i {
  font-size: 11px;
}

.contact-map {
  background: #dce8ee;
  min-height: 280px;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 380px;
}

@media (max-width: 991px) {
  .contact-section {
    padding-block: 72px;
  }

  .contact-wrap {
    padding-inline: 20px;
    gap: 32px;
  }

  .contact-hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact-cta {
    max-width: none;
  }

  .contact-photo img {
    min-height: 260px;
    max-height: 340px;
  }

  .contact-photo-card {
    position: static;
    max-width: none;
    margin-top: 0;
    border-radius: 0;
    background: #091a24;
  }

  .contact-info {
    grid-template-columns: 1fr;
  }

  .contact-info-item + .contact-info-item {
    border-left: none;
    border-top: 1px solid rgba(5, 131, 167, 0.1);
  }
}

@media (max-width: 575px) {
  .contact-wrap {
    padding-inline: 16px;
  }

  .contact-cta h2 {
    font-size: 32px;
  }

  .contact-info-item {
    padding: 22px 18px;
  }

  .contact-map-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 14px 16px;
  }

  .contact-map iframe {
    height: 280px;
  }

  .contact-wa {
    width: 100%;
  }
}
