:root {
  --red: #e30613;
  --red-deep: #a50510;
  --blue: #0057b8;
  --cyan: #00b4e4;
  --navy: #071430;
  --ink: #0b1220;
  --yellow: #ffd100;
  --paper: #f2f6fb;
  --font-display: "Bebas Neue", Impact, sans-serif;
  --font-body: "Outfit", "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--navy);
  line-height: 1.5;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.wrap {
  width: min(1100px, calc(100% - 2.4rem));
  margin-inline: auto;
}

.cursor-glow {
  pointer-events: none;
  position: fixed;
  z-index: 5;
  width: 420px;
  height: 420px;
  margin: -210px 0 0 -210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(227, 6, 19, 0.2), transparent 68%);
  opacity: 0;
  transition: opacity 0.35s ease;
  mix-blend-mode: screen;
}

body.has-pointer .cursor-glow.is-on {
  opacity: 1;
}

.top {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1.35rem;
  background: rgba(7, 20, 48, 0.55);
  backdrop-filter: blur(14px) saturate(1.2);
  border-bottom: 1px solid transparent;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.top.is-solid {
  background: rgba(7, 20, 48, 0.94);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.brand-mark img {
  height: 52px;
  width: auto;
  display: block;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.35));
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.top-nav a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 650;
  font-size: 0.92rem;
}

.top-nav a:hover {
  color: #fff;
}

.nav-cta {
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--red), var(--red-deep));
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(227, 6, 19, 0.35);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding: 5.5rem 1.15rem 5rem;
}

.hero-layout {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  display: grid;
  gap: 1.25rem;
  align-items: center;
  justify-items: center;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(560px, 100%);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-logo {
  width: min(280px, 72vw);
  height: auto;
  margin: 0 auto 0.45rem;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.45));
  opacity: 0;
  transform: translateY(16px) scale(0.96);
  animation: rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.08s;
}

.hero-tag {
  margin: 0 auto 0.65rem;
  width: fit-content;
  max-width: 100%;
  font-family: var(--font-display);
  letter-spacing: 0.18em;
  font-size: clamp(1.05rem, 4.2vw, 1.7rem);
  color: var(--yellow);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  opacity: 0;
  animation: rise 0.8s ease forwards 0.25s;
}

.hero h1 {
  margin: 0 auto 0.9rem;
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 8.2vw, 4.4rem);
  letter-spacing: 0.03em;
  line-height: 0.96;
  max-width: 13ch;
  text-align: center;
  text-wrap: balance;
  opacity: 0;
  animation: rise 0.8s ease forwards 0.4s;
}

.hero-lead {
  margin: 0 auto 1.45rem;
  max-width: 32ch;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.95rem, 3.4vw, 1.08rem);
  line-height: 1.45;
  text-align: center;
  text-wrap: pretty;
  opacity: 0;
  animation: rise 0.8s ease forwards 0.55s;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
  width: 100%;
  opacity: 0;
  animation: rise 0.8s ease forwards 0.7s;
}

.hero-actions .btn {
  min-width: min(100%, 11.5rem);
}

.hero-stripe {
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: 3%;
  height: 14px;
  z-index: 1;
  background: linear-gradient(90deg, var(--yellow), #ff9f1a);
  transform: rotate(-2deg);
  opacity: 0.45;
  box-shadow: none;
  pointer-events: none;
}

@media (min-width: 960px) {
  .hero {
    text-align: left;
    padding: 6rem 1.25rem 3.5rem;
  }

  .hero-layout {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 1rem 2rem;
    justify-items: stretch;
  }

  .hero-inner {
    margin-inline: 0;
    align-items: flex-start;
    text-align: left;
  }

  .hero-logo {
    width: min(340px, 70vw);
    margin-left: 0;
    margin-right: 0;
  }

  .hero-tag {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    letter-spacing: 0.14em;
  }

  .hero h1 {
    margin-left: 0;
    text-align: left;
  }

  .hero-lead {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    max-width: 36ch;
  }

  .hero-actions {
    justify-content: flex-start;
  }

  .hero-actions .btn {
    min-width: 0;
  }

  .hero-stripe {
    bottom: 5%;
    height: 16px;
    opacity: 0.4;
  }
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(165deg, rgba(7, 20, 48, 0.55) 0%, rgba(0, 87, 184, 0.35) 42%, rgba(227, 6, 19, 0.45) 100%),
    radial-gradient(ellipse 70% 50% at 50% 20%, rgba(255, 209, 0, 0.25), transparent 60%),
    #071430;
  overflow: hidden;
}

.hero-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
  transform: scale(1.04);
}

