/* Extracted from locations.html */
/* ==========================================
     Saniklear Locations – Modern Premium Design
     Scoped to .locations-ai
  =========================================== */

.locations.locations-ai {
  position: relative;
  padding: 100px 0 50px;
  background: var(--Saniklear-white);
  overflow: hidden;
}

/* Floating accent elements */
.locations.locations-ai::before,
.locations.locations-ai::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  z-index: 0;
}

.locations.locations-ai::before {
  width: 380px;
  height: 380px;
  top: -100px;
  left: -120px;
  background: rgba(1, 36, 74, 0.25);
  filter: blur(80px);
}

.locations.locations-ai::after {
  width: 420px;
  height: 420px;
  bottom: -80px;
  right: -140px;
  background: rgba(254, 224, 35, 0.2);
  filter: blur(80px);
}

.locations-ai .ai-locations-shell {
  position: relative;
  z-index: 1;
  padding: 36px;
  margin-bottom: 60px;
  border-radius: 28px;
  background: var(--Saniklear-white);
  box-shadow: 0 20px 60px rgba(1, 36, 74, 0.15);
  border: 2px solid var(--Saniklear-blue);
  overflow: hidden;
}

/* Vibrant top accent bar */
.locations-ai .ai-locations-shell::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--Saniklear-blue);
  border-radius: 28px 28px 0 0;
  box-shadow: 0 4px 16px rgba(1, 36, 74, 0.3);
}

/* Remove grid background */
.locations-ai .ai-locations-shell::before {
  display: none;
}

/* HEADER: Saniklear Locations Command Center */
.locations-ai .ai-locations-header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--Saniklear-yellow);
}

.locations-ai .ai-chip-main {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 28px;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  background: var(--Saniklear-blue);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow:
    0 12px 30px rgba(16, 35, 82, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  color: #f7fbff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  text-shadow: 0 2px 6px rgba(7, 20, 52, 0.4);
}

.locations-ai .ai-chip-main::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  pointer-events: none;
}

.locations-ai .ai-chip-main-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--Saniklear-yellow);
  box-shadow:
    0 0 0 4px rgba(254, 224, 35, 0.25),
    0 0 16px rgba(254, 224, 35, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.4);
  animation: malayChipPulse 2.6s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes malayChipPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(254, 224, 35, 0.35);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 14px rgba(254, 224, 35, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(254, 224, 35, 0);
  }
}

.locations-ai .ai-header-copy {
  color: var(--Saniklear-blue);
  font-size: 15px;
  max-width: 420px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.4;
  white-space: nowrap;
}

.locations-ai .ai-header-copy strong {
  color: var(--Saniklear-blue);
  font-weight: 700;
}

/* MAIN LAYOUT: map left, panels right */
.locations-ai .ai-locations-main {
  align-items: stretch;
}

/* ===== MAP CARD ===== */
.locations-ai .ai-map-card {
  position: relative;
  border-radius: 20px;
  padding: 24px;
  background: var(--Saniklear-white);
  box-shadow: 0 16px 40px rgba(1, 36, 74, 0.12);
  border: 2px solid var(--Saniklear-blue);
  overflow: hidden;
  margin-bottom: 24px;
}

.locations-ai .ai-map-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8ecf1;
}

.locations-ai .ai-map-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--Saniklear-blue);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.locations-ai .ai-map-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #4CAF50;
  font-weight: 600;
}

.locations-ai .ai-map-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #4CAF50;
  box-shadow: 0 0 0 4px rgba(76, 175, 80, 0.2);
  animation: SaniklearPulseOnline 1.8s ease-out infinite;
}

