:root {
  --bg: #08001b;
  --bg-deep: #03000d;
  --panel: #210057;
  --panel-2: #330078;
  --panel-dark: #10002d;
  --violet: #8f24ff;
  --violet-soft: #6b1bd8;
  --lime: #72ff00;
  --lime-2: #a5ff00;
  --white: #f9f7ff;
  --muted: #c9bfe3;
  --shadow: rgba(0, 0, 0, .62);
  --radius: 25px;
  --ease: cubic-bezier(.2,.8,.2,1);
}

* { box-sizing: border-box; }

html {
  min-height: 100%;
  background: var(--bg-deep);
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 48% 13%, rgba(77, 0, 171, .38), transparent 32rem),
    radial-gradient(circle at -12% 52%, rgba(113, 0, 255, .28), transparent 28rem),
    radial-gradient(circle at 112% 73%, rgba(74, 0, 186, .28), transparent 29rem),
    linear-gradient(180deg, #070019 0%, #10002b 45%, #070018 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  opacity: .28;
  background-image:
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(to bottom, transparent, #000 14%, #000 88%, transparent);
}

body.is-modal-open { overflow: hidden; }

button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.ambient {
  position: fixed;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  filter: blur(80px);
  opacity: .15;
  background: #711bff;
}
.ambient--one { top: 18rem; left: -15rem; }
.ambient--two { right: -15rem; bottom: 10rem; }

/* =========================================================
   ENTRADA ANIMADA LOGO COMPLETO
   ========================================================= */
body.is-intro-running {
  overflow: hidden;
  overscroll-behavior: none;
}

.intro-screen {
  display: none;
}

.js .intro-screen {
  position: fixed;
  z-index: 90;
  inset: 0;
  display: grid;
  place-items: center;
  padding:
    max(22px, env(safe-area-inset-top))
    16px
    max(22px, env(safe-area-inset-bottom));
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 48% 13%, rgba(77, 0, 171, .38), transparent 32rem),
    radial-gradient(circle at -12% 52%, rgba(113, 0, 255, .28), transparent 28rem),
    radial-gradient(circle at 112% 73%, rgba(74, 0, 186, .28), transparent 29rem),
    linear-gradient(180deg, #070019 0%, #10002b 45%, #070018 100%);
}

.js .intro-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .28;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(to bottom, transparent, #000 14%, #000 88%, transparent);
  transition: opacity .18s ease;
}

.js .intro-screen::after {
  content: "";
  position: absolute;
  width: min(92vw, 650px);
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: .18;
  pointer-events: none;
  background: #6716ff;
  filter: blur(95px);
}

.js .intro-screen.is-clearing {
  background: transparent;
}

.js .intro-screen.is-clearing::before,
.js .intro-screen.is-clearing::after {
  opacity: 0;
}

.js.intro-complete .intro-screen {
  display: none;
}

.brand-lockup {
  position: relative;
  z-index: 2;
  pointer-events: none;
  isolation: isolate;
  filter:
    drop-shadow(0 14px 0 rgba(0,0,0,.16))
    drop-shadow(0 24px 25px rgba(0,0,0,.58));
  will-change: transform;
}

.brand-lockup--intro {
  width: min(92vw, 620px);
  aspect-ratio: 1147 / 774;
}

.brand-lockup__layer {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  user-select: none;
  -webkit-user-drag: none;
  will-change: transform, opacity, filter;
}

/* EL SHOW DE stays in front, so ALEJO can never cover it during the bounce. */
.brand-lockup__show { z-index: 3; transform-origin: 50% 14%; }
.brand-lockup__alejo { z-index: 2; transform-origin: 50% 45%; }
.brand-lockup__igoa { z-index: 1; transform-origin: 50% 76%; }

.brand-dock {
  position: relative;
  z-index: 3;
  width: min(88vw, 515px);
  margin: 0 auto 8px;
  min-height: 250px;
}

.js .brand-dock {
  opacity: 0;
  visibility: hidden;
}

.js.intro-handoff .brand-dock,
.js.intro-complete .brand-dock {
  opacity: 1;
  visibility: visible;
}

.js.intro-complete .brand-dock {
  transition: opacity .45s .08s var(--ease);
}

.brand-lockup--compact {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  filter:
    drop-shadow(0 12px 0 rgba(0,0,0,.16))
    drop-shadow(0 20px 22px rgba(0,0,0,.58));
}

.brand-line {
  display: block;
  height: auto;
  max-width: 100%;
  user-select: none;
  -webkit-user-drag: none;
}

.brand-line--show {
  width: min(62vw, 352px);
  margin-bottom: -10px;
}

.brand-line--alejo {
  width: min(88vw, 515px);
  margin-top: -2px;
}

.brand-line--igoa {
  width: min(69vw, 400px);
  margin-top: -34px;
}

.tour__content {
  position: relative;
  z-index: 1;
}

.js .tour__content {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 24px, 0);
  pointer-events: none;
}

