/* ==========================================================================
   GYM VISIBLE ENGINE — LA FUERZA SE VE (100% FULL DARK GYM BRUTALISM)
   ========================================================================== */

:root {
  --accent: #D6A419;          /* Ocre Mostaza */
  --accent-ink: #161615;      /* Texto sobre ocre */
  --bg: #161615;              /* Gris casi negro */
  --bg-2: #1D1D1A;            /* Gris un paso más claro */
  --paper: #EDEBE3;           /* Texto claro */
  --line: rgba(237, 235, 227, 0.14);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

/* REGLAS FORZADAS PARA GARANTIZAR TEMA 100% DARK SOBRE CUALQUIER TEMA WP */
body, #gym-app-container,
#gym-app-container section,
#gym-app-container .sec,
#gym-app-container .footer,
#gym-app-container .menu {
  background-color: #161615 !important;
  color: #EDEBE3 !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

.pad-x { padding-left: 20px; padding-right: 20px; }
@media(min-width:640px) { .pad-x { padding-left: 32px; padding-right: 32px; } }
@media(min-width:768px) { .pad-x { padding-left: 48px; padding-right: 48px; } }

/* Micro-tipografía del sistema */
.micro { font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; line-height: 1.625; }
@media(min-width:640px) { .micro { font-size: 12px; } }
@media(min-width:768px) { .micro { font-size: 14px; } }

.xs { font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
@media(min-width:640px) { .xs { font-size: 11px; } }
.dim { color: rgba(237, 235, 227, .65) !important; }

/* Titulares apilados gigantes (identidad del hero) */
.mega {
  font-size: clamp(2.4rem, 8.5vw, 8.5rem);
  font-weight: 700; line-height: .88; text-transform: uppercase; letter-spacing: -.01em;
}
.mega .ac { color: var(--accent) !important; }

/* ══════════ NAV ══════════ */
.nav { position: sticky; top: 0; z-index: 40; background: rgba(22, 22, 21, 0.95) !important; backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav-in { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; padding-bottom: 16px; }
.logo-ring {
  display: flex; align-items: center; justify-content: center; flex: none;
  width: 32px; height: 32px; border: 2px solid var(--accent); border-radius: 50%;
}
.logo-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--accent); }
.nav-brand-text { font-size: 14px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--paper) !important; }
.nav-brand-text span { color: var(--accent) !important; }

.nav-links { display: none; }
@media(min-width:768px) { .nav-links { display: flex; gap: 32px; } }
.nav-links a {
  font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--paper) !important; transition: color .2s;
}
.nav-links a:hover { color: var(--accent) !important; }

.burger {
  width: 36px; height: 36px; border-radius: 50%; background: var(--paper); border: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; flex: none; padding: 0;
  transition: opacity .2s;
}
.burger:hover { opacity: .85; }
.burger span { display: block; width: 16px; height: 2px; background: var(--accent-ink); }
.burger.is-icon { gap: 0; }
.burger.is-icon svg { color: var(--accent-ink); width: 16px; height: 16px; }