@keyframes SaniklearPulseOnline {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  70% {
    transform: scale(1.4);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* Radar-style map */
.locations-ai .ai-map-radar {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  border: 2px solid var(--Saniklear-yellow);
  background: var(--Saniklear-white);
  overflow: hidden;
}

.locations-ai .ai-map-radar-inner {
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  border: 2px dashed var(--Saniklear-yellow);
  opacity: 0.6;
}

.locations-ai .ai-map-radar-inner::before,
.locations-ai .ai-map-radar-inner::after {
  content: "";
  position: absolute;
  inset: 16%;
  border-radius: 50%;
  border: 1px dashed var(--Saniklear-yellow);
  opacity: 0.4;
}

.locations-ai .ai-map-radar-inner::after {
  inset: 32%;
}

.locations-ai .ai-map-sweep {
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  background: conic-gradient(rgba(76, 175, 80, 0.0) 0deg,
      rgba(76, 175, 80, 0.6) 45deg,
      rgba(76, 175, 80, 0.0) 120deg);
  mix-blend-mode: multiply;
  animation: SaniklearRadarRotate 12s linear infinite;
}

@keyframes SaniklearRadarRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Map region dots */
.locations-ai .ai-map-dot {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid var(--Saniklear-yellow);
  background: #ffffff;
  color: var(--Saniklear-blue);
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(1, 36, 74, 0.15);
  transition: all 0.2s ease;
}

.locations-ai .ai-map-dot span {
  font-weight: 700;
  letter-spacing: 0.06em;
}

.locations-ai .ai-map-dot.is-active {
  background: var(--Saniklear-blue);
  border-color: var(--Saniklear-yellow);
  transform: translate(-50%, -50%) scale(1.2);
  box-shadow: 0 0 0 4px rgba(254, 224, 35, 0.2), 0 10px 24px rgba(1, 36, 74, 0.2);
  color: #ffffff;
}

.locations-ai .ai-map-dot:not(.is-active):hover {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 8px 20px rgba(1, 36, 74, 0.15);
}

/* label under map */
.locations-ai .ai-map-legend {
  margin-top: 14px;
  font-size: 12px;
  color: var(--Saniklear-blue);
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  font-weight: 500;
}

.locations-ai .ai-map-legend span strong {
  color: var(--Saniklear-blue);
}

/* ===== RIGHT: REGION TABS + PANELS ===== */

.locations-ai .ai-locations-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.locations-ai .ai-region-tab {
  position: relative;
  z-index: 1;
  border: 0;
  outline: none;
  background: var(--Saniklear-white);
  color: var(--Saniklear-blue);
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(41, 131, 253, 0.2), 0 2px 4px rgba(1, 36, 74, 0.15);
  min-height: 44px;
  overflow: hidden;
}

.locations-ai .ai-region-tab-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--Saniklear-blue);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.locations-ai .ai-region-tab:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #1a5ed9;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
}

.locations-ai .ai-region-tab:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}

.locations-ai .ai-region-tab:hover {
  box-shadow: 0 10px 24px rgba(41, 131, 253, 0.22);
}

.locations-ai .ai-region-tab.is-active {
  background: var(--Saniklear-blue);
  color: #ffffff;
  box-shadow: 0 16px 40px rgba(1, 36, 74, 0.4);
}

.locations-ai .ai-region-tab.is-active .ai-region-tab-dot {
  background: var(--Saniklear-yellow);
  opacity: 1;
}

.locations-ai .ai-locations-panels {
  position: relative;
  border-radius: 20px;
  padding: 20px;
  background: var(--Saniklear-white);
  border: 2px solid var(--Saniklear-blue);
  box-shadow: 0 16px 40px rgba(1, 36, 74, 0.12);
  max-height: 420px;
  overflow: hidden;
}

.locations-ai .locations-panel {
  margin-bottom: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.2s ease, max-height 0.35s ease;
}

.locations-ai .locations-panel.is-active {
  max-height: 360px;
  opacity: 1;
  overflow-y: auto;
}

.locations-ai .locations__panel-header {
  margin-bottom: 0;
  border-bottom: 2px solid var(--Saniklear-blue);
  padding-bottom: 6px;
  padding-top: 0;
  overflow: visible;
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
}

.locations-ai .locations__panel-title {
  color: var(--Saniklear-blue);
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  white-space: normal;
  line-height: 1.2;
  margin: 0;
  width: 100%;
  padding: 0 12px;
  height: 100%;
}

.locations-ai .locations__panel-title::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--Saniklear-blue);
  box-shadow: 0 0 0 5px rgba(41, 131, 253, 0.15);
  flex-shrink: 0;
  min-width: 14px;
  min-height: 14px;
  display: inline-block;
}

/* Location list styling */
.locations-ai .locations-panel ul {
  margin: 0;
  padding: 8px 0 0 0;
  list-style: none;
}

.locations-ai .locations-panel li {
  margin-bottom: 0;
}

