/* =========================================================
   MakeX México · Global Styles
   Archivo: /css/makex.css
   Uso: makex.php, makexsede.php y páginas MakeX
   ========================================================= */

@font-face {
  font-family: 'GT America MakeX';
  src: url('/fonts/makex/GT-America-Standard-Bold.otf') format('opentype');
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mark Pro MakeX';
  src: url('/fonts/makex/MarkPro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mark Pro MakeX';
  src: url('/fonts/makex/MarkPro-Book.otf') format('opentype');
  font-weight: 450;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mark Pro MakeX';
  src: url('/fonts/makex/MarkPro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mark Pro MakeX';
  src: url('/fonts/makex/MarkPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --mkx-dark: #00002D;
  --mkx-dark-2: #050542;
  --mkx-dark-3: #08085a;
  --mkx-red: #EA5658;
  --mkx-red-strong: #E30613;
  --mkx-blue: #009EF6;
  --mkx-white: #ffffff;
  --mkx-soft: rgba(255,255,255,.86);
  --mkx-muted: rgba(255,255,255,.62);
  --mkx-line: rgba(255,255,255,.14);
  --mkx-shadow: 0 28px 80px rgba(0,0,45,.42);
  --mkx-shadow-soft: 0 18px 52px rgba(0,0,45,.24);
  --mkx-heading: 'GT America MakeX','Arial Black',Arial,sans-serif;
  --mkx-body: 'Mark Pro MakeX',Arial,sans-serif;
  --mkx-bg:
    radial-gradient(circle at 14% 0%, rgba(0,158,246,.20), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(234,86,88,.18), transparent 30%),
    linear-gradient(145deg,#00002D 0%,#030332 48%,#08085a 100%);
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: #00002D;
}

body {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: var(--mkx-white);
  font-family: var(--mkx-body);
  background: var(--mkx-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

img,
svg,
video,
iframe {
  max-width: 100%;
}

img {
  height: auto;
  display: block;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

body.mkx-menu-open {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}

.row {
  margin-left: -12px;
  margin-right: -12px;
}

[class*="col-"] {
  min-width: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.mkx-page {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: var(--mkx-bg);
}

.mkx-page * {
  min-width: 0;
}

/* =========================
   Menú MakeX
   ========================= */

.mkx-menu {
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 100%;
  background: linear-gradient(90deg, rgba(0,0,45,.98), rgba(14,7,58,.98));
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.mkx-menu-top {
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.mkx-menu-top-inner,
.mkx-menu-main-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
}

.mkx-menu-top-inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mkx-menu-brandline {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: rgba(255,255,255,.82);
  font-size: 13px;
  line-height: 1.25;
}

.mkx-ck-logo {
  width: 82px;
  height: auto;
  flex: 0 0 auto;
  border-radius: 7px;
  background: #fff;
}

.mkx-menu-brandline strong {
  color: #fff;
  font-family: var(--mkx-heading);
  font-size: 13px;
  letter-spacing: .01em;
}

.mkx-menu-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  flex: 0 0 auto;
}

.mkx-menu-social a {
  color: #fff;
  font-family: var(--mkx-heading);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .01em;
  opacity: .9;
}

.mkx-menu-main-inner {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.mkx-menu-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.mkx-menu-logo img {
  width: 224px;
  height: auto;
}

.mkx-menu-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-left: auto;
  min-width: 0;
}

.mkx-menu-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 15px;
  border-radius: 999px;
  color: #fff;
  font-family: var(--mkx-heading);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .01em;
  white-space: nowrap;
  transition: background .18s ease, transform .18s ease;
}

.mkx-menu-links a:hover,
.mkx-menu-links a.is-active {
  background: rgba(234,86,88,.22);
  transform: translateY(-1px);
}

.mkx-menu-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  color: #fff;
  background: #25d366;
  font-family: var(--mkx-heading);
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(37,211,102,.25);
}

.mkx-menu-wa:hover {
  color: #fff;
  filter: brightness(1.04);
}

.mkx-menu-toggle {
  display: none;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.09);
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  flex: 0 0 auto;
}

.mkx-menu-toggle span {
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: #fff;
  display: block;
}

/* =========================
   Secciones
   ========================= */

.mkx-section {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 82px 0;
  overflow: hidden;
}

.mkx-section.compact {
  padding: 58px 0;
}

.mkx-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(234,86,88,.14);
  border: 1px solid rgba(234,86,88,.42);
  color: #fff;
  font-family: var(--mkx-heading);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mkx-title {
  margin: 16px 0 14px;
  max-width: 100%;
  color: #fff;
  font-family: var(--mkx-heading);
  font-size: clamp(40px,5.3vw,72px);
  line-height: .94;
  letter-spacing: -.05em;
  overflow-wrap: break-word;
}

.mkx-title span,
.mkx-section-title span {
  color: var(--mkx-red);
}

.mkx-subtitle {
  margin: 0;
  max-width: 760px;
  color: var(--mkx-soft);
  font-size: clamp(16px,1.75vw,20px);
  line-height: 1.48;
  overflow-wrap: break-word;
}

.mkx-section-title {
  margin: 0 0 14px;
  max-width: 100%;
  font-family: var(--mkx-heading);
  font-size: clamp(30px,4vw,54px);
  line-height: 1.02;
  letter-spacing: -.04em;
  overflow-wrap: break-word;
}

.mkx-section-copy {
  margin: 0;
  max-width: 780px;
  color: var(--mkx-soft);
  font-size: 17px;
  line-height: 1.7;
  overflow-wrap: break-word;
}

/* =========================
   Hero
   ========================= */

.mkx-hero {
  position: relative;
  min-height: calc(100vh - 140px);
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 42px 0 46px;
  isolation: isolate;
  overflow: hidden;
}

.mkx-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,45,.97) 0%, rgba(0,0,45,.88) 40%, rgba(0,0,45,.46) 100%),
    var(--mkx-hero-image, none) center / cover no-repeat;
  z-index: -2;
}

.mkx-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  background: linear-gradient(180deg, transparent, #00002D);
  z-index: -1;
}

.mkx-hero-grid {
  display: grid;
  grid-template-columns: minmax(0,1.06fr) minmax(300px,.66fr);
  gap: 28px;
  align-items: end;
  width: 100%;
  max-width: 100%;
}

.mkx-hero-card {
  width: 100%;
  max-width: 100%;
  border-radius: 26px;
  padding: 22px;
  background:
    radial-gradient(circle at 0 0, rgba(0,158,246,.16), transparent 38%),
    linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.03));
  border: 1px solid var(--mkx-line);
  box-shadow: var(--mkx-shadow);
  backdrop-filter: blur(14px);
}