.hero-video-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(165deg, rgba(7, 20, 48, 0.72) 0%, rgba(0, 87, 184, 0.42) 42%, rgba(227, 6, 19, 0.5) 100%),
    radial-gradient(ellipse 70% 50% at 50% 20%, rgba(255, 209, 0, 0.18), transparent 60%);
}

.hero-halftone {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: radial-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 10px 10px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 20%, transparent 75%);
  opacity: 0.35;
  animation: drift 18s linear infinite;
}

@keyframes drift {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(20px);
  }
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  animation: float 12s ease-in-out infinite alternate;
  z-index: 2;
}

.hero-orb.a {
  width: min(55vw, 520px);
  height: min(55vw, 520px);
  top: -12%;
  right: -10%;
  background: radial-gradient(circle, rgba(227, 6, 19, 0.65), transparent 70%);
}

.hero-orb.b {
  width: min(45vw, 420px);
  height: min(45vw, 420px);
  bottom: -8%;
  left: -8%;
  background: radial-gradient(circle, rgba(0, 180, 228, 0.45), transparent 70%);
  animation-delay: -4s;
}

@keyframes float {
  from {
    transform: translate(0, 0) scale(1);
  }
  to {
    transform: translate(3%, -4%) scale(1.08);
  }
}

/* —— Superhéroe cartoon —— */
.hero-mascot {
  position: relative;
  z-index: 2;
  width: min(460px, 88vw);
  margin: 0.4rem auto 0;
  isolation: isolate;
}

@media (min-width: 960px) {
  .hero-mascot {
    width: min(520px, 100%);
    margin: 0;
    justify-self: end;
  }
}

.mascot-burst {
  position: absolute;
  inset: 8% 4% 18%;
  z-index: 0;
  background:
    conic-gradient(
      from 0deg,
      rgba(255, 209, 0, 0.55),
      rgba(227, 6, 19, 0.35),
      rgba(0, 180, 228, 0.4),
      rgba(255, 209, 0, 0.55)
    );
  clip-path: polygon(
    50% 0%,
    61% 28%,
    92% 22%,
    72% 45%,
    98% 58%,
    70% 62%,
    78% 92%,
    50% 72%,
    22% 92%,
    30% 62%,
    2% 58%,
    28% 45%,
    8% 22%,
    39% 28%
  );
  filter: blur(0.2px);
  opacity: 0.85;
  animation: burst-spin 14s linear infinite, burst-pulse 2.8s ease-in-out infinite;
}

@keyframes burst-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes burst-pulse {
  0%,
  100% {
    opacity: 0.7;
    scale: 0.96;
  }
  50% {
    opacity: 1;
    scale: 1.04;
  }
}

.mascot-float {
  position: relative;
  z-index: 1;
  opacity: 0;
  animation:
    mascot-fade 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.15s forwards,
    mascot-bob 3.2s ease-in-out 1s infinite;
  filter: drop-shadow(0 28px 40px rgba(0, 0, 0, 0.45));
  transform-origin: 50% 80%;
  transition: translate 0.15s ease-out;
}

.mascot-img {
  width: 100%;
  height: auto;
  user-select: none;
  pointer-events: none;
  animation: mascot-sway 4.6s ease-in-out infinite;
  transform-origin: 50% 70%;
}