.locations-ai .locations-panel li:first-child {
  margin-top: 0;
}

.locations-ai .locations-panel a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 12px;
  color: var(--Saniklear-blue);
  font-size: 13px;
  text-decoration: none;
  transition: all 0.16s ease;
  font-weight: 500;
  min-height: 32px;
}

.locations-ai .locations-panel a i.fa-map-marker {
  color: var(--Saniklear-blue);
  font-size: 14px;
  width: 16px;
  text-align: center;
}

.locations-ai .locations-panel a span {
  flex: 0 1 120px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  min-width: 0;
  max-width: 120px;
}

.locations-ai .locations-panel a:hover {
  background: rgba(254, 224, 35, 0.1);
  color: var(--Saniklear-blue);
  transform: translateX(4px);
}

/* Slim custom scrollbar */
.locations-ai .locations-panel.is-active::-webkit-scrollbar {
  width: 6px;
}

.locations-ai .locations-panel.is-active::-webkit-scrollbar-track {
  background: rgba(254, 224, 35, 0.1);
  border-radius: 999px;
}

.locations-ai .locations-panel.is-active::-webkit-scrollbar-thumb {
  background: var(--Saniklear-blue);
  border-radius: 999px;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
  .locations.locations-ai {
    position: relative;
    padding: 100px 0 50px;
    background: var(--Saniklear-white);
    overflow: hidden;
  }

  /* Floating accent elements */
  .locations.locations-ai::before,
  .locations.locations-ai::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    z-index: 0;
  }

  .locations.locations-ai::before {
    width: 380px;
    height: 380px;
    top: -100px;
    left: -120px;
    background: rgba(1, 36, 74, 0.25);
  }

  .locations.locations-ai::after {
    width: 420px;
    height: 420px;
    bottom: -80px;
    right: -140px;
    background: rgba(254, 224, 35, 0.2);
  }

  .locations-ai .ai-locations-shell {
    position: relative;
    z-index: 1;
    padding: 36px;
    margin-bottom: 60px;
    border-radius: 28px;
    background: var(--Saniklear-white);
    box-shadow: 0 20px 60px rgba(1, 36, 74, 0.15);
    border: 2px solid var(--Saniklear-blue);
    overflow: hidden;
  }

  /* Vibrant top accent bar */
  .locations-ai .ai-locations-shell::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--Saniklear-blue);
    border-radius: 28px 28px 0 0;
    box-shadow: 0 4px 16px rgba(1, 36, 74, 0.3);
  }

  /* Remove grid background */
  .locations-ai .ai-locations-shell::before {
    display: none;
  }

  /* HEADER: Saniklear Locations Command Center */
  .locations-ai .ai-locations-header {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--Saniklear-yellow);
  }

  .locations-ai .ai-chip-main {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 28px;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    background: var(--Saniklear-blue);
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow:
      0 12px 30px rgba(16, 35, 82, 0.35),
      inset 0 1px 0 rgba(255, 255, 255, 0.4);
    color: #f7fbff;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    text-shadow: 0 2px 6px rgba(7, 20, 52, 0.4);
  }

  .locations-ai .ai-chip-main::after {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    pointer-events: none;
  }

  .locations-ai .ai-chip-main-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--Saniklear-yellow);
    box-shadow:
      0 0 0 4px rgba(254, 224, 35, 0.25),
      0 0 16px rgba(254, 224, 35, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.4);
    animation: malayChipPulse 2.6s ease-in-out infinite;
    flex-shrink: 0;
  }

  @keyframes malayChipPulse {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(254, 224, 35, 0.35);
    }

    70% {
      transform: scale(1);
      box-shadow: 0 0 0 14px rgba(254, 224, 35, 0);
    }

    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(254, 224, 35, 0);
    }
  }

  .locations-ai .ai-header-copy {
    color: var(--Saniklear-blue);
    font-size: 15px;
    max-width: 420px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.4;
    white-space: nowrap;
  }

  .locations-ai .ai-header-copy strong {
    color: var(--Saniklear-blue);
    font-weight: 700;
  }

  /* MAIN LAYOUT: map left, panels right */
  .locations-ai .ai-locations-main {
    align-items: stretch;
  }

  /* ===== MAP CARD ===== */
  .locations-ai .ai-map-card {
    position: relative;
    border-radius: 20px;
    padding: 24px;
    background: var(--Saniklear-white);
    box-shadow: 0 16px 40px rgba(1, 36, 74, 0.12);
    border: 2px solid var(--Saniklear-blue);
    overflow: hidden;
    margin-bottom: 24px;
  }

  .locations-ai .ai-map-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e8ecf1;
  }

  .locations-ai .ai-map-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--Saniklear-blue);
    text-transform: uppercase;
    letter-spacing: 0.12em;
  }

  .locations-ai .ai-map-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #4CAF50;
    font-weight: 600;
  }

  .locations-ai .ai-map-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #4CAF50;
    box-shadow: 0 0 0 4px rgba(76, 175, 80, 0.2);
    animation: SaniklearPulseOnline 1.8s ease-out infinite;
  }

  @keyframes SaniklearPulseOnline {
    0% {
      transform: scale(1);
      opacity: 1;
    }

    70% {
      transform: scale(1.4);
      opacity: 0;
    }

    100% {
      transform: scale(1);
      opacity: 0;
    }
  }

  /* Radar-style map */
  .locations-ai .ai-map-radar {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 50%;
    border: 2px solid var(--Saniklear-yellow);
    background: var(--Saniklear-white);
    overflow: hidden;
  }

  .locations-ai .ai-map-radar-inner {
    position: absolute;
    inset: 10%;
    border-radius: 50%;
    border: 2px dashed var(--Saniklear-yellow);
    opacity: 0.6;
  }

  .locations-ai .ai-map-radar-inner::before,
  .locations-ai .ai-map-radar-inner::after {
    content: "";
    position: absolute;
    inset: 16%;
    border-radius: 50%;
    border: 1px dashed var(--Saniklear-yellow);
    opacity: 0.4;
  }

  .locations-ai .ai-map-radar-inner::after {
    inset: 32%;
  }

  .locations-ai .ai-map-sweep {
    position: absolute;
    inset: 10%;
    border-radius: 50%;
    background: conic-gradient(rgba(76, 175, 80, 0.0) 0deg,
        rgba(76, 175, 80, 0.6) 45deg,
        rgba(76, 175, 80, 0.0) 120deg);
    mix-blend-mode: multiply;
    animation: SaniklearRadarRotate 12s linear infinite;
  }

  @keyframes SaniklearRadarRotate {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  /* Map region dots */
  .locations-ai .ai-map-dot {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid var(--Saniklear-yellow);
    background: #ffffff;
    color: var(--Saniklear-blue);
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(1, 36, 74, 0.15);
    transition: all 0.2s ease;
  }

  .locations-ai .ai-map-dot span {
    font-weight: 700;
    letter-spacing: 0.06em;
  }

  .locations-ai .ai-map-dot.is-active {
    background: var(--Saniklear-blue);
    border-color: var(--Saniklear-yellow);
    box-shadow: 0 0 0 4px rgba(254, 224, 35, 0.2), 0 10px 24px rgba(1, 36, 74, 0.2);
    color: #ffffff;
  }

  .locations-ai .ai-map-dot:not(.is-active):hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 8px 20px rgba(1, 36, 74, 0.15);
  }

  /* label under map */
  .locations-ai .ai-map-legend {
    margin-top: 14px;
    font-size: 12px;
    color: var(--Saniklear-blue);
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    font-weight: 500;
  }

  .locations-ai .ai-map-legend span strong {
    color: var(--Saniklear-blue);
  }

  /* ===== RIGHT: REGION TABS + PANELS ===== */

  .locations-ai .ai-locations-tabs {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
  }

  .locations-ai .ai-region-tab {
    position: relative;
    z-index: 1;
    border: 0;
    outline: none;
    background: var(--Saniklear-white);
    color: var(--Saniklear-blue);
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(41, 131, 253, 0.2), 0 2px 4px rgba(1, 36, 74, 0.15);
    min-height: 44px;
    overflow: hidden;
  }

  .locations-ai .ai-region-tab-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--Saniklear-blue);
    opacity: 0.7;
    transition: all 0.3s ease;
  }

  .locations-ai .ai-region-tab:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #1a5ed9;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  }

  .locations-ai .ai-region-tab:hover:before {
    transform: scaleX(1);
    transform-origin: left center;
  }

  .locations-ai .ai-region-tab:hover {
    box-shadow: 0 10px 24px rgba(41, 131, 253, 0.22);
  }

  .locations-ai .ai-region-tab.is-active {
    background: var(--Saniklear-blue);
    color: #ffffff;
    box-shadow: 0 16px 40px rgba(1, 36, 74, 0.4);

    .locations-ai .ai-region-tab.is-active .ai-region-tab-dot {
      background: var(--Saniklear-yellow);
      opacity: 1;
    }

    .locations-ai .ai-locations-panels {
      position: relative;
      border-radius: 20px;
      padding: 20px;
      background: var(--Saniklear-white);
      border: 2px solid var(--Saniklear-blue);
      box-shadow: 0 16px 40px rgba(1, 36, 74, 0.12);

      .locations-ai .locations-panel {
        margin-bottom: 0;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: opacity 0.2s ease, max-height 0.35s ease;
      }

      .locations-ai .locations-panel.is-active {
        max-height: 360px;
        opacity: 1;
        overflow-y: auto;
      }

      .locations-ai .locations__panel-header {
        margin-bottom: 0;
        border-bottom: 2px solid var(--Saniklear-blue);
        padding-bottom: 6px;
        padding-top: 0;
        overflow: visible;
        width: 100%;
        height: 44px;
        display: flex;
        align-items: center;
      }

      .locations-ai .locations__panel-title {
        color: var(--Saniklear-blue);
        font-size: 13px;
        display: flex;
        align-items: center;
        gap: 10px;
        font-weight: 700;
        white-space: normal;
        line-height: 1.2;
        margin: 0;
        width: 100%;
        padding: 0 12px;
        height: 100%;
      }

      .locations-ai .locations__panel-title::before {
        content: "";
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: var(--Saniklear-blue);
        box-shadow: 0 0 0 5px rgba(41, 131, 253, 0.15);
        flex-shrink: 0;
        min-width: 14px;
        min-height: 14px;
        display: inline-block;
      }

      /* Location list styling */
      .locations-ai .locations-panel ul {
        margin: 0;
        padding: 8px 0 0 0;
        list-style: none;
      }

      .locations-ai .locations-panel li {
        margin-bottom: 0;
      }

      .locations-ai .locations-panel li:first-child {
        margin-top: 0;
      }

      .locations-ai .locations-panel a {
        position: relative;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 8px 12px;
        border-radius: 12px;
        color: var(--Saniklear-blue);
        font-size: 13px;
        text-decoration: none;
        transition: all 0.16s ease;
        font-weight: 500;
        min-height: 32px;
      }

      .locations-ai .locations-panel a i.fa-map-marker {
        color: var(--Saniklear-blue);
        font-size: 14px;
        width: 16px;
        text-align: center;
      }

      .locations-ai .locations-panel a span {
        flex: 0 1 120px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        min-width: 0;
        max-width: 120px;
      }

      .locations-ai .locations-panel a:hover {
        background: rgba(254, 224, 35, 0.1);
        color: var(--Saniklear-blue);
        transform: translateX(4px);
      }

      /* Slim custom scrollbar */
      .locations-ai .locations-panel.is-active::-webkit-scrollbar {
        width: 6px;
      }

      .locations-ai .locations-panel.is-active::-webkit-scrollbar-track {
        background: rgba(254, 224, 35, 0.1);
        border-radius: 999px;
      }

      .locations-ai .locations-panel.is-active::-webkit-scrollbar-thumb {
        background: var(--Saniklear-blue);
        border-radius: 999px;
      }

      /* Responsive tweaks */
      @media (max-width: 991.98px) {
        .locations.locations-ai {
          position: relative;
          padding: 100px 0 50px;
          background: var(--Saniklear-white);
          overflow: hidden;
        }

        /* Mobile: header layout */
        .locations-ai .ai-locations-header {
          flex-direction: column;
          align-items: flex-start !important;
          gap: 14px !important;
        }

        /* Mobile: allow text wrapping */
        .locations-ai .ai-header-copy {
          white-space: normal !important;
          max-width: 100% !important;
          font-size: 14px !important;
          line-height: 1.5 !important;
        }

        /* Floating accent elements */
        .locations.locations-ai::before,
        .locations.locations-ai::after {
          content: "";
          position: absolute;
          pointer-events: none;
          border-radius: 50%;
          z-index: 0;
        }

        .locations.locations-ai::before {
          width: 380px;
          height: 380px;
          top: -100px;
          left: -120px;
          background: rgba(1, 36, 74, 0.25);
        }

        .locations.locations-ai::after {
          width: 420px;
          height: 420px;
          bottom: -80px;
          right: -140px;
          background: rgba(254, 224, 35, 0.2);
        }

        .locations-ai .ai-locations-shell {
          padding: 20px 18px 24px;
          border-radius: 22px;
        }

        .locations-ai .ai-locations-main {
          margin-top: 14px;
        }

        .locations-ai .ai-map-card {
          margin-bottom: 18px;
        }

        .locations-ai .ai-locations-panels {
          max-height: none;
        }

        .locations-ai .locations-panel.is-active {
          max-height: 360px;
          opacity: 1;
          overflow-y: auto;
        }

        .locations-ai .locations__panel-header {
          margin-bottom: 0;
          border-bottom: 2px solid var(--Saniklear-blue);
          padding-bottom: 6px;
          padding-top: 0;
          overflow: visible;
          width: 100%;
          height: 44px;
          display: flex;
          align-items: center;
        }

        .locations-ai .locations__panel-title {
          color: var(--Saniklear-blue);
          font-size: 13px;
          display: flex;
          align-items: center;
          gap: 10px;
          font-weight: 700;
          white-space: normal;
          line-height: 1.2;
          margin: 0;
          width: 100%;
          padding: 0 12px;
          height: 100%;
        }

        .locations-ai .locations__panel-title::before {
          content: "";
          width: 14px;
          height: 14px;
          border-radius: 50%;
          background: var(--Saniklear-blue);
          box-shadow: 0 0 0 5px rgba(41, 131, 253, 0.15);
          flex-shrink: 0;
          min-width: 14px;
          min-height: 14px;
          display: inline-block;
        }

        /* Location list styling */
        .locations-ai .locations-panel ul {
          margin: 0;
          padding: 8px 0 0 0;
          list-style: none;
        }

        .locations-ai .locations-panel li {
          margin-bottom: 0;
        }

        .locations-ai .locations-panel li:first-child {
          margin-top: 0;
        }

        .locations-ai .locations-panel a {
          position: relative;
          display: flex;
          align-items: center;
          gap: 10px;
          padding: 8px 12px;
          border-radius: 12px;
          color: var(--Saniklear-blue);
          font-size: 13px;
          text-decoration: none;
          transition: all 0.16s ease;
          font-weight: 500;
          min-height: 32px;
        }

        .locations-ai .locations-panel a i.fa-map-marker {
          color: var(--Saniklear-blue);
          font-size: 14px;
          width: 16px;
          text-align: center;
        }

        .locations-ai .locations-panel a span {
          flex: 0 1 120px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          display: block;
          min-width: 0;
          max-width: 120px;
        }

        .locations-ai .locations-panel a:hover {
          background: rgba(254, 224, 35, 0.1);
          color: var(--Saniklear-blue);
          transform: translateX(4px);
        }

        /* Slim custom scrollbar */
        .locations-ai .locations-panel.is-active::-webkit-scrollbar {
          width: 6px;
        }

        .locations-ai .locations-panel.is-active::-webkit-scrollbar-track {
          background: rgba(254, 224, 35, 0.1);
          border-radius: 999px;
        }

        .locations-ai .locations-panel.is-active::-webkit-scrollbar-thumb {
          background: var(--Saniklear-blue);
          border-radius: 999px;
        }

        /* Responsive tweaks */
        .locations.locations-ai {
          padding-top: 60px;
        }

        .locations-ai .ai-locations-shell {
          padding: 20px 18px 24px;
          border-radius: 22px;
        }

        .locations-ai .ai-locations-main {
          margin-top: 14px;
        }

        .locations-ai .ai-map-card {
          margin-bottom: 18px;
        }

        .locations-ai .ai-locations-panels {
          max-height: none;
        }

        .locations-ai .locations-panel.is-active {
          max-height: none;
        }

      }
    }
  }
}

@media (max-width: 575.98px) {
  .locations-ai .ai-locations-header{
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .locations-ai .ai-header-copy{
    white-space: normal !important;
  }
}