/* ══════════ HERO ══════════ */
.hero {
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; min-height: calc(100vh - 65px); min-height: calc(100svh - 65px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 1000' preserveAspectRatio='xMidYMid slice'%3E%3Cdefs%3E%3ClinearGradient id='w' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%231C1C19'/%3E%3Cstop offset='1' stop-color='%23161615'/%3E%3C/linearGradient%3E%3ClinearGradient id='gl' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%23EDE7D8' stop-opacity='.10'/%3E%3Cstop offset='1' stop-color='%23EDE7D8' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='1600' height='1000' fill='url(%23w)'/%3E%3Cpath d='M0 0 H1600 V120 H0 Z' fill='%2320201C'/%3E%3Cpath d='M0 120 H1600' stroke='%232C2C26' stroke-width='3'/%3E%3Cg stroke='%23262622' stroke-width='6'%3E%3Cpath d='M180 120 V520 M420 120 V520 M1180 120 V520 M1420 120 V520'/%3E%3C/g%3E%3Crect x='150' y='520' width='334' height='480' fill='url(%23gl)'/%3E%3Crect x='1150' y='520' width='334' height='480' fill='url(%23gl)'/%3E%3Cg fill='none' stroke='%2334342D' stroke-width='16' stroke-linecap='round'%3E%3Cpath d='M560 300 V820 M1040 300 V820 M560 300 H640 M1040 300 H960 M560 820 H640 M1040 820 H960'/%3E%3C/g%3E%3Crect x='620' y='380' width='360' height='14' rx='7' fill='%233B3B32'/%3E%3Cg fill='none' stroke='%23D6A419' stroke-width='7'%3E%3Ccircle cx='660' cy='387' r='52'/%3E%3Ccircle cx='940' cy='387' r='52'/%3E%3C/g%3E%3Cg fill='none' stroke='%23585850' stroke-width='4'%3E%3Ccircle cx='660' cy='387' r='30'/%3E%3Ccircle cx='940' cy='387' r='30'/%3E%3C/g%3E%3Cg fill='none' stroke='%23302D27' stroke-width='10' stroke-linecap='round'%3E%3Cpath d='M260 660 V900 M260 660 l70 -30 M260 660 l70 30'/%3E%3Cpath d='M1340 660 V900 M1340 660 l-70 -30 M1340 660 l-70 30'/%3E%3C/g%3E%3Cg fill='none' stroke='%233B3B32' stroke-width='9' stroke-linecap='round'%3E%3Cpath d='M760 640 l-26 60 M840 640 l26 60 M745 770 h110'/%3E%3C/g%3E%3Cpath d='M0 900 H1600' stroke='%232C2C26' stroke-width='4'/%3E%3Crect y='900' width='1600' height='100' fill='%23191916'/%3E%3Cg fill='%23242420'%3E%3Crect x='90' y='920' width='100' height='10' rx='5'/%3E%3Crect x='1410' y='920' width='100' height='10' rx='5'/%3E%3Crect x='90' y='906' width='12' height='38' rx='4'/%3E%3Crect x='178' y='906' width='12' height='38' rx='4'/%3E%3Crect x='1410' y='906' width='12' height='38' rx='4'/%3E%3Crect x='1498' y='906' width='12' height='38' rx='4'/%3E%3C/g%3E%3C/svg%3E") !important;
  background-size: cover !important; background-position: center !important;
}

.hero-stats { flex: 1; display: flex; align-items: center; justify-content: flex-end; padding-top: 40px; padding-bottom: 40px; }
@media(min-width:768px) { .hero-stats { padding-top: 0; padding-bottom: 0; } }
.stats-row { display: flex; gap: 20px; }
@media(min-width:640px) { .stats-row { gap: 32px; } }
@media(min-width:768px) { .stats-row { gap: 40px; } }

.stat { display: flex; flex-direction: column; align-items: flex-end; text-align: right; }
.stat-num { display: flex; align-items: baseline; font-size: clamp(1.5rem, 5vw, 3.5rem); font-weight: 700; line-height: 1; color: var(--paper) !important; }
.stat-num .plus { color: var(--accent) !important; font-size: .5em; line-height: 1; }
.stat-label { margin-top: 4px; text-align: right; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; line-height: 1.25; color: rgba(237, 235, 227, .7) !important; }
@media(min-width:640px) { .stat-label { font-size: 12px; } }
@media(min-width:768px) { .stat-label { font-size: 14px; } }

.hero-bottom { display: flex; flex-direction: column; gap: 24px; padding-bottom: 32px; }
@media(min-width:768px) { .hero-bottom { gap: 48px; padding-bottom: 48px; } }
.row-a { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.tagline { font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; line-height: 1.625; max-width: 130px; color: rgba(237, 235, 227, .85) !important; }
@media(min-width:640px) { .tagline { font-size: 12px; max-width: 160px; } }
@media(min-width:768px) { .tagline { font-size: 14px; max-width: 320px; } }

.cta {
  display: flex; align-items: center; gap: 6px;
  font-size: 16px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--accent) !important;
  white-space: nowrap; transition: opacity .2s; border: none; background: transparent; cursor: pointer;
}
.cta:hover { opacity: .75; }
.cta svg { width: 18px; height: 18px; flex: none; }
@media(min-width:640px) { .cta { font-size: 20px; gap: 8px; } .cta svg { width: 22px; height: 22px; } }
@media(min-width:768px) { .cta { font-size: 24px; } }

.row-b { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
@media(min-width:640px) { .row-b { gap: 16px; } }
.desc-wrap { width: 120px; flex: none; }
@media(min-width:640px) { .desc-wrap { width: 180px; } }
@media(min-width:768px) { .desc-wrap { width: 280px; } }
.desc { font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; line-height: 1.625; text-align: left; color: rgba(237, 235, 227, .7) !important; }
@media(min-width:640px) { .desc { font-size: 12px; } }
@media(min-width:768px) { .desc { font-size: 14px; text-align: right; } }
.heading { display: flex; flex-direction: column; align-items: flex-end; text-align: right; }

/* ══════════ BANDA MOTTO ══════════ */
.motto { background: var(--accent) !important; color: var(--accent-ink) !important; overflow: hidden; }
.motto-in { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-top: 14px; padding-bottom: 14px; }
.motto span { font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; white-space: nowrap; color: var(--accent-ink) !important; }
@media(min-width:640px) { .motto span { font-size: 13px; } }
.motto .a { opacity: .55; }

/* ══════════ SECCIONES FORZADAS EN OSCURO ══════════ */
.sec { padding-top: 72px; padding-bottom: 72px; background: #161615 !important; }
@media(min-width:768px) { .sec { padding-top: 112px; padding-bottom: 112px; } }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; }
@media(min-width:768px) { .sec-head { margin-bottom: 64px; } }
.sec-kicker { display: flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--accent) !important; margin-bottom: 14px; }
.sec-kicker::before { content: ""; width: 24px; height: 2px; background: var(--accent); }
.sec-title { font-size: clamp(1.9rem, 4.5vw, 4rem); font-weight: 700; line-height: .95; text-transform: uppercase; letter-spacing: -.01em; color: var(--paper) !important; }
.sec-side { max-width: 260px; text-align: right; }

/* ══════════ PROGRAMAS ══════════ */
.rows { border-top: 1px solid var(--line); }
.row {
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 8px;
  padding-top: 22px; padding-bottom: 22px; border-bottom: 1px solid var(--line);
  transition: padding-left .3s var(--ease); cursor: pointer; text-decoration: none; color: inherit;
  background: transparent !important;
}
@media(min-width:768px) {
  .row { grid-template-columns: 64px 1.4fr 1fr auto; padding-top: 28px; padding-bottom: 28px; gap: 24px; }
  .row:hover { padding-left: 16px; }
  .row:hover .row-name { color: var(--accent) !important; }
}
.row-idx { display: none; font-size: 12px; font-weight: 600; letter-spacing: .14em; color: rgba(237, 235, 227, .4) !important; }
@media(min-width:768px) { .row-idx { display: block; } }
.row-name { font-size: clamp(1.5rem, 4vw, 2.8rem); font-weight: 700; line-height: .95; text-transform: uppercase; color: var(--paper) !important; transition: color .2s; }
.row-desc { grid-column: 1 / -1; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(237, 235, 227, .65) !important; line-height: 1.6; max-width: 52ch; }
@media(min-width:640px) { .row-desc { font-size: 11px; } }
@media(min-width:768px) { .row-desc { grid-column: auto; margin-top: 0; text-align: right; } }
.row-meta { display: flex; align-items: center; gap: 14px; }
.row-meta .xs { color: rgba(237, 235, 227, .65) !important; }
.row-arrow {
  display: flex; align-items: center; justify-content: center; flex: none;
  width: 40px; height: 40px; border: 1px solid rgba(237, 235, 227, .3); border-radius: 50%;
  color: var(--paper) !important; transition: background .2s, color .2s, border-color .2s;
}
.row:hover .row-arrow { background: var(--accent) !important; border-color: var(--accent) !important; color: var(--accent-ink) !important; }
.row-arrow svg { width: 14px; height: 14px; }

/* ══════════ BANDA NUMEROS ══════════ */
.band { background: var(--bg-2) !important; border-block: 1px solid var(--line); }
.band-in { padding-top: 72px; padding-bottom: 72px; display: grid; gap: 40px; }
@media(min-width:768px) {
  .band-in { grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; padding-top: 112px; padding-bottom: 112px; }
}
.band-title { font-size: clamp(2rem, 5vw, 4.4rem); font-weight: 700; line-height: .92; text-transform: uppercase; color: var(--paper) !important; }
.band-title .a { color: var(--accent) !important; }
.band-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px 24px; }
@media(min-width:640px) { .band-stats { grid-template-columns: repeat(4, 1fr); } }
@media(min-width:768px) { .band-stats { grid-template-columns: repeat(2, 1fr); border-left: 1px solid var(--line); padding-left: 64px; } }
.bstat { display: flex; flex-direction: column; align-items: flex-end; text-align: right; }
.bstat-num { display: flex; align-items: baseline; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 700; line-height: 1; color: var(--paper) !important; }
.bstat-num .plus { color: var(--accent) !important; font-size: .5em; line-height: 1; }
.bstat-label { margin-top: 6px; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(237, 235, 227, .65) !important; }
@media(min-width:640px) { .bstat-label { font-size: 11px; } }

