body { font-family: 'Vazirmatn', system-ui, sans-serif; }
.resume {
    max-width: 860px;
    margin: 2rem auto;
    background: white;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    overflow: hidden;
}
.header {
    background: linear-gradient(135deg, #1e3a8a, #2563eb);
    color: white;
    padding: 3.8rem 2.8rem;
}
.section-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1e40af;
    border-bottom: 4px solid #3b82f6;
    padding-bottom: 0.6rem;
    margin-bottom: 1.8rem;
}
.job-card:hover {
    transform: translateX(-10px);
    box-shadow: 0 15px 30px rgba(37, 99, 235, 0.18);
}