/* ============================================================
   New Start Gym — sitio público
   Dark + dorado de marca. Display: Bebas Neue / Texto: Inter.
   ============================================================ */
:root {
  --bg: #0b0b0c; --bg-2: #111113; --panel: #17171a; --panel-2: #1e1e22; --line: #26262b; --line-2: #34343b;
  --text: #f4f4f2; --muted: #a2a2ab; --muted-2: #6f6f78;
  --oro: #F5B301; --oro-2: #ffcf3d; --oro-dim: rgba(245, 179, 1, .14);
  --verde: #3ddc84; --rojo: #ff4d5e; --amarillo: #ffb020;
  --display: 'Bebas Neue', Impact, sans-serif; --font: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --radius: 18px; --nav-h: 72px; --ease: cubic-bezier(.22, 1, .36, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: dark; }
body { margin: 0; background: var(--bg); color: var(--text); font: 16px/1.6 var(--font); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.no-scroll { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: var(--oro-2); text-decoration: none; }
h1, h2, h3, h4 { margin: 0; line-height: 1.1; }
p { margin: 0 0 1em; }
.container { width: min(1200px, 100% - 40px); margin: 0 auto; }
.container.narrow { width: min(720px, 100% - 40px); }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 10px; top: 10px; background: var(--oro); color: #111; padding: 8px 12px; z-index: 999; }

.h-display { font-family: var(--display); font-weight: 400; letter-spacing: .02em; font-size: clamp(44px, 7vw, 96px); line-height: .92; text-transform: uppercase; }
.h-display em { font-style: normal; color: var(--oro); }
h2.h-display { font-size: clamp(38px, 5.4vw, 72px); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--oro); margin-bottom: 14px; }
.eyebrow::before { content: ''; width: 22px; height: 2px; background: var(--oro); }
.lead { font-size: clamp(16px, 1.4vw, 19px); color: var(--muted); max-width: 60ch; }
.sec-head { margin-bottom: clamp(30px, 5vw, 56px); }
.sec-head .lead { margin-top: 14px; }
section { padding: clamp(64px, 9vw, 120px) 0; position: relative; }

/* ---------------------------------------------------------- buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border-radius: 999px; font-weight: 700; font-size: 14.5px; letter-spacing: .01em; border: 1px solid var(--line-2); background: var(--panel-2); color: var(--text); cursor: pointer; transition: transform .2s var(--ease), background .2s, border-color .2s, color .2s; white-space: nowrap; font-family: inherit; }
.btn:hover { transform: translateY(-2px); background: #2a2a30; }
.btn-oro { background: var(--oro); border-color: var(--oro); color: #111; }
.btn-oro:hover { background: var(--oro-2); }
.btn-ghost { background: transparent; border-color: rgba(255, 255, 255, .25); }
.btn-ghost:hover { background: rgba(255, 255, 255, .08); }
.btn-line { background: transparent; border-color: var(--oro); color: var(--oro-2); }
.btn-line:hover { background: var(--oro-dim); }
.btn-lg { padding: 15px 28px; font-size: 15.5px; }
.btn:disabled { opacity: .6; cursor: wait; }

/* ---------------------------------------------------------- nav */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; height: var(--nav-h); transition: background .25s, border-color .25s; border-bottom: 1px solid transparent; }
.nav.scrolled { background: rgba(11, 11, 12, .82); backdrop-filter: blur(12px); border-bottom-color: var(--line); }
.nav-in { height: 100%; display: flex; align-items: center; gap: 20px; }
.logo { display: flex; align-items: center; gap: 10px; color: var(--text); }
.logo img { width: 44px; height: 44px; object-fit: contain; }
.logo span { font-family: var(--display); font-size: 26px; letter-spacing: .05em; line-height: 1; }
.logo span em { font-style: normal; color: var(--oro); }
.logo span small { display: block; font-size: 11px; letter-spacing: .3em; color: var(--muted); margin-top: -2px; }
.menu { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.menu > a { color: var(--text); font-weight: 600; font-size: 14px; opacity: .85; transition: opacity .15s, color .15s; }
.menu > a:hover { opacity: 1; color: var(--oro-2); }
.menu-sec { color: var(--muted) !important; }
.btn-nav { padding: 10px 18px; margin-left: 6px; }
.burger { display: none; margin-left: auto; width: 42px; height: 42px; border: 1px solid var(--line-2); background: var(--panel); border-radius: 10px; position: relative; cursor: pointer; }
.burger span, .burger span::before, .burger span::after { content: ''; position: absolute; left: 11px; width: 18px; height: 2px; background: var(--text); border-radius: 2px; transition: .2s; }
.burger span { top: 19px; }
.burger span::before { top: -6px; left: 0; }
.burger span::after { top: 6px; left: 0; }
.burger.open span { background: transparent; }
.burger.open span::before { transform: translateY(6px) rotate(45deg); }
.burger.open span::after { transform: translateY(-6px) rotate(-45deg); }

/* ---------------------------------------------------------- hero */
.hero { min-height: 100svh; display: flex; align-items: center; padding: calc(var(--nav-h) + 40px) 0 60px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.06); animation: heroZoom 14s var(--ease) forwards; filter: saturate(.8) contrast(1.05); }
@keyframes heroZoom { to { transform: scale(1); } }
.hero-grad { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11, 11, 12, .96) 0%, rgba(11, 11, 12, .82) 45%, rgba(11, 11, 12, .35) 100%), linear-gradient(0deg, var(--bg) 0%, transparent 35%); }
.hero-in { position: relative; display: grid; grid-template-columns: 1.4fr .8fr; gap: clamp(30px, 5vw, 80px); align-items: center; }
.hero-copy .h-display { margin: 6px 0 22px; }
.h-bienvenida { font-family: 'Playfair Display', Georgia, serif; font-weight: 500; font-size: clamp(38px, 5.6vw, 76px); line-height: 1.04; letter-spacing: -.01em; margin: 8px 0 22px; }
.h-bienvenida em { font-style: italic; font-weight: 400; color: var(--oro); }
.lead-bienvenida { font-family: 'DM Sans', var(--font); font-weight: 300; font-size: clamp(17px, 1.5vw, 21px); color: #d4d4d0; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
.hero-stats { display: flex; gap: clamp(20px, 4vw, 50px); margin-top: clamp(30px, 5vw, 56px); padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, .12); }
.hero-stats b { display: block; font-family: var(--display); font-size: clamp(36px, 4vw, 54px); line-height: 1; color: var(--oro); }
.hero-stats b::after { content: '+'; font-size: .6em; vertical-align: top; }
.hero-stats span { font-size: 13px; color: var(--muted); }
.hero-side { display: grid; gap: 12px; }
.hero-logo { display: flex; justify-content: center; margin-bottom: 20px; }
.hero-logo img { width: clamp(210px, 20vw, 310px); height: auto; filter: drop-shadow(0 0 34px rgba(245, 179, 1, .4)) drop-shadow(0 14px 34px rgba(0, 0, 0, .65)); animation: logoFloat 6s ease-in-out infinite; }
@keyframes logoFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.hero-marca { position: absolute; right: -6vw; top: 50%; width: min(70vw, 900px); transform: translateY(-50%); opacity: .06; pointer-events: none; filter: grayscale(1); }
@media (prefers-reduced-motion: reduce) { .hero-logo img { animation: none; } }
.side-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 4px 14px; padding: 22px 24px; border-radius: var(--radius); background: rgba(23, 23, 26, .75); border: 1px solid var(--line-2); backdrop-filter: blur(10px); color: var(--text); transition: transform .25s var(--ease), border-color .2s, background .2s; }
.side-card:hover { transform: translateX(6px); border-color: var(--oro); }
.side-card .sc-kicker { grid-column: 1 / -1; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.side-card b { font-family: var(--display); font-size: 28px; letter-spacing: .03em; font-weight: 400; }
.side-card .sc-arrow { font-size: 26px; color: var(--oro); transition: transform .2s; }
.side-card:hover .sc-arrow { transform: translateX(4px); }
.side-card.oro { background: var(--oro); border-color: var(--oro); color: #111; }
.side-card.oro .sc-kicker, .side-card.oro .sc-arrow { color: #111; }
.hero-scroll { position: absolute; left: 50%; bottom: 22px; width: 24px; height: 38px; border: 2px solid rgba(255, 255, 255, .3); border-radius: 14px; transform: translateX(-50%); }
.hero-scroll span { position: absolute; left: 50%; top: 7px; width: 4px; height: 8px; margin-left: -2px; border-radius: 2px; background: var(--oro); animation: scrollDot 1.8s infinite; }
@keyframes scrollDot { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(12px); opacity: 0; } 100% { opacity: 0; } }

/* ---------------------------------------------------------- marquee */
.marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-2); padding: 16px 0; }
.marquee-track { display: flex; gap: 34px; white-space: nowrap; width: max-content; animation: marquee 34s linear infinite; }
.marquee-track span { font-family: var(--display); font-size: 26px; letter-spacing: .08em; color: var(--muted); }
.marquee-track i { color: var(--oro); font-style: normal; font-size: 14px; align-self: center; }
@keyframes marquee { to { transform: translateX(-50%); } }
.marquee:hover .marquee-track { animation-play-state: paused; }

