:root{--bg: #0f172a;--bg-alt: #020617;--card-bg: #0b1220;--accent: #a855f7;--accent-soft: rgba(168, 85, 247, .15);--text: #e5e7eb;--muted: #9ca3af;--border: #1f2937;--radius-lg: 18px;--radius-md: 12px;--shadow-soft: 0 18px 40px rgba(15, 23, 42, .7);--shadow-card: 0 14px 30px rgba(15, 23, 42, .8);--font-main: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;background:radial-gradient(circle at top,#1f2937 0,#020617 55%,#000);color:var(--text);font-family:var(--font-main)}body{line-height:1.6}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 1.5rem}.section{padding:4.5rem 0}.section-alt{background:radial-gradient(circle at top,#020617 0 40%,#000)}.header{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(to bottom,rgba(15,23,42,.95),rgba(15,23,42,.7),transparent);border-bottom:1px solid rgba(148,163,184,.15)}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;gap:1.5rem}.logo{font-weight:800;letter-spacing:.08em;font-size:1.1rem;color:var(--text)}.nav{display:flex;gap:1.5rem;font-size:.9rem}.nav a{color:var(--muted);text-decoration:none;position:relative;padding-bottom:.2rem}.nav a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--accent);transition:width .2s ease}.nav a:hover{color:var(--text)}.nav a:hover:after{width:100%}.header-actions{display:flex;gap:.75rem}.btn{border-radius:999px;border:1px solid transparent;padding:.55rem 1.3rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .18s ease;background:transparent}.btn-primary{background:linear-gradient(135deg,#a855f7,#c084fc);color:#0b1120;box-shadow:0 12px 30px #a855f773}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 16px 40px #a855f799}.btn-outline{border-color:#94a3b880;color:var(--text);background:#0f172a99}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}.full-width{width:100%;margin-top:1.5rem;margin-bottom:1rem}.hero{padding:4.5rem 0 3.5rem;background-image:url(/assets/largo.png);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;min-height:60vh}.hero-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:3rem;align-items:center}img{width:100%;height:auto;display:block;max-width:100%}.hero-text h1{font-size:clamp(2.4rem,4vw,3.2rem);line-height:1.1;margin-bottom:1rem}.hero-subtitle{color:#fff;max-width:50rem;font-size:2rem}.hero-text p{margin:.4rem 0}.hero-buttons{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.pill{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:.75rem;font-weight:600}h1,h2,h3{margin:0 0 .5rem}.section h2{font-size:1.8rem;text-align:center;margin-left:auto;margin-right:auto}.section-subtitle{color:var(--muted);max-width:32rem;margin-bottom:2rem;text-align:center;margin-left:auto;margin-right:auto}.special-section{padding:3rem 0;text-align:center}.special-container{max-width:900px;margin:0 auto}.special-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:1.5rem}.special-card{background:#ffffff08;padding:1.5rem;border-radius:16px;border:1px solid rgba(255,255,255,.08);text-align:center;display:flex;flex-direction:column;align-items:center}.special-card img{width:48px;margin-bottom:.8rem}.special-card h3{margin:0;font-size:1.1rem}.special-desc{margin-top:.3rem;color:var(--accent);font-weight:600}.special-footer{font-size:.9rem;margin-top:1rem;color:var(--accent);font-weight:600}.special-note{font-size:.75rem;color:var(--muted);margin-top:.5rem}.svg{width:48px;filter:brightness(0) invert(1)}.gym-section{background-image:url(/assets/gymlight.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;padding:5rem 0;position:relative;z-index:1}.gym-section:before{content:"";position:absolute;inset:0;background:#00000073;z-index:-1}.grid{display:grid;gap:1.5rem}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.card{background:radial-gradient(circle at top,#020617 0 40%,#000);border-radius:var(--radius-lg);padding:1.4rem 1.3rem;border:1px solid rgba(148,163,184,.18);box-shadow:var(--shadow-soft)}.card h3{font-size:1.05rem}.card p{margin:.3rem 0 .2rem}.card ul{list-style:none;padding:0;margin:.6rem 0 0;color:var(--muted);font-size:.9rem}.card ul li{margin-bottom:.25rem;list-style-type:disc}.card-img{width:20rem;height:10rem;object-fit:cover;border-radius:12px;margin-bottom:1rem;display:block}.funciona-row{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:2rem}.funciona-img{width:15rem;height:15rem}.funciona-row .card{padding:1.2rem 1.4rem;max-width:260px}.pricing-card .price{font-size:1.8rem;font-weight:700;margin:.4rem 0}.featured{border-color:#a855f7b3;box-shadow:0 20px 50px #a855f766;transform:translateY(-4px)}.gym-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:2.5rem;align-items:center}.gym-card{background:#ffffff26;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:16px;padding:1.5rem;max-width:250px;margin:0 auto;border:1px solid rgba(255,255,255,.25);box-shadow:0 10px 30px #00000040;display:flex;justify-content:center;text-align:center}.availability{display:flex;align-items:center;gap:1rem;justify-content:center}.icono-disponible{width:50px;filter:invert(58%) sepia(93%) saturate(500%) hue-rotate(75deg) brightness(95%)}.section-cta{background-image:url(/assets/podium.png);background-size:cover;background-position:center;background-repeat:no-repeat;padding:13rem 0;position:relative;z-index:1}.section-cta h2,.section-cta p,.section-cta .hero-buttons{text-align:left}.footer{border-top:1px solid rgba(148,163,184,.2);background:#020617;padding:2.5rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;font-size:.9rem}.footer-grid h3{font-size:.95rem;margin-bottom:.6rem}.footer-grid ul{list-style:none;padding:0;margin:0;color:var(--muted)}.footer-grid li{margin-bottom:.25rem}.footer-bottom{margin-top:1.5rem;border-top:1px solid rgba(148,163,184,.2);padding-top:1rem;font-size:.8rem;color:var(--muted);text-align:center}@media (max-width: 900px){.hero-grid,.gym-grid,.grid-3,.grid-2,.footer-grid{grid-template-columns:1fr}.header-content{flex-wrap:wrap}.nav{display:none}.hero{padding-top:3.5rem}}@media (max-width: 600px){.section{padding:3.5rem 0}.hero-text h1{font-size:2.1rem}.header-actions{display:none}}
