@import "https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Roboto:wght@300;400;500;700&family=Caveat:wght@600&display=swap";@import "https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Roboto:wght@300;400;500;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Roboto:wght@300;400;500;700&family=Caveat:wght@600&display=swap";@import "https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Roboto:wght@300;400;500;700&family=Caveat:wght@600&display=swap";@import "https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Roboto:wght@300;400;500;700&family=Caveat:wght@600&display=swap";@import "https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Roboto:wght@300;400;500;700&family=Caveat:wght@600&display=swap";:root{--brand-green:#8cc63f;--brand-green-hover:#7ab332;--dark-bg:#0d131f;--dark-bg-transparent:#0d131fd9;--text-white:#fff;--text-gray:#b8c2d1;--font-heading:"Oswald", sans-serif;--font-body:"Roboto", sans-serif;--font-cursive:"Caveat", cursive}*{box-sizing:border-box;margin:0;padding:0}html{font-size:15px}body{font-family:var(--font-body);background-color:var(--dark-bg);color:var(--text-white);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}ul{list-style:none}.hero-section{background-image:linear-gradient(to right, var(--dark-bg) 0%, var(--dark-bg-transparent) 40%, #0d131f66 100%), url(/assets/image-BCGMjkcm.png);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;min-height:100vh;display:flex;position:relative}.navbar{z-index:100;justify-content:space-between;align-items:center;padding:1.5rem 5%;display:flex;position:relative}.logo-container{align-items:center;gap:.5rem;display:flex}.logo-img{object-fit:contain;width:auto;height:40px}.logo-text{font-family:var(--font-heading);text-transform:uppercase;flex-direction:column;font-size:1.8rem;font-weight:700;line-height:1;display:flex}.logo-subtext{font-family:var(--font-body);color:var(--brand-green);letter-spacing:1px;font-size:.7rem}.logo-icon{color:var(--brand-green)}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links li{text-transform:uppercase;letter-spacing:.5px;cursor:pointer;align-items:center;gap:.25rem;font-size:.9rem;font-weight:500;transition:color .3s;display:flex}.nav-links li:hover{color:var(--brand-green)}.nav-links li.active{color:var(--text-white);border-bottom:2px solid var(--brand-green);padding-bottom:2px}.nav-links li.mobile-only-btn{display:none}.nav-btn{background-color:var(--brand-green);color:var(--text-white);cursor:pointer;border:none;border-radius:4px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:background-color .3s;display:flex}.nav-btn:hover{background-color:var(--brand-green-hover)}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;display:none}.hero-content{z-index:10;flex-direction:column;flex:1;justify-content:center;max-width:700px;padding:0 5% 2rem;display:flex}.hero-title{font-family:var(--font-heading);text-transform:uppercase;margin-bottom:1.5rem;font-size:5rem;font-weight:700;line-height:1.1}.hero-title .highlight{color:var(--brand-green)}.hero-description{color:var(--text-gray);max-width:90%;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6}.coach-info{margin-bottom:2rem}.coach-name{font-family:var(--font-cursive);color:var(--brand-green);margin-bottom:.5rem;font-size:2rem}.coach-credentials{color:var(--text-white);font-size:.9rem;line-height:1.4}.hero-actions{gap:1rem;display:flex}.btn-primary{background-color:var(--brand-green);color:var(--text-white);cursor:pointer;border:none;border-radius:4px;align-items:center;gap:.5rem;padding:.8rem 1.8rem;font-size:1rem;font-weight:600;transition:background-color .3s;display:flex}.btn-primary:hover{background-color:var(--brand-green-hover)}.btn-secondary{color:var(--text-white);cursor:pointer;background-color:#0000;border:1px solid #ffffff4d;border-radius:4px;align-items:center;gap:.5rem;padding:.8rem 1.8rem;font-size:1rem;font-weight:600;transition:background-color .3s,border-color .3s;display:flex}.btn-secondary:hover{background-color:#ffffff1a;border-color:#fff9}.stats-bar-container{z-index:20;width:100%;padding:0 2% 2rem}.stats-bar{background-color:#08101a;border:1px solid #ffffff1a;border-radius:12px;justify-content:space-between;padding:1.5rem 2rem;display:flex;box-shadow:0 10px 30px #00000080}.stat-item{flex:1;align-items:center;gap:1rem;display:flex;position:relative}.stat-item:not(:last-child):after{content:"";background-color:#ffffff1a;width:1px;height:80%;position:absolute;top:10%;right:0}.stat-icon{color:var(--brand-green);flex-shrink:0}.stat-text{flex-direction:column;display:flex}.stat-value{color:var(--text-white);text-transform:uppercase;font-size:.9rem;font-weight:700}.stat-label{color:var(--text-gray);text-transform:uppercase;font-size:.75rem}@media (width<=1024px){.hero-title{font-size:4rem}.nav-links{gap:1rem}.stats-bar{padding:1rem}.stat-item{gap:.5rem}.stat-item:not(:last-child):after{right:-.5rem}.stat-value{font-size:.8rem}.stat-label{font-size:.65rem}}@media (width<=768px){.nav-links{-webkit-backdrop-filter:blur(12px);z-index:50;background-color:#0d131ff2;border-bottom:1px solid #ffffff1a;flex-direction:column;align-items:center;gap:1.8rem;width:100%;padding:2rem 0;display:none;position:absolute;top:100%;left:0;box-shadow:0 15px 35px #0009}.nav-links li{letter-spacing:1.5px;justify-content:center;width:100%;padding:.5rem 0;font-size:1.1rem}.nav-links li.active{color:var(--brand-green);border-bottom:none}.mobile-only-btn{width:80%;margin-top:1rem;padding:0;display:flex!important}.nav-links.open{display:flex}.nav-btn{display:none}.mobile-menu-btn{display:block}.hero-title{font-size:3rem}.hero-actions{flex-direction:column}.stats-bar-container{background-color:var(--dark-bg);padding:2rem 5%;position:relative;transform:none}.stats-bar{flex-direction:column;gap:1.5rem;padding:2rem}.stat-item:not(:last-child):after{display:none}.hero-content{padding-bottom:2rem}}.coach-section{color:#0d131f;font-family:var(--font-body);background-color:#f4f6f8;padding:4rem 5%}.coach-container{flex-direction:column;gap:1.5rem;max-width:95%;margin:0 auto;display:flex}.coach-top-split{background-color:#fff;border-radius:12px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.coach-top-split.reverse{flex-direction:row-reverse}.coach-img-left{flex:1;position:relative}.coach-img-left .img-fluid{object-fit:cover;width:100%;height:100%;display:block}.img-overlay-box{background-color:var(--dark-bg);color:#fff;border-top-right-radius:20px;padding:2rem;position:absolute;bottom:0;left:0}.logo-small{align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.logo-text-small{font-family:var(--font-heading);flex-direction:column;font-size:1.2rem;font-weight:700;line-height:1;display:flex}.logo-text-small .sub{font-family:var(--font-body);color:var(--brand-green);letter-spacing:1px;font-size:.5rem}.overlay-text{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;line-height:1.2}.coach-right-container{flex-direction:column;flex:1.2;display:flex}.coach-details-right{flex-direction:column;flex:1;padding:3rem 4rem;display:flex;position:relative}.coach-text-content{width:100%}.section-subtitle,.card-subtitle{color:var(--brand-green);letter-spacing:1px;align-items:center;gap:1rem;margin-bottom:.5rem;font-size:.85rem;font-weight:700;display:flex}.card-subtitle{justify-content:center}.line{background-color:#e0e5ec;flex:1;max-width:40px;height:1px}.coach-title{font-family:var(--font-heading);color:var(--dark-bg);margin-bottom:2rem;font-size:3.5rem;font-weight:700;line-height:1}.coach-bullets{margin-bottom:2rem;padding:0;list-style:none}.coach-bullets li{align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.95rem;font-weight:500;display:flex}.bullet-icon{color:var(--brand-green)}.quote-box{border-left:3px solid var(--brand-green);background-color:#f9fbfb;border-radius:8px;max-width:80%;margin-bottom:2rem;padding:1.5rem;position:relative}.quote-icon{color:var(--brand-green);opacity:.2;position:absolute}.quote-icon.start{top:.5rem;left:.5rem}.quote-icon.end{bottom:.5rem;right:.5rem;transform:rotate(180deg)}.quote-box p{color:#4a5568;z-index:1;margin-bottom:1rem;font-size:.9rem;font-style:italic;line-height:1.5;position:relative}.quote-signature{font-family:var(--font-cursive);color:var(--brand-green);text-align:right;font-size:1.5rem}.coach-portrait-container{background-color:#0000;flex-shrink:0;justify-content:center;align-items:stretch;width:40%;display:flex}.bg-shape,.bg-shape:after{display:none}.coach-portrait{object-fit:contain;object-position:bottom center;width:100%;height:100%}.coach-stats-strip{background-color:var(--dark-bg);display:flex}.strip-item{color:#fff;border-right:1px solid #ffffff1a;flex:1;justify-content:center;align-items:center;gap:1rem;padding:1.5rem;display:flex}.strip-item:last-child{border-right:none}.strip-icon{color:var(--brand-green)}.strip-text{flex-direction:column;display:flex}.strip-value{font-size:1.5rem;font-weight:700;line-height:1}.strip-label{text-transform:uppercase;color:var(--text-gray);margin-top:.25rem;font-size:.65rem}.achievements-card{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 30px #0000000d}.achievements-card.full-width{width:100%}.achievements-grid{justify-content:space-between;margin-top:2rem;display:flex}.achieve-item{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.achieve-icon-circle{background-color:var(--dark-bg);width:60px;height:60px;color:var(--brand-green);border-radius:50%;justify-content:center;align-items:center;display:flex}.achieve-item span{font-size:.75rem;font-weight:600;line-height:1.4}.students-gallery{grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;display:grid}.students-gallery img{object-fit:cover;border-radius:12px;width:100%;height:auto;box-shadow:0 10px 30px #0000000d}.coach-footer-banner{background-color:var(--dark-bg);border-radius:12px;display:flex;overflow:hidden;box-shadow:0 10px 30px #00000026}.banner-left{color:#fff;flex:1;align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex}.banner-star{color:var(--brand-green);fill:var(--brand-green)}.banner-text{font-size:1.2rem;font-weight:500}.banner-btn{background-color:var(--brand-green);color:#fff;cursor:pointer;text-align:left;border:none;align-items:center;gap:1.5rem;padding:1.5rem 2rem;transition:background-color .3s;display:flex}.banner-btn:hover{background-color:var(--brand-green-hover)}.banner-btn .btn-text{flex-direction:column;display:flex}.banner-btn strong{font-size:1.2rem;font-weight:700}.banner-btn span{font-size:.8rem}.banner-btn .btn-icon{background-color:var(--dark-bg);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}@media (width<=1024px){.coach-top-split,.coach-top-split.reverse{flex-direction:column}.coach-img-left{height:300px}.coach-portrait-container{display:none}.quote-box{max-width:100%}.coach-stats-strip{flex-wrap:wrap}.strip-item{border-bottom:1px solid #ffffff1a;flex-basis:50%}.strip-item:nth-child(2n){border-right:none}.students-gallery{grid-template-columns:repeat(2,1fr)}.coach-footer-banner{flex-direction:column}.banner-btn{justify-content:space-between}}@media (width<=768px){.strip-item{border-right:none;flex-basis:100%}.achievements-grid{flex-wrap:wrap;justify-content:center;gap:2rem}.students-gallery{grid-template-columns:1fr}}.story-section{background-color:var(--dark-bg);color:var(--text-white);font-family:var(--font-body);padding:5rem 5%;position:relative;overflow:hidden}.story-container{z-index:1;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:flex;position:relative}.story-content{flex:1}.story-subtitle{color:var(--brand-green);letter-spacing:1px;align-items:center;gap:1rem;margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:flex}.story-subtitle .line{background-color:var(--brand-green);width:30px;height:2px}.story-title{font-family:var(--font-heading);text-transform:uppercase;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.story-title .highlight-green{color:var(--brand-green)}.story-desc{color:var(--text-gray,#b8c2d1);margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.story-highlights{margin:0;padding:0;list-style:none}.story-highlights li{color:var(--text-white);align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.05rem;display:flex}.story-highlights li .check-icon{color:var(--brand-green)}.story-video-container{flex:1;width:100%}.story-video-wrapper{border:2px solid #ffffff1a;border-radius:12px;max-width:100%;height:0;padding-bottom:56.25%;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000080}.story-iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}@media (width<=992px){.story-container{text-align:center;flex-direction:column;gap:3rem}.story-subtitle,.story-highlights li{justify-content:center}}@media (width<=768px){.story-title{font-size:2rem}}.programs-section{color:#0d131f;font-family:var(--font-body);background-color:#fff;padding:4rem 5%;position:relative;overflow:hidden}.programs-section:before{content:"";opacity:.5;z-index:0;background-image:radial-gradient(#e5e7eb 2px,#0000 2px);background-size:20px 20px;width:300px;height:300px;position:absolute;top:0;right:0}.programs-container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.programs-header{text-align:center;margin-bottom:3rem}.programs-subtitle{color:var(--brand-green);letter-spacing:1px;justify-content:center;align-items:center;gap:1rem;margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:flex}.programs-title{font-family:var(--font-heading);color:var(--dark-bg);margin-bottom:1rem;font-size:3rem;font-weight:700;line-height:1.1}.cursive-text{font-family:var(--font-cursive);color:var(--brand-green);text-transform:none;font-size:3.5rem;font-weight:400}.programs-desc{color:#4a5568;max-width:700px;margin:0 auto;font-size:1rem;line-height:1.6}.programs-grid{gap:1.5rem;margin-bottom:3rem;display:flex}.program-card{background-color:#fff;border-top:4px solid;border-radius:12px;flex-direction:column;flex:1;display:flex;overflow:hidden;box-shadow:0 5px 20px #00000014}.card-img-wrapper{width:100%;height:160px;position:relative}.card-img-wrapper img{object-fit:cover;object-position:top;width:100%;height:100%}.card-icon{color:#fff;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:absolute;bottom:-24px;left:50%;transform:translate(-50%)}.card-icon .lucide-icon{width:20px;height:20px}.card-content{text-align:center;flex-direction:column;flex:1;align-items:center;padding:2.5rem 1.5rem 1.5rem;display:flex}.card-title{font-family:var(--font-heading);margin-bottom:.5rem;font-size:1.25rem;font-weight:700;line-height:1.2}.card-badge{color:#fff;border-radius:20px;margin-bottom:1rem;padding:.2rem .8rem;font-size:.7rem;font-weight:700;display:inline-block}.card-text{color:#4a5568;flex:1;margin-bottom:1.5rem;font-size:.8rem;line-height:1.5}.card-bullets{text-align:left;width:100%;padding:0;list-style:none}.card-bullets li{color:#2d3748;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;font-size:.75rem;font-weight:500;display:flex}.check-icon{flex-shrink:0;margin-top:.1rem}.programs-footer-banner{background-color:var(--dark-bg);color:#fff;border-radius:12px;justify-content:space-between;align-items:center;padding:2rem 3rem;display:flex;box-shadow:0 10px 30px #00000026}.footer-left{align-items:center;gap:1.5rem;display:flex}.footer-text-group{flex-direction:column;display:flex}.footer-small-text{color:#e2e8f0;font-size:.85rem;font-weight:600}.footer-highlight{font-family:var(--font-heading);color:var(--brand-green);font-size:2.2rem;font-weight:700;line-height:1.1}.footer-middle{color:#cbd5e1;border-left:1px solid #fff3;padding-left:2rem;font-size:.95rem;line-height:1.5}.footer-right .btn-primary{padding:1rem 2rem;font-size:1.1rem}@media (width<=1024px){.programs-grid{flex-wrap:wrap;justify-content:center}.program-card{flex-basis:calc(33.333% - 1.5rem);min-width:250px}.programs-footer-banner{text-align:center;flex-direction:column;gap:2rem}.footer-middle{border-top:1px solid #fff3;border-left:none;padding-top:1.5rem;padding-left:0}}@media (width<=768px){.program-card{flex-basis:100%}.programs-title{font-size:2.5rem}.cursive-text{font-size:2.8rem}.footer-left{flex-direction:column}}.why-choose-section{color:#0d131f;font-family:var(--font-body);background-color:#f9fbfb;padding:4rem 5%}.why-container{max-width:1200px;margin:0 auto}.why-header{text-align:center;margin-bottom:3rem}.why-subtitle{color:var(--brand-green);letter-spacing:1px;justify-content:center;align-items:center;gap:1rem;margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:flex}.why-title{font-family:var(--font-heading);color:var(--dark-bg);margin-bottom:1rem;font-size:3rem;font-weight:700;line-height:1.1}.why-desc{color:#4a5568;font-size:1rem;line-height:1.6}.why-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.why-card{background-color:#fff;border-radius:12px;min-height:220px;display:flex;position:relative;overflow:hidden;box-shadow:0 5px 20px #0000000d}.why-card-content{z-index:2;flex-direction:column;flex:1.2;padding:2rem 1.5rem;display:flex}.why-icon-circle{background-color:var(--dark-bg);border:2px solid var(--brand-green);width:50px;height:50px;color:var(--brand-green);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.2rem;display:flex}.why-card-title{font-family:var(--font-heading);color:var(--dark-bg);margin-bottom:.5rem;font-size:1.1rem;font-weight:700;line-height:1.2}.why-card-text{color:#4a5568;font-size:.75rem;line-height:1.5}.why-card-img-wrapper{flex:1;position:relative}.why-card-img-wrapper img{object-fit:cover;width:100%;height:100%}.img-fade-overlay{background:linear-gradient(90deg,#fff 0%,#fff0 100%);width:100%;height:100%;position:absolute;top:0;left:0}.why-footer-banner{background-color:var(--dark-bg);color:#fff;border-radius:12px;justify-content:space-between;align-items:center;margin-top:2rem;padding:2rem 3rem;display:flex;box-shadow:0 10px 30px #00000026}.footer-left-content{align-items:center;gap:1.5rem;display:flex}.footer-icons{color:var(--brand-green);align-items:center;gap:.25rem;display:flex}.banner-icon-star{fill:var(--brand-green)}.footer-text-main{font-size:1.2rem;font-weight:500;line-height:1.4}.footer-text-main .highlight-green{font-family:var(--font-heading);font-size:1.8rem;font-weight:700}.footer-middle-content{color:#cbd5e1;border-left:1px solid #fff3;padding-left:2rem;font-size:.95rem;line-height:1.5}.btn-primary-green{background-color:var(--brand-green);color:#fff;cursor:pointer;border:none;border-radius:4px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:background-color .3s;display:flex}.btn-primary-green:hover{background-color:var(--brand-green-hover)}@media (width<=1024px){.why-grid{grid-template-columns:repeat(2,1fr)}.why-footer-banner{text-align:center;flex-direction:column;gap:2rem}.footer-left-content{flex-direction:column}.footer-middle-content{border-top:1px solid #fff3;border-left:none;padding-top:1.5rem;padding-left:0}}@media (width<=768px){.why-grid{grid-template-columns:1fr}.why-title{font-size:2.5rem}}.testimonials-section{font-family:var(--font-body);background-color:#08101a;padding:6rem 5%}.test-container{max-width:1200px;margin:0 auto}.test-header{text-align:center;margin-bottom:4rem}.test-subtitle{color:var(--brand-green);letter-spacing:1px;justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.9rem;font-weight:600;display:flex}.test-subtitle .line{background-color:var(--brand-green);width:40px;height:2px}.test-title{font-family:var(--font-heading);color:#fff;text-transform:uppercase;margin-bottom:1rem;font-size:3rem;line-height:1.2}.test-desc{color:var(--text-gray);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.slider-wrapper{align-items:center;width:100%;display:flex;position:relative}.slider-container{scroll-snap-type:x mandatory;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;gap:2rem;width:100%;padding-bottom:1rem;display:flex;overflow-x:auto}.slider-container::-webkit-scrollbar{display:none}.slide-item{scroll-snap-align:start;flex:0 0 calc(33.3333% - 1.33333rem);display:flex}.test-card{background-color:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;width:100%;padding:2rem;transition:transform .3s,border-color .3s}.test-card:hover{border-color:#8cc63f4d;transform:translateY(-5px)}.test-card-header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.test-avatar{background-color:var(--brand-green);color:#000;width:60px;height:60px;font-family:var(--font-heading);border-radius:50%;justify-content:center;align-items:center;font-size:1.8rem;font-weight:700;display:flex}.test-info{flex-direction:column;display:flex}.test-name{color:#fff;margin-bottom:.2rem;font-size:1.3rem}.test-source{color:var(--text-gray);align-items:center;gap:.4rem;font-size:.9rem;display:flex}.fb-icon{color:#1877f2}.test-rating{gap:4px;margin-bottom:1.5rem;display:flex}.test-text{color:#e2e8f0;font-size:1.1rem;font-style:italic;line-height:1.8}.slider-btn{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.slider-btn:hover{background:var(--brand-green);color:#000}.slider-btn.prev{left:-20px}.slider-btn.next{right:-20px}@media (width<=1024px){.slide-item{flex:0 0 calc(50% - 1rem)}}@media (width<=768px){.test-title{font-size:2.5rem}.slide-item{flex:0 0 100%}.slider-btn.prev{left:0}.slider-btn.next{right:0}.slider-wrapper{padding:0 40px}}.experience-section{color:#0d131f;font-family:var(--font-body);background-color:#f4f6f8;padding:4rem 5%}.experience-container{max-width:1200px;margin:0 auto}.exp-header{text-align:center;margin-bottom:3rem}.exp-subtitle{color:var(--brand-green);letter-spacing:1px;justify-content:center;align-items:center;gap:1rem;margin-bottom:.5rem;font-size:.9rem;font-weight:700;display:flex}.exp-title{font-family:var(--font-heading);color:var(--dark-bg);margin-bottom:1rem;font-size:3.5rem;font-weight:700;line-height:1.1}.exp-desc{color:#4a5568;font-size:1.1rem;line-height:1.6}.exp-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.exp-card{background-color:#fff;border-radius:12px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 5px 20px #0000000d}.exp-card-img{width:100%;height:150px}.exp-card-img img{object-fit:cover;width:100%;height:100%}.exp-card-content{flex-direction:column;flex:1;padding:1.5rem 1rem;display:flex;position:relative}.exp-card-icon{background-color:var(--dark-bg);width:40px;height:40px;color:var(--brand-green);border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:-20px;left:1rem}.exp-card-text-wrapper{margin-top:1rem}.exp-card-text-wrapper h4{font-family:var(--font-heading);text-transform:uppercase;margin-bottom:.5rem;font-size:1.1rem}.exp-card-text-wrapper p{color:#4a5568;font-size:.8rem;line-height:1.4}.video-story-strip{background-color:#e2e8f0;border-radius:12px;height:120px;margin-bottom:2rem;display:flex;overflow:hidden}.video-strip-left{background-color:var(--dark-bg);color:#fff;flex:1;align-items:center;gap:1.5rem;padding:0 2rem;display:flex}.clapper-icon{color:#fff}.video-text h4{font-family:var(--font-heading);color:var(--brand-green);margin-bottom:.2rem;font-size:1.2rem}.video-text p{color:#cbd5e1;font-size:.85rem}.video-strip-right{flex:2;position:relative;overflow:hidden}.video-thumbnails{height:100%;display:flex}.video-thumbnails img{object-fit:cover;border-left:2px solid var(--dark-bg);filter:brightness(.6);width:25%;height:100%}.play-button-overlay{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.play-circle{cursor:pointer;background-color:#fff3;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s,background-color .3s;display:flex}.play-circle:hover{border-color:var(--brand-green);background-color:#8cc63fcc;transform:scale(1.1)}.exp-stats-strip{background-color:#fff;border-radius:12px;margin-bottom:2rem;padding:2rem;display:flex;box-shadow:0 5px 20px #0000000d}.exp-stat-item{border-right:1px solid #e2e8f0;flex:1;justify-content:center;align-items:center;gap:1rem;display:flex}.exp-stat-item:last-child{border-right:none}.exp-stat-icon{color:var(--brand-green)}.exp-stat-text{flex-direction:column;display:flex}.exp-stat-text .val{color:var(--dark-bg);font-size:1.5rem;font-weight:700;line-height:1}.exp-stat-text .lab{color:#64748b;text-transform:uppercase;margin-top:.25rem;font-size:.75rem}.exp-cta-banner{background-color:var(--dark-bg);border-radius:12px;display:flex;overflow:hidden}.cta-left{flex:1;align-items:center;gap:1.5rem;padding:2rem;display:flex}.cta-text-wrapper h3{color:#fff;font-family:var(--font-heading);margin-bottom:.2rem;font-size:1.8rem}.cta-text-wrapper .cursive{font-family:var(--font-cursive);color:var(--brand-green);font-size:1.8rem}.cta-right{display:flex}.btn-primary-large{background-color:var(--brand-green);color:#fff;cursor:pointer;border:none;align-items:center;gap:1.5rem;padding:0 2rem;transition:background-color .3s;display:flex}.btn-primary-large:hover{background-color:var(--brand-green-hover)}.btn-m{text-align:left;flex-direction:column;display:flex}.btn-m strong{font-size:1.4rem}.btn-m span{opacity:.9;font-size:.85rem}@media (width<=1024px){.exp-grid{grid-template-columns:repeat(2,1fr)}.video-story-strip{flex-direction:column;height:auto}.video-strip-left{padding:2rem}.video-strip-right{height:150px}.exp-stats-strip{flex-wrap:wrap;gap:2rem 0}.exp-stat-item{flex-basis:50%}.exp-stat-item:nth-child(2){border-right:none}.exp-cta-banner{flex-direction:column}.cta-right .btn-primary-large{justify-content:center;width:100%;padding:2rem}}@media (width<=768px){.exp-grid{grid-template-columns:1fr}.exp-stat-item{border-right:none;flex-basis:100%}}.footer{color:#cbd5e1;background:linear-gradient(135deg,#0a1020 0%,#0d131f 100%);border-top:1px solid #8cc63f33;font-family:Roboto,sans-serif}.footer-top{grid-template-columns:1.6fr 1fr 1fr 1.4fr;gap:3rem;max-width:1400px;margin:0 auto;padding:4rem 5%;display:grid}.footer-logo{align-items:center;gap:10px;margin-bottom:1rem;display:flex}.footer-logo-img{width:auto;height:48px}.footer-logo-text{color:#fff;letter-spacing:1px;font-family:Oswald,sans-serif;font-size:1.3rem;font-weight:700;line-height:1.1}.footer-logo-sub{color:#8cc63f;letter-spacing:2.5px;font-size:.65rem;font-weight:600}.footer-tagline{color:#94a3b8;margin-bottom:1.5rem;font-size:.87rem;line-height:1.65}.footer-social{gap:.6rem;display:flex}.footer-social-btn{color:#94a3b8;background:#ffffff12;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;text-decoration:none;transition:background .25s,color .25s,transform .25s;display:flex}.footer-social-btn:hover{color:#fff;transform:translateY(-3px)}.footer-social-btn.facebook:hover{background:#1877f2;border-color:#1877f2}.footer-social-btn.instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-color:#dc2743}.footer-social-btn.whatsapp:hover{background:#25d366;border-color:#25d366}.footer-col-title{color:#fff;letter-spacing:2px;text-transform:uppercase;margin-bottom:1.2rem;font-family:Oswald,sans-serif;font-size:.85rem;font-weight:700}.footer-links{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.footer-links a{color:#94a3b8;font-size:.87rem;text-decoration:none;transition:color .2s,padding-left .2s}.footer-links a:hover{color:#8cc63f;padding-left:4px}.footer-contact-list{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.footer-contact-list li{color:#94a3b8;align-items:flex-start;gap:.7rem;font-size:.85rem;line-height:1.5;display:flex}.footer-contact-icon{color:#8cc63f;flex-shrink:0;margin-top:2px}.footer-contact-list a{color:#94a3b8;text-decoration:none;transition:color .2s}.footer-contact-list a:hover{color:#8cc63f}.footer-bottom{border-top:1px solid #ffffff12;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1.2rem 5%;display:flex}.footer-copy,.footer-credit{color:#64748b;font-size:.8rem}@media (width<=1024px){.footer-top{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1/-1}}@media (width<=640px){.footer-top{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:.4rem}}.booking-page{font-family:var(--font-body,"Inter", sans-serif);color:#333;background-color:#f9fbf9;min-height:100vh}.highlight-green{color:#3f8e21}.booking-header{background-image:linear-gradient(90deg,#fff 0%,#ffffffd9 40%,#fff0 100%),url(/gallery_img.png);background-position:100%;background-size:cover;justify-content:space-between;align-items:center;min-height:350px;padding:4rem 5%;display:flex;position:relative}.booking-header-content{max-width:600px}.step-badge{color:#0c192c;letter-spacing:1px;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.85rem;font-weight:700;display:inline-flex}.booking-title{color:#0c192c;font-size:4rem;font-weight:900;line-height:1;font-family:var(--font-heading,"Roboto", sans-serif);margin:0}.booking-subtitle{font-family:var(--font-cursive,cursive);color:#3f8e21;margin:.5rem 0 1rem;font-size:2.5rem;font-weight:400}.booking-desc{color:#0c192c;font-size:1.1rem;font-weight:500;line-height:1.5}.free-trial-badge{color:#fff;text-align:center;background-color:#3f8e21;border-radius:0 0 12px 12px;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1.5rem;display:flex;position:absolute;top:0;right:5%;box-shadow:0 10px 20px #3f8e214d}.free-trial-badge .badge-title{margin-top:.5rem;font-size:1.2rem;font-weight:800}.free-trial-badge .badge-text{font-size:.8rem;line-height:1.3}.booking-main{gap:2rem;max-width:1400px;margin:0 auto;padding:3rem 5%;display:flex}.booking-info{flex-direction:column;flex:1.2;gap:2rem;display:flex}.features-row{justify-content:space-between;gap:1rem;display:flex}.feature-item{text-align:center;flex:1}.feature-icon{color:#3f8e21;background-color:#eaf3e6;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto 1rem;display:flex}.feature-item h4{color:#3f8e21;margin-bottom:.25rem;font-size:.85rem;font-weight:800}.feature-item p{color:#555;font-size:.8rem;line-height:1.3}.how-it-works-box{color:#fff;background-color:#0c192c;border-radius:12px;padding:2rem}.section-divider{color:#3f8e21;justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;font-size:.9rem;font-weight:700;display:flex}.section-divider.left{justify-content:flex-start}.section-divider .line{opacity:.5;background-color:#3f8e21;flex:1;height:1px}.steps-row{justify-content:space-between;gap:1.5rem;display:flex}.step-col{text-align:center;flex:1}.step-icon-wrapper{color:#0c192c;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;display:flex;position:relative}.step-num{color:#fff;background-color:#3f8e21;border:2px solid #0c192c;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;font-weight:800;display:flex;position:absolute;bottom:-5px;right:-5px}.step-col h5{margin-bottom:.5rem;font-size:.85rem;font-weight:700}.step-col p{color:#a0aec0;font-size:.75rem;line-height:1.4}.programs-quote-row{gap:1.5rem;display:flex}.programs-box{background-color:#fff;border-radius:12px;flex:1.5;padding:1.5rem;box-shadow:0 4px 15px #0000000d}.prog-icons-row{justify-content:space-between;display:flex}.prog-icon{text-align:center;color:#3f8e21;flex-direction:column;align-items:center;gap:.5rem;display:flex}.prog-icon span{color:#0c192c;font-size:.75rem;font-weight:700}.quote-box{background-color:#fff;border-radius:12px;flex-direction:column;flex:1;justify-content:center;padding:1.5rem;display:flex;position:relative;box-shadow:0 4px 15px #0000000d}.quote-box:before{content:"\"";color:#3f8e21;opacity:.3;font-family:serif;font-size:3rem;line-height:1;position:absolute;top:10px;left:10px}.quote-text{color:#0c192c;z-index:1;margin-bottom:1rem;padding-left:10px;font-size:.9rem;font-style:italic;font-weight:600;position:relative}.quote-author h4{color:#3f8e21;font-family:var(--font-cursive,cursive);margin-bottom:.25rem;font-size:1.2rem}.quote-author p{color:#555;font-size:.65rem;line-height:1.4}.booking-form-container{background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;flex:1;padding:2.5rem;box-shadow:0 10px 40px #00000014}.form-title{color:#0c192c;text-align:center;margin-bottom:.5rem;font-size:1.8rem;font-weight:900}.form-subtitle{text-align:center;color:#555;margin-bottom:2rem;font-size:.9rem}.booking-form{flex-direction:column;gap:1rem;display:flex}.form-row{gap:1rem;display:flex}.input-group{flex:1;align-items:center;display:flex;position:relative}.input-group.full-width{width:100%}.input-group.align-top{align-items:flex-start}.input-icon{color:#a0aec0;position:absolute;left:12px}.booking-form input,.booking-form select,.booking-form textarea{color:#333;width:100%;font-size:.9rem;font-family:var(--font-body,"Inter", sans-serif);background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;outline:none;padding:12px 12px 12px 40px;transition:border-color .3s}.booking-form select{appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23A0AEC0%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-position:right 12px top 50%;background-repeat:no-repeat;background-size:10px}.booking-form textarea{resize:vertical}.booking-form input:focus,.booking-form select:focus,.booking-form textarea:focus{background-color:#fff;border-color:#3f8e21}.submit-btn{color:#fff;cursor:pointer;background-color:#3f8e21;border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;margin-top:1rem;padding:15px;font-size:1.1rem;font-weight:700;transition:background-color .3s;display:flex}.submit-btn:hover{background-color:#35771d}.form-footer{color:#333;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;font-size:.8rem;font-weight:600;display:flex}.form-footer-italic{text-align:center;color:#3f8e21;justify-content:center;align-items:center;gap:5px;font-size:.85rem;font-style:italic;display:flex}.booking-locations{color:#fff;background-color:#0c192c;justify-content:space-between;align-items:center;gap:2rem;padding:2rem 5%;display:flex}.location-item{flex:1}.loc-title-row{align-items:flex-start;gap:1rem;margin-bottom:.5rem;display:flex}.loc-subtitle{color:#3f8e21;letter-spacing:1px;font-size:.65rem;font-weight:700}.loc-title{margin:0;font-size:1.2rem;font-weight:800}.loc-desc{color:#a0aec0;margin-left:2.5rem;font-size:.8rem;line-height:1.5}.location-item.highlight-box{background-color:#ffffff0d;border:1px solid #3f8e214d;border-radius:8px;align-items:center;gap:1rem;padding:1.5rem;display:flex}.location-item.highlight-box p{color:#a0aec0;margin-top:.25rem;font-size:.8rem}@media (width<=1024px){.booking-main{flex-direction:column}.booking-info,.booking-form-container{flex:none;width:100%}.booking-locations{flex-direction:column;align-items:stretch}}@media (width<=768px){.booking-header{background-image:linear-gradient(#ffffffe6,#ffffffe6),url(/gallery_img.png);padding-top:6rem}.booking-title{font-size:2.5rem}.booking-subtitle{font-size:1.8rem}.free-trial-badge{border-radius:12px;margin-top:2rem;padding:1rem;position:relative;right:0}.features-row,.steps-row,.programs-quote-row,.prog-icons-row{flex-wrap:wrap}.feature-item,.step-col,.programs-box,.quote-box{flex-basis:45%}.form-row{flex-direction:column}.loc-desc{margin-left:0}}@media (width<=480px){.feature-item,.step-col,.programs-box,.quote-box,.prog-icon{flex-basis:100%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}@keyframes scrollTrack{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes pulse-ring{0%,to{box-shadow:0 0 #8cc63f66}50%{box-shadow:0 0 0 16px #8cc63f00}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes ambientGlow{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.9;transform:scale(1.08)}}.about-hero-section{background-color:#0b111e;background-image:radial-gradient(circle at 15% 30%,#8cc63f38 0%,#0000 45%),radial-gradient(circle at 85% 70%,#25d36626 0%,#0000 50%),linear-gradient(90deg,#0b111ef2 0%,#0b111ebf 50%,#0b111e80 100%),url(/about_banner.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-glow-orb-1{filter:blur(50px);pointer-events:none;z-index:1;background:radial-gradient(circle,#8cc63f40 0%,#0000 70%);width:450px;height:450px;animation:8s ease-in-out infinite ambientGlow;position:absolute;top:-100px;left:10%}.hero-glow-orb-2{filter:blur(60px);pointer-events:none;z-index:1;background:radial-gradient(circle,#25d36633 0%,#0000 70%);width:500px;height:500px;animation:10s ease-in-out infinite reverse ambientGlow;position:absolute;bottom:50px;right:5%}.about-navbar{z-index:100;justify-content:space-between;align-items:center;padding:1.5rem 5%;display:flex;position:relative}.about-hero-grid{z-index:10;opacity:0;flex:1;grid-template-columns:1.15fr .85fr;align-items:center;gap:3rem;padding:2rem 5% 4rem;transition:opacity .8s,transform .8s;display:grid;transform:translateY(30px)}.about-hero-grid.animate-in{opacity:1;transform:translateY(0)}.about-hero-badge{color:#8cc63f;letter-spacing:1.5px;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#8cc63f1f;border:1px solid #8cc63f66;border-radius:30px;align-items:center;gap:.6rem;margin-bottom:1.2rem;padding:.45rem 1.1rem;font-size:.82rem;font-weight:700;display:inline-flex;box-shadow:0 4px 15px #8cc63f26}.badge-live-pulse{background-color:#8cc63f;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse-ring;box-shadow:0 0 #8cc63fb3}.about-hero-title-new{font-family:var(--font-heading,"Oswald", sans-serif);text-transform:uppercase;color:#fff;letter-spacing:.5px;margin-bottom:.8rem;font-size:4.4rem;font-weight:700;line-height:1.08}.about-highlight{color:#8cc63f;background:linear-gradient(135deg,#a3db54,#8cc63f);-webkit-text-fill-color:transparent;text-shadow:0 0 30px #8cc63f66;-webkit-background-clip:text;background-clip:text}.about-hero-cursive{color:#8cc63f;margin-bottom:1rem;font-family:Caveat,cursive;font-size:1.9rem}.about-hero-desc-new{color:#ffffffd9;max-width:95%;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.65}.about-hero-highlights{flex-wrap:wrap;gap:.8rem;margin-bottom:1.8rem;display:flex}.hl-item{color:#e2e8f0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;align-items:center;gap:.4rem;padding:.4rem .85rem;font-size:.82rem;font-weight:500;display:inline-flex}.hl-item .hl-icon{color:#8cc63f}.about-coach-info{border-left:3px solid #8cc63f;margin-bottom:2rem;padding-left:1rem}.about-coach-name{color:#fff;margin-bottom:.2rem;font-family:Caveat,cursive;font-size:1.55rem}.about-coach-credentials{color:#ffffffa6;font-size:.88rem;line-height:1.5}.about-hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.about-hero-right{justify-content:center;align-items:center;display:flex;position:relative}.about-hero-card-stack{width:100%;max-width:440px;position:relative}.about-hero-main-card{background:#111827;border:2px solid #8cc63f73;border-radius:24px;position:relative;overflow:hidden;box-shadow:0 25px 60px #000000b3}.about-hero-img{object-fit:cover;width:100%;height:400px;display:block}.about-hero-card-badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;background:#0b111ee0;border:1px solid #ffffff1f;border-radius:14px;align-items:center;gap:10px;padding:12px 18px;font-size:.85rem;font-weight:600;display:flex;position:absolute;bottom:16px;left:16px;right:16px}.badge-dot{background-color:#8cc63f;border-radius:50%;width:8px;height:8px;box-shadow:0 0 12px #8cc63f}.about-hero-floating-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:5;background:linear-gradient(135deg,#1f2937f2,#111827f2);border:1px solid #8cc63f80;border-radius:16px;align-items:center;gap:12px;padding:12px 18px;display:flex;position:absolute;box-shadow:0 12px 35px #0009}.about-hero-floating-card.top-right{animation:5s ease-in-out infinite float;top:-24px;right:-24px}.about-hero-floating-card.bottom-left{animation:6s ease-in-out infinite reverse float;bottom:-24px;left:-24px}.mini-coach-thumb{object-fit:cover;border:2px solid #8cc63f;border-radius:50%;width:42px;height:42px}.about-hero-floating-card .floating-icon{color:#8cc63f}.about-hero-floating-card strong{color:#fff;font-size:.95rem;line-height:1.2;display:block}.about-hero-floating-card span{color:#ffffffa6;font-size:.75rem}@media (width<=992px){.about-hero-grid{grid-template-columns:1fr;padding-top:1rem}.about-hero-title-new{font-size:3.2rem}.about-hero-right{display:none}}.about-stats-bar-container{background:#8cc63f1f;border-top:1px solid #8cc63f33;padding:1.5rem 5%}.about-stats-bar{flex-wrap:wrap;justify-content:space-between;gap:1rem;display:flex}.about-stat-item{align-items:center;gap:.75rem;display:flex}.about-stat-icon{color:#8cc63f}.about-stat-text{flex-direction:column;display:flex}.about-stat-value{font-family:var(--font-heading,"Oswald", sans-serif);color:#fff;font-size:1.1rem;font-weight:700;line-height:1}.about-stat-label{color:#ffffff8c;letter-spacing:.5px;text-transform:uppercase;font-size:.65rem}.about-hero{display:none}.about-hero:before{content:"";pointer-events:none;background:radial-gradient(at 70% 40%,#8cc63f24 0%,#0000 60%);animation:6s ease-in-out infinite ambientGlow;position:absolute;inset:0}.about-hero-content{opacity:0;z-index:2;grid-column:1}.about-hero-content.animate-in{animation:.9s forwards fadeInLeft}.about-hero-badge{color:#8cc63f;letter-spacing:3px;background:linear-gradient(135deg,#8cc63f40,#8cc63f1a);border:1px solid #8cc63f80;border-radius:50px;margin-bottom:1.5rem;padding:.4rem 1.2rem;font-family:Oswald,sans-serif;font-size:.85rem;display:inline-block;box-shadow:0 0 15px #8cc63f33}.about-hero-title{text-transform:uppercase;color:#fff;text-shadow:0 0 30px #ffffff1a;margin-bottom:1.5rem;font-family:Oswald,sans-serif;font-size:3.8rem;font-weight:700;line-height:1.1}.about-cursive{color:#8cc63f;text-transform:none;text-shadow:0 0 20px #8cc63f66;font-family:Caveat,cursive;font-size:2.8rem;display:block}.about-hero-desc{color:#b8c2d1;max-width:500px;margin-bottom:2rem;font-family:Roboto,sans-serif;font-size:1rem;line-height:1.7}.about-hero-quote{color:#d4e2c8;background:linear-gradient(135deg,#8cc63f26,#8cc63f0d);border-left:4px solid #8cc63f;border-radius:0 12px 12px 0;max-width:480px;padding:1.1rem 1.6rem;font-size:.98rem;font-style:italic;line-height:1.6;box-shadow:0 8px 24px #0000004d,0 0 20px #8cc63f1a}.quote-mark{color:#8cc63f;vertical-align:-.5rem;margin:0 .3rem;font-size:1.8rem;line-height:0}.about-hero-image{opacity:0;grid-column:2;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative}.about-hero-image.animate-in-right{animation:.9s .2s forwards fadeInRight}.hero-img{object-fit:cover;border-radius:16px;width:100%;max-width:520px;animation:6s ease-in-out infinite float;box-shadow:0 30px 80px #000000b3,0 0 40px #8cc63f4d}.hero-logo-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0d131fe6;border:1px solid #8cc63f66;border-radius:12px;flex-direction:column;align-items:center;gap:.3rem;padding:.8rem 1.2rem;display:flex;position:absolute;bottom:1rem;right:1.5rem;box-shadow:0 8px 24px #00000080,0 0 20px #8cc63f33}.hero-tagline-overlay{color:#8cc63f;font-family:Caveat,cursive;font-size:.95rem}.about-stats-ribbon{background:linear-gradient(135deg,#091422 0%,#0d1e2e 50%,#0b2216 100%);border:1px solid #8cc63f4d;border-radius:16px;grid-column:1/-1;justify-content:space-between;align-items:center;gap:1rem;margin:2rem 0 3rem;padding:1.8rem 3rem;display:flex;box-shadow:0 12px 40px #0009,0 0 30px #8cc63f1f}.asr-item{flex:1;align-items:center;gap:1rem;display:flex;position:relative}.asr-item:not(:last-child):after{content:"";background:linear-gradient(#0000,#8cc63f4d,#0000);width:1px;height:80%;position:absolute;top:10%;right:0}.asr-icon{color:#8cc63f;filter:drop-shadow(0 0 8px #8cc63f66);flex-shrink:0}.asr-val{color:#fff;text-transform:uppercase;font-family:Oswald,sans-serif;font-size:1.2rem;font-weight:700;display:block}.asr-label{color:#8cc63f;letter-spacing:1px;text-transform:uppercase;font-size:.72rem;display:block}.section-label{letter-spacing:4px;color:#65a30d;text-transform:uppercase;text-align:center;margin-bottom:.5rem;font-family:Oswald,sans-serif;font-size:.8rem;font-weight:700}.section-title{text-align:center;color:#0f172a;text-transform:uppercase;margin-bottom:3rem;font-family:Oswald,sans-serif;font-size:2.8rem;font-weight:700}.green{color:#65a30d}.pillars-section{background:#fff;padding:5rem 5%;position:relative}.pillars-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.pillar-card{opacity:0;text-align:center;cursor:default;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:2rem 1.5rem;transition:transform .3s,box-shadow .3s,border-color .3s;box-shadow:0 4px 15px #00000008}.pillar-card.animate-in{animation:.7s both fadeInUp}.pillar-card:hover{border-color:#8cc63f;transform:translateY(-8px);box-shadow:0 15px 35px #65a30d26}.pillar-icon{color:#65a30d;background:#8cc63f1f;border:1px solid #8cc63f4d;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.2rem;transition:background .3s;display:flex}.pillar-card:hover .pillar-icon{background:#8cc63f40}.pillar-title{color:#0f172a;letter-spacing:.5px;margin-bottom:.8rem;font-family:Oswald,sans-serif;font-size:1.1rem;font-weight:700}.pillar-desc{color:#475569;font-size:.9rem;line-height:1.6}.gallery-strip{background:#f1f5f9;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:2.5rem 0;overflow:hidden}.gs-track{gap:1rem;width:max-content;animation:20s linear infinite scrollTrack;display:flex}.gs-item{border:1px solid #cbd5e1;border-radius:12px;flex-shrink:0;width:300px;height:200px;overflow:hidden;box-shadow:0 4px 15px #0000000f}.gs-item img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.gs-item:hover img{transform:scale(1.06)}.coaches-section{background:#f8fafc;padding:5rem 5%}.coach-card-row{opacity:0;background:#fff;border:1px solid #e2e8f0;border-radius:20px;grid-template-columns:auto 1fr;align-items:start;gap:3rem;max-width:1100px;margin:0 auto 4rem;padding:2.2rem;transition:opacity .6s;display:grid;box-shadow:0 10px 30px #0000000d}.coach-card-row.animate-in{animation:.8s forwards fadeInUp}.coach-card-row.reverse{grid-template-columns:1fr auto}.coach-card-row.reverse .coach-photo-wrap{order:2}.coach-card-row.reverse .coach-info-block{order:1}.coach-photo-wrap{flex-shrink:0;width:220px;position:relative}.coach-photo-ring{border:4px solid #8cc63f;border-radius:50%;width:220px;height:220px;overflow:hidden;box-shadow:0 0 25px #8cc63f40}.coach-photo{object-fit:cover;width:100%;height:100%}.pumpa-badge-overlay{background:#fff;border:2px solid #8cc63f;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:absolute;bottom:-10px;right:-10px;box-shadow:0 4px 15px #0000001a}.coach-info-block{padding-top:.5rem}.coach-role-tag{color:#4d7c0f;letter-spacing:2px;background:#8cc63f26;border:1px solid #8cc63f59;border-radius:50px;margin-bottom:.8rem;padding:.3rem 1rem;font-family:Oswald,sans-serif;font-size:.78rem;font-weight:700;display:inline-block}.coach-name-big{color:#0f172a;text-transform:uppercase;margin-bottom:1.2rem;font-family:Oswald,sans-serif;font-size:2rem;font-weight:700}.coach-creds-list{flex-direction:column;gap:.7rem;padding:0;list-style:none;display:flex}.coach-creds-list li{color:#334155;align-items:flex-start;gap:.6rem;font-size:.95rem;line-height:1.55;display:flex}.cred-icon{color:#65a30d;flex-shrink:0;margin-top:2px}.mvv-section{background:#fff;padding:5rem 5%}.mvv-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto;display:grid}.mvv-card{opacity:0;text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 15px #00000008}.mvv-card.animate-in{animation:.7s both scaleIn}.mvv-card.featured{background:#fff;border-color:#8cc63f;transform:scale(1.04);box-shadow:0 15px 35px #65a30d1f}.mvv-card:hover{transform:translateY(-6px)scale(1.02);box-shadow:0 15px 35px #00000014}.mvv-icon{color:#65a30d;background:#8cc63f1f;border:1px solid #8cc63f4d;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1.2rem;display:flex}.mvv-title{color:#0f172a;letter-spacing:1px;margin-bottom:1rem;font-family:Oswald,sans-serif;font-size:1.2rem;font-weight:700}.mvv-text{color:#475569;font-size:.92rem;line-height:1.7}.values-pills{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.value-pill{color:#4d7c0f;background:#8cc63f26;border:1px solid #8cc63f59;border-radius:50px;padding:.3rem .9rem;font-size:.82rem;font-weight:600;transition:background .25s}.value-pill:hover{background:#8cc63f4d}.locations-bar{color:#fff;background:#0f172a;border-top:2px solid #8cc63f;border-bottom:2px solid #8cc63f;flex-wrap:wrap;justify-content:space-around;align-items:center;gap:1rem;padding:1.5rem 5%;display:flex}.loc-bar-item{color:#fff;align-items:center;gap:.8rem;font-family:Roboto,sans-serif;display:flex}.loc-bar-item strong{font-size:.95rem;font-weight:700;display:block}.loc-bar-item span{color:#8cc63f;font-size:.82rem}.loc-bar-icon{font-size:1.4rem}.about-cta{text-align:center;background:radial-gradient(#8cc63f38 0%,#0000 65%),linear-gradient(135deg,#0d1626,#091422);padding:6rem 5%;position:relative;overflow:hidden}.about-cta-inner{opacity:0;z-index:2;position:relative}.about-cta-inner.animate-in{animation:.8s forwards fadeInUp}.cta-btn{color:#fff;cursor:pointer;background:#8cc63f;border:none;border-radius:6px;align-items:center;gap:.6rem;padding:1rem 2.5rem;font-size:1rem;font-weight:700;transition:background .3s,transform .2s;display:inline-flex;box-shadow:0 0 25px #8cc63f66}@media (width<=1024px){.pillars-grid{grid-template-columns:repeat(2,1fr)}.mvv-grid{grid-template-columns:1fr}.mvv-card.featured{transform:scale(1)}.about-hero{grid-template-columns:1fr;padding:6rem 5% 0}.about-hero-image{grid-column:1}.about-stats-ribbon{flex-wrap:wrap;gap:1.5rem}.asr-item:not(:last-child):after{display:none}.about-hero-title{font-size:2.8rem}.about-cursive{font-size:2.2rem}}@media (width<=768px){.pillars-grid{grid-template-columns:1fr}.coaches-section{padding:3.5rem 4%}.coach-card-row{border-radius:16px;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem;padding:1.5rem 1.2rem}.coach-card-row.reverse{grid-template-columns:1fr}.coach-card-row.reverse .coach-photo-wrap{order:1}.coach-card-row.reverse .coach-info-block{order:2}.coach-photo-wrap{width:170px;margin:0 auto}.coach-photo-ring{width:170px;height:170px}.pumpa-badge-overlay{width:44px;height:44px;bottom:-6px;right:-6px}.coach-info-block{text-align:center;padding-top:0}.coach-role-tag{padding:.25rem .85rem;font-size:.72rem}.coach-name-big{word-break:break-word;margin-bottom:1rem;font-size:1.45rem;line-height:1.25}.coach-creds-list{text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;gap:.65rem;padding:1rem 1.1rem}.coach-creds-list li{font-size:.88rem;line-height:1.45}.cred-icon{width:16px;height:16px;margin-top:2px}.cta-title,.section-title{font-size:2rem}.about-stats-ribbon{padding:1.5rem}.locations-bar{text-align:center;flex-direction:column}}@media (width<=480px){.coach-card-row{padding:1.25rem .9rem}.coach-photo-wrap{width:150px}.coach-photo-ring{width:150px;height:150px}.coach-name-big{font-size:1.3rem}.coach-creds-list{padding:.85rem .9rem}.coach-creds-list li{font-size:.84rem}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes glow{0%,to{box-shadow:0 0 20px #8cc63f4d}50%{box-shadow:0 0 40px #8cc63f99}}.contact-navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:200;background:linear-gradient(#0d131ffa,#0d131fd9);border-bottom:1px solid #8cc63f38;justify-content:space-between;align-items:center;padding:1.5rem 5%;display:flex;position:sticky;top:0;box-shadow:0 4px 20px #8cc63f14}.contact-hero{background:radial-gradient(circle at 20% 30%,#8cc63f29 0%,#0000 50%),radial-gradient(circle at 80% 70%,#1e5ab433 0%,#0000 50%),linear-gradient(135deg,#0d131f 0%,#081324 50%,#0a2216 100%);grid-template-columns:1fr 1fr;align-items:center;gap:3rem;min-height:60vh;padding:4rem 5%;display:grid;position:relative;overflow:hidden}.contact-hero:before{content:"";pointer-events:none;background:radial-gradient(at 65%,#8cc63f1f 0%,#0000 65%);position:absolute;inset:0}.contact-hero-left{opacity:0;z-index:2}.contact-hero-left.animate-in{animation:.9s forwards fadeInLeft}.contact-hero-label{color:#8cc63f;letter-spacing:4px;background:linear-gradient(135deg,#8cc63f38,#8cc63f14);border:1px solid #8cc63f73;border-radius:50px;margin-bottom:1rem;padding:.35rem 1.2rem;font-family:Oswald,sans-serif;font-size:.75rem;display:inline-block;box-shadow:0 0 15px #8cc63f26}.contact-hero-title{text-transform:uppercase;color:#fff;text-shadow:0 0 30px #ffffff14;margin-bottom:.5rem;font-family:Oswald,sans-serif;font-size:5rem;font-weight:700;line-height:1}.ch-green{color:#8cc63f;text-shadow:0 0 20px #8cc63f4d}.contact-hero-cursive{color:#8cc63f;text-shadow:0 0 15px #8cc63f4d;margin-bottom:1.2rem;font-family:Caveat,cursive;font-size:2rem}.contact-hero-desc{color:#b8c2d1;margin-bottom:2rem;font-size:1rem;line-height:1.7}.contact-hero-btn{align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:.95rem;font-weight:700;display:inline-flex;box-shadow:0 0 25px #8cc63f59}.contact-hero-right{opacity:0;position:relative}.contact-hero-right.animate-in-right{animation:.9s .2s forwards fadeInRight}.contact-hero-img{object-fit:cover;border-radius:20px;width:100%;max-height:480px;animation:5s ease-in-out infinite float;box-shadow:0 30px 70px #000000b3,0 0 35px #8cc63f33}.contact-main{background:#f8fafc;grid-template-columns:1.1fr .9fr;align-items:start;gap:2rem;padding:3.5rem 5%;display:grid}.contact-form-card{opacity:0;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2.5rem;box-shadow:0 10px 30px #0000000d}.contact-form-card.animate-in{animation:.8s forwards fadeInUp}.form-card-header{border-bottom:1px solid #e2e8f0;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.form-header-icon{color:#65a30d;flex-shrink:0;margin-top:4px}.form-title{color:#0f172a;letter-spacing:.5px;margin-bottom:.3rem;font-family:Oswald,sans-serif;font-size:1.5rem;font-weight:700}.form-subtitle{color:#475569;font-size:.85rem;line-height:1.5}.contact-form{flex-direction:column;gap:1.2rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.2rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:#4d7c0f;letter-spacing:.5px;text-transform:uppercase;font-size:.8rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:.85rem 1rem;font-family:Roboto,sans-serif;font-size:.9rem;transition:border-color .25s,box-shadow .25s,background .25s}.form-group select option{color:#0f172a;background:#fff}.form-group textarea{resize:vertical;min-height:130px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff;border-color:#8cc63f;box-shadow:0 0 0 3px #8cc63f33}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.send-btn{color:#fff;background:#8cc63f;border:none;border-radius:8px;align-self:flex-start;align-items:center;gap:.5rem;padding:.9rem 2.2rem;font-size:.95rem;font-weight:700;transition:background .3s,transform .2s;display:flex;box-shadow:0 4px 15px #8cc63f4d}.send-btn:hover{background:#7ab332;transform:scale(1.04)}.send-btn:disabled{opacity:.7;cursor:not-allowed}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.7s linear infinite spin;display:inline-block}.success-state{text-align:center;padding:3rem 1rem}.success-icon{color:#65a30d;margin-bottom:1rem}.success-state h3{color:#0f172a;margin-bottom:.5rem;font-family:Oswald,sans-serif;font-size:2rem}.success-state p{color:#475569;font-size:.95rem}.locations-card{opacity:0;flex-direction:column;gap:1.8rem;display:flex}.locations-card.animate-in{animation:.8s .15s forwards fadeInUp}.locs-header{border-bottom:2px solid #e2e8f0;align-items:center;gap:.8rem;padding-bottom:1rem;display:flex}.locs-icon{color:#65a30d}.locs-title{color:#0f172a;letter-spacing:.5px;font-family:Oswald,sans-serif;font-size:1.4rem;font-weight:700}.location-list-items{flex-direction:column;gap:1.2rem;display:flex}.location-item{background:#fff;border:1px solid #e2e8f0;border-radius:14px;align-items:flex-start;gap:1rem;padding:1.2rem 1.5rem;transition:border-color .3s,transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 15px #00000008}.location-item:hover{border-color:#8cc63f;transform:translate(4px);box-shadow:0 10px 25px #65a30d1f}.loc-dot{color:#65a30d;background:#8cc63f26;border:1px solid #8cc63f4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.loc-name{color:#0f172a;letter-spacing:.3px;margin-bottom:.3rem;font-family:Oswald,sans-serif;font-size:.95rem;font-weight:700}.loc-addr{color:#475569;margin:0;font-size:.85rem;line-height:1.5}.hours-block{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem;box-shadow:0 4px 15px #00000008}.hours-header{align-items:center;gap:.7rem;margin-bottom:1rem;display:flex}.hours-icon{color:#65a30d}.hours-title{color:#0f172a;letter-spacing:1px;font-family:Oswald,sans-serif;font-size:1rem;font-weight:700}.hours-rows{flex-direction:column;gap:.6rem;display:flex}.hours-row{justify-content:space-between;align-items:center;display:flex}.hours-day{color:#334155;font-size:.85rem;font-weight:600}.hours-time{color:#8cc63f;font-size:.85rem;font-weight:600}.hours-note{color:#7a8a9a;margin-top:.4rem;font-size:.78rem}.map-embed{border:1px solid #8cc63f33;border-radius:14px;overflow:hidden}.map-title{color:#fff;letter-spacing:1px;align-items:center;gap:.5rem;margin-bottom:.8rem;font-family:Oswald,sans-serif;font-size:1rem;display:flex}.map-title svg{color:#8cc63f}.quick-contact-strip{opacity:0;background:radial-gradient(circle,#8cc63f1f 0%,#0000 60%),linear-gradient(90deg,#07101a,#0d2214,#07101a);border-top:1px solid #8cc63f40;border-bottom:1px solid #8cc63f40;flex-wrap:wrap;justify-content:space-around;align-items:center;gap:1.5rem;padding:2.5rem 5%;display:flex;box-shadow:0 0 30px #8cc63f1a}.quick-contact-strip.animate-in{animation:.8s forwards fadeInUp}.qc-item{align-items:center;gap:1rem;display:flex}.qc-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex;box-shadow:0 0 15px #0006}.qc-icon.wa{background:#25d366}.qc-icon.mail{background:linear-gradient(135deg,#8cc63f,#5a9a20)}.qc-icon.web{background:linear-gradient(135deg,#1a73e8,#0d5cbf)}.qc-icon svg,.qc-icon *{color:#fff}.qc-title{color:#fff;letter-spacing:.5px;margin-bottom:.25rem;font-family:Oswald,sans-serif;font-size:.9rem;font-weight:700}.qc-desc{color:#8cc63f;font-size:.82rem}.qc-divider{background:#ffffff1f;width:1px;height:60px}.social-icons-row{gap:.6rem;display:flex}.social-icon{border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;text-decoration:none;transition:transform .25s,opacity .25s;display:flex}.social-icon:hover{opacity:.85;transform:scale(1.15)}.social-icon.fb{background:#1877f2}.social-icon.ig{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.social-icon.yt{background:red}.social-icon.wa{background:#25d366}.contact-cta{background:radial-gradient(circle,#8cc63f2e 0%,#0000 65%),linear-gradient(135deg,#0a1020,#0c1c2e);padding:0;overflow:hidden}.contact-cta-inner{opacity:0;grid-template-columns:280px 1fr;align-items:center;display:grid}.contact-cta-inner.animate-in{animation:.8s forwards fadeInUp}.cta-left-img{height:260px;position:relative;overflow:hidden}.cta-action-img{object-fit:cover;width:100%;height:100%}.cta-content{text-align:center;padding:3rem 5%}.contact-cta-title{text-transform:uppercase;color:#fff;margin-bottom:.8rem;font-family:Oswald,sans-serif;font-size:2.4rem;font-weight:700;line-height:1.2}.contact-cta-sub{color:#9aabb8;margin-bottom:1.8rem;font-family:Caveat,cursive;font-size:1.3rem}.cta-btn{border-radius:6px;align-items:center;gap:.6rem;padding:.95rem 2.4rem;font-size:.95rem;font-weight:700;transition:background .3s,transform .2s;display:inline-flex;box-shadow:0 0 25px #8cc63f59}.cta-btn:hover{background:#7ab332;transform:scale(1.04)}@media (width<=1024px){.contact-main{grid-template-columns:1fr}.contact-hero{grid-template-columns:1fr;min-height:auto}.contact-hero-right{display:none}.contact-cta-inner{grid-template-columns:1fr}.cta-left-img{display:none}.contact-hero-title{font-size:3.5rem}}@media (width<=768px){.form-row{grid-template-columns:1fr}.contact-hero-title{font-size:2.8rem}.quick-contact-strip{flex-direction:column;align-items:flex-start;padding:2rem 5%}.qc-divider{display:none}.contact-cta-title{font-size:1.8rem}}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:400px}}@keyframes glowPulse{0%,to{opacity:.5}50%{opacity:.8}}.pp-green{color:#65a30d}.pp-section-label{letter-spacing:4px;color:#65a30d;text-transform:uppercase;text-align:center;margin-bottom:.4rem;font-family:Oswald,sans-serif;font-size:.78rem;font-weight:700}.pp-section-title{color:#0f172a;text-align:center;text-transform:uppercase;margin-bottom:2.5rem;font-family:Oswald,sans-serif;font-size:2.6rem;font-weight:700;line-height:1.15}.pp-navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:200;background:linear-gradient(#0d131ffa,#0d131fd9);border-bottom:1px solid #8cc63f33;justify-content:space-between;align-items:center;padding:1.5rem 5%;display:flex;position:sticky;top:0;box-shadow:0 4px 20px #8cc63f0f}.pp-hero{background:radial-gradient(circle at 20% 30%,#8cc63f29 0%,#0000 45%),radial-gradient(circle at 80% 60%,#1950aa33 0%,#0000 50%),linear-gradient(135deg,#0d131f 0%,#0a1728 55%,#0a2014 100%);grid-template-rows:auto auto;grid-template-columns:1fr 1fr;gap:2rem;padding:4rem 5% 0;display:grid;position:relative;overflow:hidden}.pp-hero:before{content:"";pointer-events:none;background:radial-gradient(at 65% 45%,#8cc63f1f 0%,#0000 60%);animation:5s ease-in-out infinite glowPulse;position:absolute;inset:0}.pp-hero-left{opacity:0;z-index:2;grid-column:1;padding-bottom:2rem}.pp-hero-left.animate-in{animation:.9s forwards fadeInLeft}.pp-hero-badge{color:#8cc63f;letter-spacing:4px;background:linear-gradient(135deg,#8cc63f38,#8cc63f14);border:1px solid #8cc63f73;border-radius:50px;margin-bottom:1rem;padding:.35rem 1.2rem;font-family:Oswald,sans-serif;font-size:.75rem;display:inline-block;box-shadow:0 0 15px #8cc63f26}.pp-hero-title{text-transform:uppercase;color:#fff;margin-bottom:1.2rem;font-family:Oswald,sans-serif;font-size:5rem;font-weight:700;line-height:1.05}.pp-hero-cursive{color:#8cc63f;text-shadow:0 0 15px #8cc63f4d;margin-bottom:1.2rem;font-family:Caveat,cursive;font-size:1.9rem;line-height:1.3}.pp-hero-desc{color:#ffffffbf;max-width:540px;margin-bottom:2rem;font-size:1.05rem;line-height:1.65}.pp-credentials{flex-wrap:wrap;gap:.6rem;margin-bottom:1.8rem;display:flex}.pp-cred-item{color:#d4e8c0;background:#8cc63f1f;border:1px solid #8cc63f4d;border-radius:50px;align-items:center;gap:.4rem;padding:.35rem .9rem;font-size:.78rem;font-weight:500;display:flex;box-shadow:0 0 12px #8cc63f1a}.pp-cred-icon{color:#8cc63f;filter:drop-shadow(0 0 6px #8cc63f66);flex-shrink:0}.pp-hero-btn{align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:.95rem;font-weight:700;display:inline-flex;box-shadow:0 0 25px #8cc63f59}.pp-hero-right{opacity:0;grid-column:2;padding-bottom:2rem}.pp-hero-right.animate-in-right{animation:.9s .2s forwards fadeInRight}.pp-hero-collage{grid-template-columns:1.4fr 1fr;gap:.75rem;height:400px;display:grid}.collage-main{border-radius:16px;overflow:hidden;box-shadow:0 15px 40px #0009,0 0 25px #8cc63f26}.collage-main img{object-fit:cover;width:100%;height:100%}.collage-side{grid-template-rows:repeat(3,1fr);gap:.75rem;display:grid}.collage-side img{object-fit:cover;border-radius:10px;width:100%;height:100%;box-shadow:0 8px 20px #0006}.pp-hero-pillars{z-index:2;background:#fff;border:1px solid #e2e8f0;border-radius:16px;grid-column:1/-1;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;padding:1.8rem 2rem;display:grid;box-shadow:0 10px 30px #0000000d}.pp-pillar{opacity:0;align-items:flex-start;gap:1rem;display:flex}.pp-pillar.animate-in{animation:.6s both fadeInUp}.pp-pillar-icon{color:#65a30d;background:#8cc63f1f;border:1px solid #8cc63f4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.pp-pillar-title{color:#0f172a;letter-spacing:.3px;margin-bottom:.3rem;font-family:Oswald,sans-serif;font-size:.85rem;font-weight:700}.pp-pillar-desc{color:#475569;font-size:.78rem;line-height:1.5}.pp-pathway{text-align:center;background:#fff;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:3.5rem 5%}.pp-pathway>.pp-pathway-label{letter-spacing:4px;color:#65a30d;text-transform:uppercase;margin-bottom:2rem;font-family:Oswald,sans-serif;font-size:.8rem;font-weight:700}.pp-pathway-steps{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;display:flex}.pp-pathway-step{opacity:0;background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;align-items:center;gap:.5rem;min-width:160px;padding:1.5rem 2rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 15px #0000000a}.pp-pathway-step.animate-in{animation:.6s both scaleIn}.pp-pathway-step:hover{border-color:#8cc63f;transform:translateY(-5px);box-shadow:0 12px 28px #65a30d26}.pp-pathway-icon{color:#65a30d;background:#8cc63f1f;border:1px solid #8cc63f4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.pp-pathway-label-text{color:#0f172a;text-align:center;font-family:Oswald,sans-serif;font-size:.9rem;font-weight:700}.pp-pathway-age{color:#65a30d;font-size:.75rem;font-weight:600}.pp-pathway-arrow{opacity:0;color:#65a30d;flex-shrink:0}.pp-pathway-arrow.animate-in{animation:.5s both fadeInLeft}.pp-tabbed{background:#f8fafc;padding:4rem 5%}.pp-tabs{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem;padding:.5rem;display:flex;box-shadow:0 4px 15px #00000008}.pp-tab{color:#475569;cursor:pointer;white-space:nowrap;background:0 0;border:2px solid #0000;border-radius:8px;align-items:center;gap:.5rem;padding:.65rem 1.2rem;font-family:Roboto,sans-serif;font-size:.85rem;font-weight:600;transition:all .25s;display:flex}.pp-tab:hover{color:#0f172a;background:#f1f5f9}.pp-tab.active{color:#4d7c0f;background:#8cc63f26;font-weight:700}.pp-tab-icon{color:#65a30d;background:#f1f5f9;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:all .25s;display:flex}.pp-detail-panel{background:#fff;border:1px solid #e2e8f0;border-top:4px solid;border-radius:16px;grid-template-columns:420px 1fr;gap:3rem;animation:.5s fadeInUp;display:grid;overflow:hidden;box-shadow:0 10px 30px #0000000d}.pp-detail-img-wrap{height:100%;min-height:400px;position:relative}.pp-detail-img{object-fit:cover;width:100%;height:100%;display:block}.pp-detail-badge{color:#fff;border-radius:50px;align-items:center;gap:.4rem;padding:.4rem 1rem;font-size:.82rem;font-weight:700;display:flex;position:absolute;bottom:1rem;left:1rem;box-shadow:0 6px 18px #00000080}.pp-detail-info{flex-direction:column;gap:1rem;padding:2.5rem 2.5rem 2.5rem 0;display:flex}.pp-detail-tag{letter-spacing:.5px;text-transform:uppercase;border:1px solid;border-radius:50px;width:fit-content;padding:.3rem 1rem;font-size:.78rem;font-weight:700;display:inline-block}.pp-detail-title{color:#0f172a;text-transform:uppercase;font-family:Oswald,sans-serif;font-size:2rem;font-weight:700;line-height:1.1}.pp-detail-desc{color:#475569;font-size:.9rem;line-height:1.7}.pp-detail-meta{grid-template-columns:1fr 1fr;gap:.6rem;display:grid}.pp-meta-item{color:#b8c2d1;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .8rem;font-size:.82rem;display:flex}.pp-meta-item svg{color:#8cc63f;flex-shrink:0}.pp-meta-item strong{color:#fff}.pp-detail-bullets{flex-wrap:wrap;gap:.5rem;padding:0;list-style:none;display:flex}.pp-detail-bullets li{color:#c8d8e0;background:#ffffff0a;border:1px solid #ffffff14;border-radius:50px;align-items:center;gap:.4rem;padding:.35rem .8rem;font-size:.82rem;display:flex}.pp-detail-goal{color:#c8d8e0;border:1px solid;border-radius:10px;padding:.8rem 1.2rem;font-size:.85rem;line-height:1.5}.pp-detail-ctas{align-items:center;gap:1rem;display:flex}.pp-enroll-btn{color:#fff;cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.92rem;font-weight:700;transition:opacity .25s,transform .2s;display:inline-flex;box-shadow:0 0 20px #8cc63f4d}.pp-enroll-btn:hover{opacity:.88;transform:scale(1.03)}.pp-learn-btn{color:#d4dde8;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:6px;align-items:center;gap:.4rem;padding:.85rem 1.6rem;font-size:.9rem;font-weight:600;transition:background .25s,border-color .25s;display:inline-flex}.pp-learn-btn:hover{background:#ffffff14;border-color:#fff6}.pp-grid-section{background:#f8fafc;padding:4rem 5%}.pp-programs-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.pp-grid-card{opacity:0;cursor:pointer;background:linear-gradient(145deg,#0d1728,#0a1320);border:1px solid #8cc63f2e;border-radius:16px;transition:transform .3s,box-shadow .3s;overflow:hidden}.pp-grid-card.animate-in{animation:.65s both fadeInUp}.pp-grid-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0009,0 0 25px #8cc63f26}.pp-card-img-wrap{height:180px;position:relative}.pp-card-img-wrap img{object-fit:cover;width:100%;height:100%}.pp-card-overlay{background:linear-gradient(#0000 40%,#000000b3 100%);position:absolute;inset:0}.pp-card-age-badge{color:#fff;border-radius:50px;padding:.25rem .7rem;font-size:.72rem;font-weight:700;position:absolute;top:.8rem;right:.8rem;box-shadow:0 4px 12px #0000004d}.pp-card-icon-circle{color:#fff;border:3px solid #0d1728;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:absolute;bottom:-22px;left:1.2rem;box-shadow:0 0 15px #0006}.pp-card-body{border-top:3px solid var(--accent);padding:2.5rem 1.2rem 1.5rem}.pp-card-title{color:#fff;margin-bottom:.3rem;font-family:Oswald,sans-serif;font-size:1.1rem;font-weight:700}.pp-card-level{letter-spacing:.5px;margin-bottom:.8rem;font-size:.75rem;font-weight:700;display:block}.pp-card-bullets{flex-direction:column;gap:.4rem;margin-bottom:.8rem;padding:0;list-style:none;display:flex}.pp-card-bullets li{color:#9aabb8;align-items:center;gap:.4rem;font-size:.78rem;display:flex}.pp-card-meta{color:#7a8a9a;gap:1rem;margin-bottom:1rem;font-size:.75rem;display:flex}.pp-card-meta span{align-items:center;gap:.3rem;display:flex}.pp-card-cta{color:#fff;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.4rem;width:100%;padding:.6rem 1.2rem;font-size:.78rem;font-weight:700;transition:opacity .25s,transform .2s;display:flex;box-shadow:0 4px 15px #0000004d}.pp-card-cta:hover{opacity:.88;transform:scale(1.02)}.pp-why{background:radial-gradient(circle at 70% 30%,#8cc63f24 0%,#0000 50%),#0d1424;border-top:1px solid #8cc63f33;padding:5rem 5%}.pp-why-inner{grid-template-columns:1fr auto;align-items:start;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.pp-why-title{color:#fff;text-transform:uppercase;margin-bottom:2rem;font-family:Oswald,sans-serif;font-size:2.4rem;font-weight:700;line-height:1.15}.pp-why-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem;display:grid}.pp-why-card{opacity:0;text-align:center;background:#ffffff08;border:1px solid #8cc63f33;border-radius:14px;flex-direction:column;align-items:center;gap:.8rem;padding:1.5rem 1rem;transition:transform .3s,box-shadow .3s;display:flex}.pp-why-card.animate-in{animation:.6s both scaleIn}.pp-why-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #8cc63f2e}.pp-why-icon{color:#8cc63f;background:linear-gradient(135deg,#8cc63f38,#8cc63f0f);border:1px solid #8cc63f4d;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;box-shadow:0 0 15px #8cc63f26}.pp-why-label{color:#c8d8e0;text-align:center;font-size:.82rem;font-weight:600;line-height:1.4}.pp-why-right{position:relative}.pp-coach-img{object-fit:cover;border-radius:20px;width:280px;height:340px;animation:5s ease-in-out infinite float;box-shadow:0 20px 50px #0009,0 0 30px #8cc63f33}.pp-coach-info-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0d131ff2;border:1px solid #8cc63f59;border-radius:14px;max-width:260px;padding:1.2rem 1.5rem;position:absolute;bottom:-1rem;left:-1.5rem;box-shadow:0 10px 30px #00000080,0 0 20px #8cc63f26}.pp-coach-name{color:#8cc63f;margin-bottom:.8rem;font-family:Oswald,sans-serif;font-size:1rem;font-weight:700}.pp-coach-creds{flex-direction:column;gap:.45rem;display:flex}.pp-coach-creds>div{color:#b8c2d1;align-items:flex-start;gap:.4rem;font-size:.75rem;line-height:1.4;display:flex}.pp-cc-icon{color:#8cc63f;flex-shrink:0;margin-top:2px}.pp-faq{background:#fff;border-top:1px solid #e2e8f0;padding:5rem 5%}.pp-faq-inner{opacity:0;max-width:900px;margin:0 auto}.pp-faq-inner.animate-in{animation:.8s forwards fadeInUp}.pp-faq-grid{flex-direction:column;gap:.75rem;display:flex}.pp-faq-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;transition:border-color .25s,box-shadow .25s;overflow:hidden}.pp-faq-item.open{border-color:#8cc63f;box-shadow:0 4px 20px #65a30d1a}.pp-faq-q{color:#0f172a;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.2rem 1.5rem;font-family:Roboto,sans-serif;font-size:.92rem;font-weight:600;transition:background .25s;display:flex}.pp-faq-q:hover{background:#8cc63f0f}.pp-faq-icon{color:#65a30d;flex-shrink:0}.pp-faq-a{color:#475569;padding:0 1.5rem 1.2rem;font-size:.87rem;line-height:1.7;animation:.35s slideDown}.pp-cta{background:radial-gradient(circle,#8cc63f33 0%,#0000 70%),linear-gradient(135deg,#07101a 0%,#0d2214 100%);border-top:2px solid #8cc63f4d;grid-template-columns:240px 1fr auto;align-items:center;min-height:260px;display:grid;overflow:hidden;box-shadow:0 0 35px #8cc63f1f}.pp-cta-player-img{height:260px;overflow:hidden}.pp-cta-player-img img{object-fit:cover;width:100%;height:100%}.pp-cta-content{opacity:0;text-align:center;padding:3rem}.pp-cta-content.animate-in{animation:.8s forwards fadeInUp}.pp-cta-title{text-transform:uppercase;color:#fff;margin-bottom:.5rem;font-family:Oswald,sans-serif;font-size:2rem;font-weight:700;line-height:1.2}.pp-cta-cursive{color:#8cc63f;text-shadow:0 0 15px #8cc63f4d;margin-bottom:.4rem;font-family:Caveat,cursive;font-size:1.5rem}.pp-cta-sub{color:#9aabb8;margin-bottom:1.5rem;font-size:.9rem}.pp-cta-btns{flex-wrap:wrap;justify-content:center;gap:.8rem;display:flex}.pp-cta-btn{align-items:center;gap:.5rem;padding:.85rem 1.8rem;font-size:.9rem;font-weight:700;display:inline-flex;box-shadow:0 0 20px #8cc63f4d}.pp-contact-btn{color:#8cc63f;cursor:pointer;background:0 0;border:2px solid #8cc63f80;border-radius:6px;align-items:center;gap:.5rem;padding:.85rem 1.8rem;font-size:.9rem;font-weight:700;transition:background .25s,border-color .25s;display:inline-flex}.pp-contact-btn:hover{background:#8cc63f26;border-color:#8cc63f}.pp-cta-logo-block{border-left:1px solid #ffffff1f;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 2.5rem;display:flex}.pp-cta-tagline{color:#8cc63f;white-space:nowrap;font-family:Caveat,cursive;font-size:.95rem}@media (width<=1200px){.pp-programs-grid,.pp-why-grid{grid-template-columns:repeat(2,1fr)}.pp-detail-panel{grid-template-columns:320px 1fr}}@media (width<=1024px){.pp-hero{grid-template-columns:1fr}.pp-hero-right{display:none}.pp-hero-pillars{grid-template-columns:repeat(2,1fr)}.pp-why-inner{grid-template-columns:1fr}.pp-why-right{display:none}.pp-detail-panel{grid-template-columns:1fr}.pp-detail-img-wrap{min-height:280px}.pp-detail-info{padding:2rem}.pp-cta{grid-template-columns:1fr}.pp-cta-player-img{display:none}.pp-cta-logo-block{border-top:1px solid #ffffff14;border-left:none}.pp-hero-title{font-size:3.5rem}}@media (width<=768px){.pp-hero-pillars,.pp-programs-grid{grid-template-columns:1fr}.pp-tabs{flex-direction:column}.pp-section-title{font-size:2rem}.pp-hero-title{font-size:2.8rem}.pp-pathway-steps{flex-direction:column;gap:1rem}.pp-pathway-arrow{transform:rotate(90deg)}.pp-detail-meta{grid-template-columns:1fr}.pp-why-grid{grid-template-columns:1fr 1fr}.pp-cta-title{font-size:1.6rem}}@keyframes zoomIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes pulseGlow{0%,to{opacity:.6;box-shadow:0 0 15px #8cc63f33}50%{opacity:.9;box-shadow:0 0 30px #8cc63f66}}.gallery-navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:200;background:linear-gradient(#0d131ffa,#0d131fd9);border-bottom:1px solid #8cc63f38;justify-content:space-between;align-items:center;padding:1.5rem 5%;display:flex;position:sticky;top:0;box-shadow:0 4px 20px #8cc63f14}.gallery-hero{text-align:center;background:radial-gradient(circle at 30% 20%,#8cc63f29 0%,#0000 50%),radial-gradient(circle at 70% 80%,#1e5ab433 0%,#0000 50%),linear-gradient(135deg,#0d131f 0%,#08101a 60%,#0a2014 100%);padding:5rem 5% 3rem;position:relative;overflow:hidden}.gallery-hero:before{content:"";pointer-events:none;background:radial-gradient(at 50% 30%,#8cc63f24 0%,#0000 65%);animation:5s ease-in-out infinite pulseGlow;position:absolute;inset:0}.gallery-hero-content{opacity:0;max-width:800px;margin:0 auto}.gallery-hero-content.animate-in{animation:.8s forwards fadeInUp}.gallery-hero-badge{color:#8cc63f;letter-spacing:3px;background:linear-gradient(135deg,#8cc63f38,#8cc63f14);border:1px solid #8cc63f73;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.2rem;padding:.4rem 1.4rem;font-family:Oswald,sans-serif;font-size:.8rem;display:inline-flex;box-shadow:0 0 15px #8cc63f26}.gallery-hero-title{text-transform:uppercase;color:#fff;text-shadow:0 0 30px #ffffff14;margin-bottom:1.2rem;font-family:Oswald,sans-serif;font-size:3.8rem;font-weight:700;line-height:1.1}.gallery-hero-desc{color:#b8c2d1;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7}.gallery-stats-row{flex-wrap:wrap;justify-content:center;gap:3rem;display:flex}.g-stat-item{background:#0d1728d9;border:1px solid #8cc63f40;border-radius:12px;align-items:center;gap:.8rem;padding:.8rem 1.5rem;display:flex;box-shadow:0 8px 24px #0006,0 0 15px #8cc63f1a}.g-stat-icon{color:#8cc63f;filter:drop-shadow(0 0 6px #8cc63f66)}.g-stat-val{color:#fff;font-family:Oswald,sans-serif;font-size:1.3rem;font-weight:700;display:block}.g-stat-lbl{color:#8a9bb0;font-size:.75rem;display:block}.gallery-main{background:radial-gradient(circle at 50% 10%,#8cc63f1a 0%,#0000 60%),linear-gradient(#091220 0%,#0d1e30 100%);padding:3rem 5% 5rem}.gallery-filter-bar{flex-wrap:wrap;justify-content:center;gap:.8rem;margin-bottom:3rem;display:flex}.filter-btn{color:#9aabb8;cursor:pointer;background:#0d1728cc;border:1px solid #8cc63f33;border-radius:50px;align-items:center;gap:.6rem;padding:.65rem 1.4rem;font-family:Roboto,sans-serif;font-size:.88rem;font-weight:600;transition:all .25s;display:inline-flex}.filter-btn:hover{color:#fff;background:#8cc63f2e;border-color:#8cc63f66}.filter-btn.active{color:#0d131f;background:#8cc63f;border-color:#8cc63f;font-weight:700;box-shadow:0 4px 20px #8cc63f66}.filter-count{color:inherit;background:#00000040;border-radius:20px;padding:.15rem .5rem;font-size:.75rem}.filter-btn.active .filter-count{color:#0d131f;background:#0d131f4d}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;max-width:1300px;margin:0 auto;display:grid}.gallery-card{opacity:0;cursor:pointer;background:#0d1728;border:1px solid #8cc63f33;border-radius:14px;transition:transform .35s,box-shadow .35s,border-color .35s;position:relative;overflow:hidden}.gallery-card.animate-in{animation:.6s forwards fadeInUp}.gallery-card:hover{border-color:#8cc63f80;transform:translateY(-6px);box-shadow:0 15px 35px #000000b3,0 0 25px #8cc63f4d}.gallery-img-wrapper{width:100%;padding-top:75%;position:relative;overflow:hidden}.gallery-img-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .5s;position:absolute;inset:0}.gallery-card:hover .gallery-img-wrapper img{transform:scale(1.08)}.gallery-card-overlay{opacity:0;background:linear-gradient(#0000 0%,#0d131f73 50%,#0d131ff2 100%);flex-direction:column;justify-content:space-between;padding:1.2rem;transition:opacity .35s;display:flex;position:absolute;inset:0}.gallery-card:hover .gallery-card-overlay{opacity:1}.category-tag{color:#0d131f;letter-spacing:1px;text-transform:uppercase;background:#8cc63ff2;border-radius:50px;align-self:flex-start;padding:.25rem .7rem;font-family:Oswald,sans-serif;font-size:.72rem;font-weight:700;box-shadow:0 0 12px #8cc63f4d}.zoom-icon-wrapper{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#8cc63f;background:#8cc63f40;border:1px solid #8cc63f99;border-radius:50%;justify-content:center;align-self:center;align-items:center;width:50px;height:50px;transition:transform .3s;display:flex;transform:scale(.8);box-shadow:0 0 20px #8cc63f4d}.gallery-card:hover .zoom-icon-wrapper{transform:scale(1)}.gallery-card-title{color:#fff;text-transform:uppercase;margin:0;font-family:Oswald,sans-serif;font-size:1.1rem}.lightbox-backdrop{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:999;background:#070c14f0;justify-content:center;align-items:center;animation:.25s zoomIn;display:flex;position:fixed;inset:0}.lightbox-modal{justify-content:center;align-items:center;width:90%;max-width:1000px;max-height:90vh;display:flex;position:relative}.lightbox-content{background:#0d1728;border:1px solid #8cc63f4d;border-radius:16px;flex-direction:column;align-items:center;max-height:85vh;display:flex;overflow:hidden;box-shadow:0 25px 60px #000c,0 0 35px #8cc63f33}.lightbox-image{object-fit:contain;background:#050a12;max-width:100%;max-height:70vh}.lightbox-caption{background:#08101a;border-top:1px solid #8cc63f26;justify-content:space-between;align-items:center;width:100%;padding:1.2rem 1.8rem;display:flex}.caption-category{color:#8cc63f;letter-spacing:1.5px;text-transform:uppercase;font-family:Oswald,sans-serif;font-size:.8rem}.caption-title{color:#fff;margin:0;font-family:Oswald,sans-serif;font-size:1.3rem}.caption-counter{color:#7a8a9a;font-size:.85rem}.lightbox-close{color:#fff;cursor:pointer;background:0 0;border:none;transition:color .2s;position:absolute;top:-45px;right:0}.lightbox-close:hover{color:#8cc63f}.lightbox-nav{color:#fff;cursor:pointer;z-index:10;background:#0d1728d9;border:1px solid #8cc63f66;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:all .25s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 0 15px #00000080}.lightbox-nav.prev{left:-65px}.lightbox-nav.next{right:-65px}.lightbox-nav:hover{color:#0d131f;background:#8cc63f;border-color:#8cc63f;box-shadow:0 0 20px #8cc63f66}.gallery-cta{text-align:center;background:radial-gradient(circle,#8cc63f33 0%,#0000 65%),linear-gradient(135deg,#0d131f,#07101a);border-top:1px solid #8cc63f40;padding:5rem 5%;box-shadow:0 0 35px #8cc63f1a}.cta-title{text-transform:uppercase;color:#fff;margin-bottom:.8rem;font-family:Oswald,sans-serif;font-size:2.8rem;font-weight:700}.cta-sub{color:#b8c2d1;margin-bottom:2rem;font-family:Caveat,cursive;font-size:1.4rem}.cta-btn{box-shadow:0 0 25px #8cc63f59}@media (width<=1024px){.gallery-hero-title{font-size:3rem}.lightbox-nav.prev{left:10px}.lightbox-nav.next{right:10px}}@media (width<=768px){.gallery-hero-title{font-size:2.3rem}.gallery-stats-row{gap:1rem}.g-stat-item{padding:.6rem 1rem}.cta-title{font-size:2rem}}.floating-whatsapp-container{z-index:9999;position:fixed;bottom:24px;right:24px}.floating-whatsapp{color:#fff;cursor:pointer;background-color:#25d366;border:none;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .3s,box-shadow .3s,background-color .3s;display:flex;position:relative;box-shadow:0 4px 20px #25d36673}.floating-whatsapp:hover{background-color:#20ba59;transform:scale(1.08);box-shadow:0 6px 25px #25d366a6}.floating-whatsapp .wa-icon{stroke:#fff;stroke-width:2.2px}.floating-whatsapp .wa-tooltip{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#0f172a;border:1px solid #8cc63f4d;border-radius:20px;padding:6px 14px;font-size:.82rem;font-weight:600;transition:opacity .25s,transform .25s;position:absolute;right:68px;transform:translate(10px);box-shadow:0 4px 16px #0006}.floating-whatsapp:hover .wa-tooltip{opacity:1;transform:translate(0)}.wa-menu-popover{background:#0f172a;border:1px solid #8cc63f4d;border-radius:16px;width:270px;padding:1rem;animation:.25s cubic-bezier(.16,1,.3,1) popUp;position:absolute;bottom:70px;right:0;box-shadow:0 10px 30px #00000080}@keyframes popUp{0%{opacity:0;transform:translateY(12px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.wa-menu-header{color:#fff;letter-spacing:.5px;justify-content:space-between;align-items:center;margin-bottom:.25rem;font-family:Oswald,sans-serif;font-size:1rem;font-weight:700;display:flex}.wa-close-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:2px;display:flex}.wa-close-btn:hover{color:#fff}.wa-menu-sub{color:#94a3b8;margin-bottom:.8rem;font-size:.78rem}.wa-menu-item{background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.65rem .85rem;text-decoration:none;transition:background .2s,border-color .2s,transform .2s;display:flex}.wa-menu-item:last-child{margin-bottom:0}.wa-menu-item:hover{background:#25d3661f;border-color:#25d36666;transform:translate(-2px)}.wa-item-icon{color:#25d366;flex-shrink:0}.wa-item-title{color:#fff;font-size:.82rem;font-weight:600}.wa-item-number{color:#8cc63f;font-family:monospace;font-size:.78rem}.launch-screen{background-color:var(--dark-bg);min-height:100vh;color:var(--text-white);font-family:var(--font-body);z-index:9999;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.launch-logo{height:100px;margin-bottom:2rem}.launch-title{font-family:var(--font-heading);text-transform:uppercase;text-align:center;margin-bottom:1rem;font-size:3rem;font-weight:700}.launch-title .highlight-green{color:var(--brand-green)}.launch-subtitle{color:var(--text-gray,#b8c2d1);text-align:center;margin-bottom:3rem;font-size:1.2rem}.countdown-container{gap:2rem;display:flex}.countdown-box{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;align-items:center;min-width:100px;padding:1.5rem 2rem;display:flex}.countdown-value{font-family:var(--font-heading);color:var(--brand-green);margin-bottom:.5rem;font-size:3.5rem;font-weight:700;line-height:1}.countdown-label{text-transform:uppercase;letter-spacing:2px;color:var(--text-gray,#b8c2d1);font-size:.9rem}@media (width<=768px){.countdown-container{flex-wrap:wrap;justify-content:center;gap:1rem}.countdown-box{min-width:80px;padding:1rem 1.5rem}.countdown-value{font-size:2.5rem}.launch-title{font-size:2rem}}