.mascot-shine {
  position: absolute;
  inset: 8% 12% 22%;
  border-radius: 40%;
  background: linear-gradient(
    115deg,
    transparent 35%,
    rgba(255, 255, 255, 0.28) 48%,
    transparent 62%
  );
  mix-blend-mode: soft-light;
  pointer-events: none;
  animation: shine-sweep 3.8s ease-in-out infinite;
}

@keyframes mascot-fade {
  from {
    opacity: 0;
    transform: translateY(36px) scale(0.86);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes mascot-bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@keyframes mascot-sway {
  0%,
  100% {
    transform: rotate(-1.4deg);
  }
  50% {
    transform: rotate(1.8deg);
  }
}

@keyframes shine-sweep {
  0%,
  55% {
    opacity: 0;
    transform: translateX(-30%) skewX(-12deg);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(35%) skewX(-12deg);
  }
}

.mascot-spark {
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  background: var(--yellow);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  animation: spark-pop 2.4s ease-in-out infinite;
  filter: drop-shadow(0 0 6px rgba(255, 209, 0, 0.8));
}

.mascot-spark.s1 {
  top: 12%;
  right: 10%;
  animation-delay: 0s;
}

.mascot-spark.s2 {
  top: 38%;
  left: 4%;
  width: 10px;
  height: 10px;
  animation-delay: 0.7s;
}

.mascot-spark.s3 {
  bottom: 28%;
  right: 6%;
  width: 14px;
  height: 14px;
  animation-delay: 1.3s;
}

@keyframes spark-pop {
  0%,
  100% {
    opacity: 0.25;
    transform: scale(0.6) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: scale(1.25) rotate(18deg);
  }
}

.mascot-badge {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: -0.35rem auto 0;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--red), var(--red-deep));
  color: #fff;
  font-weight: 800;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 24px rgba(227, 6, 19, 0.35);
  animation: badge-pop 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.55s both, badge-wiggle 3.5s ease-in-out 1.4s infinite;
}

@media (min-width: 960px) {
  .mascot-badge {
    margin-left: 12%;
  }
}

@keyframes badge-pop {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes badge-wiggle {
  0%,
  100% {
    transform: rotate(-1deg);
  }
  50% {
    transform: rotate(2deg) scale(1.03);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mascot-burst,
  .mascot-float,
  .mascot-img,
  .mascot-shine,
  .mascot-spark,
  .mascot-badge,
  .hero-video-bg {
    animation: none !important;
  }
}

@keyframes rise {
  to {
    opacity: 1;
    transform: none;
  }
}

.scroll-cue {
  position: absolute;
  bottom: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 42px;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  opacity: 0;
  animation: rise 0.8s ease forwards 1s;
}

.scroll-cue span {
  position: absolute;
  left: 50%;
  top: 8px;
  width: 4px;
  height: 8px;
  margin-left: -2px;
  border-radius: 999px;
  background: #fff;
  animation: cue 1.6s ease-in-out infinite;
}

@keyframes cue {
  to {
    transform: translateY(14px);
    opacity: 0;
  }
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--red), var(--red-deep));
  color: #fff;
  box-shadow: 0 14px 34px rgba(227, 6, 19, 0.4);
}

.btn-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.35) 48%, transparent 70%);
  transform: translateX(-120%);
  animation: shine 3.5s ease-in-out infinite;
}

@keyframes shine {
  0%,
  55% {
    transform: translateX(-120%);
  }
  75%,
  100% {
    transform: translateX(120%);
  }
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.section {
  padding: 5.5rem 0;
  position: relative;
}

.eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
}

.section h2 {
  margin: 0 0 0.7rem;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5.5vw, 3.8rem);
  letter-spacing: 0.04em;
  line-height: 0.95;
  color: #fff;
}

.section-lead {
  margin: 0 0 2.2rem;
  max-width: 40ch;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--d, 0) * 80ms);
}

.reveal.is-in,
.menu-compose.reveal {
  opacity: 1;
  transform: none;
}