.mkx-hero-card h2 {
  margin: 0 0 10px;
  font-family: var(--mkx-heading);
  font-size: 24px;
  line-height: 1.1;
  overflow-wrap: break-word;
}

.mkx-hero-card p {
  margin: 0;
  color: var(--mkx-soft);
  line-height: 1.55;
}

/* =========================
   Botones
   ========================= */

.mkx-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 100%;
  margin-top: 24px;
}

.mkx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 0;
  max-width: 100%;
  min-height: 44px;
  padding: 12px 17px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.07);
  color: #fff;
  font-family: var(--mkx-heading);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: .01em;
  white-space: nowrap;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, filter .18s ease;
}

.mkx-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.28);
}

.mkx-btn.red {
  background: rgba(234,86,88,.18);
  border-color: rgba(234,86,88,.52);
}

.mkx-btn.red:hover {
  background: rgba(234,86,88,.27);
  border-color: rgba(234,86,88,.70);
}

.mkx-btn.blue {
  background: rgba(0,158,246,.16);
  border-color: rgba(0,158,246,.42);
}

.mkx-btn.blue:hover {
  background: rgba(0,158,246,.24);
  border-color: rgba(0,158,246,.62);
}

.mkx-btn.green {
  background: rgba(37,211,102,.18);
  border-color: rgba(37,211,102,.48);
}