/* ══════════ COACHES ══════════ */
.coach {
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 8px;
  padding-top: 22px; padding-bottom: 22px; border-bottom: 1px solid var(--line);
  transition: padding-left .3s var(--ease); background: transparent !important;
}
@media(min-width:768px) { .coach { grid-template-columns: 64px 56px 1fr 1fr auto; gap: 24px; padding-top: 26px; padding-bottom: 26px; } .coach:hover { padding-left: 16px; } }
.coach-mono {
  display: flex; align-items: center; justify-content: center; flex: none;
  width: 56px; height: 56px; border: 1px solid rgba(237, 235, 227, .3); border-radius: 50%;
  font-size: 14px; font-weight: 700; letter-spacing: .05em; color: var(--accent) !important;
}
.coach-name { font-size: clamp(1.3rem, 3.2vw, 2.2rem); font-weight: 700; line-height: .95; text-transform: uppercase; color: var(--paper) !important; transition: color .2s; }
.coach:hover .coach-name { color: var(--accent) !important; }
.coach-spec { display: none; }
@media(min-width:768px) { .coach-spec { display: block; text-align: right; } }
.coach-spec .xs { color: rgba(237, 235, 227, .65) !important; }
.coach-spec .xs b { color: var(--paper) !important; }

/* ══════════ MEMBRESÍAS ══════════ */
.plan {
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 10px;
  padding-top: 26px; padding-bottom: 26px; border-bottom: 1px solid var(--line);
  transition: padding-left .3s var(--ease), background .2s; cursor: pointer;
  background: transparent !important;
}
@media(min-width:768px) {
  .plan { grid-template-columns: 200px 1fr auto auto; gap: 32px; padding-top: 34px; padding-bottom: 34px; }
  .plan:hover { padding-left: 16px; background: rgba(214, 164, 25, .06) !important; }
}
.plan-name { font-size: clamp(1.5rem, 3.5vw, 2.4rem); font-weight: 700; line-height: .95; text-transform: uppercase; color: var(--paper) !important; }
.plan--pro .plan-name { color: var(--accent) !important; }
.plan-feats { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 6px 18px; }
@media(min-width:768px) { .plan-feats { grid-column: auto; } }
.plan-feats span { font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: rgba(237, 235, 227, .65) !important; }
@media(min-width:640px) { .plan-feats span { font-size: 11px; } }
.plan-price { display: flex; align-items: baseline; gap: 6px; }
.plan-price .p { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 700; line-height: 1; color: var(--paper) !important; }
.plan-price .u { font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: rgba(237, 235, 227, .5) !important; }
@media(min-width:640px) { .plan-price .u { font-size: 11px; } }
.plan-badge {
  display: inline-block; padding: 4px 10px; border-radius: 99px; background: var(--accent) !important; color: var(--accent-ink) !important;
  font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 10px;
}
.plans-note { margin-top: 24px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.plans-note .xs { color: rgba(237, 235, 227, .55) !important; }

/* ══════════ ESTILOS DEL GENERADOR DE PASES & DASHBOARD (ULTRA DARK) ══════════ */
.gym-dark-station {
  background: var(--bg-2) !important;
  border: 1px solid rgba(214, 164, 25, 0.3) !important;
  box-shadow: 0 20px 50px rgba(0,0,0,0.8);
  border-radius: 28px;
}

.gym-dark-input {
  background: #121211 !important;
  border: 1px solid rgba(237, 235, 227, 0.2) !important;
  color: var(--paper) !important;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 14px;
  transition: all 0.2s ease;
  width: 100%;
}
.gym-dark-input:focus {
  outline: none;
  border-color: var(--accent) !important;
  box-shadow: 0 0 15px rgba(214, 164, 25, 0.3);
}

.gym-dark-select {
  background: #121211 !important;
  border: 1px solid var(--accent) !important;
  color: var(--accent) !important;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  padding: 14px 18px;
  border-radius: 14px;
  width: 100%;
}

.gym-pass-qr-card {
  background: #121211 !important;
  border: 1px solid rgba(214, 164, 25, 0.4) !important;
  border-radius: 24px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.9);
}

