:root{--accent:#F96D00;--dark:#0f1724;--muted:#6b7280}
*{box-sizing:border-box}
body{font-family:'Poppins',sans-serif;margin:0;background:#0b1220;color:#e6eef8;line-height:1.6}
.container{max-width:1100px;margin:0 auto;padding:28px}
.site-header{display:flex;align-items:center;justify-content:space-between;padding:18px 0}
.brand{font-weight:700;font-size:1.2rem;color:#F96D00}
.site-nav a{color:inherit;text-decoration:none;margin-left:18px}
.hero{display:grid;grid-template-columns:1fr 420px;gap:32px;align-items:center;padding:48px 0}
.hero h1{font-size:2.4rem;margin:0}
.sub{color:var(--muted);margin-top:8px}
.typing{font-weight:700;color:#fff;margin-top:12px;font-size:1.1rem;min-height:36px}
.card{background:linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));padding:20px;border-radius:12px}
.profile{display:flex;gap:16px;align-items:center}
.avatar{width:120px;height:120px;border-radius:8px;background:#0a1220;border:1px solid rgba(255,255,255,0.04);display:flex;align-items:center;justify-content:center;overflow:hidden}
.avatar img{width:100%;height:100%;object-fit:cover;display:block}
.profile-meta{margin-left:10px}
.profile-name{font-weight:700}
.muted{color:var(--muted)}
.small{font-size:0.95rem}
.contact{margin-top:8px}
.skills{margin-top:12px}
.skills-title{font-weight:700;margin-top:12px}
.skill{display:flex;justify-content:space-between;font-size:0.9rem;margin-top:8px}
.progress{height:8px;background:rgba(255,255,255,0.06);border-radius:999px;overflow:hidden;margin-top:6px}
.progress > i{display:block;height:100%;background:var(--accent)}
section{margin-top:28px}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.projects .project{display:flex;gap:12px;align-items:flex-start}
.project-thumb{width:120px;height:80px;object-fit:cover;border-radius:8px}
.project-meta h4{margin:0}
footer{margin:48px 0 18px;color:var(--muted);text-align:center}
.btn{display:inline-block;padding:10px 14px;border-radius:8px;background:var(--accent);color:#071022;text-decoration:none;font-weight:600}
.btn.dark{background:#111827;color:#fff}
.btn.small{padding:6px 10px;font-size:0.9rem}
.lead{margin-top:18px}
.hero-cta{margin-top:18px}
.cards-row .card{height:100%}
.projects .project{padding:12px;align-items:center}
.profile-contact{font-weight:700;margin:6px 0}
.links{margin-top:12px}
.profile-name{color:#F96D00}
.skills-title{color:#F96D00}
.card h2,h3{color: #F96D00}
.card p{color: #e6eef8;}
/* Responsive */
@media(max-width:900px){
  .hero{grid-template-columns:1fr;}
  .two-col{grid-template-columns:1fr;}
  .hero-right{order:2}
  .hero-left{order:1}
}
