:root{--bg-primary:#050505;--bg-secondary:#0a0a0a;--bg-card:#ffffff08;--text-primary:#fff;--text-secondary:#9ca3af;--accent-blue:#3b82f6;--accent-blue-glow:#3b82f680;--accent-purple:#8b5cf6;--accent-purple-glow:#8b5cf680;--accent-cyan:#06b6d4;--font-body:"Inter", sans-serif;--font-heading:"Space Grotesk", sans-serif;--max-width:1200px;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:2rem;--spacing-xl:4rem;--spacing-2xl:8rem;--border-radius:12px;--border-light:#ffffff1a;--glass-border:1px solid #ffffff0d;--glass-bg:#0a0a0a99}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none;transition:color .3s}ul{list-style:none}.container{max-width:var(--max-width);padding:0 var(--spacing-lg);margin:0 auto}.text-gradient{background:linear-gradient(135deg, var(--accent-blue), var(--accent-purple));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn{cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--accent-blue), var(--accent-purple));color:#fff;box-shadow:0 4px 15px var(--accent-blue-glow)}.btn-primary:hover{box-shadow:0 6px 20px var(--accent-purple-glow);transform:translateY(-2px)}.btn-secondary{color:#fff;border:1px solid var(--border-light);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:0 0}.btn-secondary:hover{border-color:var(--accent-blue);background:#ffffff0d}.section-padding{padding:var(--spacing-2xl) 0}.section-title{text-align:center;margin-bottom:1rem;font-size:2.5rem}.section-subtitle{text-align:center;color:var(--text-secondary);max-width:600px;margin:0 auto var(--spacing-xl);font-size:1.1rem}.glass-card{background:var(--bg-card);-webkit-backdrop-filter:blur(10px);border:var(--glass-border);border-radius:var(--border-radius);padding:var(--spacing-lg);transition:transform .3s,border-color .3s}.glass-card:hover{border-color:var(--accent-blue-glow);transform:translateY(-5px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s forwards fadeIn}@keyframes pulse-glow{0%{box-shadow:0 0 20px var(--accent-blue-glow)}50%{box-shadow:0 0 40px var(--accent-purple-glow)}to{box-shadow:0 0 20px var(--accent-blue-glow)}}@media (width<=768px){.section-title{font-size:2rem}.section-padding{padding:var(--spacing-xl) 0}}.navbar{z-index:1000;background:0 0;width:100%;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(15px);background:#050505d9;border-bottom:1px solid #ffffff0d;padding:1rem 0;box-shadow:0 4px 30px #0000001a}.nav-container{justify-content:space-between;align-items:center;display:flex}.logo{font-family:var(--font-heading);z-index:1001;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.logo-icon{color:var(--accent-blue)}.logo-text{letter-spacing:-.5px}.desktop-nav{align-items:center;gap:3rem;display:flex}.nav-list{gap:2rem;display:flex}.nav-link{color:var(--text-secondary);padding:.5rem 0;font-size:.95rem;font-weight:500;position:relative}.nav-link:hover{color:var(--text-primary)}.nav-link:after{content:"";background:linear-gradient(90deg, var(--accent-blue), var(--accent-purple));width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-link:hover:after{width:100%}.mobile-menu-btn{color:var(--text-primary);cursor:pointer;z-index:1001;background:0 0;border:none;display:none}.mobile-nav{-webkit-backdrop-filter:blur(20px);z-index:1000;background:#050505fa;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;transition:transform .4s cubic-bezier(.77,0,.175,1);display:flex;position:fixed;top:0;left:0;transform:translateY(-100%)}.mobile-nav.open{transform:translateY(0)}.mobile-nav-list{flex-direction:column;align-items:center;gap:2rem;display:flex}.mobile-nav-link{font-family:var(--font-heading);color:var(--text-primary);font-size:2rem;font-weight:600;transition:color .3s}.mobile-nav-link:hover{color:var(--accent-blue)}.mobile-nav-btn{margin-top:1rem}@media (width<=768px){.desktop-nav{display:none}.mobile-menu-btn{display:block}}.footer{background:var(--bg-secondary);border-top:1px solid #ffffff0d;padding-top:4rem}.footer-top{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:4rem;display:grid}.footer-brand{max-width:350px}.footer-description{color:var(--text-secondary);margin:1.5rem 0;font-size:.95rem}.social-links{gap:1rem;display:flex}.social-link{width:40px;height:40px;color:var(--text-primary);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.social-link:hover{background:var(--accent-blue);transform:translateY(-3px)}.footer-title{margin-bottom:1.5rem;font-size:1.2rem}.footer-links ul{flex-direction:column;gap:.75rem;display:flex}.footer-links a{color:var(--text-secondary);font-size:.95rem}.footer-links a:hover{color:var(--accent-blue)}.contact-info{flex-direction:column;gap:1rem;display:flex}.contact-info li{color:var(--text-secondary);gap:1rem;font-size:.95rem;display:flex}.contact-icon{color:var(--accent-purple);flex-shrink:0;margin-top:2px}.footer-bottom{color:var(--text-secondary);border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:.9rem;display:flex}.footer-legal{gap:1.5rem;display:flex}.footer-legal a:hover{color:var(--text-primary)}@media (width<=992px){.footer-top{grid-template-columns:1fr 1fr}}@media (width<=576px){.footer-top{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.hero{align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero-background{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.glow{filter:blur(100px);opacity:.5;border-radius:50%;animation:10s ease-in-out infinite alternate float;position:absolute}.glow-1{background:var(--accent-blue-glow);width:600px;height:600px;animation-delay:0s;top:-10%;right:-5%}.glow-2{background:var(--accent-purple-glow);width:500px;height:500px;animation-delay:-5s;bottom:-20%;left:-10%}@keyframes float{0%{transform:translate(0)}to{transform:translate(-30px,50px)}}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-content{max-width:600px}.badge{color:var(--accent-blue);background:#3b82f61a;border:1px solid #3b82f633;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;display:inline-flex}.pulse-dot{background-color:var(--accent-blue);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;box-shadow:0 0 #3b82f6b3}@keyframes pulse{0%{box-shadow:0 0 #3b82f6b3}70%{box-shadow:0 0 0 10px #3b82f600}to{box-shadow:0 0 #3b82f600}}.hero-title{letter-spacing:-1px;margin-bottom:1.5rem;font-size:4rem}.hero-description{color:var(--text-secondary);max-width:500px;margin-bottom:2.5rem;font-size:1.15rem}.hero-buttons{gap:1rem;margin-bottom:3rem;display:flex}.hero-stats{border-top:1px solid var(--border-light);align-items:center;gap:2rem;padding-top:2rem;display:flex}.stat-item{flex-direction:column;display:flex}.stat-number{font-family:var(--font-heading);color:var(--text-primary);font-size:2rem;font-weight:700}.stat-label{color:var(--text-secondary);font-size:.85rem}.stat-divider{background:var(--border-light);width:1px;height:40px}.terminal-card{padding:0;font-family:Courier New,Courier,monospace;transition:transform .5s;overflow:hidden;transform:perspective(1000px)rotateY(-5deg)rotateX(5deg);box-shadow:0 20px 40px #0006,0 0 0 1px #ffffff1a}.terminal-card:hover{transform:perspective(1000px)rotateY(0)rotateX(0)}.terminal-header{background:#00000080;border-bottom:1px solid #ffffff0d;align-items:center;padding:.75rem 1rem;display:flex}.terminal-dots{gap:6px;display:flex}.terminal-dots span{border-radius:50%;width:12px;height:12px}.terminal-dots span:first-child{background:#ff5f56}.terminal-dots span:nth-child(2){background:#ffbd2e}.terminal-dots span:nth-child(3){background:#27c93f}.terminal-title{color:var(--text-secondary);font-size:.85rem;font-family:var(--font-body);margin:0 auto}.terminal-body{color:#a9b7c6;padding:1.5rem;font-size:.9rem;line-height:1.8}.text-blue{color:#56b6c2}.text-green{color:#98c379}.delay-1{animation:.1s .5s both type}.delay-2{animation:.1s 1s both type}.delay-3{animation:.1s 1.5s both type}.delay-4{animation:.1s 2s both type}.delay-5{animation:.1s 2.5s both type}@keyframes type{0%{opacity:0}to{opacity:1}}.cursor{vertical-align:middle;background:#a9b7c6;width:8px;height:15px;margin-left:5px;animation:1s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@media (width<=992px){.hero-container{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-content{margin:0 auto}.hero-title{font-size:3rem}.hero-description{margin:0 auto 2.5rem}.hero-buttons,.hero-stats{justify-content:center}.badge{margin:0 auto 2rem}}@media (width<=576px){.hero-title{font-size:2.5rem}.hero-buttons{flex-direction:column}.hero-stats{flex-direction:column;gap:1rem}.stat-divider{width:40px;height:1px}}.features{background:linear-gradient(180deg, var(--bg-primary) 0%, #0a0a0a80 100%);border-top:1px solid #ffffff05}.features-header{margin-bottom:4rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;display:grid}.feature-item{text-align:center;background:var(--bg-card);border-radius:var(--border-radius);border:1px solid #ffffff05;padding:2rem 1.5rem;transition:transform .3s,background .3s}.feature-item:hover{background:#ffffff0d;border-color:#ffffff1a;transform:translateY(-10px)}.feature-icon{width:60px;height:60px;color:var(--text-primary);background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex;position:relative;box-shadow:0 0 20px #3b82f61a}.feature-icon:after{content:"";background:linear-gradient(135deg, var(--accent-blue), var(--accent-purple));z-index:-1;opacity:.3;border-radius:50%;transition:opacity .3s;position:absolute;inset:-2px}.feature-item:hover .feature-icon:after{opacity:.8;animation:3s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.feature-title{margin-bottom:1rem;font-size:1.25rem}.feature-description{color:var(--text-secondary);font-size:.95rem;line-height:1.6}@media (width<=768px){.features-grid{gap:1.5rem}}.courses{z-index:10;position:relative}.courses-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:4rem;display:grid}.course-card{flex-direction:column;display:flex;position:relative;overflow:hidden}.course-card:before{content:"";background:var(--accent-blue);opacity:0;width:100%;height:4px;transition:opacity .3s;position:absolute;top:0;left:0}.course-card:hover:before{opacity:1}.course-blue:before{background:var(--accent-blue)}.course-purple:before{background:var(--accent-purple)}.course-cyan:before{background:var(--accent-cyan)}.course-icon-wrapper{background:#ffffff0d;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;transition:transform .3s;display:flex}.course-card:hover .course-icon-wrapper{transform:scale(1.1)}.course-blue .course-icon-wrapper{color:var(--accent-blue)}.course-purple .course-icon-wrapper{color:var(--accent-purple)}.course-cyan .course-icon-wrapper{color:var(--accent-cyan)}.course-title{margin-bottom:1rem;font-size:1.5rem}.course-description{color:var(--text-secondary);flex-grow:1;margin-bottom:1.5rem}.course-tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.tag{color:var(--text-secondary);background:#ffffff0d;border-radius:50px;padding:.25rem .75rem;font-size:.75rem}.course-features{margin-bottom:2rem}.course-features li{color:#ccc;align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:.9rem;display:flex}.bullet{background:var(--text-secondary);border-radius:50%;width:6px;height:6px}.course-blue .bullet{background:var(--accent-blue)}.course-purple .bullet{background:var(--accent-purple)}.course-cyan .bullet{background:var(--accent-cyan)}.course-link{color:var(--text-primary);align-items:center;gap:.5rem;margin-top:auto;font-size:.95rem;font-weight:600;display:flex}.course-link svg{transition:transform .3s}.course-link:hover svg{transform:translate(5px)}.course-blue .course-link:hover{color:var(--accent-blue)}.course-purple .course-link:hover{color:var(--accent-purple)}.course-cyan .course-link:hover{color:var(--accent-cyan)}.page-header{background:radial-gradient(circle at center, #3b82f61a 0%, var(--bg-primary) 70%);text-align:center;border-bottom:1px solid #ffffff0d;padding:150px 0 80px}.page-title{margin-bottom:1.5rem;font-size:3.5rem}.page-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-content p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.image-placeholder{border-radius:var(--border-radius);background:#ffffff05;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:400px;display:flex}.image-placeholder p{font-family:var(--font-heading);color:var(--text-secondary);font-size:1.5rem;font-weight:600}.values-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.value-card{text-align:center;padding:3rem 2rem}.value-card svg{margin-bottom:1.5rem}.value-card h3{margin-bottom:1rem;font-size:1.3rem}.value-card p{color:var(--text-secondary)}.contact-grid{grid-template-columns:1fr 1.2fr;gap:4rem;display:grid}.contact-description{color:var(--text-secondary);margin-bottom:3rem;font-size:1.1rem}.contact-details{flex-direction:column;gap:2rem;display:flex}.contact-item{align-items:flex-start;gap:1.5rem;display:flex}.contact-icon-wrapper{width:50px;height:50px;color:var(--accent-blue);background:#3b82f61a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-item h4{margin-bottom:.5rem;font-size:1.1rem}.contact-item p{color:var(--text-secondary);line-height:1.6}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{font-size:.95rem;font-weight:500}.form-group input,.form-group textarea{width:100%;color:var(--text-primary);font-family:var(--font-body);background:#0000004d;border:1px solid #ffffff1a;border-radius:8px;padding:1rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent-blue);outline:none;box-shadow:0 0 15px #3b82f633}.w-100{width:100%}@media (width<=992px){.about-grid,.contact-grid{grid-template-columns:1fr;gap:3rem}}@media (width<=768px){.page-title{font-size:2.5rem}}
