@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap";*{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{transition:background-color .4s ease,color .4s ease}.header-fixed{position:fixed;top:0;left:0;right:0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all .3s ease}.dark .header-fixed{background-color:#000000f2;border-bottom-color:#ffffff1a}.header-fixed img{transition:opacity .3s ease}.hero-section{min-height:100vh;margin-top:0}.hero-background{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;animation:kenBurns 20s ease-in-out infinite}.hero-background-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;animation:kenBurns 20s ease-in-out infinite}@keyframes kenBurns{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}.hero-tagline{text-shadow:2px 2px 8px rgba(0,0,0,.7);animation:fadeInUp 1s ease-out .3s both}.hero-cta-button{border:2px solid rgba(255,255,255,.9);background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#fff;border-radius:.5rem;transition:all .3s ease;text-shadow:1px 1px 3px rgba(0,0,0,.5)}.hero-cta-button:hover{background:#fffffff2;color:#000;border-color:#fff;text-shadow:none}.carousel-container{position:absolute;inset:0;width:100%;height:100%}.carousel-slide{position:absolute;inset:0;width:100%;height:100%;opacity:0;transition:opacity 1.5s ease-in-out;pointer-events:none}.carousel-slide.active{opacity:1;pointer-events:auto}.carousel-indicators{display:flex;gap:.75rem;justify-content:center;align-items:center}.carousel-indicator{width:10px;height:10px;border-radius:50%;background:#ffffff80;border:1px solid rgba(255,255,255,.8);cursor:pointer;transition:all .3s ease;padding:0}.carousel-indicator:hover{background:#fffc;transform:scale(1.2)}.carousel-indicator.active{background:#fff;width:32px;border-radius:5px}.carousel-indicator:focus-visible{outline:2px solid rgba(255,255,255,.9);outline-offset:3px}@media(max-width:640px){.hero-section{min-height:100svh}.hero-tagline{font-size:2rem}.carousel-indicators{bottom:1.5rem}.carousel-indicator{width:8px;height:8px}.carousel-indicator.active{width:24px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.theme-toggle{cursor:pointer;transition:transform .3s ease,border-color .3s ease}.theme-toggle:hover{transform:scale(1.1)}.theme-toggle:focus-visible{outline:2px solid currentColor;outline-offset:4px}.theme-icon{transition:transform .5s cubic-bezier(.68,-.55,.265,1.55)}.theme-toggle:active .theme-icon{transform:rotate(360deg)}.logo-container{transition:transform .4s ease,filter .4s ease,opacity .3s ease;filter:drop-shadow(0 0 20px rgba(0,0,0,.05))}.logo-container:hover{transform:scale(1.05)}.dark .logo-container{filter:drop-shadow(0 0 20px rgba(255,255,255,.05))}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes growLine{0%{width:0}to{width:100%}}.animate-logo{animation:fadeIn .8s ease-out .1s both}.animate-title{animation:fadeInUp .8s ease-out .3s both}.animate-tagline-1{animation:fadeInUp .8s ease-out .5s both}.animate-tagline-2{animation:fadeInUp .8s ease-out .6s both}.animate-phrases{animation:fadeInUp .8s ease-out .8s both}.animate-features{animation:fadeInUp .8s ease-out .9s both}.animate-how{animation:fadeInUp .8s ease-out 1.1s both}.animate-cta{animation:fadeInUp .8s ease-out 1.5s both}.animate-contact{animation:fadeInUp .8s ease-out 1.7s both}.animate-footer{animation:fadeIn .8s ease-out 1.9s both}.animate-line{animation:growLine .6s ease-out both}.link-underline{position:relative;transition:opacity .3s ease}.link-underline:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:currentColor;transition:width .3s ease}.link-underline:hover:after{width:100%}.link-underline:focus-visible{outline:2px solid currentColor;outline-offset:4px}.divider{position:relative;overflow:hidden}.divider:before{content:"";position:absolute;left:50%;transform:translate(-50%);height:100%;background:currentColor}.error-toast{position:fixed;top:80px;right:20px;background:#ef4444;color:#fff;padding:12px 20px;border-radius:8px;box-shadow:0 4px 12px #00000026;font-size:14px;max-width:350px;opacity:0;transform:translate(400px);transition:opacity .3s ease,transform .3s ease;z-index:10000;pointer-events:none}.error-toast.show{opacity:1;transform:translate(0);pointer-events:auto}.dark .error-toast{background:#dc2626;box-shadow:0 4px 12px #0000004d}[data-lang]{transition:opacity .2s ease}[data-lang].hidden{display:none}.space-y-2>[data-lang],.space-y-4>[data-lang],.space-y-8>[data-lang]{min-height:-moz-fit-content;min-height:fit-content}.cta-button{border:1px solid #000;background:transparent;color:#000;padding:1rem 2rem;border-radius:.5rem;transition:all .3s ease}.cta-button:hover{background:#000;color:#fff}.dark .cta-button{border-color:#fff;color:#fff}.dark .cta-button:hover{background:#fff;color:#000}.coaches-carousel-wrapper{position:relative;max-width:100%;overflow:hidden;padding:0 1rem}.coach-nav-btn{position:absolute;top:35%;transform:translateY(-50%);z-index:10;background:none;border:none;color:#00000059;padding:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:color .2s ease,opacity .2s ease,transform .2s ease;opacity:.8}.dark .coach-nav-btn{color:#fff6}.coach-nav-btn:hover{opacity:1;color:#000000bf;transform:translateY(-50%) scale(1.15)}.dark .coach-nav-btn:hover{color:#ffffffe6}.coach-nav-prev{left:0}.coach-nav-next{right:0}.coaches-track{display:flex;gap:1.5rem;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:.5rem 0 1.5rem}.coaches-track::-webkit-scrollbar{display:none}.coach-card{display:flex;flex-direction:column;gap:.75rem;min-width:100%;scroll-snap-align:center;scroll-snap-stop:always}@media(min-width:640px){.coach-card{min-width:calc(50% - .75rem)}.coach-nav-btn{padding:6px}}.coach-image-container{position:relative;aspect-ratio:1;width:100%;overflow:hidden;border-radius:.5rem;border:1px solid rgba(0,0,0,.1);transition:all .3s ease}.dark .coach-image-container{border-color:#fff3}.coach-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}@media(hover:hover){.coach-card:hover .coach-image{transform:scale(1.05)}.coach-card:hover .coach-image-container{border-color:#0000004d}.dark .coach-card:hover .coach-image-container{border-color:#fff6}}.coach-info-mobile{text-align:center;padding:.75rem .5rem 0;display:block}.coach-name-mobile{font-size:1.0625rem;font-weight:500;letter-spacing:.025em;margin-bottom:.375rem;line-height:1.3}.coach-country-mobile{font-size:.875rem;font-weight:400;opacity:.7;margin-bottom:.5rem;font-style:italic}.dark .coach-country-mobile{opacity:.6}.coach-desc-mobile{font-size:.8125rem;font-weight:300;line-height:1.6;opacity:.75}.dark .coach-desc-mobile{opacity:.65}@media(max-width:768px){.coach-overlay{display:none}.coach-info-mobile{display:block}.coach-name-mobile{font-size:.9375rem}.coach-desc-mobile{font-size:.75rem}}.coaches-dots{display:none}@media(min-width:1024px){.coaches-carousel-wrapper{max-width:80rem;margin:0 auto;padding:0 4rem;position:relative}.coaches-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc(33.333% - 1.334rem);gap:2rem;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:.5rem 0 1.5rem;scrollbar-width:none;-ms-overflow-style:none}.coaches-track::-webkit-scrollbar{display:none}.coach-card{min-width:0;scroll-snap-align:start}.coach-nav-btn{display:flex;opacity:.7}.coach-image-container{aspect-ratio:1}.coach-image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.coach-info-mobile{padding:1rem .75rem 0}.coach-name-mobile{font-size:1.125rem;margin-bottom:.5rem}.coach-country-mobile{font-size:.9375rem;margin-bottom:.625rem}.coach-desc-mobile{font-size:.875rem;line-height:1.65}}.animate-references{animation:fadeInUp .8s ease-out 1.3s both}.faq-item summary{list-style:none;display:flex;justify-content:space-between;align-items:center;transition:opacity .3s ease}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:24px;font-weight:300;transition:transform .3s ease}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item summary:hover{opacity:.7}.animate-faq{animation:fadeInUp .8s ease-out 1.6s both}.cookie-consent-banner{position:fixed;bottom:0;left:0;right:0;background-color:#000;color:#fff;padding:1.5rem;z-index:9999;box-shadow:0 -4px 20px #0000004d;transform:translateY(0);transition:transform .3s ease-in-out,opacity .3s ease-in-out}.cookie-consent-banner.hidden{transform:translateY(100%);opacity:0;pointer-events:none}.cookie-consent-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}.cookie-consent-text{flex:1;text-align:center}.cookie-consent-text a{color:#fff;text-decoration:underline}.cookie-consent-text a:hover{opacity:.8}.cookie-consent-buttons{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.cookie-btn{padding:.625rem 1.5rem;border:none;border-radius:.25rem;font-size:.875rem;font-weight:400;cursor:pointer;transition:all .2s ease;text-transform:none;letter-spacing:.5px}.cookie-btn-accept{background-color:#fff;color:#000}.cookie-btn-accept:hover{background-color:#e0e0e0;transform:translateY(-1px)}.cookie-btn-reject{background-color:transparent;color:#fff;border:1px solid #ffffff}.cookie-btn-reject:hover{background-color:#ffffff1a;transform:translateY(-1px)}.dark .cookie-consent-banner{background-color:#fff;color:#000}.dark .cookie-consent-text a{color:#000}.dark .cookie-btn-accept{background-color:#000;color:#fff}.dark .cookie-btn-accept:hover{background-color:#333}.dark .cookie-btn-reject{background-color:transparent;color:#000;border:1px solid #000000}.dark .cookie-btn-reject:hover{background-color:#0000000d}@media(min-width:768px){.cookie-consent-content{flex-direction:row;justify-content:space-between;gap:2rem}.cookie-consent-text{text-align:left}.cookie-consent-buttons{flex-shrink:0}}
