.resume-page{

    padding:70px 0;

}

.resume-header{

    text-align:center;

    margin-bottom:70px;

}

.resume-header h1{

    font-size:52px;

    margin-bottom:15px;

}

.resume-header h2{

    color:#2563eb;

    font-weight:600;

    margin-bottom:20px;

}

.resume-links{

    margin-top:30px;

}

.resume-links a{

    margin:0 15px;

    text-decoration:none;

    color:#2563eb;

}
.resume-section{

    margin-bottom:70px;

}

.resume-section h2{

    font-size:34px;

    margin-bottom:25px;

    color:#111827;

}

.resume-summary{

    font-size:20px;

    line-height:1.9;

    color:#555;

    max-width:900px;

}
.skills-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

    gap:20px;

}

.skill-card{

    background:#fff;

    padding:20px;

    border-radius:12px;

    border:1px solid #e5e7eb;

    font-weight:600;

    transition:.25s;

}

.skill-card:hover{

    transform:translateY(-5px);

    box-shadow:0 12px 30px rgba(0,0,0,.08);

}
.experience-item{

    margin-bottom:40px;

    padding-bottom:35px;

    border-bottom:1px solid #ececec;

}

.period{

    color:#2563eb;

    font-weight:700;

}

.experience-item h3{

    margin-top:10px;

    font-size:24px;

}

.experience-item h4{

    margin:10px 0 18px;

    color:#666;

    font-weight:500;

}

.experience-item p{

    line-height:1.8;

    color:#555;

}
.education-list{

    margin-top:20px;

    padding-left:22px;

}

.education-list li{

    margin-bottom:18px;

    line-height:1.8;

}
.resume-avatar{

    width:170px;
    height:170px;

    margin:auto auto 30px;

}

.resume-avatar img{

    width:100%;
    height:100%;

    border-radius:50%;

    object-fit:cover;

    border:6px solid #fff;

    box-shadow:0 15px 40px rgba(0,0,0,.12);

}

.resume-location{

    margin-top:15px;

    color:#666;

    font-size:18px;

}

.resume-links{

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:18px;

    margin-top:35px;

}

.resume-links a{

    text-decoration:none;

    color:#2563eb;

    font-weight:600;

}
.headline{

    margin-top:10px;

    color:#4b5563;

    font-size:18px;

    font-weight:500;

}
.experience-summary{

    margin:20px 0;

    line-height:1.8;

    color:#555;

}

.experience-achievements{

    margin-top:20px;

    padding-left:22px;

}

.experience-achievements li{

    margin-bottom:12px;

    line-height:1.8;

}