/* ---------------------------------------------------------- reveal */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: var(--d, 0ms); }
.reveal.d2 { transition-delay: 120ms; }
.reveal.d3 { transition-delay: 240ms; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .hero-bg { animation: none; transform: none; } .marquee-track { animation: none; } }

/* ---------------------------------------------------------- story (actividades) */
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 6vw, 90px); align-items: start; }
.story-visual { align-self: stretch; }
.story-sticky { position: sticky; top: calc(var(--nav-h) + 24px); }
.story-frame { position: relative; aspect-ratio: 4 / 5; border-radius: 26px; overflow: hidden; background: var(--panel); border: 1px solid var(--line-2); box-shadow: 0 30px 80px rgba(0, 0, 0, .5); }
.story-img { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transform: scale(1.08); transition: opacity .7s var(--ease), transform 1.2s var(--ease); will-change: transform, opacity; }
.story-img.on { opacity: 1; transform: scale(1.08); }
.story-tint { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11, 11, 12, .9) 0%, rgba(11, 11, 12, .1) 50%, rgba(11, 11, 12, .2) 100%); }
.story-label { position: absolute; left: 26px; right: 26px; bottom: 24px; display: flex; align-items: baseline; gap: 14px; }
.story-num { font-family: var(--display); font-size: 64px; line-height: 1; color: var(--oro); }
.story-name { font-family: var(--display); font-size: clamp(30px, 3vw, 44px); line-height: 1; letter-spacing: .03em; }
.story-name.pop { animation: pop .5s var(--ease); }
@keyframes pop { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.story-dots { display: flex; gap: 8px; margin-top: 16px; flex-wrap: wrap; }
.story-dots button { width: 34px; height: 6px; border-radius: 3px; border: 0; background: var(--line-2); cursor: pointer; transition: background .2s, width .2s; padding: 0; }
.story-dots button.on { background: var(--c, var(--oro)); width: 54px; }
.story-items { display: flex; flex-direction: column; gap: clamp(20px, 3vw, 40px); padding: 6vh 0; }
.story-item { position: relative; padding: clamp(24px, 3vw, 36px); border-radius: 22px; background: var(--panel); border: 1px solid var(--line); transition: border-color .3s, background .3s, transform .3s var(--ease); }
.story-item.active { border-color: var(--c, var(--oro)); background: var(--panel-2); }
.story-item::before { content: ''; position: absolute; left: 0; top: 24px; bottom: 24px; width: 3px; border-radius: 3px; background: var(--c, var(--oro)); opacity: 0; transition: opacity .3s; }
.story-item.active::before { opacity: 1; }
.story-item-img { display: none; }
.si-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.si-icon { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: color-mix(in srgb, var(--c, var(--oro)) 16%, transparent); color: var(--c, var(--oro)); }
.si-icon svg { width: 24px; height: 24px; }
.si-num { font-family: var(--display); font-size: 30px; color: var(--muted-2); }
.story-item h3 { font-family: var(--display); font-size: clamp(30px, 3vw, 42px); letter-spacing: .03em; font-weight: 400; margin-bottom: 8px; }
.story-item p { color: var(--muted); }
.si-hor { font-size: 13.5px; font-weight: 600; margin: 4px 0 14px; color: var(--text); }
.si-link { font-weight: 700; font-size: 14px; }
.si-link:hover { text-decoration: underline; }

/* ---------------------------------------------------------- planes */
.planes { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.planes-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.plan { position: relative; background: var(--panel); border: 1px solid var(--line-2); border-radius: 22px; padding: 28px 26px; display: flex; flex-direction: column; transition: transform .3s var(--ease), border-color .3s; }
.plan:hover { transform: translateY(-6px); border-color: var(--oro); }
.plan.destacado { background: linear-gradient(160deg, rgba(245, 179, 1, .16), var(--panel) 60%); border-color: var(--oro); }
.plan-tag { position: absolute; top: -12px; left: 22px; background: var(--oro); color: #111; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; }
.plan h3 { font-family: var(--display); font-size: 30px; letter-spacing: .03em; font-weight: 400; }
.plan-price { font-family: var(--display); font-size: 54px; line-height: 1; margin: 10px 0 12px; letter-spacing: .01em; }
.plan-price small { font-size: 26px; color: var(--oro); margin-right: 4px; vertical-align: top; }
.plan-price span { font-family: var(--font); font-size: 13px; color: var(--muted); margin-left: 6px; letter-spacing: 0; }
.plan p { color: var(--muted); font-size: 14.5px; }
.plan ul { list-style: none; padding: 0; margin: 4px 0 22px; flex: 1; }
.plan li { font-size: 14px; padding: 6px 0; border-top: 1px solid var(--line); }
.plan li::before { content: '✓'; color: var(--oro); font-weight: 800; margin-right: 8px; }
.planes-note { margin-top: 26px; padding: 16px 20px; border-radius: 14px; background: var(--oro-dim); border: 1px solid rgba(245, 179, 1, .3); font-size: 14.5px; }

/* ---------------------------------------------------------- horarios */
.grilla-wrap { overflow-x: auto; padding-bottom: 8px; }
.grilla { display: grid; grid-template-columns: repeat(6, minmax(160px, 1fr)); gap: 12px; min-width: 900px; }
.g-col { background: var(--panel); border: 1px solid var(--line); border-radius: 18px; padding: 14px 12px; }
.g-col.hoy { border-color: var(--oro); box-shadow: 0 0 0 3px var(--oro-dim); }
.g-day { font-family: var(--display); font-size: 22px; letter-spacing: .06em; margin-bottom: 10px; color: var(--muted); }
.g-col.hoy .g-day { color: var(--oro); }
.g-item { display: block; padding: 9px 10px; border-radius: 10px; background: color-mix(in srgb, var(--c, var(--oro)) 14%, transparent); border-left: 3px solid var(--c, var(--oro)); margin-bottom: 8px; color: var(--text); transition: transform .2s; }
.g-item:hover { transform: translateX(3px); }
.g-item b { display: block; font-size: 12.5px; color: var(--muted); }
.g-item span { font-weight: 700; font-size: 14px; }
.g-item small { display: block; font-size: 11.5px; color: var(--muted); }
.g-empty { font-size: 13px; color: var(--muted-2); padding: 10px; }

/* ---------------------------------------------------------- método */
.metodo-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(30px, 6vw, 90px); align-items: start; }
.metodo-pics { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 26px; }
.metodo-pics img { border-radius: 18px; aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(.85); }
.metodo-pics img:last-child { margin-top: 36px; }
.pasos { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.pasos li { display: grid; grid-template-columns: 70px 1fr; gap: 18px; padding: 22px 24px; border-radius: 20px; background: var(--panel); border: 1px solid var(--line); transition: border-color .3s; }
.pasos li:hover { border-color: var(--oro); }
.pasos span { font-family: var(--display); font-size: 48px; line-height: 1; color: var(--oro); }
.pasos h3 { font-size: 18px; font-weight: 800; margin-bottom: 6px; }
.pasos p { color: var(--muted); font-size: 14.5px; margin: 0; }

/* ---------------------------------------------------------- testimonios */
.testis { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.testis-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.testis blockquote { margin: 0; padding: 26px; border-radius: 20px; background: var(--panel); border: 1px solid var(--line); font-size: 16px; line-height: 1.6; }
.testis blockquote::before { content: '“'; font-family: var(--display); font-size: 60px; color: var(--oro); line-height: .4; display: block; margin-bottom: 14px; }
.testis footer { margin-top: 14px; font-size: 13px; color: var(--muted); font-weight: 600; }

/* ---------------------------------------------------------- contacto */
.contacto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 6vw, 80px); align-items: start; }
.datos { list-style: none; padding: 0; margin: 20px 0 24px; display: grid; gap: 10px; }
.datos li { display: grid; grid-template-columns: 110px 1fr; gap: 12px; font-size: 15px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.datos b { color: var(--muted); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.mapa { width: 100%; height: 280px; border: 0; border-radius: 18px; border: 1px solid var(--line-2); }
.form { background: var(--panel); border: 1px solid var(--line-2); border-radius: 24px; padding: clamp(22px, 3vw, 34px); position: relative; }
.form label { display: block; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin: 14px 0 6px; }
.form label:first-of-type { margin-top: 0; }
.form input, .form select, .form textarea { width: 100%; background: var(--bg); border: 1px solid var(--line-2); border-radius: 12px; padding: 12px 14px; color: var(--text); font: inherit; outline: 0; transition: border-color .15s, box-shadow .15s; }
.form input:focus, .form select:focus, .form textarea:focus { border-color: var(--oro); box-shadow: 0 0 0 3px var(--oro-dim); }
.form select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23a2a2ab' stroke-width='2' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
.form select option { background: #1a1a1e; }
.form textarea { min-height: 110px; resize: vertical; }
.form-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form .btn { width: 100%; margin-top: 20px; }
.form-msg { margin-top: 12px; font-size: 14px; font-weight: 600; min-height: 20px; color: var(--muted); }
.form-msg.ok { color: var(--verde); }
.form-msg.err { color: var(--rojo); }

/* ---------------------------------------------------------- footer */
.footer { border-top: 1px solid var(--line); background: var(--bg-2); padding: 56px 0 26px; }
.footer-in { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; }
.f-brand { display: flex; gap: 14px; align-items: center; }
.f-brand img { width: 64px; height: 64px; object-fit: contain; }
.f-brand b { font-family: var(--display); font-size: 28px; letter-spacing: .05em; font-weight: 400; }
.f-brand b em { font-style: normal; color: var(--oro); }
.f-brand p { color: var(--muted); font-size: 14px; margin: 2px 0 0; }
.f-col h4 { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.f-col p { margin: 0 0 8px; font-size: 14.5px; }
.f-col a { color: var(--text); }
.f-col a:hover { color: var(--oro-2); }
.f-bottom { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--muted-2); }
.f-bottom a { color: var(--muted); }
.wa-float { position: fixed; right: 20px; bottom: 20px; width: 56px; height: 56px; border-radius: 50%; background: #25D366; color: #fff; display: grid; place-items: center; box-shadow: 0 10px 30px rgba(37, 211, 102, .35); z-index: 40; transition: transform .2s var(--ease); }
.wa-float:hover { transform: scale(1.08); }

/* ---------------------------------------------------------- páginas simples (mi-cuota) */
.page-simple { padding-top: calc(var(--nav-h) + 60px); min-height: 80vh; }
.dni-form { display: flex; gap: 10px; margin: 24px 0; }
.dni-form input { flex: 1; font-size: 22px; font-weight: 700; letter-spacing: .08em; background: var(--panel); border: 1px solid var(--line-2); border-radius: 14px; padding: 14px 16px; color: var(--text); outline: 0; }
.dni-form input:focus { border-color: var(--oro); }
.notice { padding: 14px 18px; border-radius: 14px; border: 1px solid; }
.notice.rojo { background: rgba(255, 77, 94, .12); border-color: rgba(255, 77, 94, .4); }
.cuota-card { background: var(--panel); border: 1px solid var(--line-2); border-radius: 22px; padding: 26px; margin-top: 10px; }
.cuota-card.verde { border-color: var(--verde); } .cuota-card.rojo { border-color: var(--rojo); } .cuota-card.amarillo { border-color: var(--amarillo); }
.cuota-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 16px; }
.cuota-top small { display: block; font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.cuota-top b { font-family: var(--display); font-size: 32px; letter-spacing: .03em; font-weight: 400; }
.badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; border-radius: 999px; font-size: 13px; font-weight: 700; }
.badge::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.badge.verde { background: rgba(61, 220, 132, .15); color: var(--verde); } .badge.rojo { background: rgba(255, 77, 94, .15); color: var(--rojo); } .badge.amarillo { background: rgba(255, 176, 32, .15); color: var(--amarillo); } .badge.gris { background: rgba(162, 162, 171, .15); color: var(--muted); }
.cuota-card dl { display: grid; grid-template-columns: 140px 1fr; gap: 8px 12px; margin: 0 0 18px; font-size: 15px; }
.cuota-card dt { color: var(--muted); } .cuota-card dd { margin: 0; font-weight: 600; } .cuota-card dd.rojo { color: var(--rojo); }
.ultimas { margin-top: 18px; font-size: 13px; color: var(--muted); }
.chip { display: inline-block; padding: 3px 9px; border-radius: 7px; background: var(--panel-2); border: 1px solid var(--line-2); font-size: 12px; margin: 3px 4px 0 0; color: var(--text); }

/* ---------------------------------------------------------- responsive */
@media (max-width: 1000px) {
  .hero-in { grid-template-columns: 1fr; }
  .hero-side { grid-template-columns: repeat(3, 1fr); }
  .hero-logo { grid-column: 1 / -1; }
  .hero-marca { width: 90vw; right: -20vw; }
  .story-grid { grid-template-columns: 1fr; }
  .story-visual { display: none; }
  .story-item-img { display: block; aspect-ratio: 16 / 9; border-radius: 14px; background-size: cover; background-position: center; margin-bottom: 18px; }
  .story-items { padding: 0; }
  .metodo-grid, .contacto-grid { grid-template-columns: 1fr; }
  .testis-grid { grid-template-columns: 1fr; }
  .footer-in { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .menu { position: fixed; inset: var(--nav-h) 0 0 0; background: rgba(11, 11, 12, .97); flex-direction: column; align-items: flex-start; padding: 30px 24px; gap: 20px; transform: translateX(100%); transition: transform .3s var(--ease); }
  .menu.open { transform: none; }
  .menu > a { font-size: 22px; font-family: var(--display); letter-spacing: .05em; }
  .btn-nav { font-family: var(--font); font-size: 15px; margin: 10px 0 0; }
  .burger { display: block; }
  .hero { padding-top: calc(var(--nav-h) + 24px); }
  .hero-side { grid-template-columns: 1fr; }
  .hero-stats { gap: 18px; }
  .form-2 { grid-template-columns: 1fr; }
  .footer-in { grid-template-columns: 1fr; }
  .datos li { grid-template-columns: 1fr; gap: 2px; }
  .hero-scroll { display: none; }
}

/* ---------------------------------------------------------- portal de pagos */
.portal { padding-top: calc(var(--nav-h) + 40px); }
.portal-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.portal-logo { width: 110px; height: auto; flex: 0 0 110px; }
.portal-h2 { font-family: var(--display); font-size: 26px; letter-spacing: .04em; font-weight: 400; margin: 34px 0 6px; }
.portal-p { color: var(--muted); font-size: 14.5px; margin-bottom: 16px; }
.estado-box { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding: 18px 22px; border-radius: 18px; background: var(--panel); border: 1px solid var(--line-2); margin: 20px 0 10px; }
.estado-box small { display: block; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.estado-box b { display: block; font-family: var(--display); font-size: 30px; letter-spacing: .03em; line-height: 1.1; }
.estado-box span { font-size: 13.5px; color: var(--muted); }
.estado-box.verde { border-color: rgba(61,220,132,.5); } .estado-box.verde b { color: var(--verde); }
.estado-box.rojo { border-color: rgba(255,77,94,.5); } .estado-box.rojo b { color: var(--rojo); }
.estado-box.amarillo { border-color: rgba(255,176,32,.5); } .estado-box.amarillo b { color: var(--amarillo); }
.estado-monto { text-align: right; }
.estado-monto b { color: var(--oro); }
.cuentas { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 14px; }
.cuenta { background: var(--panel); border: 1px solid var(--line-2); border-radius: 16px; padding: 16px 18px; }
.cuenta.mp { border-color: rgba(0,158,227,.5); background: linear-gradient(160deg, rgba(0,158,227,.10), var(--panel) 60%); }
.cuenta-top { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-bottom: 10px; }
.cuenta-top b { font-size: 15px; }
.tag-mp, .tag-tr { font-size: 10.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 3px 8px; border-radius: 999px; }
.tag-mp { background: #009ee3; color: #fff; }
.tag-tr { background: var(--line-2); color: var(--muted); }
.cuenta-alias { display: flex; gap: 8px; align-items: center; margin-bottom: 12px; }
.cuenta-alias code { flex: 1; background: var(--bg); border: 1px solid var(--line-2); border-radius: 10px; padding: 11px 12px; font: 700 15px ui-monospace, monospace; color: var(--oro-2); overflow-wrap: anywhere; }
.btn-copy { border: 1px solid var(--oro); background: var(--oro); color: #111; font: 700 13px var(--font); padding: 11px 14px; border-radius: 10px; cursor: pointer; white-space: nowrap; transition: .15s; }
.btn-copy:hover { background: var(--oro-2); }
.btn-copy.ok { background: var(--verde); border-color: var(--verde); color: #062; }
.btn-copy.mini { padding: 5px 9px; font-size: 11.5px; }
.cuenta dl { display: grid; grid-template-columns: auto 1fr; gap: 4px 10px; margin: 0; font-size: 13px; }
.cuenta dt { color: var(--muted); }
.cuenta dd { margin: 0; display: flex; gap: 6px; align-items: center; overflow-wrap: anywhere; }
.cuenta dd code { font: 600 12.5px ui-monospace, monospace; }
.cuenta-nota { display: block; margin-top: 10px; color: var(--muted); font-size: 12.5px; }
.btn-mp { display: flex; width: 100%; margin-top: 14px; background: #009ee3; border-color: #009ee3; color: #fff; }
.btn-mp:hover { background: #0089c7; }
.pago-form { background: var(--panel); border: 1px solid var(--line-2); border-radius: 20px; padding: 22px; }
.pago-form label { display: block; font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin: 14px 0 5px; }
.pago-form label:first-of-type { margin-top: 0; }
.pago-form .opt { text-transform: none; letter-spacing: 0; font-weight: 400; color: var(--muted-2); }
.pago-form input, .pago-form select { width: 100%; background: var(--bg); border: 1px solid var(--line-2); border-radius: 11px; padding: 11px 13px; color: var(--text); font: inherit; outline: 0; }
.pago-form input:focus, .pago-form select:focus { border-color: var(--oro); box-shadow: 0 0 0 3px var(--oro-dim); }
.pago-form select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23a2a2ab' stroke-width='2' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 13px center; padding-right: 34px; }
.pago-form select option { background: #1a1a1e; }
.pago-form .btn { width: 100%; margin-top: 20px; }
.portal-aviso { display: block; text-align: center; margin-top: 12px; color: var(--muted); font-size: 12.5px; }
.notice.amarillo { background: var(--oro-dim); border-color: rgba(245,179,1,.4); }
.ok-box { text-align: center; padding: 30px 0; }
.ok-check { width: 78px; height: 78px; margin: 0 auto 18px; border-radius: 50%; background: var(--verde); color: #052; display: grid; place-items: center; font-size: 42px; font-weight: 800; }
.ok-box .lead { margin: 0 auto 18px; }
.ok-next { background: var(--oro-dim); border: 1px solid rgba(245,179,1,.3); border-radius: 14px; padding: 14px 18px; margin: 0 auto 20px; max-width: 460px; font-size: 14.5px; }
.ok-box .btn { margin: 0 6px 10px; }
@media (max-width: 700px) {
  .portal-logo { width: 70px; flex-basis: 70px; }
  .estado-box { flex-direction: column; gap: 12px; }
  .estado-monto { text-align: left; }
  .pago-form .form-2 { grid-template-columns: 1fr; }
}