.js.intro-complete .tour__content {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  transition:
    opacity .58s .04s var(--ease),
    transform .72s .04s var(--ease);
}

.tour {
  width: min(100%, 660px);
  margin: 0 auto;
  padding: max(28px, env(safe-area-inset-top)) 20px calc(40px + env(safe-area-inset-bottom));
}

.hero {
  text-align: center;
  padding: 2px 0 24px;
}

.hero__title {
  display: block;
  width: min(100%, 590px);
  height: auto;
  margin: 0 auto;
  filter:
    drop-shadow(0 9px 0 rgba(17, 74, 0, .7))
    drop-shadow(0 18px 18px rgba(0, 0, 0, .7))
    drop-shadow(0 0 18px rgba(91, 255, 0, .14));
  user-select: none;
}

.hero__hint {
  margin: 10px 0 0;
  color: #d7cbed;
  font-size: clamp(.86rem, 3.4vw, 1rem);
  font-weight: 700;
  letter-spacing: .02em;
  text-shadow: 0 2px 8px #000;
}

.countries {
  display: grid;
  gap: 14px;
}

.country {
  position: relative;
  overflow: hidden;
  border: 1.5px solid rgba(142, 33, 255, .86);
  border-radius: var(--radius);
  background:
    linear-gradient(115deg, rgba(83, 9, 171, .48), rgba(30, 0, 82, .76)),
    var(--panel-dark);
  box-shadow:
    0 14px 30px rgba(0,0,0,.35),
    0 0 20px rgba(103, 0, 255, .11),
    inset 0 1px 0 rgba(255,255,255,.05),
    inset 0 -18px 32px rgba(0,0,0,.18);
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease);
}

.country::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(100deg, rgba(143,36,255,.11), transparent 48%, rgba(143,36,255,.07));
}

.country.is-open {
  border-color: #8d29fb;
  box-shadow:
    0 20px 38px rgba(0,0,0,.44),
    0 0 30px rgba(111, 0, 255, .19),
    inset 0 1px 0 rgba(255,255,255,.06);
}

.country__toggle {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 92px;
  padding: 15px 22px 15px 28px;
  border: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 25% 15%, rgba(171, 58, 255, .12), transparent 45%),
    linear-gradient(90deg, rgba(73, 7, 156, .72), rgba(42, 0, 104, .78));
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) 36px;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  text-align: left;
  transition: background .22s var(--ease);
}

.country__toggle:hover {
  background:
    radial-gradient(circle at 25% 15%, rgba(171, 58, 255, .18), transparent 45%),
    linear-gradient(90deg, rgba(84, 10, 178, .78), rgba(48, 0, 115, .84));
}

.country__toggle:focus-visible,
.event-card:focus-visible,
.modal__close:focus-visible,
.fact__map-link:focus-visible,
.ticket-button:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 3px;
}

.country.is-open .country__toggle {
  border-bottom: 1px solid rgba(156, 44, 255, .66);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.55);
}