.gym-qr-container-dark {
  background: #000000 !important;
  border: 2px solid var(--accent) !important;
  padding: 16px;
  border-radius: 20px;
  display: inline-block;
}

/* ══════════ TESTIMONIOS ══════════ */
.quotes { display: grid; gap: 48px; }
@media(min-width:768px) { .quotes { grid-template-columns: 1fr 1fr; gap: 64px; } }
.quote { display: flex; flex-direction: column; gap: 24px; padding-top: 28px; border-top: 2px solid var(--accent); background: transparent !important; }
.quote-mark { color: var(--accent) !important; font-size: 2.4rem; font-weight: 700; line-height: 0; }
.quote-txt { font-size: clamp(1.1rem, 2.4vw, 1.6rem); font-weight: 600; line-height: 1.2; letter-spacing: .01em; text-transform: uppercase; color: var(--paper) !important; }
.quote-by { margin-top: auto; display: flex; align-items: center; gap: 12px; }
.quote-by .logo-ring { width: 24px; height: 24px; border-width: 1.5px; }
.quote-by .logo-dot { width: 7px; height: 7px; }
.quote-by .xs { color: rgba(237, 235, 227, .65) !important; }

/* ══════════ CTA FINAL ══════════ */
.final { background: var(--accent) !important; color: var(--accent-ink) !important; padding-top: 88px; padding-bottom: 88px; }
@media(min-width:768px) { .final { padding-top: 144px; padding-bottom: 144px; } }
.final-in { display: flex; flex-direction: column; gap: 40px; }
@media(min-width:768px) { .final-in { flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 64px; } }
.final .mega { color: var(--accent-ink) !important; }
.final .mega .ac { color: var(--paper) !important; }
.final-side { display: flex; flex-direction: column; gap: 28px; align-items: flex-start; }
@media(min-width:768px) { .final-side { align-items: flex-end; text-align: right; } }
.final .micro { color: rgba(22, 22, 21, .85) !important; }

