*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background:#f8fafc;color:#1e293b}.navbar{position:fixed;top:0;width:100%;display:flex;justify-content:space-between;padding:20px 8%;background:#ffffffcc;backdrop-filter:blur(10px)}nav a{margin-left:20px;text-decoration:none;color:#1e293b}.hero{min-height:100vh;display:flex;align-items:center;justify-content:space-between;padding:120px 8%;background:linear-gradient(135deg,#2563eb,#0f172a);color:#fff}.photo{width:280px;height:280px;border-radius:50%;background:#ffffff22;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.btn{display:inline-block;margin-top:20px;padding:12px 24px;background:#f59e0b;color:#fff;text-decoration:none;border-radius:8px}section{padding:100px 8%}footer{text-align:center;padding:30px;background:#0f172a;color:#fff}