.section-servicar {
  background:
    radial-gradient(ellipse 60% 50% at 100% 0%, rgba(227, 6, 19, 0.18), transparent 55%),
    linear-gradient(180deg, #0b1b3d, #0a1630);
}

.perk-rail {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.2rem;
}

@media (min-width: 800px) {
  .perk-rail {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

.perk-rail li {
  padding-top: 1rem;
  border-top: 3px solid var(--yellow);
}

.perk-rail strong {
  display: block;
  margin-bottom: 0.45rem;
  color: #fff;
  font-size: clamp(1.05rem, 2.4vw, 1.18rem);
}

.perk-rail span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
  font-size: 0.98rem;
}

.section-menu {
  background:
    radial-gradient(ellipse 50% 40% at 0% 20%, rgba(0, 180, 228, 0.15), transparent 55%),
    #071430;
}

.menu-compose {
  display: grid;
  gap: 1.1rem;
  align-items: start;
}

/* Móvil: imagen → filtros → lista */
.menu-visual {
  order: 1;
}

.menu-tabs {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  justify-content: center;
}

.menu-panel {
  order: 3;
}

.menu-tab {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.82);
  font: inherit;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.menu-tab:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.menu-tab.is-active {
  background: linear-gradient(135deg, var(--red), var(--red-deep));
  border-color: transparent;
  color: #fff;
  box-shadow: 0 10px 24px rgba(227, 6, 19, 0.3);
}

/* Desktop: filtros arriba, luego imagen | lista */
@media (min-width: 900px) {
  .menu-compose {
    grid-template-columns: 0.95fr 1.05fr;
    grid-template-areas:
      "tabs tabs"
      "visual panel";
    gap: 1.25rem 1.6rem;
  }

  .menu-tabs {
    grid-area: tabs;
    order: unset;
    justify-content: flex-start;
    margin-bottom: 0.15rem;
  }

  .menu-visual {
    grid-area: visual;
    order: unset;
  }

  .menu-panel {
    grid-area: panel;
    order: unset;
  }
}

.menu-visual {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  background: #0a1a38;
  min-height: 320px;
  position: relative;
}

.menu-zoom-trigger {
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
  background: transparent;
  color: inherit;
  cursor: zoom-in;
  position: relative;
  text-align: left;
}

.menu-visual img,
.menu-zoom-trigger img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.menu-zoom-hint {
  margin: 0;
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  background: rgba(5, 12, 28, 0.94);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  box-shadow: none;
  pointer-events: none;
}

.menu-visual:has(.menu-pages:not([hidden])) .menu-zoom-hint {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.img-lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 0.75rem;
}

.img-lightbox[hidden] {
  display: none !important;
}

.img-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 8, 20, 0.88);
  backdrop-filter: blur(6px);
  cursor: pointer;
}

.img-lightbox-panel {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  height: min(92vh, 100%);
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0.55rem;
}

.img-lightbox-close {
  position: absolute;
  top: -0.15rem;
  right: 0;
  z-index: 3;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(10, 20, 40, 0.9);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.img-lightbox-close:hover {
  border-color: var(--yellow);
  color: var(--yellow);
}

.img-lightbox-hint {
  margin: 0 3rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 600;
}

.img-lightbox-stage {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #050d1c;
  touch-action: none;
  cursor: grab;
  user-select: none;
}

.img-lightbox-stage.is-dragging {
  cursor: grabbing;
}

.img-lightbox-stage img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: none;
  width: auto;
  height: auto;
  max-height: 100%;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center center;
  will-change: transform;
  pointer-events: none;
}

.menu-pages {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  padding: 0.65rem 0.75rem;
  background: rgba(5, 12, 28, 0.88);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-pages[hidden] {
  display: none !important;
}

.menu-page {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.85);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  cursor: pointer;
}

.menu-page.is-active {
  background: var(--yellow);
  color: #0a1630;
  border-color: transparent;
}

.menu-panel {
  padding: 1.3rem 1.35rem 1.45rem;
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.menu-kicker {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--yellow);
}

.menu-panel h3 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  letter-spacing: 0.04em;
  color: #fff;
}

