.skypaq-locator {
  --primary: #3D01F5;
  --primary-2: #7B5CF5;
  --secondary: #9D7EFF;
  --cyan: #00F2E9;
  --ink: #26242E;
  --muted: #6B6675;
  --line: #E9E7F0;
  --bg: #FFFFFF;
  --bg-soft: #F6F5FA;
  --green: #07968F;
  --red: #E23B3B;
  --shadow: 0 10px 30px -12px rgba(40, 20, 90, 0.22);
  --shadow-sm: 0 4px 14px -6px rgba(40, 20, 90, 0.18);
  --font: 'Work Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  width: 100%;
  margin: 0 auto;
  padding: 46px 20px 58px;
}

.skypaq-locator,
.skypaq-locator * {
  box-sizing: border-box;
}

.skypaq-locator button,
.skypaq-locator input {
  font: inherit;
}

.skypaq-locator__strip {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 0 0 22px;
  background: var(--bg);
}

.skypaq-locator__eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 8px;
}

.skypaq-locator__strip h2 {
  margin: 0;
  font-size: clamp(24px, 3.2vw, 34px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--ink);
}

.skypaq-locator__strip h2 span {
  color: var(--primary);
}

.skypaq-locator__strip p {
  color: var(--muted);
  margin: 8px 0 0;
  font-size: 15px;
  max-width: 60ch;
  line-height: 1.45;
}

.skypaq-locator__app {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.skypaq-locator__panel {
  display: flex;
  flex-direction: column;
  min-height: 0;
  background: var(--bg);
  border-right: 1px solid var(--line);
}

.skypaq-locator__controls {
  padding: 18px 20px 14px;
  border-bottom: 1px solid var(--line);
}

.skypaq-locator__search {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--bg-soft);
  border: 1.5px solid var(--line);
  border-radius: 12px;
  padding: 0 12px;
  transition: border-color .15s, box-shadow .15s;
}

.skypaq-locator__search:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(61, 1, 245, 0.08);
  background: #fff;
}

.skypaq-locator__search svg {
  flex: none;
  color: var(--muted);
}

.skypaq-locator__search input {
  border: none;
  background: transparent;
  outline: none;
  font-size: 15px;
  color: var(--ink);
  padding: 13px 8px;
  width: 100%;
}

.skypaq-locator__search input::placeholder {
  color: #A29DAE;
}

.skypaq-locator__clear {
  border: none;
  background: none;
  cursor: pointer;
  color: var(--muted);
  padding: 4px;
  border-radius: 50%;
  display: none;
  align-items: center;
}

.skypaq-locator__clear:hover {
  background: var(--line);
  color: var(--ink);
}

.skypaq-locator__geo {
  margin-top: 10px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: none;
  cursor: pointer;
  background: linear-gradient(92deg, var(--primary-2) 0%, var(--primary) 100%);
  color: #fff;
  font-weight: 600;
  font-size: 14.5px;
  padding: 12px 16px;
  border-radius: 12px;
  box-shadow: 0 8px 18px -8px rgba(61, 1, 245, 0.6);
  transition: transform .12s, box-shadow .15s, filter .15s;
}

.skypaq-locator__geo:hover {
  filter: brightness(1.05);
  box-shadow: 0 10px 22px -8px rgba(61, 1, 245, 0.7);
}

.skypaq-locator__geo:active {
  transform: translateY(1px);
}

.skypaq-locator__geo.is-loading {
  pointer-events: none;
  opacity: .8;
}

