*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;font-size:1.5rem;font-weight:700;color:#2563eb}.nav-logo i{margin-right:.5rem;font-size:1.8rem}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#2563eb}.nav-link::after{content:'';position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:#2563eb;transition:width .3s ease}.nav-link:hover::after{width:100%}.hamburger{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background-color:#333;margin:3px 0;transition:.3s}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.highlight{background:linear-gradient(45deg,gold,#ffed4e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.2rem;margin-bottom:2rem;opacity:.9;line-height:1.6}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.btn{padding:1rem 2rem;border:none;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;display:inline-block}.btn-primary{background:gold;color:#333}.btn-primary:hover{background:#ffed4e;transform:translateY(-2px);box-shadow:0 10px 25px rgba(255,215,0,.3)}.btn-secondary{background:0 0;color:#fff;border:2px solid #fff}.btn-secondary:hover{background:#fff;color:#333;transform:translateY(-2px)}.hero-stats{display:flex;gap:3rem}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;color:gold}.stat-label{font-size:.9rem;opacity:.8}.hero-image{display:flex;justify-content:center;align-items:center}.automation-visual{position:relative;width:300px;height:300px;display:flex;justify-content:center;align-items:center}.automation-visual i{font-size:8rem;color:gold;animation:float 3s ease-in-out infinite}.circuit-lines{position:absolute;width:100%;height:100%;border:2px solid rgba(255,255,255,.3);border-radius:50%;animation:rotate 20s linear infinite}.circuit-lines::after,.circuit-lines::before{content:'';position:absolute;width:100%;height:100%;border:2px solid rgba(255,215,0,.5);border-radius:50%;top:-2px;left:-2px}.circuit-lines::before{animation:rotate 15s linear infinite reverse}.circuit-lines::after{animation:rotate 25s linear infinite}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#333;position:relative}.section-title::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(45deg,#2563eb,#7c3aed);border-radius:2px}.features{padding:5rem 0;background:#f8fafc}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-10px);box-shadow:0 15px 35px rgba(0,0,0,.15)}.feature-icon{width:80px;height:80px;background:linear-gradient(45deg,#2563eb,#7c3aed);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.feature-icon i{font-size:2rem;color:#fff}.feature-card h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#333}.feature-card p{color:#666;line-height:1.6}.courses{padding:5rem 0}.courses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.course-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.course-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.15)}.course-image{height:200px;background:linear-gradient(45deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center}.course-image i{font-size:4rem;color:#fff}.course-content{padding:2rem}.course-content h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333}.course-content p{color:#666;margin-bottom:1.5rem;line-height:1.6}.course-meta{display:flex;gap:1rem;margin-bottom:1.5rem}.course-meta span{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#666}.course-btn{background:#2563eb;color:#fff;padding:.8rem 1.5rem;border-radius:25px;text-decoration:none;font-weight:500;transition:background .3s ease;display:inline-block}.course-btn:hover{background:#1d4ed8}.tutorials{padding:5rem 0;background:#f8fafc}.tutorials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.tutorial-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s ease}.tutorial-card:hover{transform:translateY(-5px)}.tutorial-image{height:150px;background:linear-gradient(45deg,#f093fb,#f5576c);display:flex;align-items:center;justify-content:center}.tutorial-image i{font-size:3rem;color:#fff}.tutorial-content{padding:1.5rem}.tutorial-content h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#333}.tutorial-content p{color:#666;margin-bottom:1rem;line-height:1.5}.tutorial-meta{display:flex;justify-content:space-between;font-size:.9rem;color:#888}.projects{padding:5rem 0}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.project-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s ease;text-align:center}.project-card:hover{transform:translateY(-5px)}.project-image{width:100px;height:100px;background:linear-gradient(45deg,#4facfe,#00f2fe);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.project-image i{font-size:2.5rem;color:#fff}.project-card h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#333}.project-card p{color:#666;margin-bottom:1.5rem;line-height:1.6}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.tag{background:#e5e7eb;color:#374151;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:500}.about{padding:5rem 0;background:#f8fafc}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#333}.about-text p{color:#666;margin-bottom:1.5rem;line-height:1.6;font-size:1.1rem}.about-features{margin-top:2rem}.about-feature{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.about-feature i{color:#10b981;font-size:1.2rem}.engineer-visual{display:flex;justify-content:center;align-items:center;height:300px}.engineer-visual i{font-size:8rem;color:#2563eb;opacity:.8}.contact{padding:5rem 0}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h3{font-size:2rem;font-weight:600;margin-bottom:1rem;color:#333}.contact-info p{color:#666;margin-bottom:2rem;line-height:1.6}.contact-methods{display:flex;flex-direction:column;gap:1rem}.contact-method{display:flex;align-items:center;gap:1rem}.contact-method i{width:40px;height:40px;background:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.contact-form{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,.1)}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:0;border-color:#2563eb}.footer{background:#1f2937;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-logo{display:flex;align-items:center;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-logo i{margin-right:.5rem;color:gold}.footer-section h4{font-size:1.2rem;font-weight:600;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:gold}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;background:#374151;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.social-links a:hover{background:gold;color:#333}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #374151;color:#9ca3af}@media (max-width:768px){.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px rgba(0,0,0,.05);padding:2rem 0}.nav-menu.active{left:0}.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-title{font-size:2.5rem}.hero-buttons{flex-direction:column;align-items:center}.hero-stats{justify-content:center;gap:2rem}.about-content,.contact-content{grid-template-columns:1fr;gap:2rem}.courses-grid,.projects-grid,.tutorials-grid{grid-template-columns:1fr}.features-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width:480px){.hero-title{font-size:2rem}.section-title{font-size:2rem}.container{padding:0 15px}.hero-buttons{gap:.5rem}.btn{padding:.8rem 1.5rem;font-size:.9rem}}html{scroll-behavior:smooth}.loading{opacity:0;transform:translateY(30px);transition:all .6s ease}.loading.loaded{opacity:1;transform:translateY(0)}