.Hero-module__PgAKtG__hero{background-color:var(--primary-white);align-items:center;min-height:100vh;padding:8rem 0 4rem;display:flex;position:relative;overflow:hidden}.Hero-module__PgAKtG__backgroundOverlay{z-index:0;background:radial-gradient(circle at 100% 0,#25d3660d,#0000 70%);width:50%;height:100%;position:absolute;top:0;right:0}.Hero-module__PgAKtG__container{z-index:1;grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;display:grid;position:relative}.Hero-module__PgAKtG__subtitle{color:var(--whatsapp-green);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:.9rem;font-weight:700}.Hero-module__PgAKtG__title{color:var(--text-dark);margin-bottom:1.5rem;font-size:4rem;line-height:1.1}.Hero-module__PgAKtG__title span{color:var(--whatsapp-green);position:relative}.Hero-module__PgAKtG__description{color:var(--text-muted);max-width:550px;margin-bottom:2.5rem;font-size:1.15rem}.Hero-module__PgAKtG__ctaGroup{gap:1.5rem;display:flex}.Hero-module__PgAKtG__primaryBtn{background-color:var(--whatsapp-green);color:#fff;box-shadow:var(--shadow-green);border-radius:50px;padding:1rem 2.5rem;font-size:1rem;font-weight:700}.Hero-module__PgAKtG__primaryBtn:hover{background-color:var(--whatsapp-medium);box-shadow:var(--shadow-hover);transform:translateY(-3px)}.Hero-module__PgAKtG__secondaryBtn{border:2px solid var(--whatsapp-green);color:var(--whatsapp-green);border-radius:50px;padding:1rem 2.5rem;font-size:1rem;font-weight:700}.Hero-module__PgAKtG__secondaryBtn:hover{background-color:#25d3660d;transform:translateY(-3px)}.Hero-module__PgAKtG__imageContainer{position:relative}.Hero-module__PgAKtG__heroImage{object-fit:cover;filter:drop-shadow(20px 20px 60px #0000001a);width:100%;height:auto}.Hero-module__PgAKtG__imageBadge{border-left:5px solid var(--whatsapp-green);background-color:#fff;border-radius:20px;flex-direction:column;align-items:center;padding:1.5rem;animation:4s ease-in-out infinite Hero-module__PgAKtG__float;display:flex;position:absolute;bottom:20%;left:-10%;box-shadow:0 15px 40px #0000001a}.Hero-module__PgAKtG__imageBadge span{color:var(--text-dark);font-size:2.5rem;font-weight:800;line-height:1}.Hero-module__PgAKtG__imageBadge small{color:var(--text-muted);font-size:.8rem;font-weight:600}@keyframes Hero-module__PgAKtG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@media (max-width:1100px){.Hero-module__PgAKtG__title{font-size:3.5rem}}@media (max-width:992px){.Hero-module__PgAKtG__container{text-align:center;grid-template-columns:1fr}.Hero-module__PgAKtG__content{order:2}.Hero-module__PgAKtG__imageContainer{order:1;max-width:500px;margin:0 auto 2rem;display:block}.Hero-module__PgAKtG__imageBadge{display:none}.Hero-module__PgAKtG__description{margin-left:auto;margin-right:auto}.Hero-module__PgAKtG__ctaGroup{justify-content:center}}@media (max-width:600px){.Hero-module__PgAKtG__title{font-size:2.8rem}.Hero-module__PgAKtG__ctaGroup{flex-direction:column;gap:1rem}.Hero-module__PgAKtG__primaryBtn,.Hero-module__PgAKtG__secondaryBtn{width:100%}}
.Features-module__KujwKW__features{z-index:10;margin-top:-5rem;padding:4rem 0;position:relative}.Features-module__KujwKW__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Features-module__KujwKW__card{text-align:center;transition:var(--transition);background-color:#fff;border-bottom:4px solid #0000;border-radius:20px;padding:3rem 2rem;box-shadow:0 10px 30px #0000000d}.Features-module__KujwKW__card:hover{box-shadow:var(--shadow-hover);border-bottom-color:var(--whatsapp-green);transform:translateY(-10px)}.Features-module__KujwKW__iconWrapper{width:70px;height:70px;color:var(--whatsapp-green);transition:var(--transition);background-color:#25d3661a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.Features-module__KujwKW__card:hover .Features-module__KujwKW__iconWrapper{background-color:var(--whatsapp-green);color:#fff;transform:rotateY(360deg)}.Features-module__KujwKW__iconWrapper svg{width:32px;height:32px}.Features-module__KujwKW__cardTitle{margin-bottom:1rem;font-size:1.4rem}.Features-module__KujwKW__cardDesc{color:var(--text-muted);font-size:.95rem;line-height:1.6}@media (max-width:992px){.Features-module__KujwKW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Features-module__KujwKW__features{margin-top:0;padding:6rem 0}.Features-module__KujwKW__grid{grid-template-columns:1fr}}
.About-module__OtWT4W__about{background-color:var(--primary-white);padding:8rem 0}.About-module__OtWT4W__container{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.About-module__OtWT4W__imageSide{position:relative}.About-module__OtWT4W__imageWrapper{z-index:1;border-radius:20px;position:relative;overflow:hidden}.About-module__OtWT4W__aboutImage{object-fit:cover;border-radius:20px;width:100%;height:auto;margin-bottom:-5%;box-shadow:0 20px 50px #0000001a}.About-module__OtWT4W__experienceBox{background-color:var(--whatsapp-green);color:#fff;text-align:center;box-shadow:var(--shadow-hover);border-radius:20px;max-width:200px;padding:2rem;position:absolute;bottom:-30px;right:-30px}.About-module__OtWT4W__experienceBox h3{font-size:2.5rem;line-height:1}.About-module__OtWT4W__experienceBox p{margin-top:.5rem;font-size:.85rem;font-weight:600}.About-module__OtWT4W__header h4{color:var(--whatsapp-green);text-transform:uppercase;letter-spacing:1.5px;font-size:.9rem}.About-module__OtWT4W__accentLine{background-color:var(--whatsapp-green);width:50px;height:4px;margin-top:.5rem}.About-module__OtWT4W__contentSide h2{margin:1.5rem 0;font-size:2.8rem;line-height:1.2}.About-module__OtWT4W__mission{color:var(--text-muted);margin-bottom:2rem;font-size:1.1rem}.About-module__OtWT4W__values{flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;display:flex}.About-module__OtWT4W__valueItem{gap:1.2rem;display:flex}.About-module__OtWT4W__dot{background-color:var(--whatsapp-green);border-radius:50%;flex-shrink:0;width:12px;height:12px;margin-top:6px}.About-module__OtWT4W__valueItem h5{margin-bottom:.3rem;font-size:1.1rem}.About-module__OtWT4W__valueItem p{color:var(--text-muted);font-size:.95rem}.About-module__OtWT4W__learnMore{background-color:var(--text-dark);color:#fff;border-radius:50px;padding:.9rem 2rem;font-weight:600}.About-module__OtWT4W__learnMore:hover{background-color:var(--whatsapp-green);transform:translateY(-2px)}@media (max-width:992px){.About-module__OtWT4W__container{grid-template-columns:1fr;gap:4rem}.About-module__OtWT4W__imageSide{max-width:600px;margin:0 auto}.About-module__OtWT4W__experienceBox{right:0}}@media (max-width:600px){.About-module__OtWT4W__contentSide h2{font-size:2.2rem}}
.Services-module__hmdBJW__services{background-color:var(--bg-light);padding:8rem 0}.Services-module__hmdBJW__header{text-align:center;margin-bottom:4rem}.Services-module__hmdBJW__header h4{color:var(--whatsapp-green);text-transform:uppercase;letter-spacing:2px;font-size:.9rem}.Services-module__hmdBJW__header h2{margin:1rem 0;font-size:2.8rem}.Services-module__hmdBJW__accentLine{background-color:var(--whatsapp-green);width:80px;height:4px;margin:.5rem auto}.Services-module__hmdBJW__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.Services-module__hmdBJW__card{transition:var(--transition);background-color:#fff;border-top:5px solid #0000;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000000d}.Services-module__hmdBJW__card:hover{box-shadow:var(--shadow-hover);border-top-color:var(--whatsapp-green);transform:translateY(-10px)}.Services-module__hmdBJW__imageWrapper{height:220px;position:relative;overflow:hidden}.Services-module__hmdBJW__cardImage{object-fit:cover;width:100%;height:100%;transition:all .5s}.Services-module__hmdBJW__card:hover .Services-module__hmdBJW__cardImage{transform:scale(1.1)}.Services-module__hmdBJW__overlay{background:linear-gradient(#0000 50%,#25d36633);width:100%;height:100%;position:absolute;top:0;left:0}.Services-module__hmdBJW__content{padding:2rem}.Services-module__hmdBJW__cardTitle{color:var(--text-dark);margin-bottom:1rem;font-size:1.4rem}.Services-module__hmdBJW__cardDesc{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.Services-module__hmdBJW__readMore{color:var(--whatsapp-green);text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:700}.Services-module__hmdBJW__readMore:hover{color:var(--whatsapp-medium)}@media (max-width:992px){.Services-module__hmdBJW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.Services-module__hmdBJW__header h2{font-size:2.2rem}.Services-module__hmdBJW__grid{grid-template-columns:1fr}}
.Stats-module__K5P46q__stats{background-color:var(--whatsapp-green);color:#fff;padding:6rem 0;position:relative;overflow:hidden}.Stats-module__K5P46q__stats:before{content:"";z-index:0;background-image:radial-gradient(circle at 20%,#ffffff1a 0%,#0000 40%);width:100%;height:100%;position:absolute;top:0;left:0}.Stats-module__K5P46q__grid{z-index:1;text-align:center;grid-template-columns:repeat(4,1fr);gap:3rem;display:grid;position:relative}.Stats-module__K5P46q__statItem h2{text-shadow:0 5px 15px #0000001a;margin-bottom:.5rem;font-size:3.5rem;font-weight:900;line-height:1}.Stats-module__K5P46q__statItem p{text-transform:uppercase;letter-spacing:1px;opacity:.9;font-size:1.1rem;font-weight:600}@media (max-width:992px){.Stats-module__K5P46q__grid{grid-template-columns:repeat(2,1fr);gap:4rem}}@media (max-width:500px){.Stats-module__K5P46q__statItem h2{font-size:2.8rem}.Stats-module__K5P46q__statItem p{font-size:.9rem}}
.Trainer-module__KD9nbG__trainer{background-color:var(--primary-white);padding:8rem 0;overflow:hidden}.Trainer-module__KD9nbG__container{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.Trainer-module__KD9nbG__header h4{color:var(--whatsapp-green);text-transform:uppercase;letter-spacing:2.5px;font-size:.9rem}.Trainer-module__KD9nbG__header h2{margin:1rem 0;font-size:3rem}.Trainer-module__KD9nbG__accentLine{background-color:var(--whatsapp-green);width:60px;height:4px;margin-bottom:2.5rem}.Trainer-module__KD9nbG__trainerName{margin-bottom:.2rem;font-size:2.2rem}.Trainer-module__KD9nbG__title{color:var(--whatsapp-green);margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.Trainer-module__KD9nbG__description{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.Trainer-module__KD9nbG__credentials{flex-direction:column;gap:1.2rem;margin-bottom:3rem;display:flex}.Trainer-module__KD9nbG__credItem{color:var(--text-dark);align-items:center;gap:1rem;font-weight:600;display:flex}.Trainer-module__KD9nbG__icon{color:var(--whatsapp-green);width:24px;height:24px}.Trainer-module__KD9nbG__bookBtn{background-color:var(--whatsapp-green);color:#fff;box-shadow:var(--shadow-green);border-radius:50px;padding:1.1rem 2.8rem;font-size:1rem;font-weight:700}.Trainer-module__KD9nbG__bookBtn:hover{background-color:var(--whatsapp-medium);box-shadow:var(--shadow-hover);transform:translateY(-3px)}.Trainer-module__KD9nbG__imageSide{justify-content:center;display:flex;position:relative}.Trainer-module__KD9nbG__imageWrapper{z-index:1;position:relative}.Trainer-module__KD9nbG__bgDecoration{background-color:var(--whatsapp-green);z-index:-1;border-radius:30px;width:100%;height:90%;position:absolute;top:10%;right:-10%;transform:rotate(5deg)}.Trainer-module__KD9nbG__trainerImage{border-radius:30px;width:100%;height:auto;box-shadow:0 30px 60px #0000001a}@media (max-width:992px){.Trainer-module__KD9nbG__container{grid-template-columns:1fr;gap:6rem}.Trainer-module__KD9nbG__contentSide{order:2}.Trainer-module__KD9nbG__imageSide{order:1;max-width:500px;margin:0 auto}.Trainer-module__KD9nbG__header,.Trainer-module__KD9nbG__bio{text-align:center}.Trainer-module__KD9nbG__accentLine{margin:0 auto 2.5rem}.Trainer-module__KD9nbG__credItem{justify-content:center}}@media (max-width:600px){.Trainer-module__KD9nbG__header h2{font-size:2.2rem}.Trainer-module__KD9nbG__trainerName{font-size:1.8rem}}
.Testimonials-module__3Z1FKa__testimonials{background-color:var(--bg-light);padding:8rem 0}.Testimonials-module__3Z1FKa__header{text-align:center;margin-bottom:4rem}.Testimonials-module__3Z1FKa__header h4{color:var(--whatsapp-green);text-transform:uppercase;letter-spacing:2px;font-size:.9rem}.Testimonials-module__3Z1FKa__header h2{margin:1rem 0;font-size:2.8rem}.Testimonials-module__3Z1FKa__accentLine{background-color:var(--whatsapp-green);width:80px;height:4px;margin:.5rem auto}.Testimonials-module__3Z1FKa__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.Testimonials-module__3Z1FKa__card{transition:var(--transition);background-color:#fff;border-radius:20px;padding:3rem 2rem;position:relative;box-shadow:0 10px 30px #0000000d}.Testimonials-module__3Z1FKa__card:hover{box-shadow:var(--shadow-hover);transform:translateY(-5px)}.Testimonials-module__3Z1FKa__quoteIcon{color:#25d36633;width:40px;height:40px;position:absolute;top:2rem;right:2rem}.Testimonials-module__3Z1FKa__stars{gap:.2rem;margin-bottom:1.5rem;display:flex}.Testimonials-module__3Z1FKa__text{color:var(--text-muted);margin-bottom:2rem;font-size:1rem;font-style:italic;line-height:1.7}.Testimonials-module__3Z1FKa__footer{border-top:1px solid #eee;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.Testimonials-module__3Z1FKa__avatar{background-color:var(--whatsapp-green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-weight:800;display:flex}.Testimonials-module__3Z1FKa__name{color:var(--text-dark);font-size:1.1rem}.Testimonials-module__3Z1FKa__role{color:var(--text-muted);font-size:.85rem}@media (max-width:992px){.Testimonials-module__3Z1FKa__grid{grid-template-columns:1fr;max-width:600px;margin:0 auto}}
.Pricing-module__Do-gqG__pricing{background-color:var(--primary-white);padding:8rem 0}.Pricing-module__Do-gqG__header{text-align:center;margin-bottom:4rem}.Pricing-module__Do-gqG__header h4{color:var(--whatsapp-green);text-transform:uppercase;letter-spacing:2px;font-size:.9rem}.Pricing-module__Do-gqG__header h2{margin:1rem 0;font-size:2.8rem}.Pricing-module__Do-gqG__accentLine{background-color:var(--whatsapp-green);width:80px;height:4px;margin:.5rem auto}.Pricing-module__Do-gqG__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.Pricing-module__Do-gqG__card{text-align:center;transition:var(--transition);background-color:#fff;border:1px solid #eee;border-radius:20px;padding:3rem 2rem;position:relative}.Pricing-module__Do-gqG__card.Pricing-module__Do-gqG__highlighted{border-color:var(--whatsapp-green);box-shadow:var(--shadow-hover);z-index:2;transform:scale(1.05)}.Pricing-module__Do-gqG__badge{background-color:var(--whatsapp-green);color:#fff;text-transform:uppercase;border-radius:50px;padding:.4rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:1.5rem;right:1.5rem}.Pricing-module__Do-gqG__planName{margin-bottom:1.5rem;font-size:1.8rem}.Pricing-module__Do-gqG__priceContainer{margin-bottom:2.5rem}.Pricing-module__Do-gqG__currency{color:var(--whatsapp-green);margin-right:.2rem;font-size:1rem;font-weight:700}.Pricing-module__Do-gqG__price{color:var(--text-dark);font-size:3.5rem;font-weight:900}.Pricing-module__Do-gqG__period{color:var(--text-muted);font-size:.9rem}.Pricing-module__Do-gqG__features{text-align:left;flex-direction:column;gap:1rem;margin-bottom:3rem;display:flex}.Pricing-module__Do-gqG__features li{color:var(--text-muted);align-items:center;gap:.8rem;font-size:1rem;display:flex}.Pricing-module__Do-gqG__checkIcon{color:var(--whatsapp-green);flex-shrink:0}.Pricing-module__Do-gqG__ctaBtn{border:2px solid var(--whatsapp-green);width:100%;color:var(--whatsapp-green);border-radius:50px;padding:1rem;font-size:1rem;font-weight:700}.Pricing-module__Do-gqG__highlighted .Pricing-module__Do-gqG__ctaBtn{background-color:var(--whatsapp-green);color:#fff;box-shadow:var(--shadow-green)}.Pricing-module__Do-gqG__highlighted .Pricing-module__Do-gqG__ctaBtn:hover{background-color:var(--whatsapp-medium);box-shadow:var(--shadow-hover)}.Pricing-module__Do-gqG__ctaBtn:hover{background-color:#25d3660d;transform:translateY(-2px)}@media (max-width:992px){.Pricing-module__Do-gqG__grid{grid-template-columns:1fr;justify-items:center;gap:2rem;width:100%;max-width:450px;margin:0 auto}.Pricing-module__Do-gqG__card{width:100%;padding:2.5rem 1.5rem}.Pricing-module__Do-gqG__card.Pricing-module__Do-gqG__highlighted{transform:scale(1);box-shadow:0 10px 30px #00000014}.Pricing-module__Do-gqG__price{font-size:3rem}}@media (max-width:480px){.Pricing-module__Do-gqG__header h2{font-size:2.2rem}.Pricing-module__Do-gqG__grid{padding:0 .5rem}}
.Gallery-module__fp8Iza__gallery{background-color:#fff;padding:100px 0}.Gallery-module__fp8Iza__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:60px;display:flex}.Gallery-module__fp8Iza__subtitle{color:var(--whatsapp-green);text-transform:uppercase;letter-spacing:2px;margin-bottom:10px;font-weight:700}.Gallery-module__fp8Iza__title{color:#1a1a1a;margin-bottom:20px;font-size:3rem}.Gallery-module__fp8Iza__accentLine{background-color:var(--whatsapp-green);width:80px;height:4px;margin:0 auto}.Gallery-module__fp8Iza__grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-auto-rows:250px;grid-auto-flow:dense;gap:20px;display:grid}.Gallery-module__fp8Iza__item{cursor:pointer;border-radius:20px;position:relative;overflow:hidden}.Gallery-module__fp8Iza__item.Gallery-module__fp8Iza__wide{grid-column:span 2}.Gallery-module__fp8Iza__item.Gallery-module__fp8Iza__tall{grid-row:span 2}.Gallery-module__fp8Iza__image{object-fit:cover;transition:transform .6s cubic-bezier(.33,1,.68,1)}.Gallery-module__fp8Iza__item:hover .Gallery-module__fp8Iza__image{transform:scale(1.1)}.Gallery-module__fp8Iza__overlay{opacity:0;background:linear-gradient(#0000,#000000b3);align-items:flex-end;padding:20px;transition:opacity .3s;display:flex;position:absolute;inset:0}.Gallery-module__fp8Iza__item:hover .Gallery-module__fp8Iza__overlay{opacity:1}.Gallery-module__fp8Iza__tag{color:#fff;font-size:.9rem;font-weight:600}@media (max-width:768px){.Gallery-module__fp8Iza__grid{grid-template-columns:repeat(2,1fr)}.Gallery-module__fp8Iza__item.Gallery-module__fp8Iza__wide{grid-column:span 2}.Gallery-module__fp8Iza__item.Gallery-module__fp8Iza__tall{grid-row:span 2}.Gallery-module__fp8Iza__title{font-size:2.2rem}}@media (max-width:480px){.Gallery-module__fp8Iza__grid{grid-template-columns:1fr}.Gallery-module__fp8Iza__item.Gallery-module__fp8Iza__wide,.Gallery-module__fp8Iza__item.Gallery-module__fp8Iza__tall{grid-area:auto}}
