:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;display:flex;place-items:center;min-width:320px;min-height:100vh;overflow-x:hidden;width:100%}#root{width:100%;min-width:100%;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s;-webkit-appearance:none;-moz-appearance:none;appearance:none}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}button,.cta-button,.testimonial-arrow{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media(max-width:768px){body{place-items:flex-start}h1{font-size:2em}}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header{width:100%;background-color:#1a1a1a;padding:1rem 0;position:fixed;top:0;left:0;z-index:1000;box-shadow:0 2px 10px #0000004d}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;text-decoration:none;cursor:pointer}.logo-circle{width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:3px solid #00ff00;display:flex;align-items:center;justify-content:center;box-shadow:0 0 20px #0f06,inset 0 0 20px #00ff001a;transition:all .4s ease;cursor:pointer;position:relative;overflow:hidden}.logo-circle:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(0,255,0,.1) 0%,transparent 70%);animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.8}}.logo-text{font-size:2rem;font-weight:900;color:#0f0;font-family:Segoe UI,Roboto,Arial Rounded MT Bold,Helvetica Rounded,sans-serif;letter-spacing:-2px;text-shadow:0 0 15px rgba(0,255,0,.6),0 2px 5px rgba(0,0,0,.5);transition:all .3s ease;z-index:1;font-style:italic;transform:skew(-5deg)}.logo-circle:hover{transform:scale(1.1) rotate(5deg);border-color:#0f0;box-shadow:0 0 30px #00ff00b3,inset 0 0 30px #0f03}.logo-circle:hover .logo-text{text-shadow:0 0 25px rgba(0,255,0,.9),0 3px 8px rgba(0,0,0,.7);transform:skew(-5deg) scale(1.05)}.nav-list{display:flex;list-style:none;gap:1.5rem;margin:0;padding:0}.nav-list li,.dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;background-color:#1a1a1a;list-style:none;padding:.5rem 0;margin:.5rem 0 0;min-width:220px;border-radius:8px;box-shadow:0 5px 20px #00000080;border:1px solid rgba(0,255,0,.2);z-index:1001;white-space:nowrap}.dropdown-menu li{padding:0}.dropdown-menu li a{display:block;padding:.75rem 1.5rem;color:#fff;text-decoration:none;font-size:.95rem;font-weight:400;transition:all .3s ease}.dropdown-menu li a:after{display:none}.dropdown-menu li a:hover{background-color:#00ff001a;color:#0f0;padding-left:2rem}.nav-list li a{color:#fff;text-decoration:none;font-size:1rem;font-weight:500;transition:color .3s ease;position:relative}.nav-list li a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:#0f0;transition:width .3s ease}.nav-list li a:hover{color:#0f0}.nav-list li a:hover:after{width:100%}.hamburger-menu{display:none;flex-direction:column;justify-content:space-between;width:30px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1002;outline:none;-webkit-tap-highlight-color:transparent}.hamburger-menu:focus,.hamburger-menu:active{outline:none;border:none;box-shadow:none}.hamburger-line{width:100%;height:3px;background-color:#0f0;border-radius:3px;transition:all .3s ease}.mobile-overlay{display:none}@media(max-width:1024px){.header-container{padding:0 1.5rem}.hamburger-menu{display:flex}.mobile-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#000000b3;z-index:999}.nav{position:fixed;top:0;right:-100%;width:70%;max-width:350px;height:100vh;background-color:#1a1a1a;transition:right .3s ease;padding-top:80px;box-shadow:-5px 0 15px #00000080;z-index:1000;overflow-y:auto}.nav.mobile-open{right:0}.nav-list{flex-direction:column;gap:0;padding:2rem 0}.nav-list li{width:100%}.nav-list li a{display:block;padding:1rem 2rem;font-size:1.1rem;border-bottom:1px solid rgba(255,255,255,.1)}.nav-list li a:after{display:none}.dropdown-menu{position:static;box-shadow:none;border:none;border-radius:0;background-color:#00ff000d;margin:0;padding:0}.dropdown-menu li a{padding:.75rem 3rem;font-size:1rem;border-bottom:1px solid rgba(255,255,255,.05)}.dropdown-menu li a:hover{padding-left:3.5rem}}@media(max-width:768px){.header{padding:.8rem 0}.header-container{padding:0 1rem}.logo-circle{width:55px;height:55px}.logo-text{font-size:1.5rem;letter-spacing:-1.5px}.nav{width:80%;max-width:300px}.nav-list li a{font-size:1rem;padding:.9rem 1.5rem}.dropdown-menu li a{padding:.7rem 2.5rem;font-size:.95rem}.dropdown-menu li a:hover{padding-left:3rem}}@media(max-width:480px){.header{padding:.6rem 0}.header-container{padding:0 .8rem}.logo-circle{width:50px;height:50px}.logo-text{font-size:1.3rem;letter-spacing:-1px}.hamburger-menu{width:28px;height:22px}.hamburger-line{height:2.5px}.nav{width:85%}.nav-list li:has(.contact-link){width:auto;padding:0}.nav-list li a{font-size:.95rem;padding:.85rem 1.2rem}.contact-link{width:auto;display:inline-block;padding:.5rem .8rem!important;font-size:.85rem!important;margin:1rem 0 1rem calc(1.2rem - .8rem)}.dropdown-menu li a{padding:.65rem 2rem;font-size:.9rem}.dropdown-menu li a:hover{padding-left:2.5rem}}.dropdown-menu{min-width:180px;padding:.3rem 0}.dropdown-menu li a{font-size:.8rem;padding:.6rem 1rem}.dropdown-menu li a:hover{padding-left:1.5rem}@media(max-width:360px){.logo-circle{width:45px;height:45px}.logo-text{font-size:1.2rem}.nav-list{gap:.6rem}.nav-list li a{font-size:.8rem}.dropdown-menu{min-width:160px}.dropdown-menu li a{font-size:.75rem;padding:.5rem .8rem}}@supports (-webkit-touch-callout: none){.logo-circle,.nav-list li a{-webkit-tap-highlight-color:transparent}.dropdown-menu{-webkit-overflow-scrolling:touch}}@media(hover:none)and (pointer:coarse){.nav-list li a{padding:.5rem;min-height:44px;display:flex;align-items:center}.nav-list li a.contact-link{display:inline-flex;width:fit-content}.dropdown-menu li a{min-height:44px}.logo-circle{min-width:44px;min-height:44px}}#root{width:100%;margin:0;padding:0}.main-content{margin-top:80px;min-height:100vh}.hero{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;text-align:center;background-size:cover;background-position:center 70%;background-repeat:no-repeat;background-attachment:scroll;position:relative}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#000000b3,#00000080,#000000b3);z-index:1}.hero-content{position:relative;z-index:2}.hero h1{font-size:3.5rem;font-weight:900;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:2px;text-shadow:2px 2px 8px rgba(0,0,0,.8)}.hero p{font-size:1.5rem;color:#0f0;font-weight:300;text-shadow:1px 1px 6px rgba(0,0,0,.9);margin-bottom:2.5rem}.cta-button{padding:1rem 3rem;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#fff;background:linear-gradient(135deg,#1db954,#148a3c);border:3px solid #1db954;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 0 15px #1db9544d;position:relative;overflow:hidden;z-index:1}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease;z-index:-1}.cta-button:hover:before{left:100%}.cta-button:hover{box-shadow:0 0 25px #1db95499;background:linear-gradient(135deg,#1ed760,#169948);border-color:#1ed760}.cta-button:active{box-shadow:0 0 10px #1db95480;background:linear-gradient(135deg,#148a3c,#106930)}.about-section{padding:1rem 2rem 2rem;background-color:#1a1a1a}.about-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;align-items:center}.about-image-mobile{display:none}.about-image-desktop{position:relative;overflow:hidden;border-radius:15px;box-shadow:0 10px 40px #00000080}.about-image-desktop img{width:100%;height:100%;object-fit:cover;border-radius:15px;transition:transform .3s ease}.about-image-desktop:hover img{transform:scale(1.05)}.about-content{color:#fff}.about-content h2{font-size:2.5rem;font-weight:900;color:#1db954;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:2px}.about-intro{font-size:1.3rem;font-weight:600;color:#1db954;margin-bottom:1.5rem;line-height:1.6}.about-content p{font-size:1.1rem;line-height:1.8;margin-bottom:1.2rem;color:#ccc;text-align:justify}.programs-section{padding:5rem 2rem;background:linear-gradient(135deg,#0a0a0a,#1a1a1a)}.programs-section h2{font-size:2.5rem;font-weight:900;color:#1db954;margin-bottom:1rem;text-transform:uppercase;letter-spacing:2px;max-width:1200px;margin-left:auto;margin-right:auto}.programs-subtitle{font-size:1.2rem;color:#ccc;margin-bottom:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.programs-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.program-card{position:relative;height:440px;cursor:pointer;transition:all .3s ease}.program-card:hover{transform:translateY(-5px)}.program-card-inner{position:relative;width:100%;height:100%;padding:1.2rem;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border-radius:20px;box-shadow:0 5px 20px #00000080;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;gap:.8rem}.program-card:hover .program-card-inner{background:linear-gradient(135deg,#2a2a2a,#1a1a1a);box-shadow:0 10px 30px #1db9544d}.program-image{width:100%;height:200px;margin-bottom:.6rem;border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:0 5px 20px #0009;flex-shrink:0}.program-image img{width:100%;height:100%;object-fit:cover;object-position:center center;transition:transform .3s ease;display:block}.program-card:hover .program-image{box-shadow:0 8px 25px #1db95466}.program-card:hover .program-image img{transform:scale(1.05)}.program-card h3{font-size:1.5rem;font-weight:900;color:#1db954;margin-bottom:.4rem;text-transform:uppercase;letter-spacing:1px;margin-top:0rem}.program-card p{font-size:.9rem;color:#ccc;margin-bottom:.8rem;line-height:1.4}.program-button{padding:.6rem 1.5rem;background:linear-gradient(135deg,#1db954,#148a3c);color:#fff;border:2px solid #1db954;border-radius:30px;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;box-shadow:0 3px 10px #1db9544d;margin-top:auto}.program-button:hover{background:linear-gradient(135deg,#1ed760,#169948);box-shadow:0 0 20px #1db95480;border-color:#1ed760;outline:none}.program-button:focus,.program-button:focus-visible{outline:none}.program-button:active{outline:none}@media(max-width:1024px){.about-container{gap:3rem}.programs-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.program-card{height:400px}.program-image{height:180px}.program-card h3{font-size:1.4rem;margin-top:0rem}.program-card p{font-size:.85rem}.hero{background-position:center 50%}.hero-content{margin-top:15vh}.hero h1{font-size:3rem}}@media(max-width:768px){.main-content{margin-top:60px}.hero{padding:1.5rem;min-height:80vh;background-position:center 45%}.hero-content{margin-top:20vh}.hero h1{font-size:2rem;letter-spacing:1px;line-height:1.2}.hero p{font-size:1.1rem;margin-bottom:2rem}.cta-button{padding:.9rem 2.5rem;font-size:1rem;letter-spacing:1.5px}.about-section{padding:1rem 2rem 2rem}.programs-section{padding:3rem 1.5rem}.programs-section h2{font-size:2rem;text-align:center}.programs-subtitle{font-size:1rem;text-align:justify}.programs-grid{grid-template-columns:1fr;gap:2rem;max-width:420px;margin:0 auto}.program-card{height:440px}.program-image{height:200px}.program-card h3{font-size:1.5rem;margin-top:0rem}.program-card p{font-size:.9rem}.program-button{padding:.7rem 1.8rem;font-size:.9rem}.about-container{grid-template-columns:1fr;gap:2.5rem}.about-content h2{font-size:2rem;text-align:center}.about-intro{font-size:1.1rem;text-align:center}.about-content p{font-size:1rem;text-align:justify}.about-image-mobile{display:block;position:relative;overflow:hidden;border-radius:15px;box-shadow:0 10px 40px #00000080;max-width:500px;margin:1.5rem auto}.about-image-mobile img{width:100%;height:100%;object-fit:cover;border-radius:15px}.about-image-desktop{display:none}.gallery-section{padding:3rem 1rem}.gallery-section p{text-align:justify}.gallery-section h2{font-size:2rem;text-align:center;margin-left:auto;margin-right:auto}.gallery-subtitle{font-size:1rem;text-align:center}.carousel{max-width:100%}.carousel-slide{height:400px}.carousel-dots{gap:10px;margin-top:1.2rem}.dot{width:12px;height:12px;padding:4px}.dot.active{width:32px}.testimonials-section{padding:1rem 1.5rem}.testimonials-section h2{font-size:2rem;text-align:center}.testimonials-subtitle{font-size:1rem;text-align:justify}.testimonials-container{flex-direction:column;gap:1.5rem;height:auto;min-height:450px;align-items:center}.testimonial-card{padding:2rem;height:auto;min-height:320px;max-height:480px;overflow:hidden}.testimonial-arrow{width:50px;height:50px;font-size:2.5rem}.testimonial-text{font-size:1rem;line-height:1.6;max-height:220px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:9;-webkit-box-orient:vertical}.testimonial-author h4{font-size:1.2rem}.footer-content{flex-direction:column;gap:2rem;text-align:center}.footer-text{text-align:center}.footer-text p{font-size:1.1rem}.social-links{gap:1rem;justify-content:center}.social-link{width:45px;height:45px}.footer-bottom p{font-size:.85rem}}@media(max-width:360px){.hero h1{font-size:1.4rem}.hero p{font-size:.9rem}.cta-button{padding:.7rem 1.5rem;font-size:.85rem}.about-content h2{font-size:1.4rem}.about-intro{font-size:.95rem}.about-content p{font-size:.9rem}.gallery-section h2,.testimonials-section h2{font-size:1.4rem}.gallery-subtitle,.testimonials-subtitle{font-size:.9rem}.carousel-slide{height:250px}.testimonials-container{min-height:420px}.testimonial-card{padding:1.2rem;height:360px;min-height:360px;max-height:360px}.testimonial-text{max-height:150px;overflow-y:auto}.testimonial-text{font-size:.9rem}.testimonial-arrow-left,.testimonial-arrow-right{display:none}.testimonial-arrows-mobile{display:flex}.testimonial-arrow-left-mobile,.testimonial-arrow-right-mobile{width:40px;height:40px;font-size:2rem}}@supports (-webkit-touch-callout: none){.hero{background-attachment:scroll}.cta-button,.testimonial-arrow,.dot,.social-link{-webkit-tap-highlight-color:transparent}}.gallery-section{padding:3rem 1.5rem;background-color:#0d0d0d}.gallery-section p{text-align:justify}.gallery-section h2{font-size:2.5rem;font-weight:900;color:#1db954;margin-bottom:1rem;text-transform:uppercase;letter-spacing:2px;max-width:1200px;margin-left:auto;margin-right:auto}.gallery-subtitle{font-size:1.2rem;color:#ccc;margin-bottom:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.carousel{max-width:800px;margin:0 auto;position:relative}.carousel-container{overflow:hidden;border-radius:20px;box-shadow:0 15px 60px #000000b3}.carousel-track{display:flex;transition:transform .6s ease-in-out}.carousel-slide{min-width:100%;height:500px;display:flex;align-items:center;justify-content:center;background:#1a1a1a}.carousel-image{max-width:100%;max-height:100%;object-fit:contain}.carousel-dots{display:flex;justify-content:center;gap:10px;margin-top:2rem}.dot{width:2px;height:2px;background-color:#ffffff4d;border:none;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);padding:2px;outline:none}.dot:hover{background-color:#ffffff80;transform:scale(1.2)}.dot.active{background-color:#1db954;width:2px;border-radius:6px;transform:scale(1)}@media(max-width:768px){.carousel-slide{height:400px}.gallery-section h2{font-size:2rem}.gallery-subtitle{font-size:1rem}}@media(max-width:480px){.programs-section{padding:5rem 2rem}.programs-grid{gap:2rem;max-width:100%}.program-card{height:400px}.program-card-inner{padding:1.2rem}.program-image{height:180px;margin-bottom:.5rem}.program-card h3{font-size:1.3rem;margin-bottom:.3rem;margin-top:0rem}.program-card p{font-size:.85rem;margin-bottom:.6rem}.program-button{padding:.6rem 1.5rem;font-size:.85rem}.hero{padding:1rem;min-height:80vh;background-position:center 40%}.hero h1{font-size:1.6rem;letter-spacing:.5px}.hero p{font-size:1rem;margin-bottom:1.5rem}.cta-button{padding:.8rem 2rem;font-size:.9rem;letter-spacing:1px}.about-section{padding:1rem 2rem 5rem}.about-container{gap:2rem}.about-content h2{font-size:1.6rem}.about-intro{font-size:1rem}.about-content p{font-size:.95rem;line-height:1.6}.gallery-section{padding:5rem 2rem}.gallery-section p{text-align:justify}.gallery-section h2{font-size:1.6rem}.gallery-subtitle{font-size:.95rem}.carousel-slide{height:300px}.carousel-dots{gap:10px;margin-top:1rem}.dot{width:12px;height:12px;padding:4px}.dot.active{width:32px}.testimonials-section{padding:1rem 1.5rem}.testimonials-section h2{font-size:1.6rem}.testimonials-subtitle{font-size:.95rem}.testimonials-container{gap:1rem;min-height:450px;align-items:center}.testimonial-card{padding:1.5rem;height:auto;min-height:320px;max-height:450px;overflow:hidden}.testimonial-arrow-left,.testimonial-arrow-right{display:none}.testimonial-arrows-mobile{display:flex;justify-content:center;gap:2rem;width:100%;margin-top:1rem}.testimonial-arrow-left-mobile,.testimonial-arrow-right-mobile{width:45px;height:45px;font-size:2.2rem}.testimonial-text{font-size:.92rem;line-height:1.5;margin-bottom:1.5rem;max-height:200px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical}.testimonial-author h4{font-size:1.1rem}.testimonial-author p{font-size:.9rem}.stars{margin-bottom:1rem}.star{font-size:1.3rem}.footer{padding:2rem 1rem 1rem}.footer-content{padding:1.5rem 0;gap:1.5rem}.footer-text p{font-size:1rem}.social-links{gap:.8rem}.social-link{width:40px;height:40px}.social-link svg{width:20px;height:20px}.footer-bottom{padding-top:1.5rem}.footer-bottom p{font-size:.8rem}}.testimonials-section{padding:1rem 1.5rem;background-color:#1a1a1a}.testimonials-section h2{font-size:2.5rem;font-weight:900;color:#1db954;margin-bottom:1rem;text-transform:uppercase;letter-spacing:2px;max-width:1200px;margin-left:auto;margin-right:auto}.testimonials-subtitle{font-size:1.2rem;color:#ccc;margin-bottom:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.testimonials-container{max-width:900px;margin:0 auto;display:flex;align-items:center;gap:2rem;position:relative;height:480px}.testimonial-card{background:linear-gradient(135deg,#2d2d2d,#1a1a1a);padding:3rem;border-radius:15px;box-shadow:0 10px 40px #00000080;flex:1;height:420px;display:flex;flex-direction:column;justify-content:space-between}.stars{display:flex;gap:5px;margin-bottom:1.5rem}.star{color:#1db954;font-size:1.5rem}.testimonial-text{font-size:1.1rem;line-height:1.8;color:#fff;font-style:italic;margin-bottom:2rem}.testimonial-author h4{font-size:1.3rem;color:#1db954;margin-bottom:.3rem;font-weight:700}.testimonial-author p{font-size:1rem;color:#888}.testimonial-arrow{background-color:transparent;border:none;color:#1db954;font-size:2.5rem;width:45px;height:45px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0;outline:none}.testimonial-arrows-mobile{display:none}.testimonial-arrow:hover{color:#1ed760;transform:none}.testimonial-arrow:active{opacity:.7}.testimonial-arrow:focus{outline:none}@media(max-width:768px){.testimonials-container{flex-direction:column;gap:1.5rem;height:auto}.testimonial-card{padding:2rem;height:420px;min-height:420px;max-height:420px;width:100%}.testimonial-text{max-height:200px;overflow-y:auto}.testimonial-arrow-left,.testimonial-arrow-right{display:none}.testimonial-arrows-mobile{display:flex;justify-content:center;gap:2rem;width:100%;order:3}.testimonial-arrow-left-mobile,.testimonial-arrow-right-mobile{background-color:transparent;border:none;color:#1db954;font-size:2.5rem;width:50px;height:50px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;outline:none}.testimonial-arrow-left-mobile:hover,.testimonial-arrow-right-mobile:hover{color:#1ed760}.testimonial-arrow-left-mobile:active,.testimonial-arrow-right-mobile:active{opacity:.7}.testimonials-section h2{font-size:2rem}.testimonials-subtitle,.testimonial-text{font-size:1rem}}.footer{background-color:#0d0d0d;padding:3rem 2rem 1.5rem;border-top:1px solid rgba(29,185,84,.2)}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:2rem 0}.social-links{display:flex;gap:1.5rem}.footer-text{text-align:left}.footer-text p{font-size:1.2rem;color:#ccc;margin:0;font-weight:400;line-height:1.6}.footer-contact{margin-top:2rem}.footer-contact h3{font-size:1.1rem;color:#1db954;margin-bottom:.8rem;font-weight:600}.footer-address{font-size:1.1rem;color:#fff;font-weight:500;margin-bottom:.5rem!important}.footer-address a{color:#1db954;text-decoration:none;transition:color .3s ease}.footer-address a:hover{color:#1ed760;text-decoration:underline}.footer-phone{font-size:1.1rem;color:#1db954;font-weight:500}.footer-email{font-size:1.1rem;color:#1db954;font-weight:500;margin-bottom:.5rem!important}.footer-instagram{font-size:1.1rem;color:#1db954;font-weight:500}.footer-instagram a{color:#1db954;text-decoration:none;transition:color .3s ease}.footer-instagram a:hover{color:#1ed760;text-decoration:underline}.social-link{width:50px;height:50px;border-radius:50%;background-color:#1db9541a;border:2px solid rgba(29,185,84,.3);display:flex;align-items:center;justify-content:center;color:#1db954;transition:all .3s ease;text-decoration:none}.social-link:hover{background-color:#1db954;color:#000;border-color:#1db954;transform:translateY(-3px)}.social-link svg{width:24px;height:24px}.footer-bottom{max-width:1200px;margin:0 auto;text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{color:#666;font-size:.9rem;margin:0}@media(hover:none)and (pointer:coarse){.cta-button,.testimonial-arrow,.dot,.social-link{min-height:30px;min-width:30px}}.floating-contact{position:fixed;bottom:2rem;right:2rem;z-index:9999}.contact-button-wrapper{display:flex;align-items:center;gap:1rem}.contact-label{font-size:16px;font-weight:600;color:#1db954;white-space:nowrap;animation:fadeIn .3s ease;text-shadow:0 2px 4px rgba(0,0,0,.3)}@keyframes fadeIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.contact-button{width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,#1db954,#148a3c);border:none;box-shadow:0 8px 25px #1db95466;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#fff;outline:none}.contact-button:hover{transform:scale(1.1);box-shadow:0 12px 35px #1db95499}.contact-button:focus{outline:none}.contact-button:active{outline:none}.contact-button.open{background:linear-gradient(135deg,#148a3c,#1db954)}.contact-menu{position:absolute;bottom:90px;right:0;display:flex;flex-direction:column;gap:1rem;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.close-button{display:none}.contact-item{display:flex;align-items:center;justify-content:center;width:60px;height:60px;color:#fff;text-decoration:none;border-radius:50%;transition:all .3s ease;background:#fff;box-shadow:0 5px 20px #0000004d}.contact-item:hover{transform:scale(1.15);box-shadow:0 8px 25px #0006}.contact-item svg{flex-shrink:0}.contact-item span{display:none}@media(max-width:768px){.floating-contact{bottom:1.5rem;right:1.5rem}.contact-button{width:60px;height:60px}.contact-button svg{width:28px;height:28px}.contact-label{font-size:14px}.contact-menu{bottom:80px;gap:.8rem}.contact-item{width:55px;height:55px}.contact-item svg{width:24px;height:24px}}@media(max-width:480px){.floating-contact{bottom:1rem;right:1rem}.contact-button{width:55px;height:55px}.contact-button svg{width:26px;height:26px}.contact-label{font-size:13px}.contact-menu{bottom:70px;gap:.7rem}.contact-item{width:50px;height:50px}.contact-item svg{width:22px;height:22px}}@media(max-width:360px){.floating-contact{bottom:.8rem;right:.8rem}.contact-button{width:50px;height:50px}.contact-button svg{width:24px;height:24px}.contact-label{font-size:12px}.contact-menu{bottom:65px;gap:.6rem}.contact-item{width:45px;height:45px}.contact-item svg{width:20px;height:20px}}@supports (-webkit-touch-callout: none){.contact-button,.contact-item{-webkit-tap-highlight-color:transparent}}@media(hover:none)and (pointer:coarse){.contact-button,.contact-item{min-width:44px;min-height:44px}}@media(max-width:896px)and (orientation:landscape){.floating-contact{bottom:1rem;right:1rem}.contact-button{width:50px;height:50px}.contact-menu{bottom:65px}}.biranje-content{min-height:calc(100vh - 160px);padding-top:80px;background-color:#0d0d0d}.biranje-section{max-width:1200px;margin:0 auto;padding:5rem 2rem;text-align:center;position:relative}.breadcrumbs{display:flex;align-items:center;justify-content:flex-start;margin-bottom:2rem;font-size:.95rem;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 2rem}.breadcrumb-link{color:#1db954;text-decoration:none;transition:all .3s ease;font-weight:500}.breadcrumb-link:hover{color:#148a3c;text-decoration:underline}.breadcrumb-separator{margin:0 .8rem;color:#666}.breadcrumb-current{color:#ccc;font-weight:500}@media(max-width:1024px){.breadcrumbs{display:none}}.biranje-title{font-size:3rem;font-weight:900;color:#1db954;margin-bottom:1rem;text-transform:uppercase;letter-spacing:2px}.biranje-subtitle{font-size:1.3rem;color:#ccc;margin-bottom:4rem}.biranje-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;max-width:900px;margin:0 auto}.biranje-card{background:linear-gradient(135deg,#2d2d2d,#1a1a1a);padding-bottom:2rem;border-radius:20px;text-decoration:none;color:#fff;transition:all .4s ease;position:relative;overflow:hidden;border:2px solid transparent;display:flex;flex-direction:column;align-items:center;min-height:300px}.biranje-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(29,185,84,.1),transparent);opacity:0;transition:opacity .4s ease}.biranje-card:hover:before{opacity:1}.biranje-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #1db9544d}.card-icon{font-size:4rem;margin-bottom:1.5rem;transition:transform .4s ease}.card-image{width:100%;max-width:280px;height:200px;object-fit:cover;border-radius:15px;margin-bottom:1.5rem;transition:transform .4s ease;box-shadow:0 8px 20px #0006}.biranje-card:hover .card-icon{transform:scale(1.2) rotate(5deg)}.biranje-card:hover .card-image{transform:scale(1.05)}.biranje-card h2{font-size:1.8rem;font-weight:800;color:#1db954;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.biranje-card p{font-size:1.1rem;color:#ccc;line-height:1.6;margin-bottom:2rem;flex-grow:1}.card-arrow{font-size:2rem;color:#1db954;transition:transform .4s ease}.biranje-card:hover .card-arrow{transform:translate(10px)}@media(max-width:768px){.biranje-title{font-size:2rem}.biranje-subtitle{font-size:1.1rem;margin-bottom:3rem}.biranje-cards{grid-template-columns:1fr;gap:2rem}.biranje-card{padding:2rem 1.5rem;min-height:250px}.card-icon{font-size:3rem}.card-image{max-width:100%;height:180px}.biranje-card h2{font-size:1.5rem}.biranje-card p{font-size:1rem}}.treninzi-page{min-height:100vh;background-color:#0d0d0d}.breadcrumbs-top{display:flex;align-items:center;justify-content:flex-start;padding:1.5rem 2rem;margin-top:80px;font-size:.95rem;background-color:#1a1a1a;margin-left:auto;margin-right:auto}.breadcrumbs-top .breadcrumb-link{color:#1db954;text-decoration:none;transition:all .3s ease;font-weight:500}.breadcrumbs-top .breadcrumb-link:hover{color:#148a3c;text-decoration:underline}.breadcrumbs-top .breadcrumb-separator{margin:0 .8rem;color:#666}.breadcrumbs-top .breadcrumb-current{color:#ccc;font-weight:500}@media(max-width:1024px){.breadcrumbs-top{display:none}}.treninzi-hero{margin-top:0;padding:5rem 2rem 3rem;text-align:center;background:linear-gradient(135deg,#1a1a1a,#0d0d0d)}.treninzi-hero h1{font-size:3rem;font-weight:900;color:#1db954;margin-bottom:1rem;text-transform:uppercase;letter-spacing:2px}.treninzi-hero p{font-size:1.3rem;color:#ccc}.muscle-groups-section{padding:4rem 2rem;background-color:#1a1a1a}.muscle-groups-container{max-width:1200px;margin:0 auto;position:relative}.muscle-groups-container .breadcrumbs{display:flex;align-items:center;justify-content:flex-start;margin-bottom:2rem;font-size:.95rem}.muscle-groups-container .breadcrumb-link{color:#1db954;text-decoration:none;transition:all .3s ease;font-weight:500}.muscle-groups-container .breadcrumb-link:hover{color:#148a3c;text-decoration:underline}.muscle-groups-container .breadcrumb-separator{margin:0 .8rem;color:#666}.muscle-groups-container .breadcrumb-current{color:#ccc;font-weight:500}@media(max-width:1024px){.muscle-groups-container .breadcrumbs{display:none}}.muscle-groups-container h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1.5rem;text-align:center}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.muscle-card{background:linear-gradient(135deg,#2d2d2d,#1a1a1a);padding:1.5rem 2rem 2rem;border-radius:15px;text-align:center;transition:all .3s ease;border:2px solid transparent}.muscle-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #1db9544d}.card-icon{font-size:4rem;margin-bottom:1rem}.muscle-card-image{width:100%;height:220px;object-fit:cover;border-radius:12px;margin-bottom:1.5rem;transition:transform .3s ease;box-shadow:0 5px 15px #0006}.muscle-card:hover .muscle-card-image{transform:scale(1.05)}.muscle-card h3{font-size:1.5rem;font-weight:700;color:#1db954;margin-bottom:1rem;margin-top:0rem}.muscle-card p{font-size:1rem;color:#ccc;line-height:1.6;margin-bottom:1.5rem}.card-button{display:inline-block;padding:.6rem 1.5rem;background:linear-gradient(135deg,#1db954,#148a3c);color:#fff;text-decoration:none;border-radius:30px;font-weight:700;transition:all .3s ease;border:2px solid #1db954;outline:none;cursor:pointer;font-size:.85rem;text-transform:uppercase;letter-spacing:1px;box-shadow:0 3px 10px #1db9544d}.card-button:hover{background:linear-gradient(135deg,#1ed760,#169948);box-shadow:0 0 20px #1db95480;border-color:#1ed760;outline:none}.card-button:focus,.card-button:focus-visible{outline:none;box-shadow:none}.card-button:active{outline:none;box-shadow:none}.card-button:visited{color:#fff}.video-popup-overlay{position:fixed;inset:0;background-color:#000000e6;display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.video-popup-content{position:relative;background-color:#1a1a1a;border-radius:15px;padding:2rem;max-width:90%;max-height:90vh;width:900px;box-shadow:0 10px 50px #000c;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.video-popup-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#fff;font-size:2.5rem;cursor:pointer;transition:color .3s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center;z-index:10;outline:none}.video-popup-close:hover{color:#1db954}.video-popup-close:focus{outline:none;background:transparent}.video-popup-close:active{outline:none;background:transparent}.video-popup-title{color:#1db954;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;text-align:center;text-transform:uppercase;letter-spacing:1px}.video-popup-player{width:100%;max-height:70vh;border-radius:10px;outline:none;background-color:#000}.code-popup-overlay{position:fixed;inset:0;background-color:#000000e6;display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .3s ease}.code-popup-content{position:relative;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border-radius:20px;padding:3rem 2.5rem;max-width:500px;width:90%;box-shadow:0 15px 60px #000c;animation:slideUp .3s ease;border:2px solid rgba(29,185,84,.3)}.code-popup-close{position:absolute;top:1px;right:1px;background:transparent;border:none;color:#fff;font-size:2.5rem;cursor:pointer;transition:color .3s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center;z-index:10;outline:none}.code-popup-close:hover{color:#1db954}.code-popup-close:focus{outline:none}.code-popup-title{color:#1db954;font-size:2rem;font-weight:900;margin-bottom:1rem;text-align:center;text-transform:uppercase;letter-spacing:1.5px}.code-popup-description{color:#ccc;font-size:1.1rem;text-align:center;margin-bottom:2rem;line-height:1.6}.code-input{width:100%;padding:1rem 1.5rem;font-size:1.3rem;background-color:#ffffff0d;border:2px solid rgba(29,185,84,.3);border-radius:10px;color:#fff;text-align:center;letter-spacing:3px;font-weight:700;margin-bottom:1rem;transition:all .3s ease;outline:none;text-transform:uppercase}.code-input:focus{border-color:#1db954;background-color:#1db9541a;box-shadow:0 0 20px #1db9544d}.code-input::placeholder{color:#ffffff4d;letter-spacing:normal;text-transform:none}.code-error{color:#f44;font-size:.95rem;text-align:center;margin-bottom:1rem;font-weight:600}.code-submit-button{width:100%;padding:1rem 2rem;font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#fff;background:linear-gradient(135deg,#1db954,#148a3c);border:2px solid #1db954;border-radius:10px;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 20px #1db9544d;outline:none}.code-submit-button:hover{background:linear-gradient(135deg,#1ed760,#169948);box-shadow:0 0 25px #1db95480;border-color:#1ed760;transform:translateY(-2px)}.code-submit-button:active{transform:translateY(0);box-shadow:0 3px 15px #1db95466}@media(max-width:768px){.treninzi-hero h1{font-size:2rem}.treninzi-hero p{font-size:1.1rem}.cards-grid{grid-template-columns:1fr;gap:1.5rem}.muscle-card{padding:2rem;margin-top:0rem}.video-popup-content{padding:1.5rem;width:95%;max-width:95%}.video-popup-title{font-size:1.3rem;margin-bottom:1rem}.video-popup-close{font-size:2rem;width:35px;height:35px;top:.5rem;right:.5rem}.video-popup-player{max-height:60vh}.code-popup-content{padding:2rem 1.5rem;width:95%;max-width:95%}.code-popup-title{font-size:1.5rem}.code-popup-description{font-size:1rem;margin-bottom:1.5rem}.code-input{font-size:1.1rem;padding:.9rem 1.2rem}.code-popup-close{font-size:2rem;width:35px;height:35px;top:.5rem;right:.5rem}}