.skypaq-locator__tabs {
  display: flex;
  gap: 8px;
  padding: 12px 20px;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

.skypaq-locator__tabs::-webkit-scrollbar {
  height: 6px;
}

.skypaq-locator__tabs::-webkit-scrollbar-thumb {
  background: #D9D5E6;
  border-radius: 999px;
}

.skypaq-locator__tab {
  flex: none;
  border: 1.5px solid var(--line);
  background: var(--bg);
  color: var(--muted);
  font-weight: 600;
  font-size: 13.5px;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
  transition: all .14s;
  scroll-snap-align: start;
}

.skypaq-locator__tab:hover {
  border-color: var(--secondary);
  color: var(--ink);
}

.skypaq-locator__tab.is-active {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.skypaq-locator__results-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 14px 20px 6px;
}

.skypaq-locator__count {
  font-weight: 700;
  font-size: 14px;
}

.skypaq-locator__count b {
  color: var(--primary);
}

.skypaq-locator__sort {
  font-size: 12.5px;
  color: var(--muted);
}

.skypaq-locator__list {
  padding: 8px 14px 18px;
  scrollbar-width: thin;
}

.skypaq-locator__list::-webkit-scrollbar {
  width: 8px;
}

.skypaq-locator__list::-webkit-scrollbar-thumb {
  background: var(--line);
  border-radius: 8px;
}

.skypaq-locator__card {
  border: 1.5px solid var(--line);
  border-radius: 14px;
  padding: 15px 16px;
  margin: 8px 6px;
  cursor: pointer;
  background: var(--bg);
  transition: border-color .14s, box-shadow .14s, transform .14s;
  position: relative;
}

.skypaq-locator__card:hover {
  border-color: var(--secondary);
  box-shadow: var(--shadow-sm);
}

.skypaq-locator__card.is-active {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(61, 1, 245, 0.1), var(--shadow-sm);
}

.skypaq-locator__num {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--bg-soft);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.skypaq-locator__card.is-active .skypaq-locator__num {
  background: var(--primary);
  color: #fff;
}

.skypaq-locator__card h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  padding-right: 34px;
  margin: 0 0 8px;
  color: var(--ink);
}

.skypaq-locator__status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 999px;
  margin-bottom: 9px;
}

.skypaq-locator__status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.skypaq-locator__status.is-open {
  background: rgba(0, 242, 233, .15);
  color: var(--green);
}

.skypaq-locator__status.is-open .skypaq-locator__status-dot {
  background: var(--green);
}

.skypaq-locator__status.is-closed {
  background: rgba(255, 213, 0, .20);
  color: #8A6A00;
}

.skypaq-locator__status.is-closed .skypaq-locator__status-dot {
  background: #FFD500;
}

.skypaq-locator__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.skypaq-locator__row {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.45;
}

.skypaq-locator__row svg {
  flex: none;
  margin-top: 2px;
  color: #B7B2C2;
}

.skypaq-locator__row b {
  color: var(--ink);
  font-weight: 600;
}

.skypaq-locator__dist {
  color: var(--primary);
  font-weight: 700;
}

.skypaq-locator__actions {
  display: flex;
  gap: 8px;
  margin-top: 13px;
}

.skypaq-locator__actions a {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 600;
  padding: 9px 10px;
  border-radius: 10px;
  transition: all .14s;
}

.skypaq-locator__act-primary {
  background: var(--primary);
  color: #fff;
}

.skypaq-locator__act-primary:hover {
  color: #fff;
  filter: brightness(1.08);
}

.skypaq-locator__act-ghost {
  background: var(--bg-soft);
  color: var(--ink);
  border: 1.5px solid var(--line);
}

.skypaq-locator__act-ghost:hover {
  border-color: var(--secondary);
}

.skypaq-locator__empty {
  padding: 48px 28px;
  text-align: center;
  color: var(--muted);
}

.skypaq-locator__empty-ico {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  margin: 0 auto 16px;
  background: var(--bg-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
}

.skypaq-locator__empty h4 {
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 6px;
}

.skypaq-locator__empty p {
  font-size: 14px;
  line-height: 1.5;
  max-width: 30ch;
  margin: 0 auto;
}

.skypaq-locator__map-wrap {
  position: relative;
  height: 46vh;
  min-height: 300px;
  order: -1;
}

.skypaq-locator__map {
  position: absolute;
  inset: 0;
  background: #E8E6EE;
}

.skypaq-locator .leaflet-container {
  font-family: var(--font);
}

.skypaq-locator__pin {
  width: 52px;
  height: 52px;
  padding: 3px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-2), var(--primary));
  box-shadow: 0 6px 15px -3px rgba(40, 20, 90, .5);
  position: relative;
}