.flag-block {
  position: relative;
  width: 78px;
  aspect-ratio: 320 / 210;
  display: block;
  filter: drop-shadow(0 8px 8px rgba(0,0,0,.5));
  transform: translateZ(0);
}

.flag-block::before { display: none; }

.flag-block img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.country__name {
  display: block;
  max-width: min(100%, 290px);
  height: clamp(30px, 7vw, 42px);
  width: auto;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 4px 0 rgba(0,0,0,.42));
}

.country__chevron {
  width: 19px;
  height: 19px;
  justify-self: center;
  border-right: 4px solid #cfc4ef;
  border-bottom: 4px solid #cfc4ef;
  transform: rotate(45deg) translateY(-3px);
  transition: transform .3s var(--ease), border-color .25s;
}

.country.is-open .country__chevron {
  border-color: var(--lime);
  transform: rotate(225deg) translate(-2px,-2px);
}

.country__panel {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.country__panel[hidden] { display: none; }

.country__panel-inner {
  display: grid;
  gap: 12px;
  padding: 13px;
  background:
    radial-gradient(circle at 15% 18%, rgba(75, 0, 176, .16), transparent 48%),
    linear-gradient(180deg, rgba(7,0,27,.46), rgba(21,0,55,.7));
}

.event-card {
  position: relative;
  width: 100%;
  min-height: 142px;
  padding: 13px 24px 13px 26px;
  border: 1.5px solid rgba(132, 32, 240, .9);
  border-radius: 22px;
  background:
    radial-gradient(circle at 14% 25%, rgba(65, 0, 160, .19), transparent 38%),
    linear-gradient(110deg, rgba(21,0,60,.94), rgba(15,0,44,.94));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.035),
    inset 0 -15px 25px rgba(0,0,0,.18),
    0 10px 18px rgba(0,0,0,.2);
  color: var(--white);
  display: grid;
  grid-template-columns: 135px minmax(0,1fr) 24px;
  align-items: center;
  gap: 14px;
  text-align: left;
  cursor: pointer;
  transition: transform .2s var(--ease), border-color .2s, box-shadow .2s;
}

.event-card:hover {
  transform: translateY(-2px);
  border-color: rgba(159, 50, 255, 1);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 15px 26px rgba(0,0,0,.31),
    0 0 22px rgba(111, 0, 255, .16);
}

.event-card:active { transform: translateY(1px) scale(.996); }

.event-card__number {
  height: 105px;
  display: grid;
  place-items: center;
}

.event-card__number img {
  display: block;
  width: 126px;
  height: 105px;
  object-fit: contain;
  filter: drop-shadow(0 8px 7px rgba(0,0,0,.48));
}

.event-card__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-shadow: 0 3px 8px rgba(0,0,0,.65);
}

