body{margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f9fafb;color:#333;line-height:1.6}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#1f2937;color:#fff;position:sticky;top:0;z-index:1000}.navbar .logo{font-weight:700;font-size:1.3rem}.navbar .nav-links a{margin-left:1.5rem;text-decoration:none;color:#fff;transition:color .3s ease}.navbar .nav-links a:hover{color:#fbbf24}.footer{text-align:center;padding:1rem;background-color:#1f2937;color:#fff;margin-top:2rem}.home-section{padding:2rem;max-width:1000px;margin:auto}.home-section h1{font-size:2.5rem;margin-bottom:1rem}.home-section p{font-size:1.1rem;margin-bottom:2rem}.home-section h2{font-size:1.8rem;margin-bottom:1.5rem}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.project-card{display:block;background-color:#fff;border-radius:12px;padding:1.5rem;text-decoration:none;color:inherit;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-6px);box-shadow:0 10px 18px #0003}.project-content h3{font-size:1.4rem;margin-bottom:.5rem}.project-content p{font-size:1rem;color:#555}