.btn-solid {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--accent-ink) !important; color: var(--accent) !important; border: 1px solid var(--accent-ink) !important; border-radius: 99px;
  padding: 16px 32px; font-size: 14px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  transition: opacity .2s; cursor: pointer;
}
.btn-solid:hover { opacity: .85; }
.btn-solid svg { width: 18px; height: 18px; }

.btn-line {
  display: inline-flex; align-items: center; gap: 10px;
  background: transparent !important; color: var(--accent-ink) !important; border: 1px solid rgba(22, 22, 21, .45) !important; border-radius: 99px;
  padding: 16px 32px; font-size: 14px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  transition: border-color .2s, background .2s; text-decoration: none;
}
.btn-line:hover { border-color: var(--accent-ink) !important; background: rgba(22, 22, 21, .08) !important; }

/* ══════════ FOOTER ══════════ */
.footer { border-top: 1px solid var(--line); padding-top: 48px; padding-bottom: 32px; background: #161615 !important; }
.foot-grid { display: grid; gap: 40px; }
@media(min-width:768px) { .foot-grid { grid-template-columns: 2fr 1fr 1fr 1fr; gap: 64px; } }
.foot-brand { display: flex; flex-direction: column; gap: 16px; }
.foot-brand .mega { font-size: clamp(1.8rem, 4vw, 3rem); }
.foot-brand .mega .ac { color: var(--accent) !important; }
.foot-col h4 { font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--accent) !important; margin-bottom: 16px; }
.foot-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.foot-col a, .foot-col li { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(237, 235, 227, .65) !important; transition: color .2s; }
.foot-col a:hover { color: var(--accent) !important; }
.foot-bottom {
  margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px;
}
.foot-bottom span, .foot-bottom a { font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(237, 235, 227, .5) !important; }

