.intro{display:flex;align-items:center;justify-content:center;gap:3rem;padding:4rem 2rem;min-height:100vh}.intro-text{max-width:500px}.intro-text h1{font-size:2.5rem;font-weight:800}.intro-text h2{font-size:1.25rem;margin-top:.5rem;font-weight:600}.socials a{text-decoration:none;font-size:1rem;transition:.3s}.socials a:hover{transform:scale(1.1);color:#4169e1}.btn{display:inline-block;background:#4169e1;color:#fff;padding:.6rem 1.2rem;border-radius:8px;text-decoration:none;font-weight:600;margin-top:1rem;transition:.3s}.btn:hover{background:#2c59d9}.intro-img img{width:200px;height:200px;border-radius:50%;object-fit:cover}.socials{margin-top:15px;display:flex}.socials a{margin-right:10px;display:inline-block}.social-icon{width:32px;height:32px;transition:transform .2s ease}.social-icon:hover{transform:scale(1.1)}.projects{padding:4rem 2rem;text-align:center}.projects h2{font-size:2rem;font-weight:800;margin-bottom:2rem}.projects-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.project-card{background:#f9f9f9;border-radius:12px;padding:1rem;transition:transform .2s ease,box-shadow .2s ease;transition:.3;box-shadow:0 4px 8px #0000000d;height:100%}.project-card:hover{transform:translateY(-5px)}.project-card img{width:150px;height:150px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.projecy-card h3{font-weight:600;margin-bottom:.5rem}.project-link{display:block;text-decoration:none;color:inherit}.project-link:focus{outline:3px solid rgba(59,130,246,.35);outline-offset:4px;border-radius:12px}.project-link:hover .project-card,.project-link:focus .project-card{transform:translateY(-6px);box-shadow:0 10px 20px #00000014}.skills{padding:4rem 2rem;text-align:center}.skills h2{font-size:2rem;font-weight:800;margin-bottom:2rem}.skills-list{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.skill{padding:.5rem 1rem;background:#f1f1f1;border-radius:20px;font-size:.9rem;font-weight:500;transition:transform .2s ease,box-shadow .2s ease;cursor:defualt}.skill:hover{transform:translateY(-5px);box-shadow:0 6px 12px #00000026}
