.map-contact-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 20%, rgba(29, 158, 247, .1), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f3f9ff 100%);
}

.map-contact-shell {
  display: grid;
  grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr);
  min-height: 610px;
  overflow: hidden;
  border: 1px solid #dcebf9;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(7, 48, 103, .14);
}

.map-contact-info {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 46px;
  background:
    radial-gradient(circle at 100% 0, rgba(101, 199, 255, .2), transparent 32%),
    linear-gradient(145deg, #041f52, #075ccf 65%, #168fe9);
  color: #fff;
}

.map-contact-info::after {
  position: absolute;
  right: -75px;
  bottom: -75px;
  width: 210px;
  height: 210px;
  border: 38px solid rgba(255,255,255,.07);
  border-radius: 50%;
  content: '';
}

.map-status {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 35px;
  padding: 8px 13px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  font-size: .75rem;
  font-weight: 700;
}
.map-status span { width: 8px; height: 8px; border-radius: 50%; background: #4dff98; box-shadow: 0 0 0 6px rgba(77,255,152,.12); animation: mapStatusPulse 2s infinite; }
@keyframes mapStatusPulse { 50% { box-shadow: 0 0 0 11px rgba(77,255,152,0); } }
.map-eyebrow { color: #8ddaff; font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.map-contact-info h3 { margin: 10px 0 22px; color: #fff; font-size: clamp(2rem, 3vw, 2.8rem); line-height: 1.12; }
.map-address { display: flex; gap: 13px; margin: 0 0 30px; color: #dceeff; font-size: 1rem; line-height: 1.75; }
.map-address i { margin-top: 4px; color: #73d0ff; font-size: 1.25rem; }
.map-contact-details { display: grid; gap: 12px; }
.map-contact-details a { display: flex; align-items: center; gap: 13px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.08); color: #fff; }
.map-contact-details a:hover { transform: translateX(5px); background: rgba(255,255,255,.14); }
.map-contact-details a > i { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 10px; background: rgba(255,255,255,.12); color: #8edaff; }
.map-contact-details small { display: block; margin-bottom: 2px; color: #a9d9f7; font-size: .68rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.map-actions { position: relative; z-index: 1; display: flex; gap: 10px; margin-top: 30px; }
.map-primary-action, .map-secondary-action { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; border-radius: 999px; font-weight: 800; }
.map-primary-action { gap: 10px; padding: 0 22px; background: #fff; color: #075ccf; box-shadow: 0 12px 28px rgba(0,20,60,.2); }
.map-secondary-action { width: 50px; border: 1px solid rgba(255,255,255,.25); color: #fff; }
.map-primary-action:hover { color: #075ccf; transform: translateY(-3px); }
.map-secondary-action:hover { background: rgba(255,255,255,.13); color: #fff; transform: translateY(-3px); }

.map-frame-wrap { position: relative; min-height: 610px; background: #e9f1f8; }
.map-frame-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.9) contrast(1.03); }
.map-floating-chip { position: absolute; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 12px; max-width: calc(100% - 48px); padding: 13px 17px; border: 1px solid rgba(255,255,255,.8); border-radius: 16px; background: rgba(255,255,255,.9); box-shadow: 0 15px 35px rgba(8,45,90,.2); backdrop-filter: blur(14px); }
.map-floating-chip > i { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 11px; background: #e8f4ff; color: #075ccf; }
.map-floating-chip strong, .map-floating-chip small { display: block; }
.map-floating-chip strong { color: #08275c; font-size: .88rem; }
.map-floating-chip small { margin-top: 2px; color: #6f8095; font-size: .72rem; }

@media (max-width: 991px) {
  .map-contact-shell { grid-template-columns: 1fr; }
  .map-contact-info { padding: 42px; }
  .map-frame-wrap { min-height: 480px; }
}

@media (max-width: 575px) {
  .map-contact-shell { border-radius: 22px; }
  .map-contact-info { padding: 34px 24px; }
  .map-contact-details a { font-size: .82rem; }
  .map-frame-wrap { min-height: 410px; }
  .map-floating-chip { right: 14px; bottom: 14px; max-width: calc(100% - 28px); }
}