.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.menu-list li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
  align-items: baseline;
  padding: 0.7rem 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
}

.menu-list strong {
  color: #fff;
  font-size: 1.02rem;
}

.menu-list span.desc {
  display: block;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.85rem;
  font-weight: 500;
  margin-top: 0.15rem;
}

.price {
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  color: var(--yellow);
  white-space: nowrap;
}

.menu-note {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.88rem;
}

.section-sites {
  background:
    radial-gradient(ellipse 50% 70% at 0% 50%, rgba(227, 6, 19, 0.2), transparent 55%),
    linear-gradient(160deg, #071430, #120a14);
}

.sites-layout {
  display: grid;
  gap: 1.35rem;
  align-items: stretch;
}

@media (min-width: 960px) {
  .sites-layout {
    grid-template-columns: 0.95fr 1.15fr;
    gap: 1.6rem;
  }
}

.sites {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.sites li {
  color: #fff;
  border: none;
  padding: 0;
}

.site-btn {
  width: 100%;
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
  color: inherit;
  text-align: left;
  padding: 1rem 1.05rem 0.95rem;
  cursor: pointer;
  display: grid;
  gap: 0.28rem;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.site-btn:hover,
.site-btn.is-active {
  border-color: rgba(227, 6, 19, 0.7);
  background: linear-gradient(145deg, rgba(227, 6, 19, 0.22), rgba(255, 255, 255, 0.04));
  transform: translateY(-1px);
}

.site-name {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3vw, 2rem);
  letter-spacing: 0.04em;
}

.site-addr {
  font-style: normal;
  color: rgba(255, 255, 255, 0.66);
  font-weight: 550;
  font-size: clamp(0.9rem, 2.3vw, 1rem);
  line-height: 1.4;
}

.site-cta {
  margin-top: 0.25rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--yellow);
}

.moes-map-shell {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
  background: #0a1630;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
}

.moes-map {
  width: 100%;
  flex: 1 1 auto;
  min-height: 420px;
  height: 100%;
  background: #071430;
}

.map-hint {
  margin: 0;
  padding: 0.55rem 0.85rem;
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  background: rgba(5, 12, 28, 0.92);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 959px) {
  .moes-map-shell {
    min-height: 0;
    height: auto;
  }

  .moes-map {
    flex: none;
    height: min(420px, 58vh);
    min-height: 300px;
  }
}

.moes-pin {
  background: transparent;
  border: none;
}

.moes-pin-badge {
  width: 36px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.12rem;
  overflow: visible;
}

.moes-pin-badge img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.35));
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #1a2f5c, #071430 70%);
  border: 1.5px solid var(--yellow);
  box-shadow:
    0 0 0 1.5px var(--red),
    0 6px 12px rgba(227, 6, 19, 0.4);
  padding: 3px;
  box-sizing: content-box;
}

.moes-pin-label {
  display: block;
  max-width: 5.8rem;
  padding: 0.08rem 0.32rem;
  border-radius: 999px;
  background: rgba(5, 12, 28, 0.92);
  border: 1px solid rgba(255, 209, 0, 0.4);
  color: #fff;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}

.leaflet-container {
  font: inherit;
  background: #071430;
}

.leaflet-popup.moes-popup-shell .leaflet-popup-content-wrapper {
  padding: 0;
  border-radius: 18px;
  background:
    linear-gradient(165deg, rgba(227, 6, 19, 0.22), transparent 42%),
    linear-gradient(180deg, #12274f 0%, #0a1730 100%);
  color: #fff;
  border: 1px solid rgba(255, 209, 0, 0.45);
  box-shadow:
    0 0 0 1px rgba(227, 6, 19, 0.25),
    0 18px 40px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.leaflet-popup.moes-popup-shell .leaflet-popup-tip {
  background: #0a1730;
  border: none;
  box-shadow: none;
}

.leaflet-popup.moes-popup-shell .leaflet-popup-content {
  margin: 0;
  width: auto !important;
}

.leaflet-popup.moes-popup-shell a.leaflet-popup-close-button {
  color: rgba(255, 255, 255, 0.75) !important;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.25);
}

.leaflet-popup.moes-popup-shell a.leaflet-popup-close-button:hover {
  color: var(--yellow) !important;
  background: rgba(0, 0, 0, 0.4);
}

.moes-popup {
  padding: 0.95rem 1rem 1.05rem;
  min-width: 210px;
}

.moes-popup-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-bottom: 0.55rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.moes-popup-logo {
  width: 58px;
  height: auto;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.35));
}

