@font-face { font-family: Agharti; font-style: normal; font-weight: 900; src: url("../fonts/Agharti-Black.woff2") format("woff2"); }
@font-face { font-family: Agharti; font-style: normal; font-weight: bold; src: url("../fonts/Agharti-Bold.woff2") format("woff2"); }
@font-face { font-family: Agharti; font-style: normal; font-weight: normal; src: url("../fonts/Agharti-Regular.woff2") format("woff2"); }
@font-face { font-family: Agharti; font-style: normal; font-weight: 600; src: url("../fonts/Agharti-Demi.woff2") format("woff2"); }
@font-face { font-family: Agharti; font-style: normal; font-weight: 300; src: url("../fonts/Agharti-Light.woff2") format("woff2"); }
@font-face { font-family: Agharti; font-style: normal; font-weight: 100; src: url("../fonts/Agharti-Thin.woff2") format("woff2"); }
@font-face { font-family: Montserrat; font-style: normal; font-weight: normal; src: url("../fonts/Montserrat-Regular.woff2") format("woff2"); }
@font-face { font-family: Montserrat; font-style: normal; font-weight: bold; src: url("../fonts/Montserrat-Bold.woff2") format("woff2"); }

* { box-sizing: border-box; }
html, body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  overflow-x: hidden;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

#wrap-desktop, #wrap-mobile {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#stage-desktop {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 10092px;
  transform-origin: top left;
  will-change: transform;
  backface-visibility: hidden;
}

#stage-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  height: 5798px;
  transform-origin: top left;
  will-change: transform;
  backface-visibility: hidden;
}

/* switch: >=768px desktop/tablet (SITIO WEB), <768px mobile (SITIO WEB-celu) */
#wrap-mobile { display: none; }
@media (max-width: 767.98px) {
  #wrap-desktop { display: none; }
  #wrap-mobile { display: block; }
}

.cta-placeholder {
  display: block;
  cursor: pointer;
}

.mockup-clickable { transition: transform 0.15s ease; }
.mockup-clickable:hover { transform: scale(1.02); }

.map-lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(30, 20, 50, 0.55);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  padding: 24px 16px;
}
.map-lightbox-overlay.is-open { display: flex; }

.map-lightbox-card {
  background: #ffffff;
  border-radius: 28px;
  width: 100%;
  max-width: 900px;
  padding: 36px 40px 40px;
  position: relative;
  box-shadow: 0 30px 70px -20px rgba(30, 20, 50, 0.5);
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 640px) {
  .map-lightbox-card { padding: 28px 18px 24px; border-radius: 20px; }
}

.map-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #f2f0f7;
  color: #58509C;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-lightbox-close:hover { background: #e5e1f0; }

.map-lightbox-title {
  font-family: 'Agharti', sans-serif;
  font-weight: 900;
  color: #F74696;
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 0 18px;
  letter-spacing: 0.5px;
}
@media (max-width: 640px) { .map-lightbox-title { font-size: 20px; } }

.map-lightbox-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}

/* countdown widget (desktop/tablet only) - user-authored, reused as-is */
.infinity-countdown-container {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: 'Agharti', sans-serif;
  user-select: none;
}
.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 95px;
}
.countdown-number {
  font-size: 86px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
}
.countdown-label {
  font-size: 20px;
  font-weight: 700;
  color: #F74696;
  letter-spacing: 1.5px;
  margin-top: 6px;
}
.countdown-divider {
  font-size: 58px;
  font-weight: 900;
  color: #F74696;
  line-height: 1;
  position: relative;
  top: -14px;
}

.infinity-countdown-container.mobile .countdown-number { font-size: 27px !important; }
.infinity-countdown-container.mobile .countdown-label { font-size: 11px !important; margin-top: 2px; letter-spacing: 0.6px; }
.infinity-countdown-container.mobile .countdown-divider { font-size: 20px !important; top: -2px; }
.infinity-countdown-container.mobile .countdown-item { min-width: 38px !important; }

/* real animated marquee ticker (user-authored) */
.infinity-marquee-container {
  background-color: #F74696;
  overflow: hidden;
  user-select: none;
  width: 100%;
  padding: 18px 0;
  display: flex;
  align-items: center;
}
.infinity-marquee-wrap {
  display: flex;
  width: max-content;
  will-change: transform;
}
.infinity-marquee-block {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  animation: infinity-scroll-left 30s linear infinite;
}
.infinity-marquee-block span {
  font-family: 'Agharti', sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0px;
  white-space: nowrap;
  display: inline-block;
  line-height: 1;
}
.infinity-dot {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 20px;
  flex-shrink: 0;
}
@keyframes infinity-scroll-left {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}
