@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Montserrat:wght@400;600;700;800&family=Pacifico&display=swap');

.aw-gate {
  --aw-pink: #e91e8c;
  --aw-pink-deep: #c2186a;
  --aw-purple: #6b2d8b;
  --aw-purple-soft: #8e3aa8;
  --aw-text: #2b2b2b;
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.aw-gate.is-hiding {
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
}

.aw-backdrop {
  position: fixed;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(233, 30, 140, .55), rgba(107, 45, 139, .62)),
    var(--aw-bg, linear-gradient(135deg, #f48fb1, #ce93d8, #ab47bc)) center / cover no-repeat;
  filter: blur(0);
  transform: scale(1.04);
}

.aw-backdrop::after {
  content: '';
  position: absolute;
  inset: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: rgba(180, 40, 120, .18);
}

.aw-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 520px;
  margin: auto;
  text-align: center;
  animation: aw-pop .45s ease both;
}

@keyframes aw-pop {
  from { opacity: 0; transform: translateY(18px) scale(.97); }
  to { opacity: 1; transform: none; }
}

.aw-card {
  background: #fff;
  border-radius: 18px;
  padding: 34px 28px 28px;
  box-shadow: 0 18px 50px rgba(80, 0, 60, .28);
}

.aw-title {
  margin: 0;
  font-family: 'Pacifico', cursive;
  font-size: clamp(46px, 9vw, 64px);
  line-height: 1;
  font-weight: 400;
  background: linear-gradient(90deg, #7b1fa2, #e91e8c 55%, #ff5dab);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: 1px;
}

.aw-subtitle {
  margin: 10px 0 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: var(--aw-pink);
  text-transform: uppercase;
}

.aw-message {
  margin: 18px 0 22px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.65;
  color: #444;
}

.aw-btn {
  display: block;
  width: 100%;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 18px;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
}

.aw-btn + .aw-btn {
  margin-top: 12px;
}

.aw-btn-enter {
  border: none;
  color: #fff;
  background: linear-gradient(90deg, #ff4fa3, #e91e8c);
  box-shadow: 0 8px 18px rgba(233, 30, 140, .35);
}

.aw-btn-enter:hover {
  transform: translateY(-1px);
  background: linear-gradient(90deg, #ff63b0, #d8157f);
}

.aw-btn-exit {
  border: 2px solid var(--aw-pink);
  color: var(--aw-pink);
  background: #fff;
}

.aw-btn-exit:hover {
  background: #fff0f7;
  transform: translateY(-1px);
}

.aw-whatsapp {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(90deg, #7b2bb8, #9c27b0 45%, #c2185b);
  border-radius: 999px;
  padding: 12px 18px;
  box-shadow: 0 10px 24px rgba(90, 20, 120, .28);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  transition: transform .15s ease;
}

.aw-whatsapp:hover {
  color: #fff;
  transform: translateY(-1px);
}

.aw-wa-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #25d366;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.aw-wa-text {
  flex: 1 1 auto;
  text-align: left;
}

.aw-wa-arrow {
  font-size: 28px;
  line-height: 1;
  opacity: .9;
}

.aw-stores {
  margin-top: 22px;
  color: #4a1768;
}

.aw-stores-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: clamp(18px, 4.5vw, 26px);
  letter-spacing: .5px;
  line-height: 1.2;
  text-shadow: 0 1px 0 rgba(255,255,255,.25);
}

.aw-stores-slogan {
  margin-top: 4px;
  font-family: 'Great Vibes', cursive;
  font-size: clamp(28px, 6vw, 40px);
  color: #e91e8c;
  line-height: 1.1;
}

.aw-cities {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.aw-city {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .4px;
  color: #6b2d8b;
  border: 1.5px solid rgba(107, 45, 139, .55);
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(255,255,255,.55);
  backdrop-filter: blur(4px);
}

body.aw-locked {
  overflow: hidden !important;
}

@media (max-width: 480px) {
  .aw-card {
    padding: 28px 18px 22px;
  }

  .aw-whatsapp {
    font-size: 12px;
    padding: 10px 14px;
  }
}