.mkx-btn.green:hover {
  background: rgba(37,211,102,.26);
  border-color: rgba(37,211,102,.66);
}

/* =========================
   Stats / Badges
   ========================= */

.mkx-stat-row {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
  margin-top: 24px;
  max-width: 760px;
}

.mkx-stat {
  border-radius: 16px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  padding: 14px;
}

.mkx-stat strong {
  display: block;
  font-family: var(--mkx-heading);
  font-size: 22px;
  line-height: 1;
  overflow-wrap: break-word;
}

.mkx-stat span {
  display: block;
  margin-top: 7px;
  color: var(--mkx-muted);
  font-size: 12.5px;
  line-height: 1.35;
}

.mkx-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 100%;
  margin-top: 16px;
}

.mkx-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  color: var(--mkx-soft);
  font-size: 12px;
  font-family: var(--mkx-heading);
  font-weight: 900;
  line-height: 1.2;
}

/* =========================
   Cards generales
   ========================= */

.mkx-card,
.mkx-soon {
  background:
    radial-gradient(circle at 0 0, rgba(0,158,246,.16), transparent 38%),
    linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.03));
  border: 1px solid var(--mkx-line);
  box-shadow: var(--mkx-shadow-soft);
  backdrop-filter: blur(14px);
}

.mkx-card {
  position: relative;
  height: 100%;
  max-width: 100%;
  border-radius: 24px;
  padding: 24px;
  overflow: hidden;
}

.mkx-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 4px;
  border-radius: 999px;
  background: var(--mkx-red);
}

.mkx-card-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(234,86,88,.16);
  border: 1px solid rgba(234,86,88,.38);
  color: #fff;
  margin-bottom: 16px;
  font-size: 19px;
}

.mkx-card h3 {
  margin: 0 0 10px;
  font-family: var(--mkx-heading);
  font-size: 22px;
  line-height: 1.12;
  overflow-wrap: break-word;
}

.mkx-card p {
  margin: 0;
  color: var(--mkx-soft);
  line-height: 1.65;
}

.mkx-soon {
  max-width: 100%;
  border-radius: 28px;
  padding: 32px;
}

.mkx-split-panel {
  max-width: 100%;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid var(--mkx-line);
  background: rgba(255,255,255,.04);
  box-shadow: var(--mkx-shadow);
}

.mkx-split-media {
  min-height: 340px;
  background:
    linear-gradient(180deg, rgba(0,0,45,.10), rgba(0,0,45,.78)),
    var(--mkx-panel-image, var(--mkx-hero-image, none)) center / cover no-repeat;
}

.mkx-split-content {
  padding: 28px;
}

/* =========================
   Categorías
   ========================= */

#categorias.mkx-section {
  padding: 56px 0 64px;
}

#categorias .mkx-section-title {
  font-size: clamp(30px,3.4vw,46px);
  margin-bottom: 10px;
}

#categorias .mkx-section-copy {
  font-size: 16px;
  line-height: 1.55;
}

#categorias .mkx-card {
  padding: 20px;
}

#categorias .mkx-card h3 {
  font-size: 20px;
}

#categorias .mkx-card p {
  font-size: 14px;
  line-height: 1.55;
}

.mkx-categories-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 12px;
  width: 100%;
  max-width: 100%;
  margin-top: 22px;
}

.mkx-category {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 192px;
  border-radius: 20px;
  padding: 16px;
  background:
    radial-gradient(circle at 0 0, rgba(0,158,246,.14), transparent 36%),
    linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.12);
  overflow: hidden;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
  color: #fff;
}