.moes-popup-badge {
  flex: 0 0 auto;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 209, 0, 0.14);
  border: 1px solid rgba(255, 209, 0, 0.45);
  color: var(--yellow);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.moes-popup-kicker {
  margin: 0 0 0.15rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.moes-popup-name {
  display: block;
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1.55rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
}

.moes-popup-addr {
  margin: 0 0 0.85rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  line-height: 1.4;
}

.moes-popup-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--red), var(--red-deep));
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 0.82rem;
  box-shadow: 0 8px 18px rgba(227, 6, 19, 0.35);
}

.moes-popup-cta:hover {
  filter: brightness(1.06);
}

.leaflet-control-zoom a {
  background: #0d1b3a !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
}

.leaflet-control-attribution {
  background: rgba(7, 20, 48, 0.75) !important;
  color: rgba(255, 255, 255, 0.45) !important;
}

.leaflet-control-attribution a {
  color: rgba(255, 209, 0, 0.75) !important;
}

.section-close {
  text-align: center;
  background: linear-gradient(180deg, #0a1630, #050d1c);
  color: #fff;
}

.close-logo {
  width: min(280px, 70vw);
  margin: 0 auto 1rem;
  filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.4));
}

.section-close h2 {
  margin-bottom: 0.4rem;
}

.section-close p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.foot {
  background: #050d1c;
  color: rgba(255, 255, 255, 0.65);
  padding: 2.2rem 0 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.foot-grid {
  display: grid;
  gap: 1.5rem 1.75rem;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  align-items: start;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.foot-brand img {
  height: 36px;
  width: auto;
  margin-bottom: 0.55rem;
}

.foot-brand strong {
  display: block;
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.foot-brand p,
.foot-note {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.62);
}

.foot-col {
  display: grid;
  gap: 0.4rem;
  align-content: start;
}

.foot-col h3 {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--yellow);
}

.foot-col a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
}

.foot-col a:hover,
.foot-atrix:hover,
.foot-bottom a:hover {
  color: var(--yellow);
}

.foot-atrix {
  margin-top: 0.35rem;
  color: #fff !important;
  font-weight: 800 !important;
}

.foot-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding-top: 1.1rem;
}

.foot-bottom p {
  margin: 0;
  font-size: 0.86rem;
}

.foot-atrix-btn {
  padding: 0.45rem 0.9rem;
  font-size: 0.82rem;
  border-color: rgba(255, 209, 0, 0.35);
  color: #fff;
}

.foot-atrix-btn:hover {
  border-color: var(--yellow);
  color: var(--yellow);
}

.foot-inner {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.foot img {
  height: 20px;
  width: auto;
  opacity: 0.95;
}

.foot p {
  margin: 0;
  font-size: 0.9rem;
}

.foot-links {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.foot-links a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
}

.foot-links a:hover {
  color: var(--yellow);
  text-decoration: none;
}

@media (max-width: 900px) {
  .foot-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .foot-grid {
    grid-template-columns: 1fr;
  }

  .foot-atrix-btn {
    width: 100%;
    text-align: center;
  }
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  padding: 0.85rem 1rem calc(0.85rem + env(safe-area-inset-bottom, 0px));
  background: rgba(5, 13, 28, 0.96);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 -16px 40px rgba(0, 0, 0, 0.35);
  color: #fff;
}

.cookie-banner[hidden] {
  display: none !important;
}

.cookie-banner-inner {
  width: min(1100px, 100%);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.2rem;
  align-items: center;
  justify-content: space-between;
}

.cookie-copy {
  flex: 1 1 280px;
  min-width: 0;
}

.cookie-title {
  margin: 0 0 0.25rem;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--yellow);
}

