@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}body{background-color:#0f0f1a;color:#e0e0e0;margin:0;padding:0;line-height:1.6}a{text-decoration:none;color:#e0e0e0;transition:color .3s}a:hover{color:#00adb5}h2{font-size:2rem;text-align:center;margin-bottom:1rem;color:#00adb5}.header .nav-menu a:hover,.header .nav-menu a.active{color:#cceff0}.header .nav-menu a:hover:after,.header .nav-menu a.active:after{content:"";position:absolute;left:0;bottom:-5px;width:100%;height:3px;background:#cceff0;animation:lightning .4s ease-out}@keyframes lightning{0%{width:0}to{width:100%}}section.home{padding:3rem 2rem;text-align:center}section.home .intro{max-width:800px;margin:0 auto;font-size:1.2rem;line-height:1.8;color:#e0e0e0e6}section.home .intro .cta-button{margin-top:1.5rem;padding:.8rem 1.5rem;background:#00adb5;color:#1a1a2e;border-radius:8px;font-weight:700;text-transform:uppercase;transition:background .3s}section.home .intro .cta-button:hover{background:#007c82}.about{padding:4rem 2rem;text-align:center}.about .about-content{max-width:800px;margin:0 auto;background:#16213e;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0003;text-align:left}.about .about-content h2{color:#00adb5;margin-bottom:1rem}.about .about-content p{color:#e0e0e0e6;margin-bottom:1.5rem}.skills{text-align:center;padding:3rem 2rem}.skills .skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.skills .skills-grid .skill-card{background:#16213e;padding:1.5rem;border-radius:8px;text-align:center;box-shadow:0 4px 6px #0003;transition:transform .3s,box-shadow .3s}.skills .skills-grid .skill-card:hover{transform:translateY(-8px);box-shadow:0 6px 10px #0000004d}.skills .skills-grid .skill-card .icon{font-size:3rem;margin-bottom:1rem;color:#00adb5}.skills .skills-grid .skill-card h3{font-size:1.2rem;margin-bottom:.5rem}.skills .skills-grid .skill-card p{font-size:.9rem;color:#e0e0e0cc}.projects{padding:4rem 2rem}.projects h2{margin-bottom:2rem}.projects .project-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.projects .project-list .project-card{background:#16213e;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0003;transition:transform .3s,box-shadow .3s}.projects .project-list .project-card:hover{transform:translateY(-8px);box-shadow:0 6px 10px #0000004d}.projects .project-list .project-card h3{color:#00adb5;margin-bottom:1rem}.projects .project-list .project-card p{margin-bottom:1rem;color:#e0e0e0e6}.projects .project-list .project-card .project-btn{display:inline-block;padding:.8rem 1.5rem;background:#00adb5;color:#1a1a2e;border-radius:8px;font-weight:700;text-transform:uppercase;transition:background .3s}.projects .project-list .project-card .project-btn:hover{background:#007c82}.profile{display:flex;flex-direction:column;align-items:center;text-align:center;padding:4rem 2rem;background:linear-gradient(to bottom,#1a1a2e,#0f0f1a);color:#e0e0e0}.profile .profile-img{width:180px;height:180px;border-radius:50%;border:4px solid #00ADB5;object-fit:cover;margin-bottom:1.5rem;box-shadow:0 8px 16px #00000080;transition:transform .4s,box-shadow .4s}.profile .profile-img:hover{transform:scale(1.1);box-shadow:0 12px 24px #0009}.profile h1{font-size:2rem;color:#00adb5;margin-bottom:.5rem;font-weight:700}.profile p{max-width:800px;margin:0 auto 1.5rem;line-height:1.8;font-size:1.1rem;color:#e0e0e0d9}.profile .profile-description{margin-top:2rem;max-width:900px;background:#16213ecc;padding:2rem;border-radius:8px;box-shadow:0 4px 8px #0006;text-align:left;font-size:1rem}.profile .profile-description h2{color:#00adb5;margin-bottom:1rem}.profile .profile-description p{margin-bottom:1rem;color:#e0e0e0e6}.profile .profile-skills{margin-top:3rem;text-align:left}.profile .profile-skills h2{color:#00adb5;margin-bottom:1rem}.profile .profile-skills .skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.profile .profile-skills .skills-grid .skill{background:#16213e;padding:1rem 1.5rem;border-radius:8px;text-align:center;font-size:1rem;font-weight:600;box-shadow:0 4px 8px #0000004d;transition:transform .3s,background .3s}.profile .profile-skills .skills-grid .skill:hover{transform:translateY(-5px);background:#00adb5;color:#1a1a2e}.profile .profile-buttons{margin-top:3rem}.profile .profile-buttons .cv-button,.profile .profile-buttons .contact-button{display:inline-block;margin:.5rem;padding:.8rem 1.5rem;background:#00adb5;color:#1a1a2e;font-weight:700;border-radius:8px;text-transform:uppercase;transition:background .3s,transform .3s}.profile .profile-buttons .cv-button:hover,.profile .profile-buttons .contact-button:hover{background:#00dee8;transform:translateY(-3px)}.profile .profile-extra{margin-top:3rem;text-align:left;max-width:900px}.profile .profile-extra h2{color:#00adb5;margin-bottom:1rem}.profile .profile-extra ul{list-style:none;padding:0}.profile .profile-extra ul li{margin-bottom:.8rem;position:relative;font-size:1rem}.profile .profile-extra ul li:before{content:"•";position:absolute;left:-20px;color:#00adb5;font-size:1.5rem}.testimonials{padding:3rem 2rem}.testimonials h2{margin-bottom:2rem}.testimonials .testimonial-list{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.testimonials .testimonial-list .testimonial-card{max-width:600px;background:#16213e;padding:1.5rem;border-radius:8px;box-shadow:0 4px 6px #0003;text-align:left}.testimonials .testimonial-list .testimonial-card p{color:#e0e0e0e6;margin-bottom:1rem}.testimonials .testimonial-list .testimonial-card h4{color:#00adb5;font-weight:700}.contact{text-align:center;padding:3rem 2rem}.contact .contact-form{max-width:500px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.contact .contact-form .form-group{display:flex;flex-direction:column;text-align:left}.contact .contact-form .form-group label{font-weight:700;margin-bottom:.5rem}.contact .contact-form .form-group input,.contact .contact-form .form-group textarea{padding:.8rem;border:none;border-radius:8px;background:#2c2c4f;color:#e0e0e0;font-size:1rem}.contact .contact-form .form-group input:focus,.contact .contact-form .form-group textarea:focus{outline:2px solid #00ADB5}.contact .contact-form .form-group textarea{height:120px}.contact .contact-form .submit-btn{background:#00adb5;color:#1a1a2e;padding:.8rem;border-radius:8px;font-weight:700;transition:background .3s}.contact .contact-form .submit-btn:hover{background:#001112}.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;text-align:center;background-color:#0f0f1a;color:#e0e0e0}.not-found h1{font-size:5rem;color:#00adb5;margin-bottom:1rem}.not-found p{font-size:1.2rem;margin-bottom:2rem;color:#e0e0e0e6}.not-found .back-home{display:inline-block;padding:.8rem 1.5rem;background:#00adb5;color:#1a1a2e;border-radius:8px;font-weight:700;text-transform:uppercase;transition:background .3s,transform .3s}.not-found .back-home:hover{background:#00dee8;transform:translateY(-3px)}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#16213ee6;position:sticky;top:0;z-index:1000;box-shadow:0 4px 6px #0000001a;transition:all .3s ease-in-out}.header .logo{font-size:1.5rem;font-weight:700;border:2px solid #00ADB5;padding:.5rem 1rem;border-radius:8px;transition:transform .3s ease}.header .logo:hover{transform:scale(1.1)}.header .hamburger{display:none;font-size:2rem;cursor:pointer;color:#e0e0e0}.header .nav-menu{display:flex;gap:1.5rem}.header .nav-menu a{font-size:1rem;font-weight:500;padding:.5rem;position:relative}.header .nav-menu a:hover,.header .nav-menu a.active{color:#1cf5ff}.header .nav-menu a:hover:after,.header .nav-menu a.active:after{content:"";position:absolute;left:0;bottom:-5px;width:100%;height:3px;background:#1cf5ff;animation:lightning .4s ease-out}@media (max-width: 768px){.header .hamburger{display:block}.header .nav-menu{display:none;flex-direction:column;width:100%;position:absolute;top:100%;left:0;background:#16213ef2;padding:1rem 0;box-shadow:0 4px 6px #0000004d}.header .nav-menu.open{display:flex}.header .nav-menu a{text-align:center;padding:1rem 0;border-bottom:1px solid rgba(224,224,224,.2)}}.footer{background:#1a1a2e;text-align:center;padding:2rem 1rem;font-size:.9rem}.footer .social-links{margin-top:1rem}.footer .social-links a{margin:0 .5rem;transition:color .3s}.footer .social-links a:hover{color:#00adb5}@media (max-width: 768px){.about-content,.project-list{padding:1rem}}