.mkx-category:hover {
  transform: translateY(-5px);
  border-color: rgba(234,86,88,.48);
  box-shadow: 0 24px 64px rgba(0,0,45,.34);
  background:
    radial-gradient(circle at 0 0, rgba(234,86,88,.18), transparent 36%),
    linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
  color: #fff;
}

.mkx-category::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 999px;
  background: var(--mkx-red);
}

.mkx-category-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  max-width: 100%;
  margin-bottom: 12px;
}

.mkx-category-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  flex: 0 0 auto;
}

.mkx-category-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.mkx-category-icon-fallback::before {
  content: "\f1b9";
  font-family: FontAwesome;
  font-size: 22px;
  color: rgba(255,255,255,.86);
}

.mkx-category .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 126px;
  padding: 6px 8px;
  border-radius: 999px;
  background: rgba(0,158,246,.14);
  border: 1px solid rgba(0,158,246,.34);
  color: #fff;
  font-family: var(--mkx-heading);
  font-size: 9.8px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: .02em;
  text-align: right;
  overflow-wrap: break-word;
}

.mkx-category h3 {
  margin: 0 0 7px;
  font-family: var(--mkx-heading);
  font-size: 18px;
  line-height: 1.08;
  overflow-wrap: break-word;
}

.mkx-category p {
  margin: 0;
  color: var(--mkx-soft);
  line-height: 1.42;
  font-size: 12.8px;
  padding-bottom: 34px;
  overflow-wrap: break-word;
}

.mkx-category-bottom {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: calc(100% - 32px);
}

.mkx-category .level {
  color: var(--mkx-muted);
  font-family: var(--mkx-heading);
  font-size: 11px;
  font-weight: 900;
  overflow-wrap: break-word;
}

.mkx-category-cta {
  color: #fff;
  font-family: var(--mkx-heading);
  font-size: 11px;
  font-weight: 900;
  opacity: .88;
  transition: transform .18s ease, opacity .18s ease;
  white-space: nowrap;
}

.mkx-category:hover .mkx-category-cta {
  opacity: 1;
  transform: translateX(3px);
}

/* =========================
   Paneles / Timeline / FAQ
   ========================= */

.mkx-tickets-panel {
  max-width: 100%;
  border-radius: 30px;
  padding: 32px;
  background:
    radial-gradient(circle at 100% 0%, rgba(234,86,88,.22), transparent 34%),
    radial-gradient(circle at 0% 100%, rgba(0,158,246,.18), transparent 38%),
    linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.03));
  border: 1px solid var(--mkx-line);
  box-shadow: var(--mkx-shadow);
}

.mkx-ticket-card {
  background:
    radial-gradient(circle at 0 0, rgba(234,86,88,.18), transparent 38%),
    linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
}

.mkx-ticket-note {
  margin-top: 14px !important;
  color: var(--mkx-muted) !important;
  font-size: 12px;
  line-height: 1.5 !important;
}

.mkx-timeline {
  display: grid;
  gap: 14px;
  max-width: 100%;
}

.mkx-timeline-item {
  display: grid;
  grid-template-columns: 54px minmax(0,1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.12);
}

.mkx-timeline-num {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: rgba(0,158,246,.16);
  border: 1px solid rgba(0,158,246,.40);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mkx-heading);
  font-weight: 900;
  color: #fff;
}

.mkx-timeline-item h3 {
  margin: 0 0 5px;
  font-family: var(--mkx-heading);
  font-size: 18px;
  overflow-wrap: break-word;
}

.mkx-timeline-item p {
  margin: 0;
  color: var(--mkx-soft);
  line-height: 1.55;
}

.mkx-info-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
  max-width: 100%;
}

.mkx-info {
  border-radius: 22px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.12);
  padding: 20px;
}

.mkx-info strong {
  display: block;
  font-family: var(--mkx-heading);
  font-size: 18px;
  margin-bottom: 8px;
  overflow-wrap: break-word;
}