.skypaq-locator__pin-photo {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center 44%;
  background-size: 132%;
}

.skypaq-locator__pin::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid var(--primary);
}

.skypaq-locator__pin.is-main {
  width: 66px;
  height: 66px;
  padding: 3.5px;
}

.skypaq-locator__pin.is-main::after {
  border-left-width: 8px;
  border-right-width: 8px;
  border-top-width: 12px;
}

.skypaq-locator__pin.is-active {
  background: linear-gradient(135deg, #19e0d6, var(--cyan));
  box-shadow: 0 0 0 6px rgba(0, 242, 233, .28), 0 7px 16px -3px rgba(40, 20, 90, .5);
  z-index: 1000 !important;
}

.skypaq-locator__pin.is-active::after {
  border-top-color: var(--cyan);
}

.skypaq-locator__pin-crown {
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--cyan);
  color: var(--ink);
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 999px;
  box-shadow: 0 2px 6px -1px rgba(40, 20, 90, .4);
  white-space: nowrap;
}

.skypaq-locator__modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
}

.skypaq-locator__modal.is-open {
  display: block;
}

.skypaq-locator__modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(28, 18, 60, .55);
  backdrop-filter: blur(4px);
  animation: skypaq-locator-fade .2s ease;
}

@keyframes skypaq-locator-fade {
  from { opacity: 0; }
}

@keyframes skypaq-locator-pop {
  from { opacity: 0; transform: translate(-50%, -46%) scale(.97); }
}

.skypaq-locator__modal-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(940px, calc(100vw - 36px));
  max-height: calc(100vh - 36px);
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  box-shadow: 0 40px 90px -24px rgba(28, 18, 60, .6);
  animation: skypaq-locator-pop .26s cubic-bezier(.2, .8, .3, 1);
}

.skypaq-locator__modal-media {
  position: relative;
  background: linear-gradient(150deg, var(--primary) 0%, #4f17ff 55%, var(--primary-2) 100%);
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
}

.skypaq-locator__modal-media::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  pointer-events: none;
  background-image: repeating-linear-gradient(0deg, transparent 0 31px, #fff 31px 32px), repeating-linear-gradient(90deg, transparent 0 31px, #fff 31px 32px);
}

.skypaq-locator__modal-hero {
  position: relative;
  flex: 1;
  min-height: 200px;
  border-radius: 16px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px -14px rgba(0, 0, 0, .4);
}

.skypaq-locator__modal-hero img {
  width: 100%;
  max-height: 380px;
  object-fit: contain;
}

.skypaq-locator__modal-body {
  padding: 30px 30px 28px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.skypaq-locator__modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: rgba(255, 255, 255, .92);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
  transition: transform .12s, background .15s;
}

.skypaq-locator__modal-close:hover {
  background: #fff;
  transform: rotate(90deg);
}

.skypaq-locator__modal-body h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.06;
  color: var(--ink);
}

.skypaq-locator__modal-body h2 span {
  color: var(--primary);
}

.skypaq-locator__lead {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  margin: 12px 0 0;
}

.skypaq-locator__steps {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 22px 0 26px;
}

.skypaq-locator__step {
  display: flex;
  gap: 13px;
  align-items: flex-start;
}

.skypaq-locator__step-num {
  flex: none;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--primary-2), var(--primary));
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.skypaq-locator__step b {
  display: block;
  font-size: 14.5px;
  font-weight: 700;
}

.skypaq-locator__step span span {
  display: block;
  font-size: 13px;
  color: var(--muted);
  margin-top: 1px;
  line-height: 1.4;
}

