:root { --bg-dark: #0f172a; --bg-card: #1e293b; --primary: #3b82f6; --primary-gradient: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%); --text-main: #f1f5f9; --text-muted: #94a3b8; --accent: #22d3ee; --glass: rgba(15, 23, 42, 0.85); }
* { margin: 0; padding: 0; box-sizing: border-box; scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background-color: var(--bg-dark); color: var(--text-main); line-height: 1.6; overflow-x: hidden; }
nav { position: fixed; top: 0; width: 100%; background: var(--glass); backdrop-filter: blur(12px); z-index: 1000; border-bottom: 1px solid rgba(255,255,255,0.05); padding: 15px 0; }
.nav-container { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; }
.logo { font-size: 1.5rem; font-weight: 800; color: white; text-decoration: none; }
.logo span { color: var(--primary); }
.nav-links a { color: var(--text-muted); text-decoration: none; margin-left: 25px; font-size: 0.95rem; transition: 0.3s; font-weight: 500; }
.nav-links a:hover { color: var(--primary); }
.nav-btn { background: var(--primary-gradient); padding: 8px 20px; border-radius: 50px; color: white !important; font-weight: 600; }
.hero { padding: 180px 20px 100px; text-align: center; max-width: 900px; margin: 0 auto; }
.profile-pic-container { position: relative; width: 160px; height: 160px; margin: 0 auto 30px; }
.profile-pic { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; border: 4px solid var(--bg-card); box-shadow: 0 0 30px rgba(59, 130, 246, 0.3); }
.status-badge { position: absolute; bottom: -15px; left: 50%; transform: translateX(-50%); background: #10b981; color: white; padding: 8px 20px; border-radius: 50px; font-size: 0.85rem; font-weight: 600; border: 4px solid var(--bg-dark); white-space: nowrap; box-shadow: 0 4px 10px rgba(0,0,0,0.3); display: flex; align-items: center; gap: 8px; z-index: 10; }
h1 { font-size: 3.5rem; font-weight: 800; line-height: 1.2; margin-bottom: 20px; background: linear-gradient(to right, #fff, #94a3b8); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.role-text { font-size: 1.3rem; color: var(--primary); margin-bottom: 20px; font-weight: 600; letter-spacing: 0.5px; }
.hero p { font-size: 1.1rem; color: var(--text-muted); max-width: 700px; margin: 0 auto 40px; }
.cta-group { display: flex; gap: 15px; justify-content: center; }
.btn { padding: 15px 35px; border-radius: 50px; text-decoration: none; font-weight: 600; transition: transform 0.2s; display: inline-flex; align-items: center; gap: 10px; border: none; cursor: pointer; font-size: 1rem; }
.btn-primary { background: var(--primary-gradient); color: white; box-shadow: 0 10px 25px -10px rgba(59, 130, 246, 0.5); }
.btn-outline { background: transparent; border: 2px solid rgba(255,255,255,0.1); color: white; }
.btn:hover { transform: translateY(-3px); }
section { padding: 100px 20px; max-width: 1100px; margin: 0 auto; }
.section-title { text-align: center; margin-bottom: 60px; }
.section-title h2 { font-size: 2.5rem; margin-bottom: 10px; font-weight: 700; }
.section-title span { color: var(--primary); text-transform: uppercase; letter-spacing: 2px; font-size: 0.9rem; font-weight: 700; }
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.card { background: var(--bg-card); padding: 30px; border-radius: 16px; border: 1px solid rgba(255,255,255,0.05); transition: 0.3s; position: relative; overflow: hidden; }
.card:hover { transform: translateY(-5px); border-color: rgba(255,255,255,0.1); box-shadow: 0 20px 40px -15px rgba(0,0,0,0.5); }
.icon-box { width: 60px; height: 60px; background: rgba(59, 130, 246, 0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--primary); margin-bottom: 20px; }
.card h3 { font-size: 1.3rem; margin-bottom: 15px; font-weight: 700; }
.card p { color: var(--text-muted); font-size: 0.95rem; }
.skills-container { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 15px; }
.skill-badge { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1); padding: 6px 14px; border-radius: 50px; font-size: 0.85rem; font-weight: 500; color: #e2e8f0; }
.project-tag { display: inline-block; background: rgba(255,255,255,0.05); padding: 4px 10px; border-radius: 6px; font-size: 0.75rem; margin-top: 15px; margin-right: 5px; color: var(--accent); font-family: monospace; }
.project-link { display: inline-block; margin-top: 20px; color: white; text-decoration: none; font-weight: 600; border-bottom: 1px solid var(--primary); padding-bottom: 2px; }
footer { background: #020617; padding: 80px 20px 40px; text-align: center; border-top: 1px solid rgba(255,255,255,0.05); margin-top: 100px; }
.social-links a { color: var(--text-muted); font-size: 1.8rem; margin: 0 15px; transition: 0.3s; }
.social-links a:hover { color: white; transform: scale(1.1); }
@media (max-width: 768px) { h1 { font-size: 2.5rem; } .nav-links { display: none; } .grid-3 { grid-template-columns: 1fr; } .hero { padding-top: 140px; } }