.mkx-info span {
  display: block;
  color: var(--mkx-soft);
  line-height: 1.55;
}

.mkx-faq {
  max-width: 100%;
  border-radius: 26px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--mkx-line);
  overflow: hidden;
}

.mkx-faq details {
  padding: 20px 22px;
  border-top: 1px solid var(--mkx-line);
}

.mkx-faq details:first-child {
  border-top: 0;
}

.mkx-faq summary {
  cursor: pointer;
  font-family: var(--mkx-heading);
  font-size: 17px;
  list-style: none;
  color: #fff;
  overflow-wrap: break-word;
}

.mkx-faq summary::-webkit-details-marker {
  display: none;
}

.mkx-faq p {
  margin: 10px 0 0;
  color: var(--mkx-soft);
  line-height: 1.65;
}

.mkx-map {
  max-width: 100%;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid var(--mkx-line);
  background: rgba(255,255,255,.04);
  box-shadow: var(--mkx-shadow);
}

.mkx-map-frame {
  position: relative;
  padding-top: 56.25%;
  background: rgba(255,255,255,.04);
}

.mkx-map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.mkx-map-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  padding: 18px;
  border-top: 1px solid var(--mkx-line);
}

.mkx-map-bar strong {
  display: block;
  font-family: var(--mkx-heading);
  font-size: 16px;
  overflow-wrap: break-word;
}

.mkx-map-bar span {
  display: block;
  color: var(--mkx-muted);
  font-size: 13px;
  margin-top: 3px;
}

/* =========================
   Footer / WhatsApp
   ========================= */

.mkx-footer {
  border-top: 1px solid var(--mkx-line);
  padding: 38px 0 28px;
  background: rgba(0,0,45,.48);
}

.mkx-footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  max-width: 100%;
  color: var(--mkx-muted);
  font-size: 13px;
}

.mkx-floating-wa {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 31px;
  box-shadow: 0 18px 38px rgba(0,0,0,.35);
  z-index: 999;
  transition: transform .18s ease, filter .18s ease;
}

.mkx-floating-wa:hover {
  color: #fff;
  transform: translateY(-2px);
  filter: brightness(1.04);
}

/* =========================
   Utilidades
   ========================= */

.mkx-mt-0 { margin-top: 0 !important; }
.mkx-mt-10 { margin-top: 10px !important; }
.mkx-mt-14 { margin-top: 14px !important; }
.mkx-mt-18 { margin-top: 18px !important; }
.mkx-mt-24 { margin-top: 24px !important; }
.mkx-mt-28 { margin-top: 28px !important; }
.mkx-text-muted { color: var(--mkx-muted) !important; }
.mkx-text-soft { color: var(--mkx-soft) !important; }

/* =========================
   Responsive
   ========================= */

@media (max-width: 1180px) {
  .mkx-menu-main-inner {
    gap: 16px;
  }

  .mkx-menu-logo img {
    width: 190px;
  }

  .mkx-menu-links a {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 13px;
  }

  .mkx-categories-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }

  .mkx-category {
    min-height: 205px;
  }
}

