:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden}#root{width:100%;min-height:100vh}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}*{margin:0;padding:0;box-sizing:border-box;max-width:100%}*:not(html):not(body){max-width:100vw}html{font-size:16px;width:100%;height:100%;scroll-behavior:smooth;overflow-x:hidden}body{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;color:#e3e3e3;overflow-x:hidden;width:100%;max-width:100vw;margin:0;padding:0;background:linear-gradient(135deg,#381eba,#3d2b69,#45194a,#3d2b69,#381eba);background-size:400% 400%;animation:gradientShift 13s ease-in-out infinite;min-height:100vh}#root{width:100%;max-width:100vw;min-height:100vh;overflow-x:hidden}.app{min-height:100vh;width:100%;max-width:100vw;display:block;background:transparent;overflow-y:auto;overflow-x:hidden}.container{width:100%;max-width:100vw;margin:0 auto;padding:0 2rem;box-sizing:border-box}.container-limited{max-width:1200px;width:100%;margin:0 auto;padding:0 2rem;box-sizing:border-box}.header{position:fixed;top:0;width:100%;background:#1a0d33f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid rgba(69,31,255,.3)}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}.nav-brand h2{color:#451fff;font-size:1.8rem;font-weight:700}.nav-brand a{text-decoration:none;display:block;transition:transform .3s ease}.nav-brand a:hover{transform:scale(1.05)}.nav-brand img{height:40px;width:auto;border-radius:8px}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{text-decoration:none;color:#e3e3e3;font-weight:500;transition:color .3s ease;cursor:pointer}.nav-links a:hover{color:#451fff}.hamburger-btn{display:none;background:none;border:none;cursor:pointer;padding:8px;z-index:1001}.hamburger{width:25px;height:20px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.hamburger span{display:block;height:3px;width:100%;background:#e3e3e3;border-radius:2px;transition:all .3s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.desktop-nav{display:flex}.mobile-nav{position:fixed;top:0;left:-100%;width:100%;min-height:100vh;background:#1a0d33fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:left .3s ease;z-index:1000;display:flex;align-items:center;justify-content:center}.mobile-nav.open{left:0}.mobile-nav-links{flex-direction:column;gap:2rem;text-align:center;list-style:none;padding:0;margin:0}.mobile-nav-links li{margin:0}.mobile-nav-links a{font-size:1.5rem;font-weight:600;color:#e3e3e3;text-decoration:none;transition:color .3s ease;cursor:pointer;display:block;padding:1rem}.mobile-nav-links a:hover{color:#451fff}.hero{min-height:100vh;display:flex;align-items:center;background:transparent;color:#fff;padding:80px 0 0;width:100%;position:relative}.hero-content{width:100%;max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;padding:0 2rem}.hero-text-logo{display:flex;align-items:center;gap:4rem;width:100%;max-width:1000px}.hero-text{flex:1}.hero-logo{flex-shrink:0}.hero-logo img{max-width:300px;max-height:300px;width:auto;height:auto}.hero-content h1{font-size:3rem;font-weight:800;margin-bottom:.5rem;background:linear-gradient(45deg,#451fff,#ff6b06);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-content h2{font-size:1.5rem;margin-bottom:1rem;opacity:.9}.hero-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.8;line-height:1.6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:1rem 2rem;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary{background:#451fff;color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #451fff4d;background:#3915cc}.btn-secondary{background:transparent;color:#e3e3e3;border:2px solid #e3e3e3}.btn-secondary:hover{background:#ff6b06;color:#000;border:2px solid #ff6b06}.code-animation{background:#0006;border-radius:10px;padding:2rem;font-family:Courier New,monospace;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(69,31,255,.3);width:350px;height:400px;display:flex;flex-direction:column}.code-header{margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(69,31,255,.3);flex-shrink:0}.code-language{color:#451fff;font-weight:700;font-size:.9rem}.code-content{flex:1;overflow:hidden}.code-line{color:#ff6b06;margin:.3rem 0;min-height:1.2rem;font-size:.85rem;line-height:1.4;white-space:pre;font-family:Courier New,monospace}.cursor{color:#451fff;animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes fadeIn{to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.animate-on-scroll{opacity:0;transition:all .6s ease-out}.animate-on-scroll.animate{opacity:1}.animate-child{opacity:0;transform:translateY(30px);transition:all .6s ease-out}.animate-child.animate{opacity:1;transform:translateY(0)}.slide-up{animation:slideInUp .8s ease-out forwards}.slide-left{animation:slideInLeft .8s ease-out forwards}.slide-right{animation:slideInRight .8s ease-out forwards}.scale-in{animation:scaleIn .8s ease-out forwards}.animate-delay-1{transition-delay:.1s}.animate-delay-2{transition-delay:.2s}.animate-delay-3{transition-delay:.3s}.animate-delay-4{transition-delay:.4s}.about{padding:4rem 2rem;background:transparent;width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.about h2{text-align:center;font-size:3rem;margin-bottom:3rem;color:#e3e3e3}.about-grid{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.about-code{display:flex;justify-content:center;align-items:center}.about-text p{font-size:.9rem;margin-bottom:1.5rem;color:#e3e3e3;line-height:1.8}.highlight-text{color:#ff6b06;font-weight:700;font-size:1.05em}.effects-stats{display:flex;flex-direction:column;gap:2rem}.stat{text-align:center;padding:2rem;background:linear-gradient(135deg,#1a0d33e6,#2e1a5ccc);border-radius:15px;box-shadow:0 10px 30px #0006;border:1px solid rgba(69,31,255,.3);transition:transform .3s ease,box-shadow .3s ease}.stat:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000080;border-color:#451fff80}.stat-number{display:block;font-size:3rem;font-weight:800;color:#451fff}.stat-label{color:#e3e3e3;font-weight:500}.effects{padding:4rem 2rem;background:transparent;width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.effects h2{text-align:center;font-size:3rem;margin-bottom:3rem;color:#e3e3e3}.effects-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.effects-text h3{font-size:1.8rem;margin-bottom:1.5rem;color:#451fff}.effects-text p{font-size:1.1rem;margin-bottom:1.5rem;color:#e3e3e3;line-height:1.8}.effects-showcase{display:flex;flex-direction:column;gap:2rem}.effect-item p{color:#e3e3e3;line-height:1.6}.groups{padding:4rem 2rem;background:transparent;width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.groups h2{text-align:center;font-size:3rem;margin-bottom:3rem;color:#e3e3e3}.groups-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;max-width:1400px;margin:0 auto;padding:0 2rem}.group-card{background:linear-gradient(135deg,#1a0d33e6,#2e1a5ccc);border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0006;transition:transform .3s ease,box-shadow .3s ease,background .3s ease;border:1px solid rgba(69,31,255,.2);display:flex;flex-direction:column;width:100%;max-width:350px;flex:0 0 350px}.group-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000080;border-color:#451fff80;background:linear-gradient(135deg,#2e1a5ce6,#451fff4d)}.group-card h3{font-size:1.5rem;margin-bottom:1rem;color:#e3e3e3}.group-meta{display:flex;justify-content:center;margin-bottom:0;margin-top:auto}.group-duration,.group-level{background:#451fff33;color:#ff6b06;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500}.group-card p{color:#e3e3e3;margin-bottom:1.5rem;line-height:1.6;font-size:.9rem}.btn-group{background:linear-gradient(45deg,#451fff,#ff6b06);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.btn-group:hover{transform:translateY(-2px);box-shadow:0 5px 15px #451fff66}.classes{padding:4rem 2rem;background:transparent;width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.classes h2{text-align:center;font-size:3rem;margin-bottom:3rem;color:#e3e3e3}.classes-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.classes-text h3{font-size:1.8rem;margin-bottom:1.5rem;color:#451fff}.classes-text p{font-size:1.1rem;margin-bottom:1.5rem;color:#e3e3e3;line-height:1.8}.classes-features{display:flex;flex-direction:column;gap:2rem}.feature-item{background:#451fff1a;padding:1.5rem;border-radius:15px;border:1px solid rgba(69,31,255,.2);transition:transform .3s ease,background .3s ease}.feature-item:hover{transform:translateY(-3px);background:#451fff26}.feature-item h4{color:#451fff;margin-bottom:.5rem;font-size:1.1rem}.feature-item p{color:#e3e3e3;line-height:1.6;margin:0}.reviews{padding:4rem 2rem;background:transparent;width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.reviews h2{text-align:center;font-size:3rem;margin-bottom:3rem;color:#e3e3e3}.reviews-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;width:100%}.reviews-section-half{display:flex;flex-direction:column;align-items:center}.reviews-subtitle{text-align:center;font-size:2rem;margin-bottom:2rem;color:#451fff}.review-display{width:100%;height:400px;display:flex;align-items:center;justify-content:center}.review-carousel{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.review-card-single{background:linear-gradient(135deg,#1a0d33e6,#2e1a5ccc);border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0006;border:1px solid rgba(69,31,255,.2);width:100%;min-height:200px;display:flex;flex-direction:column;justify-content:space-between}.review-text{flex:1;display:flex;align-items:center;justify-content:center;transition:opacity .5s ease-in-out}.review-text.visible{opacity:1}.review-text.hidden{opacity:0}.review-text p{color:#e3e3e3;line-height:1.6;margin:0;font-style:italic;font-size:1.1rem;text-align:center}.review-counter{margin-top:1rem;text-align:center;color:#451fff;font-size:.9rem;font-weight:600}.team{padding:4rem 2rem;background:transparent;width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.team h2{text-align:center;font-size:3rem;margin-bottom:1rem;color:#e3e3e3}.team-subtitle{text-align:center;font-size:1.1rem;color:#e3e3e3;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.team-carousel-container{position:relative;max-width:1400px;margin:2rem auto;padding:1rem 70px;display:flex;align-items:center;justify-content:center;gap:1.5rem}.team-carousel{flex:1;overflow:hidden;border-radius:20px;padding:1rem}.team-slide{display:flex;gap:1.5rem;transition:opacity .3s ease-in-out,transform .3s ease-in-out;justify-content:center;align-items:stretch}.team-slide.visible{opacity:1;transform:translateY(0)}.team-slide.hidden{opacity:0;transform:translateY(20px)}.team-member-card{background:linear-gradient(135deg,#1a0d33f2,#2e1a5ce6);border-radius:20px;padding:1.5rem;box-shadow:0 15px 40px #0006;border:1px solid rgba(69,31,255,.2);transition:all .3s ease;flex:1;max-width:400px;min-height:450px;display:flex;flex-direction:column}.team-member-card:hover{transform:translateY(-8px);border-color:#451fff80;background:linear-gradient(135deg,#2e1a5cf2,#451fff33)}.member-photo{width:100px;height:100px;border-radius:50%;margin:0 auto 1rem;overflow:hidden;border:3px solid rgba(69,31,255,.3);transition:border-color .3s ease}.team-member-card:hover .member-photo{border-color:#451fff99}.member-photo img{width:100%;height:100%;object-fit:cover}.photo-placeholder{width:100%;height:100%;background:linear-gradient(45deg,#451fff,#ff6b06);display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;font-weight:700}.member-info{text-align:center;flex:1;display:flex;flex-direction:column}.member-name{font-size:1.3rem;margin-bottom:.4rem;color:#e3e3e3;font-weight:600}.member-role{color:#451fff;margin-bottom:.8rem;font-weight:500;font-size:.9rem}.member-description{color:#e3e3e3;line-height:1.5;margin-bottom:1rem;font-size:.85rem}.member-quote{margin-top:auto;padding-top:.8rem;border-top:1px solid rgba(69,31,255,.2);position:relative}.quote-icon{font-size:2.5rem;color:#451fff4d;line-height:1;margin-bottom:.3rem;font-family:serif}.quote-text{color:#ff6b06;font-style:italic;line-height:1.4;font-size:.8rem}.team-arrow{position:static;flex-shrink:0;width:60px;height:60px;font-size:1.8rem}.team-arrow:disabled{opacity:.3;cursor:not-allowed;transform:none!important}.team-arrow:disabled:hover{background:#451fff33;border-color:#451fff66}.team-indicators{display:flex;justify-content:center;gap:12px;margin-top:2rem}.team-indicators .indicator{width:14px;height:14px;border-radius:50%;border:none;background:#451fff4d;cursor:pointer;transition:all .3s ease}.team-indicators .indicator.active{background:#451fff;transform:scale(1.3)}.team-indicators .indicator:hover{background:#451fff99}.contact{padding:4rem 2rem;background:transparent;width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between}.contact-main{flex:1;display:flex;flex-direction:column;justify-content:center}.contact h2{text-align:center;font-size:3rem;margin-bottom:3rem;color:#e3e3e3}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto}.contact-info h3,.contact-buttons h3{font-size:1.5rem;margin-bottom:1.5rem;color:#e3e3e3}.contact-item{margin-bottom:1rem;color:#e3e3e3}.contact-item strong{color:#e3e3e3}.contact-social{margin-top:1.5rem}.discord-btn{max-width:300px}.partner-buttons{display:flex;flex-direction:column;gap:1rem}.partner-btn{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#2e1a5ccc,#1a0d33e6);border:2px solid rgba(69,31,255,.3);border-radius:15px;color:#e3e3e3;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;min-height:80px}.partner-btn:hover{border-color:#451fff99;background:linear-gradient(135deg,#451fff33,#2e1a5ce6);transform:translateY(-2px)}.partner-btn img{width:60px;height:60px;object-fit:contain;border-radius:8px}.partner-btn span{flex:1;text-align:left}.footer{background-color:transparent;color:#e3e3e3;text-align:center;padding:1rem 0;border-top:1px solid #e3e3e3}.footer.standalone{background:#1a0d33}.footer .container{max-width:1200px}@media (max-width: 1366px){html{font-size:14px}.container,.container-limited{padding:0 1.2rem}.hero-content{padding:1rem;gap:2rem}.hero-content h1{font-size:2.4rem;line-height:1.1}.hero-content h2{font-size:1.1rem}.hero-content p{font-size:.9rem}.hero-logo img{max-width:130px;max-height:130px}.about,.effects,.groups,.classes,.reviews,.team,.contact{padding:3rem 1.5rem}.about h2,.effects h2,.groups h2,.classes h2,.reviews h2,.team h2,.contact h2{font-size:2rem;margin-bottom:1.5rem}.nav{padding:.8rem 1.2rem}.nav-brand h2{font-size:1.25rem}.nav-brand img{height:32px}.feature-item,.group-card,.review-item{padding:1.2rem}.team-carousel-container{max-width:1000px;margin:1rem auto;padding:1rem 60px;gap:1rem}.team-carousel{padding:.5rem}.team-member-card{padding:1rem;min-height:350px;max-width:280px}.member-photo{width:90px;height:90px;margin:0 auto 1rem}.member-name{font-size:1.1rem;margin-bottom:.4rem}.member-role{font-size:.8rem;margin-bottom:.6rem}.member-description{font-size:.8rem;line-height:1.3;margin-bottom:.8rem}.quote-text{font-size:.75rem;line-height:1.2}}@media (max-width: 1200px){html{font-size:15px}.hero-content h1{font-size:2.5rem}.section h2,.about h2,.effects h2,.groups h2,.classes h2,.reviews h2,.team h2,.contact h2{font-size:2.2rem}}@media (max-width: 1024px){html{font-size:14px}.container,.container-limited{padding:0 1rem}.hero-content{padding:1rem;gap:1.5rem}.hero-content h1{font-size:2.2rem;line-height:1.1}.hero-content h2{font-size:1.2rem}.hero-content p{font-size:.95rem}.hero-logo img{max-width:120px;max-height:120px}.section h2{font-size:2rem}.about h2,.effects h2,.groups h2,.classes h2,.reviews h2,.team h2,.contact h2{font-size:2rem;margin-bottom:2rem}.nav{padding:.8rem 1rem}.nav-brand h2{font-size:1.3rem}.nav-brand img{height:30px}}@media (max-width: 768px){.hero,.about,.effects,.groups,.team,.contact{height:auto;min-height:100vh}.contact{justify-content:center;padding-bottom:2rem}.contact-main{flex:none}.footer{background:#1a0d33!important;margin-top:0;padding:1rem 0}.nav{padding:1rem 2rem;justify-content:space-between;align-items:center;flex-wrap:nowrap}.nav-brand{order:0}.nav-brand img{height:35px}.hamburger-btn{display:block}.desktop-nav{display:none}.hero-content{flex-direction:column;text-align:center;gap:1.5rem;padding:1.5rem 1rem;max-width:100%}.hero-text-logo{flex-direction:column;gap:1.5rem;text-align:center;max-width:100%}.hero-logo img{max-width:120px;max-height:120px}.hero-content h1{font-size:2.2rem;line-height:1.1;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.hero-content h2{font-size:1.3rem;word-wrap:break-word}.hero-content p{font-size:1rem;line-height:1.4;word-wrap:break-word}.about{padding:1.5rem 1rem}.about h2{font-size:1.8rem;margin-bottom:2rem}.about-text p{font-size:1rem;line-height:1.5;margin-bottom:1rem;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.about-grid{grid-template-columns:1fr;gap:2rem;text-align:center}.about-code{display:none}.effects{padding:1.5rem 1rem}.effects h2{font-size:1.8rem;margin-bottom:2rem}.effects-content{grid-template-columns:1fr;gap:1.5rem;padding:0;max-width:100%}.effects-text h3{font-size:1.3rem;word-wrap:break-word}.effects-text p{font-size:.95rem;margin-bottom:1rem}.effects-showcase{gap:1rem}.groups{padding:1.5rem 1rem}.groups h2{font-size:1.8rem;margin-bottom:2rem}.groups-grid{gap:1.5rem;padding:0;max-width:100%;flex-direction:column;align-items:center}.group-card{padding:1.5rem;max-width:100%;flex:none;width:100%}.classes{padding:1.5rem 1rem}.classes h2{font-size:1.8rem;margin-bottom:2rem}.classes-content{grid-template-columns:1fr;gap:1.5rem;padding:0;max-width:100%}.classes-text h3{font-size:1.3rem}.classes-text p{font-size:.95rem;margin-bottom:1rem}.classes-features{gap:1rem}.feature-item{padding:1rem}.team{padding:1.5rem 1rem}.team h2{font-size:1.8rem;margin-bottom:2rem}.team-carousel-container{padding:.5rem;gap:1rem;max-width:100%;margin:1rem auto}.team-member-card{padding:1rem;min-height:350px;max-width:100%}.effects-text p{font-size:1rem;line-height:1.5;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.groups{padding:2rem 1rem}.groups h2{font-size:2rem;margin-bottom:2rem}.group-card h3{font-size:1.3rem;word-wrap:break-word}.group-card p{font-size:.95rem;line-height:1.4;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.groups-grid{flex-direction:column;align-items:center;gap:1.5rem;padding:0 1rem}.group-card{min-height:auto;flex:none;max-width:100%}.group-meta{margin-top:auto;text-align:center}.group-meta .stars{margin-bottom:10px}.classes{padding:3rem 1rem}.classes h2{font-size:2rem}.classes-content{grid-template-columns:1fr;gap:2rem}.reviews{padding:3rem 1rem}.reviews h2{font-size:2rem}.reviews-container{grid-template-columns:1fr;gap:3rem}.reviews-subtitle{font-size:1.5rem}.review-display{height:300px}.review-card-single{padding:1.5rem;min-height:150px}.review-text p{font-size:1rem}.review-counter{font-size:.8rem}.team{padding:2rem 1rem}.team h2{font-size:2rem;margin-bottom:2rem}.team-carousel-container{margin:1.5rem auto;padding:0 .5rem;gap:1rem}.team-slide{gap:1rem}.team-member-card{padding:1.2rem;min-height:400px}.member-photo{width:90px;height:90px}.member-name{font-size:1.2rem}.member-role{font-size:.85rem}.member-description{font-size:.8rem;line-height:1.4}.quote-text{font-size:.75rem;line-height:1.3}.team-arrow{width:40px;height:40px;font-size:1.2rem}.contact{padding:2rem 1rem;justify-content:center!important;padding-bottom:2rem!important}.contact-main{flex:none!important}.contact h2{font-size:2rem;margin-bottom:2rem}.contact-content{grid-template-columns:1fr;gap:2rem}.hero-buttons{justify-content:center;gap:1rem}.btn-primary,.btn-secondary{font-size:1.1rem;padding:1.2rem 2rem}.partner-btn{padding:1.2rem;min-height:70px}.discord-btn{max-width:250px}.partner-btn img{width:50px;height:50px}}@media (max-width: 480px){html{font-size:14px}.container,.container-limited{padding:0 1rem}.hero,.about,.effects,.groups,.classes,.reviews,.team,.contact{height:auto;min-height:100vh;padding:1rem .5rem;overflow-x:hidden;max-width:100vw;box-sizing:border-box}.effects-content,.classes-content,.groups-grid,.team-carousel-container{max-width:100%;padding:0;margin:0 auto;box-sizing:border-box;overflow-x:hidden}.group-card{padding:1rem;max-width:100%;margin:0 auto;box-sizing:border-box}.team-member-card{padding:.8rem;min-height:280px;max-width:100%;box-sizing:border-box}.contact{justify-content:center!important;padding-bottom:1.5rem!important}.contact-main{flex:none!important}.footer{background:#1a0d33!important;margin-top:0;padding:1rem 0}.nav{padding:.8rem 1rem;justify-content:space-between;align-items:center;flex-wrap:nowrap}.nav-brand{order:0}.nav-brand img{height:30px}.nav-brand h2{font-size:1.6rem}.hamburger-btn{display:block}.desktop-nav{display:none}.hero{padding:1rem .5rem;min-height:100vh}.hero-content{padding:1rem;gap:1rem}.hero-text-logo{gap:1.5rem}.hero-logo img{max-width:120px;max-height:120px}.hero-content h1{font-size:2rem;line-height:1.1;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.hero-content h2{font-size:1.2rem;word-wrap:break-word}.hero-content p{font-size:1rem;line-height:1.4;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.hero-buttons{flex-direction:column;gap:1rem;width:100%}.btn-primary,.btn-secondary{font-size:1rem;padding:1rem;width:100%}.code-animation{display:none}.code-line{font-size:.7rem;margin:.15rem 0}.about,.effects,.groups,.team,.contact{padding:1.5rem 1rem}.about h2,.effects h2,.groups h2,.courses h2,.team h2,.contact h2{font-size:1.8rem;margin-bottom:1.5rem}.about-text p{font-size:.95rem;line-height:1.5;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.stat{padding:1.2rem}.stat-number{font-size:2rem}.group-card{padding:1.2rem}.group-card h3{font-size:1.2rem;word-wrap:break-word}.group-card p{font-size:.9rem;line-height:1.4;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.team-carousel-container{margin:1rem auto;padding:0 .25rem;gap:.5rem}.team-slide{gap:.5rem}.team-member-card{padding:1rem;min-height:350px}.member-photo{width:80px;height:80px}.member-name{font-size:1.1rem}.member-role{font-size:.8rem}.member-description{font-size:.75rem;line-height:1.3}.quote-text{font-size:.7rem;line-height:1.2}.team-arrow{width:35px;height:35px;font-size:1.1rem}.partner-btn{padding:1rem;min-height:60px;font-size:1rem}.discord-btn{max-width:200px}.partner-btn img{width:40px;height:40px}.contact-item{font-size:.9rem;line-height:1.4;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}}.groups-carousel{position:relative;display:flex;align-items:center;justify-content:center;max-width:500px;margin:0 auto;padding:0 70px;min-height:300px;gap:1rem}.desktop-view{display:flex}.desktop-hidden{display:none}.mobile-view{display:flex}.mobile-hidden{display:none}.group-card-carousel{width:100%;display:flex;justify-content:center}.group-card-carousel .group-card{width:100%;max-width:380px}.group-card-animated{transition:opacity .25s ease-in-out,transform .25s ease-in-out}.group-card-animated.visible{opacity:1;transform:translateY(0)}.group-card-animated.hidden{opacity:0;transform:translateY(10px)}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#451fff33;border:2px solid rgba(69,31,255,.4);color:#ff6b06;width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center;padding:0;border:none;outline:none}.carousel-arrow:hover{background:#451fff66;border-color:#451fff99;transform:translateY(-50%) scale(1.1)}.carousel-arrow-left{left:0}.carousel-arrow-right{right:0}.carousel-indicators{position:absolute;bottom:-40px;left:50%;transform:translate(-50%);display:flex;gap:10px}.indicator{width:12px;height:12px;border-radius:50%;border:none;background:#451fff4d;cursor:pointer;transition:all .3s ease}.indicator.active{background:#451fff;transform:scale(1.2)}.indicator:hover{background:#451fff99}@media (max-width: 1249px){.desktop-view{display:none!important}.desktop-hidden,.mobile-view{display:flex!important}.mobile-hidden{display:none!important}}@media (min-width: 1250px){.desktop-view{display:flex!important}.desktop-hidden,.mobile-view,.mobile-hidden{display:none!important}}@media (max-width: 360px){html{font-size:13px}.container,.container-limited{padding:0 .5rem;max-width:100vw;overflow-x:hidden}.nav{padding:.5rem}.nav-brand h2{font-size:1.4rem}.nav-brand img{height:25px}.hero-content h1{font-size:1.8rem;line-height:1.05}.hero-content h2{font-size:1.1rem}.hero-content p{font-size:.9rem}.hero-logo img{max-width:100px;max-height:100px}.section h2{font-size:1.6rem}.effects,.groups,.classes,.team{padding:.8rem .3rem;overflow-x:hidden;max-width:100vw}.effects-content,.classes-content{gap:1rem;padding:0}.groups-grid{gap:1rem;padding:0 .2rem}.group-card{padding:.8rem;margin:0}.team-carousel-container{padding:.2rem;gap:.3rem;margin:.5rem auto}.team-member-card{padding:.6rem;min-height:250px}.code-animation{display:none}.groups-carousel{padding:0 50px}.carousel-arrow{width:40px;height:40px;font-size:1.2rem}.team-carousel-container{margin:.5rem auto;padding:1rem 50px;gap:.5rem}.team-slide{gap:.25rem}.team-member-card{padding:.8rem;min-height:320px}.member-photo{width:70px;height:70px}.member-name{font-size:1rem}.member-role{font-size:.75rem}.member-description{font-size:.7rem;line-height:1.2}.quote-text{font-size:.65rem;line-height:1.1}.team-arrow{width:30px;height:30px;font-size:1rem}.team-indicators .indicator{width:8px;height:8px}}@media (max-width: 320px){html{font-size:12px}.container,.container-limited{padding:0 .25rem;max-width:100vw;overflow-x:hidden}.nav{padding:.5rem .25rem}.nav-brand h2{font-size:1.2rem}.nav-brand img{height:22px}.hero-content{padding:.5rem;gap:.8rem}.hero-content h1{font-size:1.6rem;line-height:1}.hero-content h2{font-size:1rem}.hero-content p{font-size:.85rem;line-height:1.3}.hero-logo img{max-width:80px;max-height:80px}.section h2{font-size:1.4rem}.effects,.groups,.classes,.team{padding:.5rem .2rem;overflow-x:hidden;max-width:100vw}.effects-content,.classes-content{gap:.8rem;padding:0}.groups-grid{gap:.8rem;padding:0 .1rem}.group-card{padding:.6rem;margin:0}.team-carousel-container{margin:.25rem auto;gap:0;padding:0}.team-arrow{width:25px;height:25px;font-size:.9rem}.team-member-card{padding:.6rem;min-height:300px}.member-photo{width:60px;height:60px}.quote-icon{font-size:2rem}}.home-page{background:transparent;color:#e3e3e3}.home-page .animate-on-scroll{opacity:1}.home-page .animate-child{opacity:1;transform:translateY(0)}.sheets-page{min-height:100vh;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,#381eba,#3d2b69,#45194a,#3d2b69,#381eba);background-size:400% 400%;animation:gradientShift 13s ease-in-out infinite;color:#e3e3e3}.sheets-header{width:100%;max-width:1000px;text-align:center;margin-bottom:4rem}.back-button{display:inline-block;margin-bottom:2rem;padding:.6rem 1.2rem;background:linear-gradient(135deg,#6b7280,#4b5563);color:#e3e3e3;border:none;cursor:pointer;font-size:.95rem;transition:all .3s ease;font-weight:500}.back-button:hover{transform:translateY(-2px);box-shadow:0 5px 20px #64647833;color:#fff}.sheets-header h1{font-size:2.8rem;color:#e3e3e3;margin-bottom:1rem;font-weight:700;letter-spacing:-1px}.sheets-subtitle{font-size:1rem;color:#999;max-width:700px;margin:0 auto;line-height:1.6}.sheets-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;width:100%;max-width:1200px}.sheet-box{background:#1e1e2db3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(100,100,120,.4);padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .3s ease}.sheet-box:hover{background:#1e1e2dd9;border-color:#78788c80;box-shadow:0 10px 30px #64647826;transform:translateY(-5px)}.sheet-box h3{font-size:1.2rem;color:#fff;margin-bottom:1.8rem;line-height:1.5;font-weight:600}.sheet-buttons{display:flex;flex-direction:column;gap:.8rem;width:100%}.sheet-btn{padding:.7rem 1.5rem;background:linear-gradient(135deg,#6b7280,#4b5563);color:#e3e3e3;border:none;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease;text-decoration:none;display:inline-block}.sheet-btn:hover{transform:translateY(-2px);box-shadow:0 5px 20px #64647833;color:#fff}@media (max-width: 1024px){.sheets-page{padding:3rem 1.5rem}.sheets-header{margin-bottom:3rem}.sheets-header h1{font-size:2.2rem}.sheets-grid{gap:2rem}}@media (max-width: 768px){.sheets-page{padding:2.5rem 1.5rem}.sheets-header{margin-bottom:2.5rem}.back-button{margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.9rem}.sheets-header h1{font-size:1.8rem;margin-bottom:.8rem}.sheets-subtitle{font-size:.95rem}.sheets-grid{grid-template-columns:1fr;gap:1.5rem}.sheet-box{padding:2rem 1.5rem}.sheet-box h3{font-size:1.1rem;margin-bottom:1.3rem}.sheet-buttons{gap:.6rem}.sheet-btn{padding:.6rem 1.2rem;font-size:.85rem}}@media (max-width: 480px){.sheets-page{padding:2rem 1rem}.sheets-header{margin-bottom:2rem}.back-button{margin-bottom:1.2rem;padding:.5rem 1rem;font-size:.85rem}.sheets-header h1{font-size:1.5rem;margin-bottom:.6rem}.sheets-subtitle{font-size:.9rem}.sheet-box{padding:1.5rem 1.2rem}.sheet-box h3{font-size:1rem;margin-bottom:1.2rem}.sheet-buttons{gap:.5rem}.sheet-btn{padding:.5rem 1rem;font-size:.8rem}}
