*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,sans-serif}body{background:#f4f7fb;color:#1e293b}.navbar{width:100%;height:80px;background:#232f3e;display:flex;justify-content:space-between;align-items:center;padding:0 8%;position:sticky;top:0;z-index:1000}.logo{color:#febd69;font-size:1.8rem;font-weight:700}.nav-links{display:flex;gap:30px;list-style:none}.nav-links a{color:#fff;text-decoration:none;transition:.3s}.nav-links a:hover,.nav-links a.active{color:#febd69}.profile-page{display:grid;grid-template-columns:320px 1fr;gap:30px;padding:50px 8%}.profile-sidebar{display:flex;flex-direction:column;gap:25px}.profile-card{background:#fff;border-radius:24px;padding:35px 25px;text-align:center;box-shadow:0 5px 20px #00000014}.profile-card img{width:120px;height:120px;border-radius:50%;object-fit:cover;margin-bottom:20px;border:5px solid #FEBD69}.profile-card h2{color:#232f3e;margin-bottom:8px}.role{color:#64748b;margin-bottom:20px}.rating{display:flex;justify-content:center;align-items:center;gap:8px;color:#f59e0b;margin-bottom:25px}.hire-btn,.message-btn{width:100%;padding:15px;border:none;border-radius:14px;font-size:1rem;font-weight:600;cursor:pointer;transition:.3s;margin-bottom:15px;text-align:center;display:inline-block;text-decoration:none}.hire-btn{background:#232f3e;color:#fff}.hire-btn:hover{background:#febd69;color:#232f3e}.message-btn{background:#e0f2fe;color:#0284c7}.message-btn:hover{background:#bae6fd}.stats-card{background:#fff;border-radius:24px;padding:25px;box-shadow:0 5px 20px #00000014;display:flex;flex-direction:column;gap:20px}.stat-box{background:#f8fafc;padding:20px;border-radius:16px;text-align:center}.stat-box h3{color:#febd69;font-size:1.8rem;margin-bottom:8px}.stat-box span{color:#64748b}.profile-content{display:flex;flex-direction:column;gap:25px}.content-card{background:#fff;border-radius:24px;padding:30px;box-shadow:0 5px 20px #00000014}.card-title{display:flex;align-items:center;gap:15px;margin-bottom:25px}.card-title i{width:50px;height:50px;background:#e0f2fe;color:#0284c7;border-radius:14px;display:flex;align-items:center;justify-content:center}.card-title h2{color:#232f3e}.content-card p{color:#64748b;line-height:1.8}.skills{display:flex;flex-wrap:wrap;gap:15px}.skills span{background:#e0f2fe;color:#0284c7;padding:12px 18px;border-radius:50px;font-size:.95rem;font-weight:600}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px}.portfolio-box{height:160px;background:#e2e8f0;border-radius:18px;display:flex;align-items:center;justify-content:center;color:#475569;font-weight:600}.review-box{background:#f8fafc;padding:22px;border-radius:18px;margin-bottom:18px}.review-box h3{margin-bottom:10px;color:#232f3e}@media(max-width:1000px){.profile-page{grid-template-columns:1fr}}@media(max-width:768px){.navbar{padding:0 5%}.profile-page{padding:40px 5%}}