@media (max-width: 991px) {
  .mkx-menu-top-inner {
    min-height: 42px;
  }

  .mkx-menu-brandline span {
    display: none;
  }

  .mkx-menu-main-inner {
    min-height: 90px;
  }

  .mkx-menu-logo img {
    width: 210px;
  }

  .mkx-menu-toggle {
    display: inline-flex;
  }

  .mkx-menu-links {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(86vw, 360px);
    padding: 108px 18px 28px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
    background: linear-gradient(160deg, rgba(0,0,45,.98), rgba(20,9,61,.98));
    border-left: 1px solid rgba(255,255,255,.14);
    box-shadow: -24px 0 60px rgba(0,0,0,.35);
    transform: translateX(105%);
    transition: transform .24s ease;
    z-index: 101;
  }

  .mkx-menu.is-open .mkx-menu-links {
    transform: translateX(0);
  }

  .mkx-menu-links a {
    justify-content: flex-start;
    width: 100%;
    min-height: 48px;
    border-radius: 16px;
    background: rgba(255,255,255,.06);
    padding: 14px 15px;
    white-space: normal;
  }

  .mkx-menu-wa {
    display: none;
  }

  .mkx-hero {
    min-height: auto;
    padding: 52px 0 48px;
  }

  .mkx-hero-grid {
    grid-template-columns: 1fr;
  }

  .mkx-stat-row,
  .mkx-info-grid {
    grid-template-columns: 1fr;
  }

  .mkx-section {
    padding: 58px 0;
  }

  .mkx-split-media {
    min-height: 260px;
  }

  .mkx-floating-wa {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 820px) {
  .mkx-categories-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .mkx-category {
    min-height: 210px;
  }
}

@media (max-width: 720px) {
  .container,
  .mkx-menu-top-inner,
  .mkx-menu-main-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mkx-section {
    padding: 52px 0;
  }

  .mkx-section.compact {
    padding: 46px 0;
  }

  .mkx-categories-grid {
    gap: 12px;
  }
}

@media (max-width: 620px) {
  .container,
  .mkx-menu-top-inner,
  .mkx-menu-main-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .mkx-menu-social {
    gap: 10px;
  }

  .mkx-menu-social a {
    font-size: 12px;
  }

  .mkx-menu-logo img {
    width: 218px;
  }

  .mkx-actions {
    display: grid;
    width: 100%;
    max-width: 100%;
  }

  .mkx-actions .mkx-btn,
  .mkx-btn {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }

  .mkx-badges {
    width: 100%;
  }

  .mkx-badge {
    max-width: 100%;
    white-space: normal;
  }

  .mkx-hero-grid,
  .mkx-stat-row,
  .mkx-categories-grid,
  .mkx-info-grid,
  .mkx-footer-grid {
    width: 100%;
    max-width: 100%;
  }

  .mkx-split-panel,
  .mkx-tickets-panel,
  .mkx-soon,
  .mkx-card,
  .mkx-faq,
  .mkx-map {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 520px) {
  .mkx-title {
    font-size: 40px;
  }

  .mkx-subtitle {
    font-size: 16px;
  }

  .mkx-hero-card,
  .mkx-card,
  .mkx-soon {
    border-radius: 22px;
    padding: 20px;
  }

  #categorias.mkx-section {
    padding: 46px 0 52px;
  }

  .mkx-categories-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .mkx-category {
    min-height: 220px;
    padding: 18px;
  }

  .mkx-category-top {
    align-items: flex-start;
  }

  .mkx-category-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .mkx-category .tag {
    font-size: 10.5px;
    max-width: 150px;
  }

  .mkx-category h3 {
    font-size: 20px;
  }

  .mkx-category p {
    font-size: 14px;
    line-height: 1.5;
  }

  .mkx-category-bottom {
    left: 18px;
    right: 18px;
    bottom: 16px;
    max-width: calc(100% - 36px);
  }

  .mkx-category-cta {
    white-space: normal;
    text-align: right;
  }

  .mkx-timeline-item {
    grid-template-columns: 1fr;
  }

  .mkx-tickets-panel {
    border-radius: 24px;
    padding: 20px;
  }

  .mkx-stat-row {
    gap: 8px;
    margin-top: 20px;
  }

  .mkx-stat {
    padding: 12px;
  }

  .mkx-stat strong {
    font-size: 21px;
  }

  .mkx-map-bar {
    align-items: flex-start;
  }
}

@media (max-width: 390px) {
  .container,
  .mkx-menu-top-inner,
  .mkx-menu-main-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .mkx-menu-logo img {
    width: 190px;
  }

  .mkx-title {
    font-size: 36px;
  }
}
