:root{--color-bg:#fff;--color-surface:#f8f9fa;--color-surface-light:#00000008;--color-border:#00000014;--color-text-main:#111;--color-text-muted:#555;--color-accent-yellow:#ffb800;--color-accent-red:#e01a22;--color-accent-blue:#0072b5;--color-gold:#e01a22;--color-gold-light:#ff4d4d;--color-gold-dark:#a30000;--color-gold-glow:#e01a2233;--font-primary:"Outfit", sans-serif;--font-secondary:"Playfair Display", serif;--transition-smooth:.6s cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-bg);color:var(--color-text-main);font-family:var(--font-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-gold)}h1,h2,h3,h4,h5,h6{letter-spacing:2px;font-weight:300;line-height:1.1}.title-primary{letter-spacing:-2px;font-size:clamp(3rem,8vw,8rem);font-weight:800;line-height:.9}.title-secondary{letter-spacing:-1px;font-size:clamp(2rem,5vw,4rem);font-weight:500}.text-body{color:var(--color-text-muted);font-size:1.125rem;font-weight:300;line-height:1.6}.glass{-webkit-backdrop-filter:blur(16px);border:1px solid var(--color-border);background:#ffffffb3}.btn{font-family:var(--font-primary);text-transform:uppercase;letter-spacing:2px;cursor:pointer;transition:var(--transition-smooth);color:var(--color-text-main);background:0 0;border:none;justify-content:center;align-items:center;padding:1rem 2.5rem;font-size:.875rem;font-weight:500;display:inline-flex}.btn-primary{background-color:var(--color-gold);color:#fff;border:1px solid var(--color-gold)}.btn-primary:hover{background-color:var(--color-gold-light);border-color:var(--color-gold-light);box-shadow:0 10px 20px var(--color-gold-glow);transform:translateY(-2px)}.btn-outline{border:1px solid var(--color-text-main)}.btn-outline:hover{background-color:var(--color-text-main);color:var(--color-bg);transform:translateY(-2px)}.container{width:100%;max-width:1600px;margin:0 auto;padding:0 5%}.section-padding{padding:5rem 0}@media (width<=768px){.section-padding{padding:3rem 0}.mobile-hidden{display:none!important}}img{max-width:100%;display:block}.hero{align-items:center;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.hero-background{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-img{object-fit:cover;object-position:right center;width:100%;height:100%}.hero-overlay{background:linear-gradient(270deg,#fff9 0%,#ffffff4d 40%,#fff0 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:10;justify-content:flex-end;align-items:center;height:100%;display:flex;position:relative}.hero-text{text-align:right;max-width:500px}.hero-text h1{margin-bottom:2rem;font-size:clamp(1.5rem,4vw,3rem);line-height:1.1}.hero-buttons{justify-content:flex-end;align-items:center;gap:1.5rem;display:flex}.play-btn{align-items:center;gap:.75rem;display:flex}@media (width<=768px){.hero{flex-direction:column;height:auto;overflow:visible}.hero-background{width:100%;height:auto;position:relative}.hero-img{object-fit:contain;height:auto}.hero-overlay{display:none}.hero-content{background-color:var(--color-bg);padding:2rem 1.5rem;position:relative}.hero-text{text-align:left;width:100%}.hero-text h1{margin-bottom:1.5rem;font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:stretch;gap:1rem;width:100%}.hero-buttons .btn{text-align:center;padding:1rem 1.5rem;font-size:1.1rem}.hero-mobile-features{color:var(--color-text-main);border-top:1px solid var(--color-border);background:#fff;flex-direction:column;gap:2rem;width:100%;padding:2.5rem 1.5rem;display:flex}.feature-item{text-align:left;flex-direction:row;align-items:flex-start;gap:1rem;display:flex}.feature-icon{color:var(--color-accent-yellow,#ffc107);flex-shrink:0;margin-bottom:0}.feature-item h4{color:var(--color-text-main);margin-bottom:.25rem;font-size:1rem;font-weight:700}.feature-item p{color:var(--color-text-muted);font-size:.85rem}}.coach-section{background-color:var(--color-bg)}.coach-layout{align-items:center;gap:4rem;display:flex}.coach-img-container{aspect-ratio:4/5;border-radius:16px;flex:1;position:relative;overflow:hidden}.coach-img{object-fit:cover;width:100%;height:100%}.coach-content{flex:1}.coach-credentials{flex-direction:column;gap:.5rem;margin:1rem 0;display:flex}.credential-item{color:var(--color-text-main);padding-left:1rem;font-size:1.1rem;font-weight:300;position:relative}.credential-item:before{content:"";background-color:var(--color-accent-yellow);width:12px;height:2px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.coach-signature{font-family:var(--font-secondary);color:var(--color-accent-blue);opacity:.8;margin-top:1rem;font-size:2.5rem;font-style:italic}@media (width<=1024px){.coach-layout{flex-direction:column;gap:4rem}.coach-img-container{width:100%;max-width:600px;margin:0 auto}.coach-content{text-align:center}.credential-item{padding-left:0}.credential-item:before{display:none}.coach-signature{margin-top:1.5rem;font-size:2.2rem}}.about-section{width:100%;color:var(--color-text-main);background-color:#fff;padding:4rem 1.5rem;position:relative;overflow:hidden}.about-container{flex-direction:column;gap:3rem;max-width:1200px;margin:0 auto;display:flex}.about-header-content{flex-direction:column;gap:1rem;display:flex}.section-subtitle{color:var(--color-accent-yellow,#ffc107);letter-spacing:2px;text-transform:uppercase;margin:0;font-size:.85rem;font-weight:700}.section-title{color:var(--color-text-main);font-size:2rem;font-weight:800;line-height:1.1;font-family:var(--font-secondary);margin:0}.title-gold{color:var(--color-accent-yellow,#ffc107)}.about-desc{color:var(--color-text-muted);margin-bottom:1rem;font-size:1rem;line-height:1.6}.about-btn{color:var(--color-text-main);border-color:var(--color-accent-yellow,#ffc107);text-transform:uppercase;letter-spacing:1px;align-self:flex-start;padding:.75rem 1.5rem;font-size:.9rem}.about-btn:hover{background-color:var(--color-accent-yellow,#ffc107);color:#111}.about-visuals{flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.about-image-wrapper{border-radius:20px;width:100%;position:relative;overflow:hidden}.about-img{object-fit:contain;width:100%;height:auto;display:block}.about-stats-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--color-border);z-index:10;background-color:#ffffffe6;border-radius:16px;flex-direction:row;justify-content:space-between;align-items:stretch;width:90%;margin-top:-3rem;padding:1.5rem 1rem;display:flex;box-shadow:0 4px 20px #0000000d}.stat-item{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.stat-icon{margin-bottom:.5rem}.stat-number{color:var(--color-text-main);margin:0 0 .25rem;font-size:1.5rem;font-weight:800}.stat-label{letter-spacing:1px;color:var(--color-text-muted);text-transform:uppercase;margin:0;font-size:.6rem;font-weight:600}.stat-divider{background-color:var(--color-border);width:1px;margin:0 .5rem}@media (width>=1024px){.about-container{flex-direction:row;align-items:center}.about-header-content{width:40%}.section-title{font-size:3.5rem}.about-visuals{width:60%}.about-stats-container{width:85%;margin-top:-4rem;padding:2.5rem 2rem}.stat-number{font-size:2.5rem}.stat-label{font-size:.85rem}}.achievements-section{background-color:var(--color-bg)}.achievements-header{text-align:center;margin-bottom:5rem}.achievements-gallery{grid-template-columns:repeat(4,1fr);grid-auto-rows:300px;gap:1.5rem;display:grid}.achievement-card{border-radius:16px;align-items:flex-end;padding:2rem;display:flex;position:relative;overflow:hidden}.achievement-card.large{grid-area:span 2/span 2}.achievement-card.small{grid-area:span 1/span 2}.achievement-img{object-fit:cover;z-index:0;width:100%;height:100%;transition:transform 1s;position:absolute;top:0;left:0}.achievement-overlay{z-index:1;background:linear-gradient(#0a0a0a33 0%,#0a0a0ae6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.achievement-content{z-index:2;position:relative}.achievement-count{font-family:var(--font-secondary);margin-bottom:.5rem;font-size:4rem;font-weight:600;line-height:1;display:block}.achievement-title{letter-spacing:2px;font-size:1.5rem;font-weight:400}.achievement-card:hover .achievement-img{transform:scale(1.05)}@media (width<=768px){.achievements-gallery{grid-template-columns:1fr}.achievement-card.large,.achievement-card.small{grid-column:span 1}}.gallery-section{background-color:var(--color-bg)}.gallery-header{text-align:center;margin-bottom:5rem}.masonry-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:300px;gap:1.5rem;display:grid}.masonry-item{cursor:pointer;border-radius:16px;position:relative;overflow:hidden}.item-0{grid-area:span 2/span 2}.item-1{grid-area:span 1/span 1}.item-2{grid-area:span 2/span 1}.item-3,.item-4{grid-area:span 1/span 1}.item-5{grid-area:span 1/span 2}.gallery-img{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1)}.gallery-overlay{background:#0072b500;width:100%;height:100%;transition:background .4s;position:absolute;top:0;left:0}.masonry-item:hover .gallery-img{transform:scale(1.05)}.masonry-item:hover .gallery-overlay{background:#0072b54d}@media (width<=1024px){.masonry-grid{grid-template-columns:repeat(2,1fr)}.item-0,.item-1,.item-2,.item-3,.item-4,.item-5{grid-area:span 1/span 1}}@media (width<=640px){.masonry-grid{grid-template-columns:1fr}}.testimonials-section{background-color:var(--color-bg);background-image:radial-gradient(circle at 100% 100%,#ffb8001a 0%,#0000 50%)}.testimonials-header{text-align:center;margin-bottom:5rem}.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:3rem;display:grid}.testimonial-card{border-radius:24px;flex-direction:column;display:flex;overflow:hidden}.testimonial-video-bg{cursor:pointer;width:100%;height:300px;position:relative}.testimonial-video-bg img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.testimonial-overlay{background:#0a0a0a66;width:100%;height:100%;transition:background .4s;position:absolute;top:0;left:0}.play-icon-wrapper{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--color-gold);background:#14141499;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1)}.testimonial-card:hover .testimonial-video-bg img{transform:scale(1.05)}.testimonial-card:hover .play-icon-wrapper{background:var(--color-gold);color:var(--color-bg);transform:translate(-50%,-50%)scale(1.1)}.testimonial-content{flex-direction:column;flex:1;justify-content:space-between;padding:3rem;display:flex}.testimonial-quote{margin-bottom:2rem;font-size:1.5rem;font-style:italic;font-weight:300;line-height:1.4}.author-name{margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.author-role{text-transform:uppercase;letter-spacing:1px;font-size:.875rem}@media (width<=1024px){.testimonials-grid{grid-template-columns:1fr}}.cta-section{background-color:#111;padding:0 1.5rem 4rem}.cta-yellow-card{background-color:var(--color-accent-yellow,#ffc107);border-radius:20px;flex-direction:column;gap:1.5rem;padding:2.5rem 1.5rem;display:flex;box-shadow:0 10px 30px #ffc10733}.cta-text-content{flex-direction:column;gap:.5rem;display:flex}.cta-title{color:#111;margin:0;font-size:1.4rem;font-weight:800;line-height:1.2}.cta-desc{color:#222;margin:0;font-size:.95rem;font-weight:500;line-height:1.5}.cta-enroll-btn{color:#fff;cursor:pointer;background-color:#111;border:none;border-radius:8px;justify-content:space-between;align-items:center;padding:1rem 1.5rem;font-size:.9rem;font-weight:700;transition:all .3s;display:flex}.cta-enroll-btn:hover{background-color:#333}@media (width>=768px){.cta-section{padding:0 5% 5rem}.cta-yellow-card{flex-direction:row;justify-content:space-between;align-items:center;padding:3rem 4rem}.cta-text-content{max-width:60%}.cta-title{font-size:2.5rem}.cta-desc{font-size:1.1rem}.cta-enroll-btn{padding:1.2rem 2.5rem;font-size:1rem}}.footer-section{background-color:var(--color-bg);border-top:1px solid var(--color-border);padding:6rem 0 2rem}.footer-top{justify-content:space-between;margin-bottom:5rem;display:flex}.footer-links{gap:6rem;display:flex}.footer-col{flex-direction:column;gap:1rem;display:flex}.footer-col h4{color:var(--color-text-main);margin-bottom:1rem;font-size:1rem}.footer-col a,.footer-col p{color:var(--color-text-muted);font-size:.875rem;text-decoration:none;transition:color .3s}.footer-col a:hover{color:var(--color-gold)}.footer-bottom{border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.footer-legal{gap:2rem;display:flex}.footer-legal a{color:var(--color-text-muted);font-size:.875rem;text-decoration:none;transition:color .3s}.footer-legal a:hover{color:var(--color-gold)}@media (width<=1024px){.footer-top{flex-direction:column;gap:4rem}.footer-links{flex-wrap:wrap;gap:4rem}}@media (width<=640px){.footer-links{flex-direction:column;gap:2rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:1rem}}.annual-event{background-color:var(--color-bg);position:relative;overflow:hidden}.event-banner{border:1px solid var(--color-border);background:#fff;border-radius:30px;padding:5rem 3rem;position:relative;overflow:hidden;box-shadow:0 10px 40px #0000000d}.event-glow{z-index:1;pointer-events:none;background:radial-gradient(circle,#dc262626 0%,#0000 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.event-header{z-index:2;position:relative}.text-center{text-align:center}.text-white{color:var(--color-text-main)!important}.text-light{color:var(--color-text-muted)!important}.event-icon{filter:drop-shadow(0 0 10px #ffd7004d);margin-bottom:1.5rem}.event-cards-row{z-index:2;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:3.5rem;display:flex;position:relative}.glass-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--color-border);text-align:center;background:#ffffffe6;border-radius:20px;flex:1;min-width:250px;max-width:320px;padding:2.5rem;transition:transform .3s,background .3s,box-shadow .3s}.glass-card:hover{background:#fff;transform:translateY(-10px);box-shadow:0 10px 30px #00000014}.glass-card svg{margin-bottom:1.5rem}.glass-card h4{color:var(--color-text-main);font-family:var(--font-secondary);margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.glass-card p{color:var(--color-text-muted);margin:0;font-size:1rem}@media (width<=768px){.event-banner{border-radius:20px;padding:3rem 1.5rem}.event-cards-row{gap:1.5rem;margin-top:2.5rem}.glass-card{min-width:100%;padding:1.5rem}.event-icon{width:48px;height:48px;margin-bottom:1rem}}.why-section{color:#fff;background-color:#111;padding:4rem 1.5rem}.why-main-title{text-align:left;font-size:1.5rem;font-weight:800;font-family:var(--font-secondary);margin-bottom:2.5rem}.why-grid{grid-template-columns:repeat(2,1fr);gap:2rem 1rem;display:grid}.why-item{text-align:center;flex-direction:column;align-items:center;display:flex}.why-icon-container{margin-bottom:1rem}.why-item-title{color:#fff;letter-spacing:.5px;margin:0;font-size:.8rem;font-weight:700;line-height:1.3}@media (width>=768px){.why-main-title{text-align:center;font-size:2.5rem}.why-grid{grid-template-columns:repeat(4,1fr);gap:2rem}.why-item-title{font-size:1rem}}@media (width<=640px){.why-grid{grid-template-columns:1fr}}.target-section{background-color:var(--color-bg);justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.target-split-container{justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.target-left{justify-content:center;align-items:center;width:100vw;display:flex}.target-right{opacity:0;justify-content:center;align-items:center;width:45vw;height:100%;padding-right:5vw;display:flex;position:absolute;right:0}.programs-info{width:100%;max-width:500px}.programs-list{flex-direction:column;gap:1.5rem;display:flex}.program-box{border-radius:16px;align-items:center;gap:2rem;padding:1.5rem 2rem;transition:transform .3s,box-shadow .3s;display:flex}.program-box:hover{transform:translate(10px);box-shadow:0 10px 30px #0000000d}.prog-level{font-size:2.5rem;font-weight:800;font-family:var(--font-secondary)}.prog-title{color:var(--color-text-main);margin-bottom:.25rem;font-size:1.5rem}.prog-desc{color:var(--color-text-muted);margin:0;font-size:.95rem}.target-container{justify-content:center;align-items:center;width:600px;height:600px;display:flex;position:relative}.target-ring{border:2px solid var(--color-border);border-radius:50%;justify-content:center;align-items:flex-start;transition:all .3s;display:flex;position:absolute}.ring-1{width:100%;height:100%}.ring-2{width:75%;height:75%}.ring-3{width:50%;height:50%}.ring-4{align-items:center;width:25%;height:25%}.ring-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:4px;margin-top:2rem;font-size:.875rem}.ring-label-center{color:var(--color-bg);margin-top:0;font-weight:600}.target-arrow{z-index:10;align-items:center;width:300px;height:4px;display:flex;position:absolute}.arrow-shaft{background:linear-gradient(90deg,#333,#888,#333);width:100%;height:100%}.arrow-head{border-top:10px solid #0000;border-bottom:10px solid #0000;border-left:20px solid var(--color-accent-red);width:0;height:0;margin-left:-2px}.arrow-fletching{background:repeating-linear-gradient(45deg, #222, #222 5px, var(--color-accent-red) 5px, var(--color-accent-red) 10px);clip-path:polygon(0 50%,20% 0,100% 0,80% 50%,100% 100%,20% 100%);width:40px;height:20px;position:absolute;left:0}@media (width<=1024px){.target-container{width:90vw;height:90vw}}@media (width<=768px){.target-section{background-color:var(--color-bg);height:100vh;padding:0}.target-split-container{flex-direction:column}.target-left{height:50vh}.target-right{width:90vw;height:auto;padding:0;position:absolute;bottom:5vh;right:auto}.programs-info{max-width:100%}.programs-list{gap:1rem}.program-box{gap:1.5rem;padding:1rem 1.5rem}.prog-level{font-size:1.8rem}.prog-title{font-size:1.2rem}.prog-desc{font-size:.85rem}}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);background:#ffffffd9;border-bottom:1px solid #0000000d;width:100%;padding:.5rem 0;transition:all .3s;position:fixed;top:0;left:0;box-shadow:0 4px 30px #00000008}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.nav-logo img{object-fit:contain;width:auto;height:60px}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-link{font-family:var(--font-secondary);color:var(--color-text-main);text-transform:uppercase;font-size:1.1rem;font-weight:600;text-decoration:none;transition:color .3s}.nav-link:hover,.nav-link.active{color:var(--color-accent-red)}.nav-cta{padding:.75rem 1.5rem;font-size:1rem}.mobile-menu-btn{color:var(--color-text-main);cursor:pointer;background:0 0;border:none;display:none}@media (width<=900px){.mobile-menu-btn{z-index:110;display:block}.nav-links{background:var(--color-bg);z-index:105;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:80%;height:100vh;transition:right .4s;position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #0000001a}.nav-links.active{right:0}}@media (width<=768px){.navbar{display:none!important}}.mobile-bottom-nav{display:none}@media (width<=768px){.mobile-bottom-nav{z-index:9999;background-color:#fff;border-radius:40px;justify-content:space-around;align-items:center;width:92%;height:65px;display:flex;position:fixed;bottom:35px;left:4%;box-shadow:0 10px 40px #00000026}.nav-item{color:#111;flex-direction:column;flex:1;justify-content:center;align-items:center;height:100%;text-decoration:none;display:flex;position:relative}.nav-icon-wrapper{border-radius:20px;justify-content:center;align-items:center;width:60px;height:40px;transition:all .3s;display:flex}.nav-item.active .nav-icon-wrapper{background-color:#f0f0f0}.nav-label{color:#555;opacity:0;white-space:nowrap;font-size:.65rem;font-weight:700;transition:opacity .3s;position:absolute;bottom:-22px}.nav-item.active .nav-label{opacity:1}}