.cookie-copy p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  line-height: 1.45;
}

.cookie-copy a {
  color: #fff;
  text-decoration: none;
  font-weight: 650;
}

.cookie-copy a:hover {
  color: var(--yellow);
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  flex: 0 0 auto;
}

.cookie-btn {
  min-width: 8.5rem;
  padding: 0.55rem 1rem;
  font-size: 0.88rem;
}

/* —— Aviso de privacidad —— */
.legal-page {
  background: #071430;
  color: rgba(255, 255, 255, 0.88);
}

.legal-main {
  padding: 6.5rem 0 3.5rem;
}

.legal-wrap {
  max-width: 760px;
}

.legal-wrap h1 {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  letter-spacing: 0.04em;
  color: #fff;
}

.legal-updated {
  margin: 0 0 1.6rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.92rem;
}

.legal-card {
  margin: 0 0 1rem;
  padding: 1.15rem 1.2rem 1.2rem;
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.legal-card h2 {
  margin: 0 0 0.55rem;
  font-size: 1.05rem;
  color: var(--yellow);
}

.legal-card p,
.legal-card li {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  line-height: 1.55;
}

.legal-card p {
  margin: 0 0 0.7rem;
}

.legal-card p:last-child {
  margin-bottom: 0;
}

.legal-card ul {
  margin: 0 0 0.7rem;
  padding-left: 1.15rem;
}

.legal-card a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-note {
  margin: 1.2rem 0 1.5rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.88rem;
}

.legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 0;
}

@media (max-width: 720px) {
  .foot-links {
    margin-left: 0;
    width: 100%;
  }

  .cookie-actions {
    width: 100%;
  }

  .cookie-btn {
    flex: 1 1 auto;
  }
}

@media (max-width: 720px) {
  .top {
    padding: 0.7rem 0.9rem;
  }

  .brand-mark img {
    height: 42px;
  }

  .top-nav {
    gap: 0.55rem;
  }

  .top-nav a:not(.nav-cta) {
    display: none;
  }

  .nav-cta {
    padding: 0.4rem 0.85rem;
    font-size: 0.85rem;
  }

  .hero {
    min-height: 100svh;
    padding: 5.25rem 1rem 4.75rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .hero-stripe {
    bottom: 2.5%;
    height: 12px;
    opacity: 0.4;
  }

  .scroll-cue {
    bottom: 0.85rem;
  }

  .section {
    padding-block: 3.25rem;
  }

  .wrap {
    width: min(1100px, calc(100% - 1.6rem));
  }

  .section h2 {
    font-size: clamp(1.85rem, 8vw, 2.6rem);
  }

  .section-lead {
    font-size: 0.98rem;
  }

  .menu-tabs {
    gap: 0.4rem;
    justify-content: center;
  }

  .menu-tab {
    font-size: 0.8rem;
    padding: 0.48rem 0.75rem;
  }

  .menu-panel {
    padding: 1.1rem 1rem 1.2rem;
  }

  .menu-panel h3 {
    font-size: clamp(1.55rem, 6vw, 2.1rem);
  }

  .price {
    font-size: 1.2rem;
  }

  .sites {
    gap: 0.75rem;
  }

  .cursor-glow {
    display: none;
  }

  .foot-inner {
    justify-content: center;
    text-align: center;
  }

  .foot img {
    height: 36px;
  }
}

@media (max-width: 520px) {
  .hero-mascot {
    width: min(280px, 78vw);
    margin-top: 0.15rem;
  }

  .mascot-badge {
    font-size: 0.78rem;
    margin-inline: auto;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal,
  .sites li,
  .hero-logo,
  .hero-tag,
  .hero h1,
  .hero-lead,
  .hero-actions,
  .scroll-cue {
    opacity: 1 !important;
    transform: none !important;
  }
}
