*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #050816;--text: #e4e4e7;--muted: #a1a1aa;--accent: #915eff;--card: #111827;--border: #1f2937}body{font-family:Inter,sans-serif;background:radial-gradient(circle at top,#111827,#020617 60%);color:var(--text)}main{max-width:1100px;margin:0 auto;padding:100px 20px 40px}section{padding:70px 0;border-bottom:1px solid rgba(255,255,255,.08)}.section-title{font-size:2rem;font-weight:700;margin-bottom:12px}.section-subtitle{color:var(--muted);font-size:.95rem;margin-bottom:24px}.card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:20px}.navbar{position:fixed;top:0;width:100%;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#02061799;border-bottom:1px solid rgba(255,255,255,.08);z-index:50}.nav-inner{max-width:1100px;margin:0 auto;padding:14px 20px;display:flex;justify-content:space-between;align-items:center}.nav-left{display:flex;align-items:center;gap:8px}.logo-dot{width:10px;height:10px;background:var(--accent);border-radius:50%}.logo-text{font-weight:600;font-size:1rem}.nav-right{display:flex;gap:20px}.nav-right a{color:var(--muted);text-decoration:none;font-size:.9rem;transition:color .2s ease}.nav-right a:hover{color:var(--text)}.hero{padding-top:120px}.hero-inner{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:40px;align-items:center}.hero-eyebrow{font-size:.85rem;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px}.hero-title{font-size:clamp(2.2rem,4vw,3rem);line-height:1.15;font-weight:700;margin-bottom:16px}.hero-highlight{background:linear-gradient(135deg,#915eff,#22d3ee);-webkit-background-clip:text;color:transparent}.hero-subtitle{font-size:1rem;color:var(--muted);max-width:520px;margin-bottom:20px}.hero-right{display:flex;justify-content:center}.hero-orbit{width:240px;height:240px;border-radius:50%;border:1px solid rgba(148,163,184,.4);background:radial-gradient(circle at 20% 20%,rgba(145,94,255,.4),transparent 55%),radial-gradient(circle at 80% 80%,rgba(34,211,238,.35),transparent 55%);box-shadow:0 24px 60px #0f172ae6}@media(max-width:768px){.hero-inner{grid-template-columns:1fr}.hero-right{order:-1;margin-bottom:20px}}.btn-row{display:flex;gap:12px}.why-grid{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:24px}.why-heading{font-size:1.2rem;font-weight:600;margin-bottom:12px}.why-list{list-style:none;color:var(--muted);font-size:.95rem;line-height:1.5}.why-list li+li{margin-top:8px}.stats-row{display:flex;justify-content:space-between;gap:16px;margin-top:12px}.stat-block{text-align:center}.stat-number{font-size:1.8rem;font-weight:700;color:var(--text)}.stat-label{font-size:.8rem;color:var(--muted)}@media(max-width:768px){.why-grid{grid-template-columns:1fr}}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.skills-heading{font-size:1.1rem;font-weight:600;margin-bottom:12px}.chip-row{display:flex;flex-wrap:wrap;gap:8px}.chip{padding:6px 12px;border-radius:999px;background:#94a3b81f;font-size:.8rem;color:var(--muted);border:1px solid rgba(148,163,184,.15);transition:background .2s ease,color .2s ease}.chip:hover{background:var(--accent);color:#fff}.timeline{position:relative;margin-left:20px;border-left:2px solid rgba(255,255,255,.1);padding-left:20px}.timeline-item{position:relative;margin-bottom:40px}.timeline-marker{position:absolute;left:-11px;top:6px;width:14px;height:14px;background:var(--accent);border-radius:50%;border:2px solid #fff}.exp-role{font-size:1.2rem;font-weight:600}.exp-company{color:var(--muted);margin-top:4px}.exp-dates{font-size:.85rem;color:var(--muted);margin-top:2px}.exp-list{margin-top:12px;padding-left:18px;color:var(--muted);font-size:.95rem;line-height:1.5}.exp-list li+li{margin-top:6px}@media(max-width:768px){.timeline{margin-left:10px;padding-left:16px}}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.project-card{display:flex;flex-direction:column;gap:12px}.project-image{width:100%;height:180px;object-fit:cover;border-radius:12px;border:1px solid var(--border)}.project-title{font-size:1.2rem;font-weight:600}.project-desc{font-size:.95rem;color:var(--muted);line-height:1.5}.cert-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.cert-card{display:flex;flex-direction:column;gap:6px}.cert-title{font-size:1.1rem;font-weight:600}.cert-org{font-size:.9rem;color:var(--muted)}.cert-year{font-size:.85rem;color:var(--muted)}.vol-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.vol-card{display:flex;flex-direction:column;gap:8px}.vol-role{font-size:1.1rem;font-weight:600}.vol-org{font-size:.9rem;color:var(--muted)}.vol-dates{font-size:.85rem;color:var(--muted)}.vol-desc{font-size:.9rem;color:var(--muted);line-height:1.5}.contact-card{text-align:center;padding:40px 20px}.contact-text{font-size:1rem;color:var(--muted);max-width:500px;margin:0 auto 20px;line-height:1.6}.contact-btn{display:inline-block;margin-top:10px;padding:12px 24px;border-radius:999px;background:linear-gradient(135deg,#915eff,#22d3ee);color:#fff;text-decoration:none;font-size:.95rem;font-weight:500;transition:transform .2s ease,opacity .2s ease}.contact-btn:hover{transform:translateY(-2px);opacity:.9}.contact-links{margin-top:24px;display:flex;justify-content:center;gap:20px}.contact-links a{color:var(--muted);text-decoration:none;font-size:.9rem;transition:color .2s ease}.contact-links a:hover{color:var(--text)}.footer{text-align:center;padding:40px 0;margin-top:40px;border-top:1px solid rgba(255,255,255,.08)}.footer-text{font-size:.9rem;color:var(--muted)}.hero-orbit{width:400px;height:380px;border-radius:50%;background:radial-gradient(circle at center,#915eff,#1a1a1a);display:flex;align-items:center;justify-content:center;overflow:hidden}.profile-img{width:100%;height:100%;object-fit:cover;border-radius:50%}
