:root{--bg-color: #030305;--bg-secondary: #08080c;--primary: #3b82f6;--secondary: #8b5cf6;--accent: #00f0ff;--text-main: #ffffff;--text-muted: #b8c5d3;--glass-bg: rgba(255, 255, 255, .03);--glass-border: rgba(255, 255, 255, .08);--gradient-text: linear-gradient(135deg, #ffffff 0%, #94a3b8 100%);--gradient-accent: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);--gradient-premium: linear-gradient(to right, #ffffff, #a5b4fc)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Outfit,sans-serif;background-color:var(--bg-color);color:var(--text-main);overflow-x:hidden;line-height:1.6;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.03'/%3E%3C/svg%3E")}a{text-decoration:none;color:inherit}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}.flex-center{display:flex;justify-content:center;align-items:center}.glass{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:16px;box-shadow:0 4px 30px #0000001a}.gradient-text{background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.gradient-text-accent{background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{padding:14px 32px;border-radius:50px;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;font-size:1rem;letter-spacing:.5px;position:relative;overflow:hidden}.btn-primary{background:#fff;color:#000;box-shadow:0 4px 20px #ffffff26}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ffffff40;background:#f8fafc}.btn-outline{background:transparent;border:1px solid rgba(255,255,255,.2);color:var(--text-main)}.btn-outline:hover{background:#ffffff0d;border-color:#ffffff80;transform:translateY(-2px)}.section-header{text-align:center;margin-bottom:60px}.subtitle{display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:2px;color:var(--primary);margin-bottom:16px;text-transform:uppercase;background:#3b82f61a;padding:6px 12px;border-radius:20px;border:1px solid rgba(59,130,246,.2)}.section-header h2{font-size:3rem;font-weight:700;margin-bottom:16px;line-height:1.2}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#475569}@keyframes spin{to{transform:rotate(360deg)}}.courses-page .navbar{background:var(--bg-color)!important;background-image:none!important}.about-page-wrapper .navbar,.about-page-wrapper .nav-container,.about-page-wrapper .mobile-toggle,.workshop-page-wrapper .navbar,.workshop-page-wrapper .nav-container,.workshop-page-wrapper .mobile-toggle{background:transparent!important;background-color:transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border-color:transparent!important}@media(max-width:480px){.container{padding:0 16px}.section-header h2{font-size:2rem;line-height:1.2}.subtitle{font-size:.75rem;letter-spacing:1.5px;padding:4px 10px}.btn{padding:12px 24px;font-size:.9rem}.btn-primary,.btn-outline{width:100%;justify-content:center}}@media(min-width:481px)and (max-width:767px){.container{padding:0 20px}.section-header h2{font-size:2.5rem}.btn{padding:13px 28px;font-size:.95rem}}@media(min-width:768px)and (max-width:1024px){.container{max-width:960px;padding:0 30px}.section-header h2{font-size:2.75rem}}@media(min-width:1025px)and (max-width:1440px){.container{max-width:1140px}}@media(min-width:1441px){.container{max-width:1400px}.section-header h2{font-size:3.5rem}}#root{width:100%;min-height:100vh;margin:0;padding:0}.page-wrapper{width:100%;min-height:100vh;position:relative;overflow-x:hidden}.hero{min-height:100vh;display:flex;align-items:center;position:relative;padding-top:100px;padding-bottom:40px;overflow:hidden;text-align:center;background:radial-gradient(circle at center,#0a0a0f,#030305)}@media(min-width:768px){.hero{padding-top:120px}}@media(min-width:1025px){.hero{padding-top:140px;padding-bottom:0}}.hero-grid-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:50px 50px;mask-image:radial-gradient(circle at center,black 40%,transparent 80%);-webkit-mask-image:radial-gradient(circle at center,black 40%,transparent 80%);z-index:0;pointer-events:none}.hero-glow-spot{position:absolute;width:300px;height:300px;border-radius:50%;filter:blur(80px);opacity:.3;z-index:0;animation:pulse-glow 10s infinite alternate}@media(min-width:1025px){.hero-glow-spot{width:600px;height:600px;filter:blur(120px);opacity:.4}}.hero-glow-spot.top-left{top:-100px;left:-100px;background:radial-gradient(circle,var(--primary),transparent 70%)}@media(min-width:1025px){.hero-glow-spot.top-left{top:-200px;left:-200px}}.hero-glow-spot.bottom-right{bottom:-100px;right:-100px;background:radial-gradient(circle,var(--secondary),transparent 70%);animation-delay:5s}@media(min-width:1025px){.hero-glow-spot.bottom-right{bottom:-200px;right:-200px}}@keyframes pulse-glow{0%{opacity:.3;transform:scale(1)}to{opacity:.5;transform:scale(1.1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUpSmall{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}@keyframes floatDelayed{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(20px) rotate(-5deg)}}.hero-fade-in{animation:fadeInUp .8s ease-out}.badge-fade-in{animation:fadeInUpSmall .8s ease-out .2s both}.float-animation{animation:float 6s ease-in-out infinite}.float-animation-delayed{animation:floatDelayed 7s ease-in-out 1s infinite}.hero-container{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:2;width:100%;max-width:100vw;overflow:hidden;padding:0 20px}.hero-content{max-width:900px;display:flex;flex-direction:column;align-items:center;width:100%;padding:0 16px}@media(min-width:768px){.hero-content{padding:0 20px}}@media(min-width:1025px){.hero-content{padding:0}}.badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:30px;font-size:.75rem;font-weight:500;color:var(--text-muted);margin-bottom:20px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;box-shadow:0 0 20px #3b82f61a}@media(min-width:1025px){.badge{gap:8px;padding:8px 20px;font-size:.85rem;margin-bottom:30px}}.badge-icon{color:var(--accent)}.hero h1{font-size:2.5rem;line-height:1.1;margin-bottom:20px;font-weight:700;letter-spacing:-.5px}@media(min-width:1025px){.hero h1{font-size:5rem;letter-spacing:-1.5px;margin-bottom:25px}}.hero p{font-size:1rem;color:var(--text-muted);margin-bottom:30px;max-width:100%;line-height:1.6;padding:0 10px}@media(min-width:768px){.hero p{font-size:1.15rem;max-width:600px;line-height:1.7;padding:0}}@media(min-width:1025px){.hero p{font-size:1.25rem;max-width:650px;margin-bottom:40px}}.hero-buttons{display:flex;flex-direction:column;gap:12px;margin-bottom:50px;width:100%;max-width:100%}@media(min-width:768px){.hero-buttons{flex-direction:row;gap:20px;margin-bottom:70px;width:auto;max-width:none}}.hero-stats{display:flex;flex-direction:column;align-items:center;gap:20px;padding:20px;background:#0a0a0f99;border:1px solid rgba(255,255,255,.08);border-radius:20px;backdrop-filter:blur(10px);box-shadow:0 10px 40px -10px #00000080;width:100%}@media(min-width:768px){.hero-stats{flex-direction:row;gap:40px;padding:25px 40px;width:auto}}@media(min-width:1025px){.hero-stats{gap:50px;padding:25px 50px}}.stat-item{text-align:center}.stat-item .stat-value,.stat-item h2.stat-value{font-size:1.5rem;font-weight:700;color:#fff;background:linear-gradient(to bottom,#fff,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;padding:0}@media(min-width:768px){.stat-item .stat-value,.stat-item h2.stat-value{font-size:1.6rem}}@media(min-width:1025px){.stat-item .stat-value,.stat-item h2.stat-value{font-size:1.75rem}}.stat-item span{font-size:.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-weight:500}@media(min-width:1025px){.stat-item span{font-size:.85rem}}.stat-divider{width:60%;height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,.2),transparent)}@media(min-width:768px){.stat-divider{width:1px;height:40px;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.2),transparent)}}.hero-3d-elements{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;overflow:hidden}.floating-card{position:absolute;width:220px;height:140px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:15px;box-shadow:0 20px 50px #0000004d}.card-1{top:20%;left:10%;transform:rotate(-10deg)}.card-2{bottom:35%;right:10%;transform:rotate(10deg)}.card-icon{width:40px;height:40px;border-radius:10px}.card-lines{display:flex;flex-direction:column;gap:8px}.line{height:8px;background:#ffffff1a;border-radius:4px}.line.long{width:80%}.line.short{width:50%}@media(max-width:480px){.hero{min-height:100vh;padding-top:100px;padding-bottom:40px}.badge{font-size:.75rem;padding:6px 14px;margin-bottom:20px}.hero h1{font-size:2.2rem;letter-spacing:-.5px;margin-bottom:20px}.hero p{font-size:1rem;margin-bottom:30px;padding:0 10px}.hero-buttons{flex-direction:column;width:100%;gap:12px;margin-bottom:50px}.btn{width:100%;justify-content:center;padding:14px 24px}.hero-stats{flex-direction:column;gap:20px;padding:20px;width:100%}.stat-item .stat-value,.stat-item h2.stat-value{font-size:1.5rem}.stat-item span{font-size:.8rem}.stat-divider{width:60%;height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,.2),transparent)}.hero-glow-spot{width:300px;height:300px}.floating-card{display:none}}@media(min-width:481px)and (max-width:767px){.hero{padding-top:120px}.hero h1{font-size:2.8rem;letter-spacing:-1px}.hero p{font-size:1.1rem}.hero-buttons{flex-direction:column;width:100%;max-width:400px;gap:15px}.btn{width:100%;justify-content:center}.hero-stats{flex-direction:column;gap:25px;padding:25px 30px;max-width:400px}.stat-divider{width:80%;height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,.2),transparent)}.floating-card{display:none}}@media(min-width:768px)and (max-width:1024px){.hero{padding-top:140px}.hero h1{font-size:3.5rem;letter-spacing:-1.2px}.hero p{font-size:1.15rem;max-width:600px}.hero-buttons{flex-wrap:wrap;justify-content:center}.hero-stats{gap:40px;padding:25px 40px}.stat-item .stat-value,.stat-item h2.stat-value{font-size:1.6rem}.floating-card{width:180px;height:120px;padding:15px}.card-1{top:15%;left:5%}.card-2{bottom:30%;right:5%}}@media(min-width:1025px)and (max-width:1440px){.hero h1{font-size:4.5rem}.hero-stats{gap:45px}}@media(min-width:1441px){.hero h1{font-size:5.5rem}.hero p{font-size:1.35rem;max-width:750px}.hero-stats{gap:60px;padding:30px 60px}.stat-item .stat-value,.stat-item h2.stat-value{font-size:2rem}.floating-card{width:250px;height:160px}}@media(max-width:1024px){.floating-card{display:none}}@media(max-width:768px){.hero h1{font-size:3.2rem}.hero-buttons{flex-direction:column;width:100%;max-width:320px}.btn{width:100%;justify-content:center}.hero-stats{flex-direction:column;gap:20px;border-radius:20px;width:100%;max-width:320px;padding:30px}.stat-divider{width:100%;height:1px;background:linear-gradient(to right,transparent,rgba(255,255,255,.2),transparent)}}
