@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&family=Orbitron:wght@400..900&display=swap";@import "https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap";@import "https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap";@import "https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap";@import "https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap";@import "https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap";:root{--primary:#1e90ff;--bg:#121212;--card:#1e1e1e;--text-primary:#fff;--text-secondary:#d1d1d1;--overlay:#000000b3;--font-heading:"Orbitron", sans-serif;--font-body:"Montserrat", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}@media (width>=768px){.container{padding:0 40px}}h1,h2,h3,h4,.hero__headline{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:1px}.navbar{z-index:1000;-webkit-backdrop-filter:blur(20px);background:#121212b3;border-bottom:1px solid #ffffff0d;transition:all .3s;position:fixed;top:0;left:0;right:0}.navbar--scrolled{background:#121212e6;box-shadow:0 4px 30px #0000004d}.navbar__inner{justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.navbar__logo{align-items:center;transition:transform .3s;display:flex}.navbar__logo:hover{transform:scale(1.05)}.navbar__logo-image{object-fit:contain;width:auto;height:50px}.navbar__toggle{cursor:pointer;z-index:1001;background:0 0;flex-direction:column;gap:5px;padding:.5rem;display:flex;position:relative}.navbar__toggle span{background-color:var(--text-primary);width:25px;height:2px;transition:all .3s;display:block}.navbar__toggle--active span:first-child{transform:rotate(45deg)translate(7px,7px)}.navbar__toggle--active span:nth-child(2){opacity:0}.navbar__toggle--active span:nth-child(3){transform:rotate(-45deg)translate(7px,-7px)}.navbar__links{-webkit-backdrop-filter:blur(20px);opacity:0;visibility:hidden;background:#1e1e1ef2;border-bottom:1px solid #0056d24d;padding:2rem 0;list-style:none;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);position:fixed;top:60px;left:0;right:0;transform:translateY(-100%);box-shadow:0 10px 40px #00000080}.navbar__links--open{opacity:1;visibility:visible;transform:translateY(0)}.navbar__links li{margin:0}.navbar__link{color:var(--text-primary);padding:1rem 2rem;font-size:1rem;font-weight:500;transition:all .3s;display:block;position:relative;overflow:hidden}.navbar__link:before{content:"";background:linear-gradient(135deg, var(--primary), #0073ff);width:4px;transition:transform .3s;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.navbar__link:hover:before{transform:scaleY(1)}.navbar__link:hover{color:var(--primary);background:#0056d21a;padding-left:2.5rem}@media (width>=768px){.navbar__inner{padding:1rem 0}.navbar__logo-image{height:60px}.navbar__toggle{display:none}.navbar__links{-webkit-backdrop-filter:none;backdrop-filter:none;opacity:1;visibility:visible;box-shadow:none;background:0 0;border:none;gap:2rem;padding:0;display:flex;position:static;transform:none}.navbar__link{background:0 0;padding:.5rem 0;position:relative}.navbar__link:before{display:none}.navbar__link:after{content:"";background:linear-gradient(135deg, var(--primary), #0073ff);height:2px;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.navbar__link:hover:after{transform:scaleX(1)}.navbar__link:hover{background:0 0;padding-left:0}}.hero{background-image:url(https://images.unsplash.com/photo-1534438327276-14e5300c3a48?q=80&w=2070);background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;min-height:100vh;padding:8rem 0 4rem;display:flex;position:relative}.hero__overlay{background:linear-gradient(135deg,#000c 0%,#000000bf 50%,#00286480 100%);position:absolute;inset:0}.hero__content{z-index:1;text-align:center;max-width:800px;margin:0 auto;position:relative}.hero__headline{letter-spacing:-1.5px;text-shadow:none;background:linear-gradient(135deg,#fff 30%,#f0f0f0 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 4px 8px #000c);-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:2.5rem;font-weight:900;line-height:1.1}.hero__subheadline{color:#e8e8e8;text-shadow:0 2px 8px #000c;max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.25rem;font-weight:400;line-height:1.7}.hero__cta-group{flex-direction:column;align-items:center;gap:1rem;display:flex}.hero__cta{text-transform:uppercase;letter-spacing:1px;border-radius:6px;justify-content:center;align-items:center;min-width:260px;padding:1.125rem 2.75rem;font-size:1rem;font-weight:700;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.hero__cta:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.hero__cta:hover:before{left:100%}.hero__cta--primary{background:linear-gradient(135deg, var(--primary), #0073ff);color:#fff;box-shadow:0 6px 30px #0056d280}.hero__cta--primary:hover{background:linear-gradient(135deg,#0073ff,#0056d2);transform:translateY(-3px);box-shadow:0 10px 40px #0056d2b3}.hero__cta--secondary{color:#fff;background-color:#0000;border:2px solid #fff;box-shadow:0 4px 20px #ffffff1a}.hero__cta--secondary:hover{background-color:#ffffff26;transform:translateY(-3px);box-shadow:0 6px 30px #fff3}@media (width>=768px){.hero__headline{letter-spacing:-2px;font-size:4.5rem}.hero__subheadline{font-size:1.375rem}.hero__cta-group{flex-direction:row;justify-content:center;gap:1.5rem}.hero__cta{padding:1.25rem 3rem;font-size:1.05rem}}@media (width<=767px){.hero{background-image:url(/assets/hero_mobile-DhkW4TDA.jpeg);background-attachment:scroll;min-height:80vh;padding:6rem 0 3rem}.hero__overlay{background:linear-gradient(135deg,#000000e6 0%,#000c 50%,#0056d266 100%);position:absolute;inset:0}}.offer-strip{background:linear-gradient(135deg, var(--primary), #0073ff);text-align:center;padding:1rem 0}.offer-strip__text{color:#fff;font-size:.9rem;font-weight:500;line-height:1.4}.offer-strip__highlight{text-transform:uppercase;letter-spacing:.5px;font-weight:700}@media (width>=768px){.offer-strip__text{font-size:1rem}}.trust-bar{background-color:var(--card);padding:2.5rem 0}.trust-bar__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.trust-bar__item{text-align:center;background:#0056d20d;border:1px solid #0056d21a;border-radius:8px;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;transition:all .3s;display:flex}.trust-bar__item:hover{border-color:var(--primary);background:#0056d21a;transform:translateY(-5px);box-shadow:0 10px 30px #0056d233}.trust-bar__icon{color:var(--primary);transition:all .3s}.trust-bar__item:hover .trust-bar__icon{filter:drop-shadow(0 0 8px #0056d299);transform:scale(1.1)}.trust-bar__label{color:var(--text-primary);font-size:.9rem;font-weight:600;line-height:1.3}@media (width>=640px){.trust-bar__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (width>=1024px){.trust-bar__grid{grid-template-columns:repeat(4,1fr)}.trust-bar__label{font-size:1rem}}.problem-section{background-color:var(--bg);padding:4rem 0}.problem-section__header{text-align:center;margin-bottom:3rem}.problem-section__title{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:700}.problem-section__subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.125rem;line-height:1.6}.problem-section__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.problem-card{background-color:var(--card);border:1px solid #ffffff0d;border-radius:8px;padding:2rem;transition:all .3s}.problem-card:hover{border-color:#ff3b304d;transform:translateY(-5px);box-shadow:0 10px 30px #ff3b301a}.problem-card__icon{color:#ff3b30;margin-bottom:1rem;transition:all .3s}.problem-card:hover .problem-card__icon{filter:drop-shadow(0 0 8px #ff3b3099);transform:scale(1.1)}.problem-card__title{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.problem-card__description{color:var(--text-secondary);font-size:.95rem;line-height:1.6}@media (width>=768px){.problem-section{padding:5rem 0}.problem-section__title{font-size:2.5rem}.problem-section__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (width>=1024px){.problem-section__title{font-size:3rem}}.solution-section{background:linear-gradient(180deg, var(--bg) 0%, var(--card) 100%);padding:4rem 0}.solution-section__header{text-align:center;margin-bottom:3rem}.solution-section__title{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:700}.solution-section__subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.125rem;line-height:1.6}.solution-section__grid{grid-template-columns:1fr;gap:2rem;display:grid}.solution-card{background-color:#1e1e1e80;border:1px solid #0056d233;border-radius:8px;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.solution-card:before{content:"";background:linear-gradient(180deg, var(--primary), #0073ff);opacity:0;width:4px;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.solution-card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 40px #0056d233}.solution-card:hover:before{opacity:1}.solution-card__number{color:var(--primary);margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1;display:block}.solution-card__title{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.solution-card__description{color:var(--text-secondary);font-size:1rem;line-height:1.7}@media (width>=768px){.solution-section{padding:5rem 0}.solution-section__title{font-size:2.5rem}.solution-section__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.solution-section__title{font-size:3rem}}.programs{background-color:var(--bg);padding:4rem 0}.programs__header{text-align:center;margin-bottom:3rem}.programs__title{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:700}.programs__subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.125rem;line-height:1.6}.programs__grid{grid-template-columns:1fr;gap:2rem;display:grid}.program-card{background-color:var(--card);border:1px solid #ffffff0d;border-radius:8px;flex-direction:column;height:100%;padding:2rem;transition:all .3s;display:flex}.program-card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 40px #0056d233}.program-card__icon-wrapper{background:#0056d21a;border-radius:12px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1.5rem;transition:all .3s;display:flex}.program-card:hover .program-card__icon-wrapper{background:#0056d233;transform:scale(1.1)rotate(5deg)}.program-card__icon{color:var(--primary);transition:all .3s}.program-card:hover .program-card__icon{filter:drop-shadow(0 0 10px #0056d2cc)}.program-card__title{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.program-card__description{color:var(--text-secondary);flex-grow:1;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.program-card__features{min-height:120px;margin-bottom:2rem;padding:0;list-style:none}.program-card__features li{color:var(--text-secondary);padding:.5rem 0 .5rem 1.5rem;font-size:.95rem;position:relative}.program-card__features li:before{content:"✓";color:var(--primary);font-weight:700;position:absolute;left:0}.program-card__cta{background-color:var(--primary);color:#fff;text-align:center;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;margin-top:auto;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-block}.program-card__cta:hover{background-color:#0073ff;transform:translateY(-2px);box-shadow:0 4px 20px #0056d266}@media (width>=768px){.programs{padding:5rem 0}.programs__title{font-size:2.5rem}.programs__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.programs__title{font-size:3rem}.programs__grid{grid-template-columns:repeat(4,1fr)}}.amenities{background:linear-gradient(180deg, var(--card) 0%, var(--bg) 100%);padding:4rem 0}.amenities__header{text-align:center;margin-bottom:3rem}.amenities__title{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:700}.amenities__subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.125rem;line-height:1.6}.amenities__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.amenity-card{background-color:var(--card);text-align:center;border:1px solid #ffffff0d;border-radius:8px;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.amenity-card:before{content:"";background:linear-gradient(90deg, var(--primary), #0073ff);height:3px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.amenity-card:hover:before{transform:scaleX(1)}.amenity-card:hover{border-color:var(--primary);transform:translateY(-8px);box-shadow:0 15px 40px #0056d233}.amenity-card__icon-wrapper{background:#0056d21a;border:2px solid #0056d24d;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1.5rem;transition:all .3s;display:flex}.amenity-card:hover .amenity-card__icon-wrapper{border-color:var(--primary);background:#0056d233;transform:scale(1.1)rotate(5deg)}.amenity-card__icon{color:var(--primary);transition:all .3s}.amenity-card:hover .amenity-card__icon{filter:drop-shadow(0 0 10px #0056d2cc)}.amenity-card__name{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.amenity-card__description{color:var(--text-secondary);font-size:.95rem;line-height:1.6}@media (width>=640px){.amenities__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (width>=768px){.amenities{padding:5rem 0}.amenities__title{font-size:2.5rem}}@media (width>=1024px){.amenities__title{font-size:3rem}.amenities__grid{grid-template-columns:repeat(5,1fr)}}.pricing{background-color:var(--card);padding:4rem 0}.pricing__header{text-align:center;margin-bottom:3rem}.pricing__title{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:700}.pricing__subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.125rem;line-height:1.6}.pricing__grid{grid-template-columns:1fr;gap:2rem;max-width:900px;margin:0 auto;display:grid}.pricing-card{background-color:var(--bg);border:2px solid #ffffff0d;border-radius:8px;padding:2.5rem 2rem;transition:all .3s;position:relative}.pricing-card--highlighted{border-color:var(--primary);box-shadow:0 10px 50px #0056d233}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #0056d226}.pricing-card__badge{background:linear-gradient(135deg, var(--primary), #0073ff);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:.4rem 1.5rem;font-size:.85rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-card__type{color:var(--text-primary);margin-bottom:.75rem;font-size:1.75rem;font-weight:700}.pricing-card__description{color:var(--text-secondary);margin-bottom:2rem;font-size:1rem;line-height:1.6}.pricing-card__durations{margin-bottom:2rem}.pricing-card__durations-label{color:var(--text-secondary);margin-bottom:.75rem;font-size:.9rem}.pricing-card__durations-list{flex-wrap:wrap;gap:.75rem;display:flex}.pricing-card__duration{color:var(--primary);background-color:#0056d21a;border:1px solid #0056d24d;border-radius:4px;padding:.5rem 1rem;font-size:.9rem;font-weight:600}.pricing-card__features{margin-bottom:2rem;padding:0;list-style:none}.pricing-card__features li{color:var(--text-secondary);border-bottom:1px solid #ffffff0d;padding:.75rem 0 .75rem 1.5rem;font-size:.95rem;position:relative}.pricing-card__features li:last-child{border-bottom:none}.pricing-card__features li:before{content:"✓";color:var(--primary);font-weight:700;position:absolute;left:0}.pricing-card__cta{background-color:var(--primary);color:#fff;text-align:center;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:block}.pricing-card__cta:hover{background-color:#0073ff;transform:translateY(-2px);box-shadow:0 4px 20px #0056d266}@media (width>=768px){.pricing{padding:5rem 0}.pricing__title{font-size:2.5rem}.pricing__grid{grid-template-columns:repeat(2,1fr)}.pricing-card{padding:3rem 2.5rem}}@media (width>=1024px){.pricing__title{font-size:3rem}}.transformations{background-color:var(--bg);padding:4rem 0}.transformations__header{text-align:center;margin-bottom:3rem}.transformations__title{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:700}.transformations__subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.125rem;line-height:1.6}.transformations__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.transformation-card{aspect-ratio:3/4;border-radius:8px;position:relative;overflow:hidden}.transformation-card__image-wrapper{width:100%;height:100%;position:relative}.transformation-card__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.transformation-card:hover .transformation-card__image{transform:scale(1.05)}.transformation-card__overlay{background:linear-gradient(#0000,#0006,#000000e6);flex-direction:column;gap:.5rem;padding:2rem 1.5rem 1.5rem;transition:transform .3s;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(0)}.transformation-card__duration{color:var(--primary);text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:600}.transformation-card__result{color:var(--text-primary);font-size:1.25rem;font-weight:700;line-height:1.3}@media (width>=640px){.transformations__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=768px){.transformations{padding:5rem 0}.transformations__title{font-size:2.5rem}}@media (width>=1024px){.transformations__title{font-size:3rem}.transformations__grid{grid-template-columns:repeat(3,1fr);gap:2rem}.transformation-card__overlay{transform:translateY(100%)}.transformation-card:hover .transformation-card__overlay{transform:translateY(0)}}.testimonials{background-color:var(--card);padding:4rem 0}.testimonials__header{text-align:center;margin-bottom:3rem}.testimonials__title{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:700}.testimonials__subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.125rem;line-height:1.6}.testimonials__grid{grid-template-columns:1fr;gap:2rem;display:grid}.testimonial-card{background-color:var(--bg);border:1px solid #ffffff0d;border-radius:8px;padding:2rem;transition:all .3s}.testimonial-card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 40px #0056d226}.testimonial-card__stars{gap:.25rem;margin-bottom:1rem;display:flex}.testimonial-card__star{color:#ffb800;font-size:1.25rem}.testimonial-card__text{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;font-style:italic;line-height:1.7}.testimonial-card__author{border-top:1px solid #ffffff0d;padding-top:1rem}.testimonial-card__name{color:var(--text-primary);margin-bottom:.25rem;font-size:1rem;font-weight:700}.testimonial-card__result{color:var(--primary);font-size:.9rem;font-weight:600}@media (width>=768px){.testimonials{padding:5rem 0}.testimonials__title{font-size:2.5rem}.testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.testimonials__title{font-size:3rem}.testimonials__grid{grid-template-columns:repeat(3,1fr)}}.coach{background-color:var(--bg);padding:4rem 0}.coach__header{text-align:center;margin-bottom:3rem}.coach__title{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:700}.coach__subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.125rem;line-height:1.6}.coach__main{max-width:900px;margin:0 auto}.coach-profile--head{background-color:var(--card);border:2px solid var(--primary);border-radius:16px;flex-direction:column;gap:2rem;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.coach-profile--head:before{content:"";opacity:0;background:radial-gradient(circle,#0073ff1a 0%,#0000 70%);width:200%;height:200%;transition:opacity .4s;position:absolute;top:-50%;left:-50%}.coach-profile--head:hover{border-color:#0073ff;transform:translateY(-8px);box-shadow:0 20px 60px #0073ff40}.coach-profile--head:hover:before{opacity:1}.coach-profile__image-wrapper{flex-shrink:0;transition:all .4s;position:relative}.coach-profile__image-overlay{opacity:0;background:linear-gradient(135deg,#0073ff4d,#0073ff00);border-radius:50%;max-width:200px;height:200px;margin:0 auto;transition:opacity .4s;position:absolute;inset:0}.coach-profile--head:hover .coach-profile__image-overlay{opacity:1}.coach-profile__image{object-fit:cover;border:4px solid var(--primary);z-index:1;border-radius:50%;width:100%;max-width:200px;height:200px;margin:0 auto;transition:all .4s cubic-bezier(.4,0,.2,1);display:block;position:relative}.coach-profile--head:hover .coach-profile__image{border-color:#0073ff;transform:scale(1.05);box-shadow:0 12px 40px #0073ff66}.coach-profile__content{z-index:1;flex:1;position:relative}.coach-profile__name{color:var(--text-primary);margin-bottom:.5rem;font-size:1.75rem;font-weight:700;transition:color .3s}.coach-profile--head:hover .coach-profile__name{color:#0073ff}.coach-profile__title{color:var(--primary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.coach-profile--head:hover .coach-profile__title{color:#0073ff;letter-spacing:1px}.coach-profile__bio{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.coach-profile__credentials{grid-template-columns:1fr;gap:.75rem;padding:0;list-style:none;display:grid}.coach-profile__credentials li{color:var(--text-secondary);padding-left:1.5rem;font-size:.95rem;transition:all .3s;position:relative}.coach-profile__credentials li:hover{color:var(--text-primary);transform:translate(4px)}.coach-profile__credentials li:before{content:"✓";color:var(--primary);font-weight:700;transition:all .3s;position:absolute;left:0}.coach-profile__credentials li:hover:before{color:#0073ff;transform:scale(1.2)}@media (width>=768px){.coach{padding:5rem 0}.coach__title{font-size:2.5rem}.coach-profile--head{flex-direction:row;padding:3rem}.coach-profile__image,.coach-profile__image-overlay{margin:0}.coach-profile__credentials{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.coach__title{font-size:3rem}}.certifications{background:linear-gradient(to bottom, var(--bg) 0%, var(--card) 100%);padding:4rem 0}.certifications__header{text-align:center;margin-bottom:3rem}.certifications__title{color:var(--text-primary);margin-bottom:1rem;font-family:Orbitron,sans-serif;font-size:2rem;font-weight:900}.certifications__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.125rem}.certifications__carousel{max-width:800px;margin:0 auto;padding:0 3rem;position:relative}.certifications__slider{background:var(--card);border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #0000004d}.certifications__track{transition:transform .5s ease-in-out;display:flex}.certifications__slide{flex-shrink:0;min-width:100%}.certifications__image-wrapper{background:var(--card);justify-content:center;align-items:center;width:100%;height:400px;display:flex;overflow:hidden}.certifications__image{object-fit:contain;width:100%;height:100%;display:block}.certifications__nav{color:#fff;cursor:pointer;z-index:10;background:#0073ffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.certifications__nav:hover{background:var(--primary);transform:translateY(-50%)scale(1.1)}.certifications__nav--prev{left:0}.certifications__nav--next{right:0}.certifications__dots{justify-content:center;gap:.75rem;margin-top:2rem;display:flex}.certifications__dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.certifications__dot:hover{background:#ffffff80;transform:scale(1.2)}.certifications__dot--active{background:var(--primary);border-radius:6px;width:32px}@media (width>=768px){.certifications__title{font-size:2.5rem}.certifications__subtitle{font-size:1.25rem}}@media (width>=1024px){.certifications{padding:5rem 0}.certifications__carousel{max-width:900px}}@media (width<=640px){.certifications__carousel{padding:0 2rem}.certifications__nav{width:40px;height:40px}.certifications__nav svg{width:20px;height:20px}}.gym-gallery{background:linear-gradient(to bottom, var(--card) 0%, var(--bg) 100%);padding:5rem 0}.gym-gallery__header{text-align:center;margin-bottom:3rem}.gym-gallery__title{color:var(--text-primary);margin-bottom:1rem;font-family:Orbitron,sans-serif;font-size:2.5rem;font-weight:900}.gym-gallery__subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.125rem}.gym-gallery__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.gym-gallery__item{cursor:pointer;border-radius:12px;transition:transform .3s;overflow:hidden}.gym-gallery__item:hover{transform:scale(1.02)}.gym-gallery__image-wrapper{aspect-ratio:4/3;background:var(--card);width:100%;position:relative;overflow:hidden}.gym-gallery__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gym-gallery__item:hover .gym-gallery__image{transform:scale(1.1)}.gym-gallery__overlay{opacity:0;background:linear-gradient(#0000 0%,#0000004d 50%,#000000e6 100%);align-items:flex-end;padding:1.5rem;transition:opacity .4s;display:flex;position:absolute;inset:0}.gym-gallery__item:hover .gym-gallery__overlay{opacity:1}.gym-gallery__overlay-content{width:100%}.gym-gallery__category{color:var(--primary);text-transform:uppercase;letter-spacing:.5px;background:#0073ff33;border-radius:20px;margin-bottom:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.gym-gallery__image-title{color:#fff;margin-bottom:.5rem;font-family:Orbitron,sans-serif;font-size:1.25rem;font-weight:700}.gym-gallery__zoom-icon{color:var(--primary);transition:transform .3s}.gym-gallery__item:hover .gym-gallery__zoom-icon{transform:scale(1.2)}.gym-gallery__lightbox{z-index:9999;background:#000000f2;justify-content:center;align-items:center;padding:2rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.gym-gallery__lightbox-close{color:#fff;cursor:pointer;z-index:10001;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.gym-gallery__lightbox-close:hover{background:var(--primary);transform:rotate(90deg)}.gym-gallery__lightbox-nav{color:#fff;cursor:pointer;z-index:10001;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gym-gallery__lightbox-nav:hover{background:var(--primary);transform:translateY(-50%)scale(1.1)}.gym-gallery__lightbox-nav--prev{left:2rem}.gym-gallery__lightbox-nav--next{right:2rem}.gym-gallery__lightbox-content{flex-direction:column;gap:1.5rem;max-width:90vw;max-height:85vh;display:flex}.gym-gallery__lightbox-image{object-fit:contain;border-radius:8px;max-width:100%;max-height:75vh;box-shadow:0 20px 60px #00000080}.gym-gallery__lightbox-info{text-align:center}.gym-gallery__lightbox-category{color:var(--primary);text-transform:uppercase;letter-spacing:.5px;background:#0073ff33;border-radius:20px;margin-bottom:.75rem;padding:.375rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.gym-gallery__lightbox-title{color:#fff;margin-bottom:.5rem;font-family:Orbitron,sans-serif;font-size:1.5rem;font-weight:700}.gym-gallery__lightbox-counter{color:var(--text-secondary);font-size:.95rem}@media (width>=640px){.gym-gallery__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.gym-gallery__grid{grid-template-columns:repeat(3,1fr);gap:2rem}.gym-gallery__title{font-size:3rem}.gym-gallery__subtitle{font-size:1.25rem}}@media (width<=768px){.gym-gallery__lightbox{padding:1rem}.gym-gallery__lightbox-nav{width:44px;height:44px}.gym-gallery__lightbox-nav--prev{left:.5rem}.gym-gallery__lightbox-nav--next{right:.5rem}.gym-gallery__lightbox-close{width:40px;height:40px;top:1rem;right:1rem}.gym-gallery__lightbox-image{max-height:70vh}}.schedule{background-color:var(--card);padding:4rem 0}.schedule__header{text-align:center;margin-bottom:3rem}.schedule__title{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:700}.schedule__subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.125rem;line-height:1.6}.schedule__gym-hours{max-width:900px;margin:0 auto 3rem}.schedule__gym-hours-card{border:2px solid var(--primary);background:linear-gradient(135deg,#0073ff1a,#0073ff0d);border-radius:12px;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding:2rem;transition:all .3s;display:flex}.schedule__gym-hours-card:hover{border-color:#0073ff;transform:translateY(-4px);box-shadow:0 12px 40px #0073ff33}.schedule__gym-hours-icon{color:var(--primary);flex-shrink:0;transition:all .3s}.schedule__gym-hours-card:hover .schedule__gym-hours-icon{color:#0073ff;transform:rotate(360deg)}.schedule__gym-hours-content{flex:1}.schedule__gym-hours-title{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.schedule__gym-hours-time{color:#0073ff;letter-spacing:.5px;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.schedule__gym-hours-note{color:var(--text-secondary);font-size:.95rem}.schedule__sessions-note{background:var(--bg);border-left:4px solid var(--primary);color:var(--text-secondary);border-radius:8px;padding:1rem 1.5rem;font-size:.95rem;line-height:1.6}.schedule__sessions-note strong{color:#0073ff;font-weight:700}.schedule__grid{grid-template-columns:1fr;gap:2rem;max-width:800px;margin:0 auto;display:grid}.schedule-card{background-color:var(--bg);border:2px solid var(--primary);text-align:center;border-radius:8px;padding:2.5rem 2rem;transition:all .3s}.schedule-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #0056d233}.schedule-card__icon-wrapper{border:2px solid var(--primary);background:#0056d21a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;transition:all .3s;display:flex}.schedule-card:hover .schedule-card__icon-wrapper{background:#0056d233;transform:scale(1.1)rotate(10deg)}.schedule-card__icon{color:var(--primary);transition:all .3s}.schedule-card:hover .schedule-card__icon{filter:drop-shadow(0 0 10px #0056d2cc)}.schedule-card__session{color:var(--text-primary);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.schedule-card__time{color:var(--primary);letter-spacing:.5px;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.schedule-card__description{color:var(--text-secondary);font-size:1rem;line-height:1.6}@media (width>=768px){.schedule{padding:5rem 0}.schedule__title{font-size:2.5rem}.schedule__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.schedule__title{font-size:3rem}}.faq{background-color:var(--bg);padding:4rem 0}.faq__header{text-align:center;margin-bottom:3rem}.faq__title{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:700}.faq__subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.125rem;line-height:1.6}.faq__list{max-width:800px;margin:0 auto}.faq-item{background-color:var(--card);border:1px solid #ffffff0d;border-radius:8px;margin-bottom:1rem;transition:all .3s;overflow:hidden}.faq-item:hover,.faq-item--open{border-color:var(--primary)}.faq-item__question{width:100%;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;justify-content:space-between;align-items:center;padding:1.5rem;font-size:1rem;font-weight:600;transition:color .3s;display:flex}.faq-item__question:hover{color:var(--primary)}.faq-item__icon{color:var(--primary);flex-shrink:0;margin-left:1rem;font-size:1.5rem;font-weight:400}.faq-item__answer{max-height:0;transition:max-height .3s,padding .3s;overflow:hidden}.faq-item--open .faq-item__answer{max-height:500px;padding:0 1.5rem 1.5rem}.faq-item__answer p{color:var(--text-secondary);font-size:.95rem;line-height:1.7}@media (width>=768px){.faq{padding:5rem 0}.faq__title{font-size:2.5rem}.faq-item__question{font-size:1.125rem}.faq-item__answer p{font-size:1rem}}@media (width>=1024px){.faq__title{font-size:3rem}}.final-cta{background:linear-gradient(135deg,#0056d21a,#0073ff0d);padding:5rem 0;position:relative;overflow:hidden}.final-cta:before{content:"";opacity:.05;z-index:0;background-image:url(https://images.unsplash.com/photo-1534438327276-14e5300c3a48?q=80&w=2070);background-position:50%;background-size:cover;position:absolute;inset:0}.final-cta__content{z-index:1;text-align:center;max-width:700px;margin:0 auto;position:relative}.final-cta__title{color:var(--text-primary);margin-bottom:1.5rem;font-size:2rem;font-weight:800;line-height:1.2}.final-cta__subtitle{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.final-cta__button{background:linear-gradient(135deg, var(--primary), #0073ff);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:1.25rem 3rem;font-size:1.125rem;font-weight:700;transition:all .3s;display:inline-block;box-shadow:0 6px 30px #0056d266}.final-cta__button:hover{transform:translateY(-3px);box-shadow:0 10px 50px #0056d299}@media (width>=768px){.final-cta{padding:6rem 0}.final-cta__title{font-size:2.75rem}.final-cta__subtitle{font-size:1.25rem}}@media (width>=1024px){.final-cta__title{font-size:3.5rem}}.contact-location{background:var(--bg);padding:5rem 0}.contact-location__header{text-align:center;margin-bottom:3rem}.contact-location__title{color:var(--text-primary);margin-bottom:1rem;font-family:Orbitron,sans-serif;font-size:2.5rem;font-weight:900}.contact-location__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.125rem}.contact-location__grid{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem;display:grid}.contact-location__info{grid-template-columns:1fr;gap:1.5rem;display:grid}.contact-location__card{background:var(--card);border:1px solid #ffffff0d;border-radius:12px;align-items:flex-start;gap:1.5rem;padding:1.5rem;transition:all .3s;display:flex}.contact-location__card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 8px 24px #0073ff26}.contact-location__icon{width:56px;height:56px;color:var(--primary);background:#0073ff1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-location__details h3{color:var(--text-primary);margin-bottom:.5rem;font-family:Orbitron,sans-serif;font-size:1.125rem;font-weight:700}.contact-location__details p{color:var(--text-secondary);margin:0;font-size:1rem;line-height:1.6}.contact-location__link{color:var(--primary);font-size:1rem;transition:color .3s;display:inline-block}.contact-location__link:hover{color:#0073ff;text-decoration:underline}.contact-location__map{border:2px solid #ffffff0d;border-radius:12px;width:100%;height:400px;overflow:hidden;box-shadow:0 8px 24px #0000004d}.contact-location__cta{text-align:center;margin-top:3rem}.contact-location__button{background:linear-gradient(135deg, var(--primary), #0073ff);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:50px;padding:1.125rem 2.5rem;font-family:Orbitron,sans-serif;font-size:1.125rem;font-weight:700;transition:all .3s;display:inline-block;box-shadow:0 4px 16px #0073ff4d}.contact-location__button:hover{background:#0073ff;transform:translateY(-2px);box-shadow:0 8px 24px #0073ff80}@media (width>=768px){.contact-location__info{grid-template-columns:repeat(2,1fr)}.contact-location__map{height:450px}}@media (width>=1024px){.contact-location__grid{grid-template-columns:1fr 1.2fr;gap:3rem}.contact-location__info{grid-template-columns:1fr}.contact-location__map{height:100%;min-height:500px}}.footer{background-color:var(--card);border-top:1px solid #ffffff0d;padding:3rem 0 1.5rem}.footer__main{grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem;display:grid}.footer__section{flex-direction:column;gap:1rem;display:flex}.footer__logo-image{object-fit:contain;width:auto;height:60px;margin-bottom:.5rem}.footer__tagline{color:var(--text-secondary);margin-bottom:.5rem;font-family:Orbitron,sans-serif;font-size:1rem;font-weight:600}.footer__description{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.footer__heading{color:var(--text-primary);margin-bottom:.5rem;font-family:Orbitron,sans-serif;font-size:1.125rem;font-weight:700}.footer__brand{align-items:center;gap:5px;font-family:Orbitron,sans-serif;font-size:2rem;font-weight:900;display:flex}.brand-text{color:#fff}.brand-number{color:#0073ff}.footer__list{flex-direction:column;gap:.75rem;padding:0;list-style:none;display:flex}.footer__list li{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.footer__list a{color:var(--text-secondary);transition:color .3s}.footer__list a:hover{color:var(--primary)}.footer__bottom{text-align:center;border-top:1px solid #ffffff0d;flex-direction:column;gap:1rem;padding-top:2rem;padding-bottom:1.5rem;display:flex}.footer__copyright{color:var(--text-secondary);font-size:.9rem}.footer__disclaimer{color:var(--text-secondary);max-width:800px;margin:0 auto;font-size:.85rem;line-height:1.6}.footer__disclaimer strong{color:var(--text-primary)}.footer__credits{text-align:center;border-top:1px solid #ffffff0d;padding-top:1.5rem}.footer__credits p{color:var(--text-secondary);font-size:.9rem}.footer__credits-link{color:var(--primary);font-family:Orbitron,sans-serif;font-weight:600;transition:all .3s}.footer__credits-link:hover{color:#0073ff;text-decoration:underline}.footer__social{margin-top:2rem}.footer__social-icons{gap:1rem;margin-top:1rem;display:flex}.footer__social-link{width:40px;height:40px;color:var(--text-secondary);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.footer__social-link:hover{background:var(--primary);color:#000;transform:translateY(-3px)}.footer__social-link svg{width:20px;height:20px}@media (width>=640px){.footer__main{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.footer{padding:4rem 0 2rem}.footer__main{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}.footer__bottom{text-align:left;flex-direction:row;justify-content:space-between;align-items:center}.footer__disclaimer{margin:0}}.whatsapp-button{z-index:999;color:#fff;opacity:0;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:fixed;bottom:20px;right:20px;transform:scale(0);box-shadow:0 4px 20px #25d36666}.whatsapp-button--visible{opacity:1;transform:scale(1)}.whatsapp-button:hover{transform:scale(1.1);box-shadow:0 6px 30px #25d36699}.whatsapp-button svg{width:32px;height:32px}@media (width>=768px){.whatsapp-button{width:70px;height:70px;bottom:30px;right:30px}.whatsapp-button svg{width:38px;height:38px}}.call-button{background:linear-gradient(135deg, var(--primary), #0073ff);color:#fff;z-index:998;border-radius:30px;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;animation:2s infinite pulse;display:flex;position:fixed;bottom:100px;right:20px;box-shadow:0 4px 20px #0056d266}.call-button:hover{transform:translateY(-2px);box-shadow:0 6px 30px #0056d299}.call-button svg{width:20px;height:20px}@keyframes pulse{0%,to{box-shadow:0 4px 20px #0056d266}50%{box-shadow:0 4px 30px #0056d2b3}}@media (width>=768px){.call-button{padding:1rem 2rem;font-size:1rem;bottom:120px;right:30px}.call-button svg{width:24px;height:24px}}.exit-popup{z-index:9999;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.exit-popup__overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#000000d9;position:absolute;inset:0}.exit-popup__content{background-color:var(--card);text-align:center;border-radius:8px;width:100%;max-width:500px;padding:2.5rem 2rem;animation:.4s slideDown;position:relative;box-shadow:0 10px 50px #00000080}@keyframes slideDown{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.exit-popup__close{color:var(--text-secondary);background:0 0;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:2rem;line-height:1;transition:color .3s;display:flex;position:absolute;top:1rem;right:1rem}.exit-popup__close:hover{color:var(--text-primary)}.exit-popup__title{color:var(--text-primary);margin-bottom:1rem;font-size:1.75rem;font-weight:700}.exit-popup__text{color:var(--text-secondary);margin-bottom:.5rem;font-size:1.125rem;line-height:1.6}.exit-popup__text strong{color:var(--primary)}.exit-popup__subtext{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem}.exit-popup__cta{background-color:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-block}.exit-popup__cta:hover{background-color:#0073ff;transform:translateY(-2px);box-shadow:0 6px 30px #0056d299}@media (width>=768px){.exit-popup__content{padding:3rem 2.5rem}.exit-popup__title{font-size:2rem}}.legal-page{background:var(--bg);min-height:100vh;padding:2rem 0}.legal-page__container{max-width:900px;margin:0 auto;padding:0 1.5rem}.legal-page__back{color:var(--primary);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.legal-page__back:hover{color:#0073ff;transform:translate(-4px)}.legal-page__title{color:var(--text-primary);margin-bottom:.5rem;font-family:Orbitron,sans-serif;font-size:2.5rem;font-weight:900}.legal-page__updated{color:var(--text-secondary);margin-bottom:2.5rem;font-size:.95rem}.legal-page__content{background:var(--card);border-radius:12px;padding:2.5rem;box-shadow:0 4px 20px #0003}.legal-page__section{margin-bottom:2.5rem}.legal-page__section:last-child{margin-bottom:0}.legal-page__section h2{color:var(--text-primary);border-bottom:2px solid var(--primary);margin-bottom:1rem;padding-bottom:.5rem;font-family:Orbitron,sans-serif;font-size:1.5rem;font-weight:700}.legal-page__section h3{color:var(--text-primary);margin-top:1.5rem;margin-bottom:.75rem;font-family:Orbitron,sans-serif;font-size:1.125rem;font-weight:600}.legal-page__section p{color:var(--text-secondary);margin-bottom:1rem;font-size:1rem;line-height:1.8}.legal-page__section ul{margin-bottom:1rem;padding-left:1.5rem;list-style:outside}.legal-page__section li{color:var(--text-secondary);margin-bottom:.5rem;font-size:1rem;line-height:1.8}.legal-page__section strong{color:var(--text-primary);font-weight:600}.legal-page__warning{background:#ff3b301a;border-left:4px solid #ff3b30;border-radius:8px;padding:1rem 1.5rem;font-weight:600;color:#ff9f9f!important}.legal-page__final-notice{border:2px solid var(--primary);text-align:center;background:#0073ff1a;border-radius:8px;margin-top:2rem;padding:1.5rem}.legal-page__final-notice p{color:var(--text-primary);margin:0;font-size:1.125rem;line-height:1.6}@media (width<=768px){.legal-page__title{font-size:2rem}.legal-page__content{padding:1.5rem}.legal-page__section h2{font-size:1.25rem}.legal-page__section h3{font-size:1rem}}