.skypaq-locator__modal-actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
  flex-wrap: wrap;
}

.skypaq-locator__modal-actions a {
  flex: 1;
  min-width: 140px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14.5px;
  padding: 13px 16px;
  border-radius: 12px;
  transition: all .14s;
}

.skypaq-locator__wa {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 8px 18px -8px rgba(61, 1, 245, .6);
}

.skypaq-locator__wa:hover {
  color: #fff;
  filter: brightness(1.08);
}

.skypaq-locator__call {
  background: var(--bg-soft);
  color: var(--ink);
  border: 1.5px solid var(--line);
}

.skypaq-locator__call:hover {
  border-color: var(--secondary);
}

.skypaq-locator .leaflet-popup-content-wrapper {
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 2px;
}

.skypaq-locator .leaflet-popup-content {
  margin: 14px 16px;
  font-family: var(--font);
}

.skypaq-locator__pop h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 4px;
}

.skypaq-locator__pop p {
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 10px;
  line-height: 1.4;
}

.skypaq-locator__pop a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--primary);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  padding: 8px 13px;
  border-radius: 9px;
}

.skypaq-locator__map-topbar {
  position: absolute;
  z-index: 600;
  top: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  pointer-events: none;
}

.skypaq-locator__map-topbar > * {
  pointer-events: auto;
}

.skypaq-locator__badge {
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(6px);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  gap: 8px;
  flex: none;
}

.skypaq-locator__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
}

.skypaq-locator__map-home {
  display: flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(6px);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 5px 13px 5px 5px;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: all .15s;
  flex: none;
}

.skypaq-locator__map-home:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow);
  transform: translateY(-1px);
}

.skypaq-locator__map-home:active {
  transform: translateY(0);
}

.skypaq-locator__mthumb {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex: none;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 9px -3px rgba(61, 1, 245, .6);
}

.skypaq-locator__map-home b {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.skypaq-locator__mpill {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--primary);
  background: rgba(61, 1, 245, .1);
  padding: 3px 7px;
  border-radius: 999px;
}

.skypaq-locator__toast {
  position: absolute;
  z-index: 600;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: var(--ink);
  color: #fff;
  padding: 11px 18px;
  border-radius: 10px;
  font-size: 13.5px;
  font-weight: 500;
  box-shadow: var(--shadow);
  opacity: 0;
  transition: all .25s;
  pointer-events: none;
  max-width: 80%;
}

.skypaq-locator__toast.is-showing {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

@media (min-width: 861px) {
  .skypaq-locator__app {
    display: grid;
    grid-template-columns: 420px 1fr;
    height: min(780px, calc(100vh - 96px));
    min-height: 640px;
  }

  .skypaq-locator__panel {
    border-right: 1px solid var(--line);
    min-height: 0;
  }

  .skypaq-locator__map-wrap {
    height: auto;
    min-height: 0;
    order: 0;
  }

  .skypaq-locator__list {
    flex: 1;
    overflow-y: auto;
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .skypaq-locator {
    padding: 30px 14px 38px;
  }

  .skypaq-locator__strip {
    padding: 0 4px 18px;
  }

  .skypaq-locator__app {
    width: 100%;
    border-radius: 14px;
    box-shadow: var(--shadow-sm);
  }

  .skypaq-locator__modal-card {
    grid-template-columns: 1fr;
    max-height: calc(100dvh - 24px);
    width: calc(100vw - 24px);
  }

  .skypaq-locator__modal-media {
    padding: 18px;
    flex-direction: row;
    align-items: center;
  }

  .skypaq-locator__modal-hero {
    min-height: 120px;
  }

  .skypaq-locator__modal-hero img {
    max-height: 220px;
  }

  .skypaq-locator__modal-body {
    padding: 22px 22px 24px;
  }

  .skypaq-locator__steps {
    gap: 11px;
    margin: 16px 0 20px;
  }
}