/* ══════════ MENÚ MÓVIL ══════════ */
.menu {
  position: fixed; inset: 0; z-index: 50; background: #161615 !important;
  display: flex; flex-direction: column; padding-top: 16px; padding-bottom: 32px;
  visibility: hidden; opacity: 0;
  transition: opacity .25s ease, visibility 0s linear .25s;
}
.menu.open { visibility: visible; opacity: 1; transition: opacity .25s ease; }
.menu-top { display: flex; align-items: center; justify-content: space-between; }
.menu-links { display: flex; flex-direction: column; gap: 28px; margin-top: 56px; }
.menu-links a { font-size: 28px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--paper) !important; transition: color .2s; }
.menu-links a:hover { color: var(--accent) !important; }
.menu-cta { margin-top: auto; }
.menu-cta a {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 18px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--accent) !important;
}
.menu-cta svg { width: 20px; height: 20px; }

/* ══════════ UTILERÍAS STANDALONE (REEMPLAZO DE TAILWIND CDN) ══════════ */
.w-full { width: 100% !important; }
.h-full { height: 100% !important; }
.min-h-screen { min-height: 100vh !important; }
.flex { display: flex !important; }
.inline-block { display: inline-block !important; }
.hidden { display: none !important; }
.flex-col { flex-direction: column !important; }
.items-center { align-items: center !important; }
.justify-center { justify-content: center !important; }
.justify-between { justify-content: space-between !important; }
.gap-2 { gap: 0.5rem !important; }
.gap-3 { gap: 0.75rem !important; }
.gap-4 { gap: 1rem !important; }
.gap-5 { gap: 1.25rem !important; }
.gap-6 { gap: 1.5rem !important; }
.grid { display: grid !important; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; }
@media(min-width:768px) {
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
}
.max-w-3xl { max-width: 48rem !important; }
.max-w-4xl { max-width: 56rem !important; }
.max-w-md { max-width: 28rem !important; }
.max-w-xl { max-width: 36rem !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.font-bold { font-weight: 700 !important; }
.font-extrabold { font-weight: 800 !important; }
.font-black { font-weight: 900 !important; }
.text-white { color: #ffffff !important; }
.text-zinc-300 { color: #d4d4d8 !important; }
.text-zinc-400 { color: #a1a1aa !important; }
.text-zinc-500 { color: #71717a !important; }
.text-amber-500 { color: #f59e0b !important; }
.text-emerald-400 { color: #34d399 !important; }
.uppercase { text-transform: uppercase !important; }
.relative { position: relative !important; }
.absolute { position: absolute !important; }
.overflow-hidden { overflow: hidden !important; }
.rounded-xl { border-radius: 0.75rem !important; }
.rounded-2xl { border-radius: 1rem !important; }
.rounded-3xl { border-radius: 1.5rem !important; }
.border { border-style: solid !important; border-width: 1px !important; }
.border-y { border-top-style: solid !important; border-bottom-style: solid !important; border-top-width: 1px !important; border-bottom-width: 1px !important; }
.border-zinc-800 { border-color: #27272a !important; }
.p-4 { padding: 1rem !important; }
.p-6 { padding: 1.5rem !important; }
.p-8 { padding: 2rem !important; }
.py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.py-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-12 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
.py-20 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
.px-4 { padding-left: 1rem !important; padding-right: 1rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 0.75rem !important; }
.mb-4 { margin-bottom: 1rem !important; }
.mb-6 { margin-bottom: 1.5rem !important; }
.mb-8 { margin-bottom: 2rem !important; }
.mb-10 { margin-bottom: 2.5rem !important; }
