body{margin:0;font-family:Poppins,sans-serif;background:#111827;color:#fff;padding-top:80px}html,body{overflow-x:hidden;width:100%}section{padding:80px 10%}section:nth-child(2n){background:#1f2937}section:nth-child(odd){background:#111827}header{position:fixed;top:0;left:0;width:100%;z-index:999;display:flex;justify-content:space-between;align-items:center;padding:20px 10%;background:#111827e6;border-bottom:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}header a{color:#cbd5e1;margin-left:22px;transition:.3s}header a:hover{color:#6c63ff;text-shadow:0 0 12px #6c63ff}.hero h1{font-size:4rem;background:linear-gradient(135deg,#6c63ff,#00d1ff);-webkit-background-clip:text;color:transparent}.hero p{color:#d1d5db}.glass{background:#ffffff0f;border-radius:14px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:25px;box-shadow:0 15px 35px #00000040}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:25px}.skill-card{background:linear-gradient(135deg,#6c63ff,#00d1ff);padding:18px;border-radius:14px;text-align:center;font-size:1.1rem;font-weight:500;color:#fff;box-shadow:0 8px 20px #00000059;transition:.3s}.skill-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #00000080}.project-card{background:#1f2937;padding:25px;border-radius:12px;border:1px solid #374151;transition:.35s}.project-card:hover{transform:scale(1.04);border-color:#00ffa6;box-shadow:0 0 25px #00ffa659}.project-card a{color:#fff;font-weight:500;margin:10px}#contact a{color:#00d1ff;transition:.3s}#contact a:hover{color:#00ffa6}footer{padding:70px 10%;background:linear-gradient(135deg,#111827,#1f2937);color:#fff}.footer-container{display:grid;grid-template-columns:1.3fr 1fr;gap:60px;align-items:start}.footer-about h3{color:#6c63ff;margin-bottom:14px}.footer-about p{opacity:.85;line-height:1.55;font-size:.95rem;max-width:450px}.footer-links{display:flex;gap:45px;flex-wrap:wrap}.footer-links h4{margin-bottom:10px;color:#6c63ff;font-weight:600}.footer-links a{display:block;color:#e5e5e5;margin-bottom:6px;text-decoration:none;font-size:.95rem}.footer-links a:hover{color:#00ffa6;text-shadow:0 0 8px #00ffa6}.footer-links>div{min-width:110px}.footer-bottom{margin-top:45px;text-align:center;opacity:.6;font-size:.9rem}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px}.project-img{width:100%;height:180px;object-fit:cover;background:#000}.project-content{padding:20px}.project-content h3{color:#6c63ff}.project-content p{color:#d1d5db;margin:10px 0 15px}.project-btn{display:inline-block;padding:10px 16px;border-radius:8px;background:linear-gradient(135deg,#6c63ff,#00d1ff);color:#fff;font-weight:500;text-decoration:none;transition:.3s}.project-btn:hover{box-shadow:0 0 12px #00d1ffb3}@media(max-width:800px){.footer-container{grid-template-columns:1fr;text-align:center}.footer-links{justify-content:center}.footer-about p{margin:0 auto}}@media(max-width:600px){header{flex-wrap:wrap;row-gap:8px;padding:14px 8%}nav{width:100%;text-align:center}body{padding-top:120px}.hero h1{font-size:2.2rem;line-height:1.2;overflow-wrap:break-word}section{padding:50px 8%}header a{margin-left:12px}.project-grid{grid-template-columns:1fr}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.project-img{height:150px}}