.event-card__copy strong {
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: clamp(1.45rem, 5.3vw, 2rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.event-card__copy span {
  color: #d3cae8;
  font-size: clamp(.93rem, 3.7vw, 1.12rem);
  font-weight: 600;
  line-height: 1.2;
}

.event-card__city {
  color: #d8d0ec;
}

.event-card__time {
  color: #f7f3ff;
  font-size: clamp(1rem, 3.8vw, 1.28rem) !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: .015em;
  text-transform: uppercase;
  text-shadow: 0 3px 8px rgba(0,0,0,.72);
}

.event-card__arrow {
  width: 18px;
  height: 18px;
  border-top: 5px solid var(--lime);
  border-right: 5px solid var(--lime);
  transform: rotate(45deg);
  filter: drop-shadow(0 0 7px rgba(114,255,0,.28));
}

.christmas-badge {
  position: absolute;
  z-index: 4;
  top: -15px;
  right: 37px;
  min-height: 39px;
  min-width: 154px;
  padding: 8px 44px 8px 16px;
  border: 2px solid #fff1f4;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(180deg, #ff3450 0%, #d90a2d 58%, #a60020 100%);
  box-shadow:
    0 6px 0 #5f0012,
    0 10px 18px rgba(0,0,0,.43),
    inset 0 1px 0 rgba(255,255,255,.42);
  transform: rotate(1.5deg);
  pointer-events: none;
  white-space: nowrap;
  text-align: center;
}

.christmas-badge > span {
  display: block;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
  font-size: .82rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .03em;
  text-shadow: 0 2px 0 rgba(78,0,12,.75);
}

.christmas-badge img {
  position: absolute;
  width: 58px;
  height: auto;
  right: -17px;
  top: -23px;
  transform: rotate(7deg);
  filter: drop-shadow(0 7px 6px rgba(0,0,0,.38));
}

.event-card--christmas {
  border-color: rgba(111, 255, 0, .78);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 0 18px rgba(91,255,0,.08),
    0 10px 18px rgba(0,0,0,.22);
  margin-top: 14px;
}

.event-card__tag {
  position: absolute;
  top: 14px;
  right: 48px;
  z-index: 4;
  min-height: 42px;
  padding: 9px 20px 8px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: clamp(.86rem, 2.6vw, 1.05rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .045em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow:
    0 7px 13px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.36),
    inset 0 -3px 6px rgba(0,0,0,.18);
}

.event-card__tag--soldout {
  min-width: 132px;
  color: #f4f4f6;
  background: linear-gradient(180deg, #9a9ca3 0%, #74767d 46%, #55575d 100%);
  text-shadow: 0 2px 2px rgba(0,0,0,.34);
}

.event-card__tag--new {
  min-width: 178px;
  color: #15002e;
  background: linear-gradient(180deg, #c7ff58 0%, #91ff15 48%, #65e900 100%);
  text-shadow: 0 1px 0 rgba(255,255,255,.3);
}

.event-card--soldout,
.event-card--new {
  min-height: 158px;
}

.event-card--soldout .event-card__copy,
.event-card--new .event-card__copy {
  padding-top: 30px;
}

.event-card--soldout {
  border-color: rgba(132, 132, 149, .75);
  background: linear-gradient(110deg, rgba(31,32,40,.96), rgba(42,44,56,.94));
  color: #dadbe2;
  cursor: not-allowed;
  filter: saturate(.2) brightness(.88);
}

.event-card--soldout .event-card__time {
  color: #f0f0f0;
}

.event-card--soldout .event-card__arrow {
  border-top-color: #bfc3ce;
  border-right-color: #bfc3ce;
  filter: none;
}

.event-card--festival {
  grid-template-columns: minmax(0,1fr) 24px;
  min-height: 116px;
  padding-left: 24px;
}

.event-card--festival .event-card__copy strong {
  font-size: clamp(1.3rem, 5vw, 1.72rem);
}

.footer {
  padding: 29px 0 2px;
  text-align: center;
  color: rgba(217, 206, 239, .6);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-shadow: 0 2px 7px #000;
}

/* Modal */
.modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  align-items: end;
  justify-items: center;
  padding: 18px 18px max(18px, env(safe-area-inset-bottom));
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s var(--ease), visibility .25s;
}

.modal.is-visible {
  opacity: 1;
  visibility: visible;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(2,0,10,.76);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.modal__card {
  position: relative;
  width: min(100%, 535px);
  max-height: min(86vh, 760px);
  overflow: auto;
  border: 1.5px solid #8f2cff;
  border-radius: 28px;
  padding: 31px 24px 24px;
  background:
    radial-gradient(circle at 18% 0%, rgba(144,40,255,.28), transparent 44%),
    linear-gradient(145deg, #2c006e, #10002f 72%);
  box-shadow:
    0 30px 80px rgba(0,0,0,.75),
    0 0 45px rgba(108,0,255,.26),
    inset 0 1px 0 rgba(255,255,255,.07),
    inset 0 -25px 50px rgba(0,0,0,.22);
  transform: translateY(32px) scale(.96);
  transition: transform .34s var(--ease);
}

.modal.is-visible .modal__card { transform: translateY(0) scale(1); }

.modal__card::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(172, 80, 255, .22);
  border-radius: 21px;
  pointer-events: none;
}

.modal__close {
  position: absolute;
  z-index: 3;
  top: 13px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 13px;
  color: white;
  background: rgba(12,0,38,.68);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.modal__card.is-christmas {
  padding-top: 68px;
}

.modal__christmas-badge {
  position: absolute;
  z-index: 4;
  top: 15px;
  right: 72px;
  min-height: 37px;
  padding: 8px 40px 8px 14px;
  border: 2px solid #fff1f4;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(180deg, #ff3450 0%, #d90a2d 58%, #a60020 100%);
  box-shadow:
    0 7px 0 #5f0012,
    0 13px 23px rgba(0,0,0,.5),
    inset 0 1px 0 rgba(255,255,255,.42);
  transform: rotate(1.5deg);
  white-space: nowrap;
}

.modal__christmas-badge > span {
  display: block;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .05em;
  text-shadow: 0 2px 0 rgba(78,0,12,.75);
}

.modal__christmas-badge img {
  position: absolute;
  width: 57px;
  height: auto;
  right: -17px;
  top: -14px;
  transform: rotate(7deg);
  filter: drop-shadow(0 8px 7px rgba(0,0,0,.42));
}

.modal__eyebrow { display:none; }

.modal__title {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 93%;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: clamp(1.8rem, 7vw, 2.75rem);
  line-height: 1.02;
  letter-spacing: -.045em;
  text-transform: uppercase;
  text-shadow: 0 5px 0 rgba(0,0,0,.27), 0 12px 22px rgba(0,0,0,.35);
}

.modal__facts {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin: 25px 0 20px;
}

.fact {
  display: grid;
  grid-template-columns: 50px minmax(0,1fr);
  gap: 14px;
  align-items: center;
  padding: 13px 15px;
  border: 1px solid rgba(148, 47, 255, .48);
  border-radius: 16px;
  background: rgba(7,0,31,.48);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

.fact--venue {
  grid-template-columns: 50px minmax(0,1fr) 44px;
}

.fact__map-link {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(122,255,0,.62);
  border-radius: 12px;
  color: var(--lime);
  background: linear-gradient(145deg, rgba(83,18,153,.84), rgba(19,0,53,.9));
  box-shadow: 0 6px 0 rgba(4,0,17,.6), inset 0 1px 0 rgba(255,255,255,.08);
  display: grid;
  place-items: center;
  transition: transform .18s var(--ease), filter .18s, background .18s;
}

.fact__map-link[hidden] { display: none; }

.fact__map-link:hover {
  transform: translateY(-2px);
  filter: brightness(1.12);
  background: linear-gradient(145deg, rgba(102,25,181,.94), rgba(25,0,67,.94));
}

.fact__map-link:active {
  transform: translateY(3px);
  box-shadow: 0 2px 0 rgba(4,0,17,.6), inset 0 1px 0 rgba(255,255,255,.08);
}

.fact__map-link svg {
  width: 27px;
  height: 27px;
  overflow: visible;
}

.fact__map-link path,
.fact__map-link circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fact__map-link circle { fill: currentColor; stroke: none; }

.fact > span:nth-child(2) {
  display: grid;
  gap: 2px;
}

.fact small {
  color: #a996c9;
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.fact strong {
  font-size: 1.04rem;
  line-height: 1.18;
}

.fact__icon {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(145deg, #87ff00, #4bc800);
  box-shadow: 0 7px 0 #1d6a00, 0 10px 14px rgba(0,0,0,.34);
}

.fact__icon--calendar::before {
  content: "";
  position: absolute;
  inset: 11px 9px 8px;
  border: 3px solid #11002f;
  border-radius: 3px;
}
.fact__icon--calendar::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 17px;
  height: 3px;
  background: #11002f;
  box-shadow: 0 7px 0 #11002f;
}

.fact__icon--pin::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 23px;
  left: 13px;
  top: 8px;
  border: 4px solid #11002f;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}
.fact__icon--pin::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 19px;
  top: 15px;
  border-radius: 50%;
  background: #11002f;
}

.fact__icon--venue::before {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: 9px;
  height: 19px;
  border: 3px solid #11002f;
  border-top: 0;
}
.fact__icon--venue::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 9px;
  width: 30px;
  height: 16px;
  background: #11002f;
  clip-path: polygon(50% 0,100% 65%,88% 65%,88% 100%,12% 100%,12% 65%,0 65%);
}

.fact__icon--clock::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 3px solid #11002f;
  border-radius: 50%;
}

.fact__icon--clock::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 13px;
  width: 3px;
  height: 11px;
  border-radius: 2px;
  background: #11002f;
  box-shadow: 5px 8px 0 -1px #11002f;
  transform-origin: 50% 9px;
}

.ticket-button {
  position: relative;
  z-index: 1;
  min-height: 72px;
  padding: 13px 17px 13px 22px;
  border: 2px solid #aaff34;
  border-radius: 16px;
  color: #0a001d;
  text-decoration: none;
  background: linear-gradient(180deg, #b8ff16 0%, #67ee00 58%, #4ac300 100%);
  box-shadow:
    0 9px 0 #1b7500,
    0 14px 23px rgba(0,0,0,.48),
    inset 0 2px 0 rgba(255,255,255,.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  transition: transform .18s var(--ease), filter .18s;
}

.ticket-button:hover { filter: brightness(1.07); transform: translateY(-2px); }
.ticket-button:active { transform: translateY(5px); box-shadow: 0 4px 0 #1b7500, 0 8px 15px rgba(0,0,0,.42); }
.ticket-button.is-disabled { filter: grayscale(.18) brightness(.84); }

.ticket-button__copy {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.ticket-button__title {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
  font-size: clamp(.98rem, 4vw, 1.2rem);
  font-weight: 900;
  letter-spacing: -.03em;
}

.ticket-button__sub {
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .06em;
  opacity: .85;
}

.ticket-button__arrow {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 9px;
  color: white;
  background: #190044;
  display: grid;
  place-items: center;
  font-size: 2rem;
  line-height: 1;
  box-shadow: 0 4px 0 rgba(0,0,0,.35);
}

.modal__notice {
  position: relative;
  z-index: 1;
  margin: 16px 0 0;
  padding: 10px 12px;
  border-radius: 10px;
  color: #e4d9f7;
  background: rgba(4,0,18,.48);
  font-size: .84rem;
  text-align: center;
}

@media (max-width: 570px) {
  .tour { padding-left: 12px; padding-right: 12px; }
  .hero { padding-top: 4px; padding-bottom: 23px; }
    .country { border-radius: 21px; }
  .country__toggle {
    min-height: 80px;
    grid-template-columns: 68px minmax(0,1fr) 27px;
    gap: 13px;
    padding: 12px 17px 12px 18px;
  }
  .flag-block { width: 65px; }
  .country__name { height: clamp(25px, 7.6vw, 35px); max-width: 225px; }
  .country__chevron { width: 15px; height: 15px; border-width: 0 4px 4px 0; }
  .country__panel-inner { padding: 10px; gap: 10px; }
  .event-card {
    min-height: 122px;
    grid-template-columns: 105px minmax(0,1fr) 18px;
    gap: 9px;
    padding: 12px 15px 12px 15px;
    border-radius: 18px;
  }
  .event-card__number { height: 92px; }
  .event-card__number img { max-width: 100px; max-height: 88px; }
  .event-card__copy { gap: 4px; }
  .event-card__copy strong { font-size: clamp(1.24rem, 6.2vw, 1.62rem); }
  .event-card__copy span { font-size: clamp(.78rem, 3.65vw, 1rem); }
  .event-card__arrow { width: 14px; height: 14px; border-width: 4px 4px 0 0; }
  .event-card--christmas { min-height: 116px; }
  .christmas-badge { right: 24px; top: -13px; min-width: 134px; padding: 6px 33px 6px 11px; min-height: 32px; }
  .christmas-badge > span { font-size: .66rem; }
  .christmas-badge img { width: 49px; right: -17px; top: -20px; }
  .modal { padding-left: 10px; padding-right: 10px; }
  .modal__christmas-badge { right: 68px; }
  .brand-dock { min-height: 215px; margin-bottom: 6px; }
  .brand-line--show { width: min(62vw, 270px); margin-bottom: -6px; }
  .brand-line--alejo { width: min(90vw, 430px); }
  .brand-line--igoa { width: min(71vw, 325px); margin-top: -24px; }
  .event-card__time { font-size: clamp(1rem, 4.4vw, 1.2rem) !important; }
  .event-card__tag {
    top: 13px;
    right: 24px;
    min-height: 37px;
    padding: 8px 14px 7px;
    font-size: clamp(.78rem, 3.45vw, .94rem);
  }
  .event-card__tag--soldout { min-width: 118px; }
  .event-card__tag--new { min-width: 158px; }
  .event-card--soldout,
  .event-card--new { min-height: 148px; }
  .event-card--soldout .event-card__copy,
  .event-card--new .event-card__copy { padding-top: 28px; }
  .event-card--festival { grid-template-columns: minmax(0,1fr) 18px; min-height: 103px; padding-left: 16px; }
  .ticket-button__sub { font-size: .69rem; }
  .fact--venue { grid-template-columns: 50px minmax(0,1fr) 42px; }
  .fact__map-link { width: 42px; height: 42px; }
  .modal__card { padding: 29px 17px 19px; border-radius: 24px; }
}

@media (max-width: 390px) {
  .country__toggle { grid-template-columns: 59px minmax(0,1fr) 24px; gap: 11px; }
  .flag-block { width: 57px; }
  .country__name { max-width: 205px; }
  .event-card { grid-template-columns: 91px minmax(0,1fr) 17px; }
  .event-card__number img { max-width: 88px; }
  .event-card__tag {
    top: 11px;
    right: 20px;
    min-height: 34px;
    padding: 7px 11px 6px;
    font-size: .72rem;
  }
  .event-card__tag--soldout { min-width: 108px; }
  .event-card__tag--new { min-width: 145px; }
  .event-card--soldout,
  .event-card--new { min-height: 146px; }
  .event-card--soldout .event-card__copy,
  .event-card--new .event-card__copy { padding-top: 27px; }
  .christmas-badge { right: 20px; min-width: 122px; }
  .christmas-badge > span { font-size: .56rem; }
  .modal__christmas-badge { right: 62px; padding-left: 11px; padding-right: 34px; }
  .modal__christmas-badge > span { font-size: .67rem; }
}

@media (min-width: 800px) {
  .tour { padding-top: 38px; }
  .modal { align-items: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

/* =========================================================
   V7 · MESES BAJO EL NÚMERO + CIUDAD/RECINTO + TAGS APROBADOS
   ========================================================= */
.event-card__number {
  height: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.event-card__number img {
  width: 126px;
  height: auto;
  max-height: 88px;
  object-fit: contain;
  flex: 0 0 auto;
}

.event-card__month {
  display: block;
  margin-top: -3px;
  color: #f7f3ff;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: clamp(.78rem, 2.65vw, .98rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .09em;
  text-transform: uppercase;
  text-shadow: 0 3px 7px rgba(0,0,0,.72);
}

.event-card__location {
  font-size: clamp(1.28rem, 4.65vw, 1.78rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -.035em !important;
  text-transform: uppercase;
}

.event-card__venue {
  color: #d8d0ec !important;
  font-size: clamp(.84rem, 3.2vw, 1.04rem) !important;
  font-weight: 750 !important;
  line-height: 1.12 !important;
  letter-spacing: .005em;
  text-transform: uppercase;
}

/* Las dos etiquetas usan directamente las imágenes de referencia aprobadas. */
.event-card__tag {
  display: block;
  min-width: 0;
  min-height: 0;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
}

.event-card__tag--soldout {
  width: 114px;
  min-width: 0;
  background: transparent;
  text-shadow: none;
}

.event-card__tag--new {
  width: 184px;
  min-width: 0;
  background: transparent;
  text-shadow: none;
}

/* Mantiene gris la función agotada sin alterar los colores exactos del tag. */
.event-card--soldout {
  filter: none;
}

.event-card--soldout .event-card__number img,
.event-card--soldout .event-card__month,
.event-card--soldout .event-card__copy {
  filter: saturate(.2) brightness(.88);
}

/* El texto de ESPECIAL NAVIDAD llena mejor el cartel sin mover el gorrito. */
.christmas-badge {
  min-width: 176px;
}

.christmas-badge > span {
  position: relative;
  left: 3px;
  font-size: .9rem;
  letter-spacing: .065em;
}

@media (max-width: 570px) {
  .event-card__number {
    height: 98px;
  }

  .event-card__number img {
    width: 100px;
    max-height: 75px;
  }

  .event-card__month {
    margin-top: -1px;
    font-size: clamp(.7rem, 3.15vw, .86rem);
  }

  .event-card__location {
    font-size: clamp(1.08rem, 5.3vw, 1.42rem) !important;
  }

  .event-card__venue {
    font-size: clamp(.74rem, 3.35vw, .92rem) !important;
  }

  .event-card__tag--soldout {
    width: 114px;
  }

  .event-card__tag--new {
    width: 172px;
  }

  .christmas-badge {
    min-width: 156px;
  }

  .christmas-badge > span {
    left: 2px;
    font-size: .72rem;
    letter-spacing: .06em;
  }
}

@media (max-width: 390px) {
  .event-card__number img {
    width: 88px;
    max-height: 67px;
  }

  .event-card__month {
    font-size: .7rem;
  }

  .event-card__tag--soldout {
    width: 106px;
  }

  .event-card__tag--new {
    width: 152px;
  }

  .christmas-badge {
    min-width: 154px;
  }

  .christmas-badge > span {
    font-size: .68rem;
    letter-spacing: .06em;
  }
}


/* =========================================================
   V8 · TAGS JUNTO A LA HORA + FESTIVAL ELIMINADO + AJUSTES FINOS
   ========================================================= */
.brand-lockup__show { z-index: 5; }
.brand-lockup__alejo { z-index: 3; }
.brand-lockup__igoa { z-index: 4; }

.event-card__number img {
  width: 118px;
  max-height: 84px;
}

.event-card__meta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 2px;
}

.event-card__meta .event-card__time {
  margin: 0;
}

.event-card__tag {
  position: static;
  top: auto;
  right: auto;
  vertical-align: middle;
}

.event-card__tag--soldout {
  width: 96px;
}

.event-card__tag--new {
  width: 150px;
}

.event-card--soldout,
.event-card--new {
  min-height: 150px;
}

.event-card--soldout .event-card__copy,
.event-card--new .event-card__copy {
  padding-top: 0;
}

.christmas-badge {
  min-width: 188px;
  padding: 8px 46px 8px 15px;
}

.christmas-badge > span {
  left: 4px;
  font-size: .95rem;
  letter-spacing: .095em;
}

@media (max-width: 570px) {
  .event-card__number img {
    width: 94px;
    max-height: 71px;
  }

  .event-card__tag--soldout {
    width: 88px;
  }

  .event-card__tag--new {
    width: 136px;
  }

  .event-card__meta {
    gap: 10px;
  }

  .christmas-badge {
    min-width: 166px;
    padding: 7px 41px 7px 12px;
  }

  .christmas-badge > span {
    left: 3px;
    font-size: .76rem;
    letter-spacing: .085em;
  }
}

@media (max-width: 390px) {
  .event-card__number img {
    width: 84px;
    max-height: 64px;
  }

  .event-card__tag--soldout {
    width: 82px;
  }

  .event-card__tag--new {
    width: 126px;
  }

  .event-card__meta {
    gap: 8px;
  }

  .christmas-badge {
    min-width: 158px;
  }

  .christmas-badge > span {
    font-size: .7rem;
    letter-spacing: .08em;
  }
}
